Revisiting Incremental Stochastic Majorization-Minimization Algorithms with Applications to Mixture of Experts

arXiv:2601.19811v1h-index: 26
Originality Incremental advance
AI Analysis

This work addresses the need for efficient incremental algorithms in statistics and machine learning for streaming data, with applications in domains like bioinformatics, though it appears incremental as it builds on existing MM and EM frameworks.

The paper tackled the problem of processing high-volume streaming data by proposing an incremental stochastic Majorization-Minimization algorithm, which generalizes incremental stochastic EM and relaxes key requirements, and demonstrated that it consistently outperforms widely used stochastic optimizers like SGD, RMSprop, Adam, and second-order clipped stochastic optimization on mixture of experts regression and real-world datasets.

Processing high-volume, streaming data is increasingly common in modern statistics and machine learning, where batch-mode algorithms are often impractical because they require repeated passes over the full dataset. This has motivated incremental stochastic estimation methods, including the incremental stochastic Expectation-Maximization (EM) algorithm formulated via stochastic approximation. In this work, we revisit and analyze an incremental stochastic variant of the Majorization-Minimization (MM) algorithm, which generalizes incremental stochastic EM as a special case. Our approach relaxes key EM requirements, such as explicit latent-variable representations, enabling broader applicability and greater algorithmic flexibility. We establish theoretical guarantees for the incremental stochastic MM algorithm, proving consistency in the sense that the iterates converge to a stationary point characterized by a vanishing gradient of the objective. We demonstrate these advantages on a softmax-gated mixture of experts (MoE) regression problem, for which no stochastic EM algorithm is available. Empirically, our method consistently outperforms widely used stochastic optimizers, including stochastic gradient descent, root mean square propagation, adaptive moment estimation, and second-order clipped stochastic optimization. These results support the development of new incremental stochastic algorithms, given the central role of softmax-gated MoE architectures in contemporary deep neural networks for heterogeneous data modeling. Beyond synthetic experiments, we also validate practical effectiveness on two real-world datasets, including a bioinformatics study of dent maize genotypes under drought stress that integrates high-dimensional proteomics with ecophysiological traits, where incremental stochastic MM yields stable gains in predictive performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes