A new perspective on probabilistic image modeling
Alexander Gepperth

TL;DR
The paper introduces DCGMM, a novel probabilistic image model combining CNN-like layered structures with Gaussian Mixture layers, enabling effective density estimation, sampling, and inference.
Contribution
It presents a modular deep probabilistic model with independent loss functions for each layer, allowing flexible transformations and end-to-end training, outperforming recent models on complex datasets.
Findings
DCGMM achieves competitive inference and sampling results.
The model performs well on challenging datasets like SVHN.
It can be trained end-to-end using SGD from scratch.
Abstract
We present the Deep Convolutional Gaussian Mixture Model (DCGMM), a new probabilistic approach for image modeling capable of density estimation, sampling and tractable inference. DCGMM instances exhibit a CNN-like layered structure, in which the principal building blocks are convolutional Gaussian Mixture (cGMM) layers. A key innovation w.r.t. related models like sum-product networks (SPNs) and probabilistic circuits (PCs) is that each cGMM layer optimizes an independent loss function and therefore has an independent probabilistic interpretation. This modular approach permits intervening transformation layers to harness the full spectrum of (potentially non-invertible) mappings available to CNNs, e.g., max-pooling or half-convolutions. DCGMM sampling and inference are realized by a deep chain of hierarchical priors, where a sample generated by a given cGMM layer defines the parameters…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Advanced Neural Network Applications · Domain Adaptation and Few-Shot Learning
Methodspc · Stochastic Gradient Descent · Contextual Graph Markov Model
