paper-with-me

홈 › Papers

DisCo-Diff: Enhancing Continuous Diffusion Models with Discrete Latents

2024-07-03 · Yilun Xu, Gabriele Corso, Tommi Jaakkola, Arash Vahdat, Karsten Kreis

Diffusion models (DMs) have revolutionized generative learning. They utilize a diffusion process to encode data into a simple Gaussian distribution. However, encoding a complex, potentially multimodal data distribution into a single continuous Gaussian distribution arguably represents an unnecessarily challenging learning problem. We propose Discrete-Continuous Latent Variable Diffusion Models (DisCo-Diff) to simplify this task by introducing complementary discrete latent variables. We augment DMs with learnable discrete latents, inferred with an encoder, and train DM and encoder end-to-end. DisCo-Diff does not rely on pre-trained networks, making the framework universally applicable. The discrete latents significantly simplify learning the DM's complex noise-to-data mapping by reducing the curvature of the DM's generative ODE. An additional autoregressive transformer models the distribution of the discrete latents, a simple step because DisCo-Diff requires only few discrete variables with small codebooks. We validate DisCo-Diff on toy data, several image synthesis tasks as well as molecular docking, and find that introducing discrete latents consistently improves model performance. For example, DisCo-Diff achieves state-of-the-art FID scores on class-conditioned ImageNet-64/128 datasets with ODE sampler.

📄 PDF Abstract BibTeX arXiv:2407.03300

Code (1)

gcorso/disco-diffdock 공식 구현 pytorch

Tasks

Image GenerationMolecular Docking

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

Why Masking Diffusion Works: Condition on the Jump Schedule for Improved Discrete Diffusion

2025-06-10 · Alan N. Amin, Nate Gruver, Andrew Gordon Wilson

Discrete diffusion models, like continuous diffusion models, generate high-quality samples by gradually undoing noise applied to datapoints with a Markov process. Gradual generation in theory comes with many conceptual b…

Discrete-state Continuous-time Diffusion for Graph Generation

2024-05-19 · Zhe Xu, Ruizhong Qiu, Yuzhong Chen, Huiyuan Chen 외

Graph is a prevalent discrete data structure, whose generation has wide applications such as drug discovery and circuit design. Diffusion generative models, as an emerging research focus, have been applied to graph gener…

Drug DiscoveryGraph Generation

Deterministic Discrete Denoising

2025-09-25 · Hideyuki Suzuki, Wataru Kurebayashi, Hiroshi Yamashita arxiv

We propose a deterministic denoising algorithm for discrete-state diffusion models. The key idea is to derandomize the generative reverse Markov chain by introducing a variant of the herding algorithm, which induces dete…

Image Generation

DiffuSeq-v2: Bridging Discrete and Continuous Text Spaces for Accelerated Seq2Seq Diffusion Models

2023-10-09 · Shansan Gong, Mukai Li, Jiangtao Feng, Zhiyong Wu 외

Diffusion models have gained prominence in generating high-quality sequences of text. Nevertheless, current approaches predominantly represent discrete text within a continuous diffusion space, which incurs substantial c…

Do Diffusion Models Dream of Electric Planes? Discrete and Continuous Simulation-Based Inference for Aircraft Design

2026-02-27 · Aurelien Ghiglino, Daniel Elenius, Anirban Roy, Ramneet Kaur 외 arxiv

In this paper, we generate conceptual engineering designs of electric vertical take-off and landing (eVTOL) aircraft. We follow the paradigm of simulation-based inference (SBI), whereby we look to learn a posterior distr…