paper-with-me

홈 › Papers

Neural Bayes: A Generic Parameterization Method for Unsupervised Representation Learning

2020-02-20 · Devansh Arpit, Huan Wang, Caiming Xiong, Richard Socher, Yoshua Bengio

We introduce a parameterization method called Neural Bayes which allows computing statistical quantities that are in general difficult to compute and opens avenues for formulating new objectives for unsupervised representation learning. Specifically, given an observed random variable $\mathbf{x}$ and a latent discrete variable $z$, we can express $p(\mathbf{x}|z)$, $p(z|\mathbf{x})$ and $p(z)$ in closed form in terms of a sufficiently expressive function (Eg. neural network) using our parameterization without restricting the class of these distributions. To demonstrate its usefulness, we develop two independent use cases for this parameterization: 1. Mutual Information Maximization (MIM): MIM has become a popular means for self-supervised representation learning. Neural Bayes allows us to compute mutual information between observed random variables $\mathbf{x}$ and latent discrete random variables $z$ in closed form. We use this for learning image representations and show its usefulness on downstream classification tasks. 2. Disjoint Manifold Labeling: Neural Bayes allows us to formulate an objective which can optimally label samples from disjoint manifolds present in the support of a continuous distribution. This can be seen as a specific form of clustering where each disjoint manifold in the support is a separate cluster. We design clustering tasks that obey this formulation and empirically show that the model optimally labels the disjoint manifolds. Our code is available at \url{https://github.com/salesforce/NeuralBayes}

📄 PDF Abstract BibTeX arXiv:2002.09046

Code (1)

salesforce/NeuralBayes 공식 구현 pytorch

Tasks

ClusteringFormRepresentation Learning

Methods 이 논문이 사용한 방법론

MIM 설명 없음

Similar Papers 제목 키워드 기반

Neural Bayes: A Generic Parameterization Method for Unsupervised Learning

2021-01-01 · Devansh Arpit, Huan Wang, Caiming Xiong, Richard Socher 외

We introduce a parameterization method called Neural Bayes which allows computing statistical quantities that are in general difficult to compute and opens avenues for formulating new objectives for unsupervised represen…

ClusteringFormRepresentation Learning

Unsupervised Hierarchical Graph Representation Learning with Variational Bayes

2019-09-25 · Shashanka Ubaru, Jie Chen

Hierarchical graph representation learning is an emerging subject owing to the increasingly popular adoption of graph neural networks in machine learning and applications. Loosely speaking, work under this umbrella falls…

Graph ClassificationGraph Representation LearningRepresentation Learning

The Lie-Group Bayesian Learning Rule

2023-03-08 · Eren Mehmet Kıral, Thomas Möllenhoff, Mohammad Emtiyaz Khan

The Bayesian Learning Rule provides a framework for generic algorithm design but can be difficult to use for three reasons. First, it requires a specific parameterization of exponential family. Second, it uses gradients …

History-Based, Bayesian, Closure for Stochastic Parameterization: Application to Lorenz '96

2022-10-26 · Mohamed Aziz Bhouri, Pierre Gentine

Physical parameterizations are used as representations of unresolved subgrid processes within weather and global climate models or coarse-scale turbulent models, whose resolutions are too coarse to resolve small-scale pr…

Uncertainty Quantification

Tutorial: VAE as an inference paradigm for neuroimaging

2025-01-14 · C. Vázquez-García, F. J. Martínez-Murcia, F. Segovia Román, Juan M. Górriz Sáez

In this tutorial, we explore Variational Autoencoders (VAEs), an essential framework for unsupervised learning, particularly suited for high-dimensional datasets such as neuroimaging. By integrating deep learning with Ba…

Bayesian InferenceHyperparameter Optimization