paper-with-me

Papers

Analog Bits: Generating Discrete Data using Diffusion Models with Self-Conditioning

2022-08-08 · Ting Chen, Ruixiang Zhang, Geoffrey Hinton

We present Bit Diffusion: a simple and generic approach for generating discrete data with continuous state and continuous time diffusion models. The main idea behind our approach is to first represent the discrete data as binary bits, and then train a continuous diffusion model to model these bits as real numbers which we call analog bits. To generate samples, the model first generates the analog bits, which are then thresholded to obtain the bits that represent the discrete variables. We further propose two simple techniques, namely Self-Conditioning and Asymmetric Time Intervals, which lead to a significant improvement in sample quality. Despite its simplicity, the proposed approach can achieve strong performance in both discrete image generation and image captioning tasks. For discrete image generation, we significantly improve previous state-of-the-art on both CIFAR-10 (which has 3K discrete 8-bit tokens) and ImageNet-64x64 (which has 12K discrete 8-bit tokens), outperforming the best autoregressive model in both sample quality (measured by FID) and efficiency. For image captioning on MS-COCO dataset, our approach achieves competitive results compared to autoregressive models.

📄 PDF Abstract BibTeX arXiv:2208.04202

Code (7)

google-research/pix2seq 공식 구현 tf
facebookresearch/flowmm pytorch
lucidrains/bit-diffusion pytorch
lucidrains/chroma-pytorch pytorch
lucidrains/imagen-pytorch pytorch
pinellolab/dna-diffusion pytorch
yiyixuxu/denoising-diffusion-flax jax

Tasks

Image CaptioningImage Generation

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 제목 키워드 기반

Fine-Tuning Discrete Diffusion Models via Reward Optimization with Applications to DNA and Protein Design

2024-10-17 · Chenyu Wang, Masatoshi Uehara, Yichun He, Amy Wang 외

Recent studies have demonstrated the strong empirical performance of diffusion models on discrete sequences across domains from natural language to biological sequence generation. For example, in the protein inverse fold…

Protein DesignReinforcement Learning (RL)

Discrete Diffusion Probabilistic Models for Symbolic Music Generation

2023-05-16 · Matthias Plasser, Silvan Peter, Gerhard Widmer

Denoising Diffusion Probabilistic Models (DDPMs) have made great strides in generating high-quality samples in both discrete and continuous domains. However, Discrete DDPMs (D3PMs) have yet to be applied to the domain of…

DenoisingMusic Generation

ResBit: Residual Bit Vector for Categorical Values

2023-09-29 · Masane Fuchi, Amar Zanashir, Hiroto Minami, Tomohiro Takagi

One-hot vectors, a common method for representing discrete/categorical data, in machine learning are widely used because of their simplicity and intuitiveness. However, one-hot vectors suffer from a linear increase in di…

Image ClassificationTabular Data Generation

Split Gibbs Discrete Diffusion Posterior Sampling

2025-03-03 · Wenda Chu, Yang song, Yisong Yue

We study the problem of posterior sampling in discrete-state spaces using discrete diffusion models. While posterior sampling methods for continuous diffusion models have achieved remarkable progress, analogous methods f…

Foundations of Diffusion Models in General State Spaces: A Self-Contained Introduction

2025-12-04 · Vincent Pauline, Tobias Höppe, Kirill Neklyudov, Alexander Tong 외 arxiv

Although diffusion models now occupy a central place in generative modeling, introductory treatments commonly assume Euclidean data and seldom clarify their connection to discrete-state analogues. This article is a self-…

Gaussian Processes