paper-with-me

Papers

Demystifying Softmax Gating Function in Gaussian Mixture of Experts

2023-05-05 · NeurIPS 2023 11

Understanding the parameter estimation of softmax gating Gaussian mixture of experts has remained a long-standing open problem in the literature. It is mainly due to three fundamental theoretical challenges associated with the softmax gating function: (i) the identifiability only up to the translation of parameters; (ii) the intrinsic interaction via partial differential equations between the softmax gating and the expert functions in the Gaussian density; (iii) the complex dependence between the numerator and denominator of the conditional density of softmax gating Gaussian mixture of experts. We resolve these challenges by proposing novel Voronoi loss functions among parameters and establishing the convergence rates of maximum likelihood estimator (MLE) for solving parameter estimation in these models. When the true number of experts is unknown and over-specified, our findings show a connection between the convergence rate of the MLE and a solvability problem of a system of polynomial equations.

📄 PDF Abstract BibTeX arXiv:2305.03288

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-Expertsparameter estimation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Statistical Perspective of Top-K Sparse Softmax Gating Mixture of Experts

2023-09-25 · Huy Nguyen, Pedram Akbarian, Fanqi Yan, Nhat Ho

Top-K sparse softmax gating mixture of experts has been widely used for scaling up massive deep-learning architectures without increasing the computational cost. Despite its popularity in real-world applications, the the…

Density EstimationMixture-of-Expertsparameter estimation

A General Theory for Softmax Gating Multinomial Logistic Mixture of Experts

2023-10-22 · Huy Nguyen, Pedram Akbarian, TrungTin Nguyen, Nhat Ho

Mixture-of-experts (MoE) model incorporates the power of multiple submodels via gating functions to achieve greater performance in numerous regression and classification applications. From a theoretical perspective, whil…

Density EstimationMixture-of-Expertsparameter estimationregression

Sigmoid Gating is More Sample Efficient than Softmax Gating in Mixture of Experts

2024-05-22 · Huy Nguyen, Nhat Ho, Alessandro Rinaldo

The softmax gating function is arguably the most popular choice in mixture of experts modeling. Despite its widespread use in practice, the softmax gating may lead to unnecessary competition among experts, potentially ca…

Mixture-of-Experts

Is Temperature Sample Efficient for Softmax Gaussian Mixture of Experts?

2024-01-25 · Huy Nguyen, Pedram Akbarian, Nhat Ho

Dense-to-sparse gating mixture of experts (MoE) has recently become an effective alternative to a well-known sparse MoE. Rather than fixing the number of activated experts as in the latter model, which could limit the in…

Mixture-of-Expertsparameter estimation

On Expert Estimation in Hierarchical Mixture of Experts: Beyond Softmax Gating Functions

2024-10-03 · Huy Nguyen, Xing Han, Carl William Harris, Suchi Saria 외

With the growing prominence of the Mixture of Experts (MoE) architecture in developing large-scale foundation models, we investigate the Hierarchical Mixture of Experts (HMoE), a specialized variant of MoE that excels in…

image-classificationImage ClassificationMixture-of-Experts