paper-with-me

Papers

Image Modeling with Deep Convolutional Gaussian Mixture Models

2021-04-19 · Alexander Gepperth, Benedikt Pfülb

In this conceptual work, we present Deep Convolutional Gaussian Mixture Models (DCGMMs): a new formulation of deep hierarchical Gaussian Mixture Models (GMMs) that is particularly suitable for describing and generating images. Vanilla (i.e., flat) GMMs require a very large number of components to describe images well, leading to long training times and memory issues. DCGMMs avoid this by a stacked architecture of multiple GMM layers, linked by convolution and pooling operations. This allows to exploit the compositionality of images in a similar way as deep CNNs do. DCGMMs can be trained end-to-end by Stochastic Gradient Descent. This sets them apart from vanilla GMMs which are trained by Expectation-Maximization, requiring a prior k-means initialization which is infeasible in a layered structure. For generating sharp images with DCGMMs, we introduce a new gradient-based technique for sampling through non-invertible operations like convolution and pooling. Based on the MNIST and FashionMNIST datasets, we validate the DCGMMs model by demonstrating its superiority over flat GMMs for clustering, sampling and outlier detection.

📄 PDF Abstract BibTeX arXiv:2104.12686

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringOutlier Detection

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Video Anomaly Detection and Localization via Gaussian Mixture Fully Convolutional Variational Autoencoder

2018-05-29 · Yaxiang Fan, Gongjian Wen, Deren Li, Shaohua Qiu 외

We present a novel end-to-end partially supervised deep learning approach for video anomaly detection and localization using only normal samples. The insight that motivates this study is that the normal samples can be as…

Anomaly DetectionDecoderVideo Anomaly Detection

A new perspective on probabilistic image modeling

2022-03-21 · Alexander Gepperth

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 layere…

Density Estimation

FRMDN: Flow-based Recurrent Mixture Density Network

2020-08-05 · Seyedeh Fatemeh Razavi, Reshad Hosseini, Tina Behzad

The class of recurrent mixture density networks is an important class of probabilistic models used extensively in sequence modeling and sequence-to-sequence mapping applications. In this class of models, the density of a…

Estimating the Joint Probability of Scenario Parameters with Gaussian Mixture Copula Models

2025-06-11 · Christian Reichenbächer, Philipp Rank, Jochen Hipp, Oliver Bringmann

This paper presents the first application of Gaussian Mixture Copula Models to the statistical modeling of driving scenarios for the safety validation of automated driving systems. Knowledge of the joint probability dist…

AutoGMM: Automatic and Hierarchical Gaussian Mixture Modeling in Python

2019-09-06 · Thomas L. Athey, Tingshan Liu, Benjamin D. Pedigo, Joshua T. Vogelstein

Background: Gaussian mixture modeling is a fundamental tool in clustering, as well as discriminant analysis and semiparametric density estimation. However, estimating the optimal model for any given number of components …

ClusteringDensity Estimation