ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
162
Citations
10
Influential Citations
Neural Networks
Venue
1997
Year
A class of adaptive resonance theory (ART) models for learning, recognition, and prediction with arbitrarily distributed code representations is introduced. Distributed ART neural networks combine the stable fast learning capabilities of winner-take-all ART systems with the noise tolerance and code compression capabilities of multilayer perceptrons. With a winner-take-all code, the unsupervised model dART reduces to fuzzy ART and the supervised model dARTMAP reduces to fuzzy ARTMAP. With a distributed code, these networks automatically apportion learned changes according to the degree of activation of each coding node, which permits fast as well as slow learning without catastrophic forgetting. Distributed ART models replace the traditional neural network path weight with a dynamic weight equal to the rectified difference between coding node activation and an adaptive threshold. Thresholds increase monotonically during learning according to a principle of atrophy due to disuse. However, monotonic change at the synaptic level manifests itself as bidirectional change at the dynamic level, where the result of adaptation resembles long-term potentiation (LTP) for single-pulse or low frequency test inputs but can resemble long-term depression (LTD) for higher frequency test inputs. This paradoxical behavior is traced to dual computational properties of phasic and tonic coding signal components. A parallel distributed match-reset-search process also helps stabilize memory. Without the match-reset-search system, dART becomes a type of distributed competitive learning network.
This paper addresses a fundamental tension in neural network learning: the stability-plasticity dilemma. Traditional ART systems achieve stable fast learning via winner-take-all coding, but they are sensitive to noise and have limited code compression. Multilayer perceptrons (MLPs) offer distributed representations that are noise-tolerant and compress codes, but they suffer from catastrophic forgetting when learning incrementally. Carpenter's distributed ART (dART) models elegantly combine the best of both worlds, providing a theoretical foundation for learning with distributed codes without catastrophic forgetting.
The significance lies in its timing (1997) and its influence on later continual learning research. The concept of dynamic weights and adaptive thresholds anticipates modern techniques like synaptic intelligence and elastic weight consolidation, which also aim to prevent catastrophic forgetting by modulating weight updates. The paper's insights into phasic and tonic signal components and their role in LTP/LTD-like effects provide a biologically plausible mechanism that connects neural computation to synaptic plasticity.
The paper introduces several key innovations:
As a theoretical paper, it does not present quantitative results on benchmark datasets. Instead, it provides formal proofs and analyses showing that dART retains the stable fast learning property of ART while improving noise tolerance and code compression. The key result is that distributed codes allow learning to be apportioned according to activation, preventing catastrophic forgetting even with fast learning rates. The paper also demonstrates that the dynamic weight behavior can mimic LTP or LTD depending on input frequency, which is a novel theoretical insight.
The broader impact of this work is substantial. It bridges the gap between symbolic and connectionist approaches by providing a neural network architecture that can learn incrementally with distributed representations. This has implications for online learning, robotics, and any application requiring continuous adaptation. The ideas have influenced subsequent research in continual learning, where preventing catastrophic forgetting is a major challenge. Modern deep learning systems often use rehearsal or regularization, but dART offers a biologically inspired alternative that does not require storing past data. The paper's emphasis on dynamic thresholds and distributed codes remains relevant today, as researchers seek to make neural networks more adaptive and robust.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba