paper-with-me

Papers

Categorical Normalizing Flows via Continuous Transformations

2020-06-17 · ICLR 2021 1 · Phillip Lippe, Efstratios Gavves

Despite their popularity, to date, the application of normalizing flows on categorical data stays limited. The current practice of using dequantization to map discrete data to a continuous space is inapplicable as categorical data has no intrinsic order. Instead, categorical data have complex and latent relations that must be inferred, like the synonymy between words. In this paper, we investigate \emph{Categorical Normalizing Flows}, that is normalizing flows for categorical data. By casting the encoding of categorical data in continuous space as a variational inference problem, we jointly optimize the continuous representation and the model likelihood. Using a factorized decoder, we introduce an inductive bias to model any interactions in the normalizing flow. As a consequence, we do not only simplify the optimization compared to having a joint decoder, but also make it possible to scale up to a large number of categories that is currently impossible with discrete normalizing flows. Based on Categorical Normalizing Flows, we propose GraphCNF a permutation-invariant generative model on graphs. GraphCNF implements a three step approach modeling the nodes, edges and adjacency matrix stepwise to increase efficiency. On molecule generation, GraphCNF outperforms both one-shot and autoregressive flow-based state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2006.09790

Code (1)

phlippe/CategoricalNF 공식 구현 pytorch

Tasks

DecoderInductive BiasVariational Inference

Methods 이 논문이 사용한 방법론

Normalizing Flows Normalizing Flows are a method for constructing complex distributions by transforming a probability density through a series of invertible mappings. By repeatedly applying…

Similar Papers 제목 키워드 기반

Argmax Flows: Learning Categorical Distributions with Normalizing Flows

2020-11-23 · pproximateinference AABI Symposium 2021 1 · Emiel Hoogeboom, Didrik Nielsen, Priyank Jaini, Patrick Forré 외

This paper introduces a new method to define and train continuous distributions such as normalizing flows directly on categorical data, for example text and image segmentation. The generative model is defined by a compos…

Image SegmentationSemantic Segmentation

Argmax Flows and Multinomial Diffusion: Learning Categorical Distributions

2021-02-10 · NeurIPS 2021 12 · Emiel Hoogeboom, Didrik Nielsen, Priyank Jaini, Patrick Forré 외

Generative flows and diffusion models have been predominantly trained on ordinal data, for example natural images. This paper introduces two extensions of flows and diffusion for categorical data such as language or imag…

DenoisingImage SegmentationLanguage ModellingSegmentation+1

Continuous normalizing flows for lattice gauge theories

2024-10-17 · Mathis Gerdes, Pim de Haan, Roberto Bondesan, Miranda C. N. Cheng

Continuous normalizing flows are known to be highly expressive and flexible, which allows for easier incorporation of large symmetries and makes them a powerful tool for sampling in lattice field theories. Building on pr…

SurVAE Flows: Surjections to Bridge the Gap between VAEs and Flows

2020-07-06 · NeurIPS 2020 12 · Didrik Nielsen, Priyank Jaini, Emiel Hoogeboom, Ole Winther 외

Normalizing flows and variational autoencoders are powerful generative models that can represent complicated density functions. However, they both impose constraints on the models: Normalizing flows use bijective transfo…

Reliable Categorical Variational Inference with Mixture of Discrete Normalizing Flows

2020-06-28 · Tomasz Kuśmierczyk, Arto Klami

Variational approximations are increasingly based on gradient-based optimization of expectations estimated by sampling. Handling discrete latent variables is then challenging because the sampling process is not different…

validVariational Inference