paper-with-me

Papers

Diffusing Gaussian Mixtures for Generating Categorical Data

2023-03-08 · Florence Regol, Mark Coates

Learning a categorical distribution comes with its own set of challenges. A successful approach taken by state-of-the-art works is to cast the problem in a continuous domain to take advantage of the impressive performance of the generative models for continuous data. Amongst them are the recently emerging diffusion probabilistic models, which have the observed advantage of generating high-quality samples. Recent advances for categorical generative models have focused on log likelihood improvements. In this work, we propose a generative model for categorical data based on diffusion models with a focus on high-quality sample generation, and propose sampled-based evaluation methods. The efficacy of our method stems from performing diffusion in the continuous domain while having its parameterization informed by the structure of the categorical nature of the target distribution. Our method of evaluation highlights the capabilities and limitations of different generative models for generating categorical data, and includes experiments on synthetic and real-world protein datasets.

📄 PDF Abstract BibTeX arXiv:2303.04635

Code (1)

networkslab/gmcd 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Fairness Constraints in High-Dimensional Generalized Linear Models

2026-04-17 · Yixiao Lin, James Booth arxiv

Most fairness-aware learning methods assume that sensitive attributes are observed, an assumption that may fail due to privacy, legal, or data-collection constraints. We develop a framework for fairness-aware generalized…

Accelerating Diffusion Models via Early Stop of the Diffusion Process

2022-05-25 · Zhaoyang Lyu, Xudong Xu, Ceyuan Yang, Dahua Lin 외

Denoising Diffusion Probabilistic Models (DDPMs) have achieved impressive performance on various generation tasks. By modeling the reverse process of gradually diffusing the data distribution into a Gaussian distribution…

DenoisingImage Generation

Categorical SDEs with Simplex Diffusion

2022-10-26 · Pierre H. Richemond, Sander Dieleman, Arnaud Doucet

Diffusion models typically operate in the standard framework of generative modelling by producing continuously-valued datapoints. To this end, they rely on a progressive Gaussian smoothing of the original data distributi…

Text Generation

Settling the Robust Learnability of Mixtures of Gaussians

2020-11-06 · Allen Liu, Ankur Moitra

This work represents a natural coalescence of two important lines of work: learning mixtures of Gaussians and algorithmic robust statistics. In particular we give the first provably robust algorithm for learning mixtures…

Training Gaussian Mixture Models at Scale via Coresets

2017-03-23 · Mario Lucic, Matthew Faulkner, Andreas Krause, Dan Feldman

How can we train a statistical mixture model on a massive data set? In this work we show how to construct coresets for mixtures of Gaussians. A coreset is a weighted subset of the data, which guarantees that models fitti…