paper-with-me

Papers

Generative Marginalization Models

2023-10-19 · Sulin Liu, Peter J. Ramadge, Ryan P. Adams

We introduce marginalization models (MAMs), a new family of generative models for high-dimensional discrete data. They offer scalable and flexible generative modeling by explicitly modeling all induced marginal distributions. Marginalization models enable fast approximation of arbitrary marginal probabilities with a single forward pass of the neural network, which overcomes a major limitation of arbitrary marginal inference models, such as any-order autoregressive models. MAMs also address the scalability bottleneck encountered in training any-order generative models for high-dimensional problems under the context of energy-based training, where the goal is to match the learned distribution to a given desired probability (specified by an unnormalized log-probability function such as energy or reward function). We propose scalable methods for learning the marginals, grounded in the concept of "marginalization self-consistency". We demonstrate the effectiveness of the proposed model on a variety of discrete data distributions, including images, text, physical systems, and molecules, for maximum likelihood and energy-based training settings. MAMs achieve orders of magnitude speedup in evaluating the marginal probabilities on both settings. For energy-based training tasks, MAMs enable any-order generative modeling of high-dimensional problems beyond the scale of previous methods. Code is available at https://github.com/PrincetonLIPS/MaM.

📄 PDF Abstract BibTeX arXiv:2310.12920

Code (1)

princetonlips/mam 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Neural Syntactic Generative Models with Exact Marginalization

2018-06-01 · NAACL 2018 6 · Jan Buys, Phil Blunsom

We present neural syntactic generative models with exact marginalization that support both dependency parsing and language modeling. Exact marginalization is made tractable through dynamic programming over shift-reduce p…

Dependency ParsingLanguage ModelingLanguage ModellingTransition-Based Dependency Parsing

Efficient Marginalization of Discrete and Structured Latent Variables via Sparsity

2020-07-03 · NeurIPS 2020 12 · Gonçalo M. Correia, Vlad Niculae, Wilker Aziz, André F. T. Martins

Training neural network models with discrete (categorical or structured) latent variables can be computationally challenging, due to the need for marginalization over large or combinatorial sets. To circumvent this issue…

Generative artificial intelligence and the marginalization of minoritized knowledges in higher education: the case of disability

2026-05-26 · Fatiha Tali-Otmani arxiv

Generative artificial intelligence redefines higher education by restructuring the processes through which scientific knowledge is produced and validated. These systems are not neutral; they actively contribute to the ma…

Tensorial Mixture Models

2016-10-13 · Or Sharir, Ronen Tamari, Nadav Cohen, Amnon Shashua

Casting neural networks in generative frameworks is a highly sought-after endeavor these days. Contemporary methods, such as Generative Adversarial Networks, capture some of the generative capabilities, but not all. In p…

Evidential Softmax for Sparse Multimodal Distributions in Deep Generative Models

2021-10-27 · NeurIPS 2021 12 · Phil Chen, Masha Itkina, Ransalu Senanayake, Mykel J. Kochenderfer

Many applications of generative models rely on the marginalization of their high-dimensional output probability distributions. Normalization functions that yield sparse probability distributions can make exact marginaliz…