paper-with-me

Papers

Gradient-free variational learning with conditional mixture networks

2024-08-29 · Conor Heins, Hao Wu, Dimitrije Markovic, Alexander Tschantz, Jeff Beck, Christopher Buckley

Balancing computational efficiency with robust predictive performance is crucial in supervised learning, especially for critical applications. Standard deep learning models, while accurate and scalable, often lack probabilistic features like calibrated predictions and uncertainty quantification. Bayesian methods address these issues but can be computationally expensive as model and data complexity increase. Previous work shows that fast variational methods can reduce the compute requirements of Bayesian methods by eliminating the need for gradient computation or sampling, but are often limited to simple models. We demonstrate that conditional mixture networks (CMNs), a probabilistic variant of the mixture-of-experts (MoE) model, are suitable for fast, gradient-free inference and can solve complex classification tasks. CMNs employ linear experts and a softmax gating network. By exploiting conditional conjugacy and P\'olya-Gamma augmentation, we furnish Gaussian likelihoods for the weights of both the linear experts and the gating network. This enables efficient variational updates using coordinate ascent variational inference (CAVI), avoiding traditional gradient-based optimization. We validate this approach by training two-layer CMNs on standard benchmarks from the UCI repository. Our method, CAVI-CMN, achieves competitive and often superior predictive accuracy compared to maximum likelihood estimation (MLE) with backpropagation, while maintaining competitive runtime and full posterior distributions over all model parameters. Moreover, as input size or the number of experts increases, computation time scales competitively with MLE and other gradient-based solutions like black-box variational inference (BBVI), making CAVI-CMN a promising tool for deep, fast, and gradient-free Bayesian networks.

📄 PDF Abstract BibTeX arXiv:2408.16429

Code (1)

versestech/cavi-cmn 공식 구현 jax

Tasks

Computational EfficiencyMixture-of-ExpertsUncertainty QuantificationVariational Inference

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$…
Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

Adaptive Exponential Integration for Stable Gaussian Mixture Black-Box Variational Inference

2026-01-21 · Baojun Che, Yifan Chen, Daniel Zhengyu Huang, Xinying Mao 외 arxiv

Black-box variational inference (BBVI) with Gaussian mixture families offers a flexible approach for approximating complex posterior distributions without requiring gradients of the target density. However, standard nume…

Fast and Simple Natural-Gradient Variational Inference with Mixture of Exponential-family Approximations

2019-06-07 · Wu Lin, Mohammad Emtiyaz Khan, Mark Schmidt

Natural-gradient methods enable fast and simple algorithms for variational inference, but due to computational difficulties, their use is mostly limited to \emph{minimal} exponential-family (EF) approximations. In this p…

Bayesian InferenceVariational Inference

Stable Derivative Free Gaussian Mixture Variational Inference for Bayesian Inverse Problems

2025-01-08 · Baojun Che, Yifan Chen, Zhenghao Huan, Daniel Zhengyu Huang 외

This paper is concerned with the approximation of probability distributions known up to normalization constants, with a focus on Bayesian inference for large-scale inverse problems in scientific computing. In this contex…

Bayesian InferenceVariational Inference

Sequential Learning for Dirichlet Process Mixtures

2019-10-16 · pproximateinference AABI Symposium 2019 12 · Chunlin Ji, Bin Liu, Yingkai Jiang, Ke Deng

Dirichlet process mixture model provides a flexible nonparametric framework for unsupervised learning. Monte Carlo based sampling methods always involve heavy computation efforts; conventional variational inference requi…

Variational Inference

Particular flows and attracting sets: A comment on "How particular is the physics of the Free Energy Principle?" by Aguilera, Millidge, Tschantz and Buckley

2022-05-19 · Conor Heins

In this commentary, I expand on the analysis of the recent article "How particular is the physics of the Free Energy Principle?" by Aguilera et al. by studying the flow fields of linear diffusions, and particularly the r…