paper-with-me

홈 › Papers

Non-Normal Mixtures of Experts

2015-06-22 · Faicel Chamroukhi

Mixture of Experts (MoE) is a popular framework for modeling heterogeneity in data for regression, classification and clustering. For continuous data which we consider here in the context of regression and cluster analysis, MoE usually use normal experts, that is, expert components following the Gaussian distribution. However, for a set of data containing a group or groups of observations with asymmetric behavior, heavy tails or atypical observations, the use of normal experts may be unsuitable and can unduly affect the fit of the MoE model. In this paper, we introduce new non-normal mixture of experts (NNMoE) which can deal with these issues regarding possibly skewed, heavy-tailed data and with outliers. The proposed models are the skew-normal MoE and the robust $t$ MoE and skew $t$ MoE, respectively named SNMoE, TMoE and STMoE. We develop dedicated expectation-maximization (EM) and expectation conditional maximization (ECM) algorithms to estimate the parameters of the proposed models by monotonically maximizing the observed data log-likelihood. We describe how the presented models can be used in prediction and in model-based clustering of regression data. Numerical experiments carried out on simulated data show the effectiveness and the robustness of the proposed models in terms modeling non-linear regression functions as well as in model-based clustering. Then, to show their usefulness for practical applications, the proposed models are applied to the real-world data of tone perception for musical data analysis, and the one of temperature anomalies for the analysis of climate change data.

📄 PDF Abstract BibTeX arXiv:1506.06707

Code (3)

cran/meteorits
fchamroukhi/MEteorits
fchamroukhi/SNMoE

Tasks

ClusteringMixture-of-Expertsregression

Similar Papers 제목 키워드 기반

Tighter Risk Bounds for Mixtures of Experts

2024-10-14 · Wissam Akretche, Frédéric LeBlanc, Mario Marchand

In this work, we provide upper bounds on the risk of mixtures of experts by imposing local differential privacy (LDP) on their gating mechanism. These theoretical guarantees are tailored to mixtures of experts that utili…

Robust mixture of experts modeling using the skew $t$ distribution

2016-12-09 · Faicel Chamroukhi

Mixture of Experts (MoE) is a popular framework in the fields of statistics and machine learning for modeling heterogeneity in data for regression, classification and clustering. MoE for continuous data are usually based…

ClusteringMixture-of-Expertsregression

Biased Mixtures Of Experts: Enabling Computer Vision Inference Under Data Transfer Limitations

2020-08-21 · Alhabib Abbas, Yiannis Andreopoulos

We propose a novel mixture-of-experts class to optimize computer vision models in accordance with data transfer limitations at test time. Our approach postulates that the minimum acceptable amount of data allowing for hi…

Action ClassificationImage Super-ResolutionMixture-of-ExpertsSuper-Resolution

Learning to Select, Not Relearn: Hard-Routed Mixtures of Reasoning LoRAs

2026-06-30 · Seyed Alireza Molavi, Zhan Su, Yan Hu, Peyman Sheikholharam Mashhadi 외 arxiv

Composing independently trained LoRA adapters into a single large language model is useful for multi-domain adaptation, especially when the original training data cannot be shared. A common approach is to use MoE-style r…

Reinforcement LearningDomain Adaptation

Locking and Quacking: Stacking Bayesian model predictions by log-pooling and superposition

2023-05-12 · Yuling Yao, Luiz Max Carvalho, Diego Mesquita, Yann McLatchie

Combining predictions from different models is a central problem in Bayesian inference and machine learning more broadly. Currently, these predictive distributions are almost exclusively combined using linear mixtures su…

Bayesian InferenceMixture-of-Experts