← Search

Yilun Xu

17 accepted papers

2025

Energy-Based Diffusion Language Models for Text Generation

ICLR 2025poster

Despite remarkable progress in autoregressive language models, alternative generative paradigms beyond left-to-right generation are still being actively explored. Discrete diffusion models, with the capacity for parallel generation, have recently emerged as a promising alternative. Unfortunately, th…

2025

Heavy-Tailed Diffusion Models

ICLR 2025poster

Diffusion models achieve state-of-the-art generation quality across many applications, but their ability to capture rare or extreme events in heavy-tailed distributions remains unclear. In this work, we show that traditional diffusion and flow-matching models with standard Gaussian priors fail to ca…

Cited by 6SourcePDFScholar
2025

Think while You Generate: Discrete Diffusion with Planned Denoising

ICLR 2025poster

Discrete diffusion has achieved state-of-the-art performance, outperforming or approaching autoregressive models on standard benchmarks. In this work, we introduce *Discrete Diffusion with Planned Denoising* (DDPD), a novel framework that separates the generation process into two models: a planner a…

2024

DisCo-Diff: Enhancing Continuous Diffusion Models with Discrete Latents

ICML 2024poster

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 unnecessa…

2024

Particle Guidance: non-I.I.D. Diverse Sampling with Diffusion Models

ICLR 2024poster

In light of the widespread success of generative models, a significant amount of research has gone into speeding up their sampling time. However, generative models are often sampled multiple times to obtain a diverse set incurring a cost that is orthogonal to sampling time. We tackle the question of…

2023

PFGM++: Unlocking the Potential of Physics-Inspired Generative Models

ICML 2023poster

We introduce a new family of physics-inspired generative models termed PFGM++ that unifies diffusion models and Poisson Flow Generative Models (PFGM). These models realize generative trajectories for N dimensional data by embedding paths in N+D dimensional space while still controlling the progressi…

2023

Restart Sampling for Improving Generative Processes

NeurIPS 2023poster

Generative processes that involve solving differential equations, such as diffusion models, frequently necessitate balancing speed and quality. ODE-based samplers are fast but plateau in performance while SDE-based samplers deliver higher sample quality at the cost of increased sampling time. We at…

2023

Stable Target Field for Reduced Variance Score Estimation in Diffusion Models

ICLR 2023poster

Diffusion models generate samples by reversing a fixed forward diffusion process. Despite already providing impressive empirical results, these diffusion models algorithms can be further improved by reducing the variance of the training targets in their denoising score-matching objective. We argue t…

2021

Anytime Sampling for Autoregressive Models via Ordered Autoencoding

ICLR 2021poster

Autoregressive models are widely used for tasks such as image and audio generation. The sampling process of these models, however, does not allow interruptions and cannot adapt to real-time computational resources. This challenge impedes the deployment of powerful autoregressive models, which involv…

2021

Can Subnetwork Structure Be the Key to Out-of-Distribution Generalization?

ICML 2021oral

Can models with particular structure avoid being biased towards spurious correlation in out-of-distribution (OOD) generalization? Peters et al. (2016) provides a positive answer for linear cases. In this paper, we use a functional modular probing method to analyze deep model structures under OOD set…

Cited by 109SourcePDFScholar
2020

A Theory of Usable Information under Computational Constraints

ICLR 2020talk

We propose a new framework for reasoning about information in complex systems. Our foundation is based on a variational extension of Shannon’s information theory that takes into account the modeling power and computational constraints of the observer. The resulting predictive V-information encompass…

Cited by 186SourcecodeScholar
2020

TCGM: An Information-Theoretic Framework for Semi-Supervised Multi-Modality Learning

ECCV 2020poster

Fusing data from multiple modalities provides more information to train machine learning systems. However, it is prohibitively expensive and time-consuming to label each modality with a large amount of data, which leads to a crucial problem of such semi-supervised multi-modal learning. Existing meth…

Cited by 25SourcePDFScholar
2019

L_DMI: A Novel Information-theoretic Loss Function for Training Deep Nets Robust to Label Noise

NeurIPS 2019poster

Accurately annotating large scale dataset is notoriously expensive both in time and in money. Although acquiring low-quality-annotated dataset can be much cheaper, it often badly damages the performance of trained models when using such dataset without particular treatment. Various methods have been…