ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
2.7k
Citations
0
Influential Citations
Neural Computation
Venue
1994
Year
We present a tree-structured architecture for supervised learning. The statistical model underlying the architecture is a hierarchical mixture model in which both the mixture coefficients and the mixture components are generalized linear models (GLIM's). Learning is treated as a maximum likelihood problem; in particular, we present an Expectation-Maximization (EM) algorithm for adjusting the parameters of the architecture. We also develop an on-line learning algorithm in which the parameters are updated incrementally. Comparative simulation results are presented in the robot dynamics domain.
This 1994 paper by Jordan and Jacobs introduced a principled framework for combining multiple specialized models (experts) in a hierarchical structure. At a time when neural networks were often monolithic, the hierarchical mixture of experts (HME) offered a way to decompose complex tasks into simpler subtasks, each handled by a local expert. The use of the EM algorithm for training provided a statistically sound alternative to backpropagation, enabling efficient parameter estimation even with latent variables.
The paper's significance extends beyond its immediate results. It popularized the idea of conditional computation, where only a subset of the model is activated for a given input—a concept that later inspired sparse mixture-of-experts architectures in modern transformers. The online learning variant also anticipated the need for incremental updates in streaming or large-scale settings.
The abstract reports comparative simulation results in the robot dynamics domain, indicating that the hierarchical mixture of experts outperforms standard single-model approaches. However, no specific numerical metrics (e.g., error rates, convergence speed) are given in the abstract. The paper likely includes detailed comparisons with backpropagation-trained neural networks and other mixture models.
The hierarchical mixture of experts framework influenced a generation of research in ensemble learning, modular neural networks, and probabilistic graphical models. It provided a rigorous statistical foundation for combining multiple models, which later evolved into modern mixture-of-experts layers used in large language models (e.g., Switch Transformers). The EM-based training also demonstrated how latent variable models could be applied to supervised learning, bridging the gap between generative and discriminative approaches.
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