Table of Contents
Fetching ...

Classifier Weighted Mixture models

Elouan Argouarc'h, François Desbouvries, Eric Barat, Eiji Kawasaki, Thomas Dautremer

TL;DR

Classic finite mixtures are limited by fixed weights; the paper introduces Classifier Weighted Mixtures (CWM) where weights become functions of the input, defined via a classifier, increasing expressivity while keeping the PDF tractable and sampling explicit. The approach derives conditions for a valid PDF and provides a latent-variable interpretation, along with a practical parameterization using invertible mappings (NF-style) and a neural network classifier. Reparameterization-gradient-friendly training is enabled through Rao-Blackwellization, and density-estimation experiments show competitive likelihood with fewer parameters than comparable normalizing-flow models and Gaussian mixtures. Overall, CWMs offer a flexible, gradient-friendly alternative for variational inference and density modeling that maintains computational tractability.

Abstract

This paper proposes an extension of standard mixture stochastic models, by replacing the constant mixture weights with functional weights defined using a classifier. Classifier Weighted Mixtures enable straightforward density evaluation, explicit sampling, and enhanced expressivity in variational estimation problems, without increasing the number of components nor the complexity of the mixture components.

Classifier Weighted Mixture models

TL;DR

Classic finite mixtures are limited by fixed weights; the paper introduces Classifier Weighted Mixtures (CWM) where weights become functions of the input, defined via a classifier, increasing expressivity while keeping the PDF tractable and sampling explicit. The approach derives conditions for a valid PDF and provides a latent-variable interpretation, along with a practical parameterization using invertible mappings (NF-style) and a neural network classifier. Reparameterization-gradient-friendly training is enabled through Rao-Blackwellization, and density-estimation experiments show competitive likelihood with fewer parameters than comparable normalizing-flow models and Gaussian mixtures. Overall, CWMs offer a flexible, gradient-friendly alternative for variational inference and density modeling that maintains computational tractability.

Abstract

This paper proposes an extension of standard mixture stochastic models, by replacing the constant mixture weights with functional weights defined using a classifier. Classifier Weighted Mixtures enable straightforward density evaluation, explicit sampling, and enhanced expressivity in variational estimation problems, without increasing the number of components nor the complexity of the mixture components.
Paper Structure (16 sections, 17 equations, 4 figures, 1 table)

This paper contains 16 sections, 17 equations, 4 figures, 1 table.

Figures (4)

  • Figure 1: Classical mixtures (left) can be extended to mixtures with functional and non-necessarily constant weights (right).
  • Figure 2: Classifier $\alpha_k(u)$ and corresponding weights $\pi_k(x)$.
  • Figure 3: Directed graph associated with the CWM construction
  • Figure 4: Image - samples - CWM - RNVP - NSF - GMM