paper-with-me

Papers

TraDE: Transformers for Density Estimation

2020-04-06 · Rasool Fakoor, Pratik Chaudhari, Jonas Mueller, Alexander J. Smola

We present TraDE, a self-attention-based architecture for auto-regressive density estimation with continuous and discrete valued data. Our model is trained using a penalized maximum likelihood objective, which ensures that samples from the density estimate resemble the training data distribution. The use of self-attention means that the model need not retain conditional sufficient statistics during the auto-regressive process beyond what is needed for each covariate. On standard tabular and image data benchmarks, TraDE produces significantly better density estimates than existing approaches such as normalizing flow estimators and recurrent auto-regressive models. However log-likelihood on held-out data only partially reflects how useful these estimates are in real-world applications. In order to systematically evaluate density estimators, we present a suite of tasks such as regression using generated samples, out-of-distribution detection, and robustness to noise in the training data and demonstrate that TraDE works well in these scenarios.

📄 PDF Abstract BibTeX arXiv:2004.02441

Code (0)

등록된 구현이 없습니다.

Tasks

Density EstimationOut-of-Distribution Detection

Similar Papers 제목 키워드 기반

TraDE: A Simple Self-Attention-Based Density Estimator

2021-01-01 · Rasool Fakoor, Pratik Anil Chaudhari, Jonas Mueller, Alex Smola

We present TraDE, a self-attention-based architecture for auto-regressive density estimation with continuous and discrete valued data. Our model is trained using a penalized maximum likelihood objective, which ensures …

Density EstimationOut-of-Distribution Detection

Parametric Density Estimation with Uncertainty using Deep Ensembles

2021-01-01 · Abel Peirson, Taylor Howell, Marius Aurel Tirlea

In parametric density estimation, the parameters of a known probability density are typically recovered from measurements by maximizing the log-likelihood. Prior knowledge of measurement uncertainties is not included in …

Density Estimation

Conditional Density Estimation with Bayesian Normalising Flows

2018-02-14 · Brian L. Trippe, Richard E. Turner

Modeling complex conditional distributions is critical in a variety of settings. Despite a long tradition of research into conditional density estimation, current methods employ either simple parametric forms or are diff…

Density EstimationNormalising Flows

A One-Pass Private Sketch for Most Machine Learning Tasks

2020-06-16 · Benjamin Coleman, Anshumali Shrivastava

Differential privacy (DP) is a compelling privacy definition that explains the privacy-utility tradeoff via formal, provable guarantees. Inspired by recent progress toward general-purpose data release algorithms, we prop…

BIG-bench Machine LearningDensity Estimation

DiScoFormer: Plug-In Density and Score Estimation with Transformers

2025-11-08 · Vasily Ilin, Peter Sushko, Ranjay Krishna arxiv

Estimating probability density and its score from samples remains a core problem in generative modeling, Bayesian inference, and kinetic theory. Existing methods are bifurcated: classical kernel density estimators (KDE) …

Density EstimationBayesian Inference