paper-with-me

Papers

Learning Generative Models using Denoising Density Estimators

2020-01-08 · Siavash A. Bigdeli, Geng Lin, Tiziano Portenier, L. Andrea Dunbar, Matthias Zwicker

Learning probabilistic models that can estimate the density of a given set of samples, and generate samples from that density, is one of the fundamental challenges in unsupervised machine learning. We introduce a new generative model based on denoising density estimators (DDEs), which are scalar functions parameterized by neural networks, that are efficiently trained to represent kernel density estimators of the data. Leveraging DDEs, our main contribution is a novel technique to obtain generative models by minimizing the KL-divergence directly. We prove that our algorithm for obtaining generative models is guaranteed to converge to the correct solution. Our approach does not require specific network architecture as in normalizing flows, nor use ordinary differential equation solvers as in continuous normalizing flows. Experimental results demonstrate substantial improvement in density estimation and competitive performance in generative model training.

📄 PDF Abstract BibTeX arXiv:2001.02728

Code (2)

logchan/dde pytorch
siavashBigdeli/DDE tf

Tasks

DenoisingDensity Estimation

Similar Papers 제목 키워드 기반

Probabilistic Classification by Density Estimation Using Gaussian Mixture Model and Masked Autoregressive Flow

2023-10-16 · Benyamin Ghojogh, Milad Amir Toutounchian

Density estimation, which estimates the distribution of data, is an important category of probabilistic machine learning. A family of density estimators is mixture models, such as Gaussian Mixture Model (GMM) by expectat…

ClassificationDensity EstimationNormalising Flows

Roundtrip: A Deep Generative Neural Density Estimator

2020-04-20 · Qiao Liu, Jiaze Xu, Rui Jiang, Wing Hung Wong

Density estimation is a fundamental problem in both statistics and machine learning. In this study, we proposed Roundtrip as a general-purpose neural density estimator based on deep generative models. Roundtrip retains t…

BIG-bench Machine LearningDensity Estimation

GenSBI: Generative Methods for Simulation-Based Inference in JAX

2026-05-26 · Aurelio Amerio arxiv

Flow and diffusion generative models have established themselves as widely adopted density estimators for simulation-based inference (SBI), extending naturally from neural posterior estimation to likelihood and joint den…

Density Estimation

Discrete Diffusion with Sample-Efficient Estimators for Conditionals

2026-02-23 · Karthik Elamvazhuthi, Abhijith Jayakumar, Andrey Y. Lokhov arxiv

We study a discrete denoising diffusion framework that integrates a sample-efficient estimator of single-site conditionals with round-robin noising and denoising dynamics for generative modeling over discrete state space…

Density Estimation

Diffusion Density Estimators

2024-10-09 · Akhil Premkumar

We investigate the use of diffusion models as neural density estimators. The current approach to this problem involves converting the generative process to a smooth flow, known as the Probability Flow ODE. The log densit…