How to Automatically Expand Neural Networks by Adding New Nodes
A method for growing artificial intelligence models by identifying underperforming parts of a network and adding new nodes based on the behavior of existing ones.
Original patent title: “Method and apparatus for extending neural network”
A method for growing artificial intelligence models by identifying underperforming parts of a network and adding new nodes based on the behavior of existing ones. Granted to Samsung Electronics Co Ltd in 2020 with 27 claims and 3 forward citations.
Key facts
Coverage
What does this patent actually cover?
This patent describes a way to make neural networks smarter by letting them grow dynamically. Instead of building a fixed-size model, the system monitors how often nodes 'fire' (activation frequency) and how consistently they behave (activation entropy). When the network hits a performance plateau, the processor identifies a specific node that needs help and adds a new one to that layer. The new node inherits some of its connection weights from the original node, while the rest are set to initial values, allowing the network to adapt to new data without starting training from scratch.
The gap
What does this patent NOT cover?
- Does not cover static neural networks that do not add nodes during or after training.
- Does not cover methods of network expansion that rely on random weight initialization for all new nodes.
- Does not cover pruning or shrinking techniques that remove nodes without adding new ones.
- Does not cover hardware-specific implementations that do not use activation frequency or entropy as selection criteria.
These exclusions are unique to PatentBrief — derived from the actual claim language, not patent-office boilerplate.
What made this novel
The system uses 'activation entropy'—a measure of how often a node flips between active and inactive states—as a key metric to decide where to expand, rather than just looking at raw performance metrics.
Schematic visualization of the patent's claim structure. Hand-drawn diagrams in progress for each landmark patent.
Where you've seen this
Real-world examples
Adaptive deep learning models for mobile devices
Dynamic neural network architectures in edge computing
On-device AI model optimization
Why it matters
The bigger picture
Training large AI models is computationally expensive and time-consuming. By allowing a network to grow only where it is needed, this method offers a way to improve model accuracy while potentially saving resources compared to training massive, static models from the ground up. It represents a shift toward more efficient, adaptive machine learning architectures.
Filed
May 5, 2015
Granted
November 10, 2020
Market context
Who's building on this
Companies in this space
Samsung Electronics continues to lead in mobile AI research, integrating adaptive learning techniques into their Exynos processors and mobile software. Other major players in the adaptive AI space, such as Google and NVIDIA, also explore dynamic network growth to optimize performance on hardware with limited power.
Market impact
This patent contributes to the broader trend of 'efficient AI,' which is critical for running sophisticated machine learning models on smartphones and IoT devices. By enabling models to evolve, it helps manufacturers provide better user experiences without needing constant cloud connectivity or massive server-side compute resources.
Claim 1 — Plain English
What this patent covers
This patent describes a way to make neural networks smarter by letting them grow dynamically. Instead of building a fixed-size model, the system monitors how often nodes 'fire' (activation frequency) and how consistently they behave (activation entropy). When the network hits a performance plateau, the processor identifies a specific node that needs help and adds a new one to that layer. The new node inherits some of its connection weights from the original node, while the rest are set to initial values, allowing the network to adapt to new data without starting training from scratch.
The clever bit
The system uses 'activation entropy'—a measure of how often a node flips between active and inactive states—as a key metric to decide where to expand, rather than just looking at raw performance metrics.
What it does not cover
- Does not cover static neural networks that do not add nodes during or after training.
- Does not cover methods of network expansion that rely on random weight initialization for all new nodes.
- Does not cover pruning or shrinking techniques that remove nodes without adding new ones.
- Does not cover hardware-specific implementations that do not use activation frequency or entropy as selection criteria.
Patent timeline
Application submitted to the patent office
Application published, typically 18 months after filing
Patent officially issued
PatentBrief Score
Impact Score
Strong
Citation count
12/40
Early citations
Claim breadth
18/20
Very broad protection
Recency
10/20
Granted 5–10 years ago
Assignee scale
20/20
Major company or institution
PatentBrief Impact Score — based on citation count, claim breadth, recency, and assignee scale. Not a legal assessment.
Heuristic Value Estimate
What this patent might be worth
$78K – $250K
Midpoint $156K · 8.9 yr remaining · industry ×1.6
Heuristic only — blends forward/backward citation counts, claim scope, time remaining, litigation history, and CPC-derived industry baseline. Real valuations need a professional appraisal.
The original legal language
Original claims
27 claims as filed with the patent office.
Concepts involved
Citations
Patent lineage
Cite this patent
CHOI, H. (2020). How to Automatically Expand Neural Networks by Adding New Nodes (U.S. Patent No. 10,832,138). U.S. Patent and Trademark Office. https://patentbrief.org/patent/us/10832138/gpt-language-model-pre-training
Auto-generated from the patent record. Double-check author order and the issue date against the official USPTO document before submitting.
Embed
Add this patent to your site
Drop this plain-English patent card into any blog post or article — free, no signup. It always links back to the full breakdown here.
<div data-patentlens-widget data-patent-number="US10832138"></div> <script src="https://patentbrief.org/embed.js" async></script>
Stay in the loop
Get a weekly digest of new patents.
One email per week. No spam. Unsubscribe anytime.
Keep exploring
Related patents you should know
US 4683195 · 1987
How to Make Billions of Copies of a DNA Segment
This patent describes the Polymerase Chain Reaction (PCR), a method to rapidly create many copies of a specific piece of DNA or RNA, enabling its detection and analysis.
Cetus Corp
US 8697359 · 2014
How to Edit Genes in Human Cells Using an Engineered CRISPR System
This patent describes an engineered CRISPR-Cas9 system for precisely cutting DNA in eukaryotic cells to change how genes work, opening the door for gene editing in complex organisms.
Massachusetts Institute of Technology
US 7657849 · 2010
How the iPhone's Slide-to-Unlock Gesture Works
Apple's 2010 patent describes unlocking a device by dragging a specific graphical image across the touchscreen along a predefined path, a gesture that became iconic with the original iPhone.
Apple Inc
US 4733665 · 1988
How Doctors Implant a Permanent Stent Using a Balloon
This patent describes the method for placing a permanent, expandable wire mesh tube inside a blood vessel or other body tube using a balloon-tipped catheter to widen it and keep it open.
Expandable Grafts Partnership
US 4965188 · 1990
How to Make Many Copies of a DNA Piece with Heat
This patent describes the Polymerase Chain Reaction (PCR) method, a technique to make millions of copies of a specific DNA segment using a heat-resistant enzyme and repeated temperature changes.
Cetus Corp
US 4235871 · 1980
How to Encapsulate Active Materials in Lipid Bubbles Efficiently
This patent describes a method for trapping biologically active substances inside tiny, multi-layered fat bubbles called liposomes, using a specific water-in-oil emulsion and gel-forming process to improve how much material gets captured.
Individual
More to explore
More in AI & Machine Learning
US 10452978 · 2019 · Google LLC
How AI Models Understand Language Using 'Attention'
US 6523026 · 2003 · Huntsman International LLC
How Computers Find Hidden Connections Between Different Fields of Knowledge
US 11615208 · 2023 · Capital One Services LLC
How Cloud Systems Automatically Create and Train AI Data Models
US 10402750 · 2019 · Facebook Inc
How Facebook Uses Deep Learning to Predict What You Might Like
New to patents?
Common Questions
Frequently Asked Questions
What does How to Automatically Expand Neural Networks by Adding New Nodes cover?
A method for growing artificial intelligence models by identifying underperforming parts of a network and adding new nodes based on the behavior of existing ones.
Who owns patent US 10832138?
Samsung Electronics Co Ltd owns this patent, granted in 2020.
When does this patent expire?
This patent is expected to expire on November 10, 2040, when the invention enters the public domain.
What is patent US 10832138 cited by?
This patent has been cited by 3 later patents that build on its ideas.
What problem does this patent solve?
Training large AI models is computationally expensive and time-consuming. By allowing a network to grow only where it is needed, this method offers a way to improve model accuracy while potentially saving resources compared to training massive, static models from the ground up. It represents a shift toward more efficient, adaptive machine learning architectures.
What does this patent NOT cover?
Does not cover static neural networks that do not add nodes during or after training.
Same assignee
More from Samsung Electronics Co Ltd
Patent monitoring
