← Search

Minshuo Chen

36 accepted papers

2026

Generalization Bounds for Discrete Diffusion: Statistical Advantage of Masking

ICML 2026poster

Discrete diffusion models have recently emerged as a compelling alternative for language generation, enabling efficient non-autoregressive sampling while achieving strong empirical performance. A key design choice in discrete diffusion---absent in most continuous diffusion formulations---is the forw…

Cited by 0SourceScholar
2026

Provable Separations between Memorization and Generalization in Diffusion Models

ICLR 2026poster

Diffusion models have achieved remarkable success across diverse domains, but they remain vulnerable to memorization---reproducing training data rather than generating novel outputs. This not only limits their creative potential but also raises concerns about privacy and safety. While empirical stud…

Cited by 0SourceScholar
2026

Training-Free Adaptation of Diffusion Models via Doob's $h$-Transform

ICML 2026poster

Adaptation methods have been a workhorse for unlocking the transformative power of pre-trained diffusion models in diverse applications. Existing approaches often abstract adaptation objectives as a reward function and steer diffusion models to generate high-reward samples. However, these approaches…

Cited by 0SourceScholar
2025

Diffusion Transformer Captures Spatial-Temporal Dependencies: A Theory for Gaussian Process Data

ICLR 2025poster

Diffusion Transformer, the backbone of Sora for video generation, successfully scales the capacity of diffusion models, pioneering new avenues for high-fidelity sequential data generation. Unlike static data such as images, sequential data consists of consecutive data frames indexed by time, exhibit…

Cited by 3SourcePDFScholar
2025

High-Order Flow Matching: Unified Framework and Sharp Statistical Rates

NeurIPS 2025poster

Flow matching is an emerging generative modeling framework that learns continuous-time dynamics to map noise into data. To enhance expressiveness and sampling efficiency, recent works have explored incorporating high-order trajectory information. Despite the empirical success, a holistic theoretica…

Cited by 0SourceScholar
2025

On Statistical Rates of Conditional Diffusion Transformers: Approximation, Estimation and Minimax Optimality

ICLR 2025poster

We investigate the approximation and estimation rates of conditional diffusion transformers (DiTs) with classifier-free guidance. We present a comprehensive analysis for “in-context” conditional DiTs under various common assumptions: generic and strong Hölder, linear latent (subspace), and Lipschitz…

Cited by 10SourcePDFScholar
2024

A Theoretical Perspective for Speculative Decoding Algorithm

NeurIPS 2024poster

Transformer-based autoregressive sampling has been the major bottleneck for slowing down large language model inferences. One effective way to accelerate inference is Speculative Decoding, which employs a small model to sample a sequence of draft tokens and a large model to validate. Given its empir…

Cited by 4SourcePDFScholar
2024

Gradient Guidance for Diffusion Models: An Optimization Perspective

NeurIPS 2024poster

Diffusion models have demonstrated empirical successes in various applications and can be adapted to task-specific needs via guidance. This paper studies a form of gradient guidance for adapting a pre-trained diffusion model towards optimizing user-specified objectives. We establish a mathematical f…

2024

Nonparametric Classification on Low Dimensional Manifolds using Overparameterized Convolutional Residual Networks

NeurIPS 2024poster

Convolutional residual neural networks (ConvResNets), though overparametersized, can achieve remarkable prediction performance in practice, which cannot be well explained by conventional wisdom. To bridge this gap, we study the performance of ConvResNeXts trained with weight decay, which cover ConvR…

Cited by 2SourcePDFScholar
2024

Policy Evaluation for Reinforcement Learning from Human Feedback: A Sample Complexity Analysis

AISTATS 2024poster

A recently popular approach to solving reinforcement learning is with data from human preferences. In fact, human preference data are now used with classic reinforcement learning algorithms such as actor-critic methods, which involve evaluating an intermediate policy over a reward learned from human…

Cited by 3SourcePDFScholar
2024

Sample-Efficient Learning of POMDPs with Multiple Observations In Hindsight

ICLR 2024poster

This paper studies the sample-efficiency of learning in Partially Observable Markov Decision Processes (POMDPs), a challenging problem in reinforcement learning that is known to be exponentially hard in the worst-case. Motivated by real-world settings such as loading in game playing, we propose an e…

Cited by 8SourcePDFScholar
2024

Theoretical insights for diffusion guidance: A case study for Gaussian mixture models

ICML 2024poster

Diffusion models benefit from instillation of task-specific information into the score function to steer the sample generation towards desired properties. Such information is coined as guidance. For example, in text-to-image synthesis, text input is encoded as guidance to generate semantically align…

Cited by 29SourcePDFScholar
2024

Theory of Consistency Diffusion Models: Distribution Estimation Meets Fast Sampling

ICML 2024poster

Diffusion models have revolutionized various application domains, including computer vision and audio generation. Despite the state-of-the-art performance, diffusion models are known for their slow sample generation due to the extensive number of steps involved. In response, consistency models have…

Cited by 4SourcePDFScholar
2023

Adaptive Budget Allocation for Parameter-Efficient Fine-Tuning

ICLR 2023poster

Fine-tuning large pre-trained language models on downstream tasks has become an important paradigm in NLP. However, common practice fine-tunes all of the parameters in a pre-trained model, which becomes prohibitive when a large number of downstream tasks are present. Therefore, many fine-tuning meth…

2023

Effective Minkowski Dimension of Deep Nonparametric Regression: Function Approximation and Statistical Theories

ICML 2023poster

Existing theories on deep nonparametric regression have shown that when the input data lie on a low-dimensional manifold, deep neural networks can adapt to the intrinsic data structures. In real world applications, such an assumption of data lying exactly on a low dimensional manifold is stringent.…

Cited by 3SourcePDFScholar
2023

Efficient RL with Impaired Observability: Learning to Act with Delayed and Missing State Observations

NeurIPS 2023poster

In real-world reinforcement learning (RL) systems, various forms of {\it impaired observability} can complicate matters. These situations arise when an agent is unable to observe the most recent state of the system due to latency or lossy channels, yet the agent must still make real-time decisions.…

Cited by 9SourcePDFScholar
2023

Reward-Directed Conditional Diffusion: Provable Distribution Estimation and Reward Improvement

NeurIPS 2023poster

We explore the methodology and theory of reward-directed generation via conditional diffusion models. Directed generation aims to generate samples with desired properties as measured by a reward function, which has broad applications in generative AI, reinforcement learning, and computational biolog…

Cited by 36SourcePDFScholar
2023

Sample Complexity of Nonparametric Off-Policy Evaluation on Low-Dimensional Manifolds using Deep Networks

ICLR 2023poster

We consider the off-policy evaluation problem of reinforcement learning using deep convolutional neural networks. We analyze the deep fitted Q-evaluation method for estimating the expected cumulative reward of a target policy, when the data are generated from an unknown behavior policy. We show that…

Cited by 21SourcePDFScholar
2023

Score Approximation, Estimation and Distribution Recovery of Diffusion Models on Low-Dimensional Data

ICML 2023poster

Diffusion models achieve state-of-the-art performance in various generation tasks. However, their theoretical foundations fall far behind. This paper studies score approximation, estimation, and distribution recovery of diffusion models, when data are supported on an unknown low-dimensional linear s…

Cited by 142SourcePDFScholar
2022

Benefits of Overparameterized Convolutional Residual Networks: Function Approximation under Smoothness Constraint

ICML 2022spotlight

Overparameterized neural networks enjoy great representation power on complex data, and more importantly yield sufficiently smooth output, which is crucial to their generalization and robustness. Most existing function approximation theories suggest that with sufficiently many parameters, neural net…

Cited by 18SourcePDFScholar
2022

Large Learning Rate Tames Homogeneity: Convergence and Balancing Effect

ICLR 2022poster

Recent empirical advances show that training deep models with large learning rate often improves generalization performance. However, theoretical justifications on the benefits of large learning rate are highly limited, due to challenges in analysis. In this paper, we consider using Gradient Descent…

Cited by 55SourcePDFScholar
2022

On Deep Generative Models for Approximation and Estimation of Distributions on Manifolds

NeurIPS 2022accept

Deep generative models have experienced great empirical successes in distribution learning. Many existing experiments have demonstrated that deep generative networks can efficiently generate high-dimensional complex data from a low-dimensional easy-to-sample distribution. However, this phenomenon ca…

Cited by 12SourcePDFScholar
2021

Besov Function Approximation and Binary Classification on Low-Dimensional Manifolds Using Convolutional Residual Networks

ICML 2021spotlight

Most of existing statistical theories on deep neural networks have sample complexities cursed by the data dimension and therefore cannot well explain the empirical success of deep learning on high-dimensional data. To bridge this gap, we propose to exploit the low-dimensional structures of the real…

Cited by 43SourcePDFScholar
2021

How Important is the Train-Validation Split in Meta-Learning?

ICML 2021spotlight

Meta-learning aims to perform fast adaptation on a new task through learning a “prior” from multiple existing tasks. A common practice in meta-learning is to perform a train-validation split (\emph{train-val method}) where the prior adapts to the task on one split of the data, and the resulting pred…

Cited by 92SourcePDFScholar
2021

Pessimism Meets Invariance: Provably Efficient Offline Mean-Field Multi-Agent RL

NeurIPS 2021poster

Mean-Field Multi-Agent Reinforcement Learning (MF-MARL) is attractive in the applications involving a large population of homogeneous agents, as it exploits the permutation invariance of agents and avoids the curse of many agents. Most existing results only focus on online settings, in which agents…

2021

Super Tickets in Pre-Trained Language Models: From Model Compression to Improving Generalization

ACL 2021long

The Lottery Ticket Hypothesis suggests that an over-parametrized network consists of ”lottery tickets”, and training a certain collection of them (i.e., a subnetwork) can match the performance of the full model. In this paper, we study such a collection of tickets, which is referred to as ”winning t…

2020

Differentiable Top-k with Optimal Transport

NeurIPS 2020poster

Finding the k largest or smallest elements from a collection of scores, i.e., top-k operation, is an important model component widely used in information retrieval, machine learning, and data mining. However, if the top-k operation is implemented in an algorithmic way, e.g., using bubble algorithm,…

2020

On Computation and Generalization of Generative Adversarial Imitation Learning

ICLR 2020poster

Generative Adversarial Imitation Learning (GAIL) is a powerful and practical approach for learning sequential decision-making policies. Different from Reinforcement Learning (RL), GAIL takes advantage of demonstration data by experts (e.g., human), and learns both the policy and reward function of t…

Cited by 50SourceScholar
2020

Towards Understanding Hierarchical Learning: Benefits of Neural Representations

NeurIPS 2020poster

Deep neural networks can empirically perform efficient hierarchical learning, in which the layers learn useful representations of the data. However, how they make use of the intermediate representations are not explained by recent theories that relate them to ``shallow learners'' such as kernels. In…

Cited by 63SourcePDFScholar
2019

Efficient Approximation of Deep ReLU Networks for Functions on Low Dimensional Manifolds

NeurIPS 2019poster

Deep neural networks have revolutionized many real world applications, due to their flexibility in data fitting and accurate predictions for unseen data. A line of research reveals that neural networks can approximate certain classes of functions with an arbitrary accuracy, while the size of the net…

Cited by 140SourcePDFScholar
2019

On Computation and Generalization of Generative Adversarial Networks under Spectrum Control

ICLR 2019poster

Generative Adversarial Networks (GANs), though powerful, is hard to train. Several recent works (Brock et al., 2016; Miyato et al., 2018) suggest that controlling the spectra of weight matrices in the discriminator can significantly improve the training of GANs. Motivated by their discovery, we prop…

Cited by 26SourcePDFScholar
2019

On Scalable and Efficient Computation of Large Scale Optimal Transport

ICML 2019oral

Optimal Transport (OT) naturally arises in many machine learning applications, yet the heavy computational burden limits its wide-spread uses. To address the scalability issue, we propose an implicit generative learning-based framework called SPOT (Scalable Push-forward of Optimal Transport). Specif…

2019

Towards Understanding the Importance of Shortcut Connections in Residual Networks

NeurIPS 2019poster

Residual Network (ResNet) is undoubtedly a milestone in deep learning. ResNet is equipped with shortcut connections between layers, and exhibits efficient training using simple first order algorithms. Despite of the great empirical success, the reason behind is far from being well understood. In th…

Cited by 76SourcePDFScholar
2018

Dimensionality Reduction for Stationary Time Series via Stochastic Nonconvex Optimization

NeurIPS 2018poster

Stochastic optimization naturally arises in machine learning. Efficient algorithms with provable guarantees, however, are still largely missing, when the objective function is nonconvex and the data points are dependent. This paper studies this fundamental challenge through a streaming PCA problem f…

Cited by 17SourcePDFScholar