paper-with-me

Papers

Neural Inverse Transform Sampler

2022-06-22 · Henry Li, Yuval Kluger

Any explicit functional representation $f$ of a density is hampered by two main obstacles when we wish to use it as a generative model: designing $f$ so that sampling is fast, and estimating $Z = \int f$ so that $Z^{-1}f$ integrates to 1. This becomes increasingly complicated as $f$ itself becomes complicated. In this paper, we show that when modeling one-dimensional conditional densities with a neural network, $Z$ 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 from general, multidimensional, compactly-supported probability densities. NITS is a highly expressive density estimator that boasts end-to-end differentiability, fast sampling, and exact and cheap likelihood evaluation. We demonstrate the applicability of NITS by applying it to realistic, high-dimensional density estimation tasks: likelihood-based generative modeling on the CIFAR-10 dataset, and density estimation on the UCI suite of benchmark datasets, where NITS produces compelling results rivaling or surpassing the state of the art.

📄 PDF Abstract BibTeX arXiv:2206.11172

Code (1)

lihenryhfl/nits 공식 구현 pytorch

Tasks

Density Estimation

Similar Papers 제목 키워드 기반

HJ-sampler: A Bayesian sampler for inverse problems of a stochastic process by leveraging Hamilton-Jacobi PDEs and score-based generative models

2024-09-15 · Tingwei Meng, Zongren Zou, Jérôme Darbon, George Em Karniadakis

The interplay between stochastic processes and optimal control has been extensively explored in the literature. With the recent surge in the use of diffusion models, stochastic processes have increasingly been applied to…

Bayesian Inference

Discrete Langevin-Inspired Posterior Sampling

2026-05-10 · Chaitanya Amballa, Sattwik Basu, Jorge Vančo Sampedro, Romit Roy Choudhury arxiv

We study posterior sampling for inverse problems in discrete state spaces using discrete diffusion models as generative priors. While continuous diffusion models have become widely used for inverse problems, their discre…

Image Restoration

TensoFlow: Tensorial Flow-based Sampler for Inverse Rendering

2025-03-24 · CVPR 2025 1 · Chun Gu, Xiaofei Wei, Li Zhang, Xiatian Zhu

Inverse rendering aims to recover scene geometry, material properties, and lighting from multi-view images. Given the complexity of light-surface interactions, importance sampling is essential for the evaluation of the r…

Inverse Rendering

Fast Samplers for Inverse Problems in Iterative Refinement Models

2024-05-27 · Kushagra Pandey, Ruihan Yang, Stephan Mandt

Constructing fast samplers for unconditional diffusion and flow-matching models has received much attention recently; however, existing methods for solving inverse problems, such as super-resolution, inpainting, or deblu…

DeblurringImage RestorationSuper-Resolution

Continuously-Tempered PDMP Samplers

2022-05-19 · Matthew Sutton, Robert Salomone, Augustin Chevallier, Paul Fearnhead

New sampling algorithms based on simulating continuous-time stochastic processes called piece-wise deterministic Markov processes (PDMPs) have shown considerable promise. However, these methods can struggle to sample fro…