paper-with-me

홈 › Papers

A similarity-based Bayesian mixture-of-experts model

2020-12-03 · Tianfang Zhang, Rasmus Bokrantz, Jimmy Olsson

We present a new nonparametric mixture-of-experts model for multivariate regression problems, inspired by the probabilistic k-nearest neighbors algorithm. Using a conditionally specified model, predictions for out-of-sample inputs are based on similarities to each observed data point, yielding predictive distributions represented by Gaussian mixtures. Posterior inference is performed on the parameters of the mixture components as well as the distance metric using a mean-field variational Bayes algorithm accompanied with a stochastic gradient-based optimization procedure. The proposed method is especially advantageous in settings where inputs are of relatively high dimension in comparison to the data size, where input-output relationships are complex, and where predictive distributions may be skewed or multimodal. Computational studies on five datasets, of which two are synthetically generated, illustrate clear advantages of our mixture-of-experts method for high-dimensional inputs, outperforming competitor models both in terms of validation metrics and visual inspection.

📄 PDF Abstract BibTeX arXiv:2012.02130

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-Expertsmodel

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Peirce in the Machine: How Mixture of Experts Models Perform Hypothesis Construction

2024-06-24 · Bruce Rushing

Mixture of experts is a prediction aggregation method in machine learning that aggregates the predictions of specialized experts. This method often outperforms Bayesian methods despite the Bayesian having stronger induct…

Mixture-of-Experts

On Bayesian Softmax-Gated Mixture-of-Experts Models

2026-04-22 · Nicola Bariletto, Huy Nguyen, Nhat Ho, Alessandro Rinaldo arxiv

Mixture-of-experts models provide a flexible framework for learning complex probabilistic input-output relationships by combining multiple expert models through an input-dependent gating mechanism. These models have beco…

Density Estimation

Bayesian Mixture of Experts For Large Language Models

2025-11-12 · Maryam Dialameh, Hossein Rajabzadeh, Weiwei Zhang, Walid Ahmed 외 arxiv

We present Bayesian Mixture of Experts (Bayesian-MoE), a post-hoc uncertainty estimation framework for fine-tuned large language models (LLMs) based on Mixture-of-Experts architectures. Our method applies a structured La…

Bayesian Inference

Bayesian shrinkage in mixture of experts models: Identifying robust determinants of class membership

2019-01-12

A method for implicit variable selection in mixture of experts frameworks is proposed. We introduce a prior structure where information is taken from a set of independent covariates. Robust class membership predictors ar…

Bayesian InferenceMixture-of-ExpertsVariable Selection

Horseshoe Mixtures-of-Experts (HS-MoE)

2026-01-14 · Nick Polson, Vadim Sokolov arxiv

Horseshoe mixtures-of-experts (HS-MoE) models provide a Bayesian framework for sparse expert selection in mixture-of-experts architectures. We combine the horseshoe prior's adaptive global-local shrinkage with input-depe…