paper-with-me

홈 › Papers

GAN-based Gaussian Mixture Model Responsibility Learning

2019-09-25 · Wanming Huang, Shuai Jiang, Xuan Liang, Ian Oppermann, Richard Yi Da Xu

Mixture Model (MM) is a probabilistic framework which allows us to define a dataset containing K different modes. When each of the modes is associated with a Gaussian distribution, we refer it as Gaussian MM, or GMM. Given a data point x, GMM may assume the existence of a random index k ∈ {1, . . . , K } identifying which Gaussian the particular data is associated with. In a traditional GMM paradigm, it is straightforward to compute in closed-form, the conditional like- lihood p(x|k, θ), as well as responsibility probability p(k|x, θ) which describes the distribution index corresponds to the data. Computing the responsibility allows us to retrieve many important statistics of the overall dataset, including the weights of each of the modes. Modern large datasets often contain multiple unlabelled modes, such as paintings dataset containing several styles; fashion images containing several unlabelled categories. In its raw representation, the Euclidean distances between the data do not allow them to form mixtures naturally, nor it’s feasible to compute responsibility distribution, making GMM unable to apply. To this paper, we utilize the Generative Adversarial Network (GAN) framework to achieve an alternative plausible method to compute these probabilities at the data’s latent space z instead of x. Instead of defining p(x|k, θ) explicitly, we devised a modified GAN to allow us to define the distribution using p(z|k, θ), where z is the corresponding latent representation of x, as well as p(k|x, θ) through an additional classification network which is trained with the GAN in an “end-to-end” fashion. These techniques allow us to discover interesting properties of an unsupervised dataset, including dataset segments as well as generating new “out-distribution” data by smooth linear interpolation across any combinations of the modes in a completely unsupervised manner.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial Networkmodel

Similar Papers 제목 키워드 기반

Gaussian Mixture Attention: Linear-Time Sequence Mixing via Probabilistic Latent Routing

2026-06-09 · Yongchao Huang, Hassan Raza arxiv

The dense token-to-token interaction pattern of standard dot-product attention remains a central bottleneck in scaling Transformer architectures to long contexts. We introduce \textbf{Gaussian Mixture Attention (GMA)}, a…

Deriving Decoder-Free Sparse Autoencoders from First Principles

2026-01-10 · Alan Oursland arxiv

Gradient descent on log-sum-exp (LSE) objectives performs implicit expectation--maximization (EM): the gradient with respect to each component output equals its responsibility. The same theory predicts collapse without v…

The Responsibility Weighted Mahalanobis Kernel for Semi-Supervised Training of Support Vector Machines for Classification

2015-02-13 · Tobias Reitmaier, Bernhard Sick

Kernel functions in support vector machines (SVM) are needed to assess the similarity of input samples in order to classify these samples, for instance. Besides standard kernels such as Gaussian (i.e., radial basis funct…

General Classification

Uncertainty Estimation and Out-of-Distribution Detection for LiDAR Scene Semantic Segmentation

2024-10-11 · Hanieh Shojaei, Qianqian Zou, Max Mehltretter

Safe navigation in new environments requires autonomous vehicles and robots to accurately interpret their surroundings, relying on LiDAR scene segmentation, out-of-distribution (OOD) obstacle detection, and uncertainty c…

Autonomous VehiclesOut-of-Distribution DetectionScene SegmentationSemantic Segmentation

Flash-GMM: A Memory-Efficient Kernel for Scalable Soft Clustering

2026-06-09 · Gal Bloch, Ariel Gera, Matan Orbach, Ohad Eytan 외 arxiv

We present \textbf{Flash-GMM}, a fused Triton kernel for efficient computation of Gaussian Mixture Models (GMMs) over large-scale data in a single GPU pass. By eliminating the need to materialize the full responsibility …