IA 360
Artificial Intelligence Glossary

Adaptive Growth Neural Networks

Architectures that do not fix their size in advance but add neurons or layers during training. The label is non-standard: the real family is constructive neural networks, from Cascade-Correlation to architecture search.

Admin IA360 4 min read AI-generated Leer en español
Adaptive Growth Neural Networks

The label adaptive growth neural networks covers architectures that do not fix in advance how many neurons or layers they will have; instead they add units during training itself, as the problem demands. An honest caveat first: this exact phrase barely appears in the technical literature. The standard name for this family is constructive neural networks (also called growing or dynamic networks), and it is that framework —not a method christened with this label— that gives the term real substance.

The motivation is practical. In a conventional network you must choose the size by hand: too small and it cannot learn; too large and it wastes computation and tends to overfit. Constructive networks flip the problem around: they start minimal and grow only when the error justifies it.

The idea: let the network grow

Rather than picking a topology before seeing the data, these methods begin with a tiny network and watch the error. When learning stalls, a criterion decides to add a neuron or a layer, training resumes, and the cycle repeats. The structure thus adapts to the real difficulty of the task instead of being imposed by guesswork.

From classic methods to today

The idea has deep roots. Timur Ash's dynamic node creation (1989) added hidden units to a backpropagation network whenever the error stopped falling. The Cascade-Correlation architecture of Scott Fahlman and Christian Lebiere (1990) began with a minimal network and added neurons one at a time, freezing each new unit's input weights to turn it into a permanent feature detector. In neuroevolution, NEAT, by Kenneth Stanley and Risto Miikkulainen (2002), grew topology and weights together through a genetic algorithm. Today the same intuition returns in neural architecture search (Barret Zoph and Quoc Le, 2017), which uses reinforcement learning to design networks, and in the progressive growing of Tero Karras and colleagues (2018), which adds layers to a GAN to generate images at ever higher resolution, from 4×4 up to 1024×1024 pixels.

Limits and open questions

Growth is not free. The 2017 architecture search burned hundreds of GPUs for weeks, a cost that has driven a whole line of cheaper methods. Three questions remain without a settled answer: when to add capacity, where to place it, and above all when to stop. Growing too much reintroduces the very overfitting it aimed to avoid, so these systems lean on stopping criteria —validation, early stopping— as delicate as the growth itself. Decades after Ash, the «when, where and what» of adding nodes still has no unified solution: this is a living field, not a closed problem.

This article was produced with artificial intelligence under human editorial oversight.

Share this article

This website uses cookies to improve the browsing experience. Cookie policy.

↑↓ navigate ↵ open esc close