← Search

Sitan Chen

22 accepted papers

2026

Any-Order Flexible Length Masked Diffusion

ICLR 2026poster

Masked diffusion models (MDMs) have recently emerged as a promising alternative to autoregressive models over discrete domains. MDMs generate sequences in an any-order, parallel fashion, enabling fast inference and strong performance on non-causal tasks. However, a crucial limitation is that they do…

Cited by 0SourcecodeScholar
2026

Fine-Tuning Masked Diffusion for Provable Self-Correction

ICML 2026poster

A natural desideratum for generative models is \emph{self-correction}--detecting and revising low-quality tokens at inference. While Masked Diffusion Models (MDMs) have emerged as a promising approach for generative modeling in discrete spaces, their capacity for self-correction remains poorly under…

Cited by 0SourceScholar
2026

Stop Training for the Worst: Progressive Unmasking Accelerates Masked Diffusion Training

ICML 2026poster

Masked Diffusion Models (MDMs) have emerged as a promising approach for generative modeling in discrete spaces. By generating sequences in any order and allowing for parallel decoding, they enable fast inference and strong performance on non-causal tasks. However, this flexibility comes with a *trai…

Cited by 0SourceScholar
2025

S4S: Solving for a Fast Diffusion Model Solver

ICML 2025poster

Diffusion models (DMs) create samples from a data distribution by starting from random noise and iteratively solving a reverse-time ordinary differential equation (ODE). Because each step in the iterative solution requires an expensive neural function evaluation (NFE), there has been significant int…

Cited by 0SourcePDFScholar
2025

Train for the Worst, Plan for the Best: Understanding Token Ordering in Masked Diffusions

ICML 2025oral

In recent years, masked diffusion models (MDMs) have emerged as a promising alternative approach for generative modeling over discrete domains. Compared to autoregressive models (ARMs), MDMs trade off complexity at training time with flexibility at inference time. At training time, they must learn t…

Cited by 4SourcePDFScholar
2024

Unrolled denoising networks provably learn to perform optimal Bayesian inference

NeurIPS 2024poster

Much of Bayesian inference centers around the design of estimators for inverse problems which are optimal assuming the data comes from a known prior. But what do these optimality guarantees mean if the prior is unknown? In recent years, algorithm unrolling has emerged as deep learning's answer to th…

Cited by 0SourcePDFScholar
2024

What does guidance do? A fine-grained analysis in a simple setting

NeurIPS 2024poster

The use of guidance in diffusion models was originally motivated by the premise that the guidance-modified score is that of the data distribution tilted by a conditional likelihood raised to some power. In this work we clarify this misconception by rigorously proving that guidance fails to sample fr…

Cited by 10SourcePDFScholar
2023

Restoration-Degradation Beyond Linear Diffusions: A Non-Asymptotic Analysis For DDIM-type Samplers

ICML 2023poster

We develop a framework for non-asymptotic analysis of deterministic samplers used for diffusion generative modeling. Several recent works have analyzed stochastic samplers using tools like Girsanov's theorem and a chain rule variant of the interpolation argument. Unfortunately, these techniques give…

Cited by 78SourcePDFScholar
2023

Sampling is as easy as learning the score: theory for diffusion models with minimal data assumptions

ICLR 2023top-5%

We provide theoretical convergence guarantees for score-based generative models (SGMs) such as denoising diffusion probabilistic models (DDPMs), which constitute the backbone of large-scale real-world generative models such as DALL$\cdot$E 2. Our main result is that, assuming accurate score estimate…

Cited by 335SourcePDFScholar
2023

The probability flow ODE is provably fast

NeurIPS 2023poster

We provide the first polynomial-time convergence guarantees for the probabilistic flow ODE implementation (together with a corrector step) of score-based generative modeling. Our analysis is carried out in the wake of recent results obtaining such guarantees for the SDE-based implementation (i.e., d…

Cited by 166SourcePDFScholar
2022

Hardness of Noise-Free Learning for Two-Hidden-Layer Neural Networks

NeurIPS 2022accept

We give superpolynomial statistical query (SQ) lower bounds for learning two-hidden-layer ReLU networks with respect to Gaussian inputs in the standard (noise-free) model. No general SQ lower bounds were known for learning ReLU networks of any depth in this setting: previous SQ lower bounds held onl…

Cited by 38SourcePDFScholar
2022

Minimax Optimality (Probably) Doesn't Imply Distribution Learning for GANs

ICLR 2022poster

Arguably the most fundamental question in the theory of generative adversarial networks (GANs) is to understand when GANs can actually learn the underlying distribution. Theoretical and empirical evidence (see e.g. Arora-Risteski-Zhang '18) suggest local optimality of the empirical training objectiv…

Cited by 8SourcePDFScholar
2020

Classification Under Misspecification: Halfspaces, Generalized Linear Models, and Evolvability

NeurIPS 2020spotlight

In this paper, we revisit the problem of distribution-independently learning halfspaces under Massart noise with rate $\eta$. Recent work resolved a long-standing problem in this model of efficiently learning to error $\eta + \epsilon$ for any $\epsilon > 0$, by giving an improper learner that parti…

2020

Learning Structured Distributions From Untrusted Batches: Faster and Simpler

NeurIPS 2020poster

We revisit the problem of learning from untrusted batches introduced by Qiao and Valiant [QV17]. Recently, Jain and Orlitsky [JO19] gave a simple semidefinite programming approach based on the cut-norm that achieves essentially information-theoretically optimal error in polynomial time. Concurrently…