paper-with-me

홈 › Papers

Gaussian Mixture Variational Autoencoder with Contrastive Learning for Multi-Label Classification

2021-12-02 · Junwen Bai, Shufeng Kong, Carla P. Gomes

Multi-label classification (MLC) is a prediction task where each sample can have more than one label. We propose a novel contrastive learning boosted multi-label prediction model based on a Gaussian mixture variational autoencoder (C-GMVAE), which learns a multimodal prior space and employs a contrastive loss. Many existing methods introduce extra complex neural modules like graph neural networks to capture the label correlations, in addition to the prediction modules. We find that by using contrastive learning in the supervised setting, we can exploit label information effectively in a data-driven manner, and learn meaningful feature and label embeddings which capture the label correlations and enhance the predictive power. Our method also adopts the idea of learning and aligning latent spaces for both features and labels. In contrast to previous works based on a unimodal prior, C-GMVAE imposes a Gaussian mixture structure on the latent space, to alleviate the posterior collapse and over-regularization issues. C-GMVAE outperforms existing methods on multiple public datasets and can often match other models' full performance with only 50% of the training data. Furthermore, we show that the learnt embeddings provide insights into the interpretation of label-label interactions.

📄 PDF Abstract BibTeX arXiv:2112.00976

Code (1)

junwenbai/c-gmvae 공식 구현 pytorch

Tasks

Contrastive LearningMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONPrediction

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Truncated Gaussian-Mixture Variational AutoEncoder

2019-02-11 · Qingyu Zhao, Nicolas Honnorat, Ehsan Adeli, Kilian M. Pohl

Variation Autoencoder (VAE) has become a powerful tool in modeling the non-linear generative process of data from a low-dimensional latent space. Recently, several studies have proposed to use VAE for unsupervised cluste…

ClusteringFunctional ConnectivityOutlier Detection

Topic-Guided Variational Autoencoders for Text Generation

2019-03-17 · Wenlin Wang, Zhe Gan, Hongteng Xu, Ruiyi Zhang 외

We propose a topic-guided variational autoencoder (TGVAE) model for text generation. Distinct from existing variational autoencoder (VAE) based approaches, which assume a simple Gaussian prior for the latent code, our mo…

Conditional Text GenerationText Generation

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

Stochastic Backpropagation through Mixture Density Distributions

2016-07-19 · Alex Graves

The ability to backpropagate stochastic gradients through continuous latent distributions has been crucial to the emergence of variational autoencoders and stochastic gradient variational Bayes. The key ingredient is an …

Variational Inference

Variational Autoencoder with Embedded Student-$t$ Mixture Model for Authorship Attribution

2020-05-28 · Benedikt Boenninghoff, Steffen Zeiler, Robert M. Nickel, Dorothea Kolossa

Traditional computational authorship attribution describes a classification task in a closed-set scenario. Given a finite set of candidate authors and corresponding labeled texts, the objective is to determine which of t…

Authorship AttributionGeneral Classification