Neural Inverse Transform Sampler
Henry Li, Yuval Kluger

TL;DR
The paper introduces NITS, a neural network-based framework that efficiently models and samples from high-dimensional probability densities, enabling fast, exact likelihood evaluation and competitive generative modeling performance.
Contribution
It presents a novel neural inverse transform sampling method that extends to high dimensions, allowing for expressive, differentiable density estimation with fast sampling and likelihood computation.
Findings
NITS achieves state-of-the-art results on CIFAR-10.
NITS provides fast, exact likelihood evaluation.
NITS effectively models high-dimensional densities.
Abstract
Any explicit functional representation of a density is hampered by two main obstacles when we wish to use it as a generative model: designing so that sampling is fast, and estimating so that integrates to 1. This becomes increasingly complicated as itself becomes complicated. In this paper, we show that when modeling one-dimensional conditional densities with a neural network, can be exactly and efficiently computed by letting the network represent the cumulative distribution function of a target density, and applying a generalized fundamental theorem of calculus. We also derive a fast algorithm for sampling from the resulting representation by the inverse transform method. By extending these principles to higher dimensions, we introduce the \textbf{Neural Inverse Transform Sampler (NITS)}, a novel deep learning framework for modeling and sampling…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGaussian Processes and Bayesian Inference · Model Reduction and Neural Networks · Generative Adversarial Networks and Image Synthesis
