← Search

Difan Zou

66 accepted papers

2026

DLM-Scope: Mechanistic Interpretability of Diffusion Language Models via Sparse Autoencoders

ICML 2026poster

Sparse autoencoders (SAEs) have become a standard tool for mechanistic interpretability in autoregressive large language models (LLMs), enabling researchers to extract sparse, human-interpretable features and intervene on model behavior. Recently, as diffusion language models (DLMs) have become an i…

Cited by 0SourceScholar
2026

Does Higher Interpretability Imply Better Utility? A Pairwise Analysis on Sparse Autoencoders

ICLR 2026poster

Sparse Autoencoders (SAEs) are widely used to steer large language models (LLMs), based on the assumption that their interpretable features naturally enable effective model behavior steering. Yet a fundamental question remains: does higher interpretability imply better steering utility? To answer th…

Cited by 0SourceScholar
2026

Personalized Federated Training of Diffusion Models with Privacy Guarantees

CVPR 2026

We propose a federated framework for training diffusion models on decentralized and private datasets. The method learns a shared generative model alongside personalized client models, allowing clients to benefit from cross-client structure while ensuring that the shared model cannot reproduce any cl

Cited by 0SourceScholar
2026

Reshaping Reasoning in LLMs: A Theoretical Analysis of RL Training Dynamics through Pattern Selection

ICLR 2026poster

While reinforcement learning (RL) demonstrated remarkable success in enhancing the reasoning capabilities of language models, the training dynamics of RL in LLMs remain unclear. In this work, we provide an explanation of the RL training process through empirical analysis and rigorous theoretical mod…

Cited by 0SourceScholar
2026

Routing Matters in MoE: Scaling Diffusion Transformers with Explicit Routing Guidance

ICLR 2026poster

Mixture-of-Experts (MoE) has emerged as a powerful paradigm for scaling model capacity while preserving computational efficiency. Despite its notable success in large language models (LLMs), existing attempts to apply MoE to Diffusion Transformers (DiTs) have yielded limited gains. We attribute this…

Cited by 0SourcecodeScholar
2026

SIDE: Surrogate Conditional Data Extraction from Diffusion Models

AAAI 2026technical

As diffusion probabilistic models (DPMs) become central to Generative AI (GenAI), understanding their memorization behavior is essential for evaluating risks such as data leakage, copyright infringement, and trustworthiness. While prior research finds conditional DPMs highly susceptible to data extr

Cited by 0SourcePDFScholar
2026

Towards Theoretical Understanding of Transformer Test-Time Computing: Investigation on In-Context Linear Regression

ICML 2026poster

Scaling test-time computation during language model inference, such as generating intermediate thoughts or sampling multiple candidate answers, has proven effective in improving model performance. While these techniques inherently rely on the stochastic nature of inference to explore diverse reasoni…

Cited by 0SourceScholar
2026

Turning Internal Gap into Self-Improvement: Promoting the Generation-Understanding Unification in MLLMs

ICLR 2026poster

Although unified MLLMs aim to unify generation and understanding, they are considered to exhibit an internal gap, with understanding outperforming generation. Through large‑scale evaluation across multiple MLLMs and tasks, we confirm the widespread non‑unification of MLLMs, and demonstrate that it i…

Cited by 0SourceScholar
2025

Beyond Surface Structure: A Causal Assessment of LLMs' Comprehension ability

ICLR 2025poster

Large language models (LLMs) have shown remarkable capability in natural language tasks, yet debate persists on whether they truly comprehend deep structure (i.e., core semantics) or merely rely on surface structure (e.g., presentation format). Prior studies observe that LLMs' performance declines w…

2025

Can Diffusion Models Learn Hidden Inter-Feature Rules Behind Images?

ICML 2025poster

Despite the remarkable success of diffusion models (DMs) in data generation, they exhibit specific failure cases with unsatisfactory outputs. We focus on one such limitation: the ability of DMs to learn hidden rules between image features. Specifically, for image data with dependent features ($\math…

Cited by 1SourcePDFScholar
2025

F-Adapter: Frequency-Adaptive Parameter-Efficient Fine-Tuning in Scientific Machine Learning

NeurIPS 2025poster

Parameter-efficient fine-tuning (PEFT) powerful pre-trained models for complex downstream tasks has proven effective in vision and language processing, yet this paradigm remains unexplored in scientific machine learning, where the objective is to model complex physical systems. We conduct the first…

Cited by 0SourceScholar
2025

Hierarchical Koopman Diffusion: Fast Generation with Interpretable Diffusion Trajectory

NeurIPS 2025poster

Diffusion models have achieved impressive success in high-fidelity image generation but suffer from slow sampling due to their inherently iterative denoising process. While recent one-step methods accelerate inference by learning direct noise-to-image mappings, they sacrifice the interpretability an…

Cited by 0SourceScholar
2025

How Does Critical Batch Size Scale in Pre-training?

ICLR 2025poster

Training large-scale models under given resources requires careful design of parallelism strategies. In particular, the efficiency notion of critical batch size (CBS), concerning the compromise between time and compute, marks the threshold beyond which greater data parallelism leads to diminishing r…

2025

How Does Label Noise Gradient Descent Improve Generalization in the Low SNR Regime?

NeurIPS 2025poster

The capacity of deep learning models is often large enough to both learn the underlying statistical signal and overfit to noise in the training set. This noise memorization can be harmful especially for data with a low signal-to-noise ratio (SNR), leading to poor generalization. Inspired by prior ob…

Cited by 0SourceScholar
2025

HyPoGen: Optimization-Biased Hypernetworks for Generalizable Policy Generation

ICLR 2025poster

Policy learning through behavior cloning poses significant challenges, particularly when demonstration data is limited. In this work, we present HyPoGen, a novel optimization-biased hypernetwork for policy generation. The proposed hypernetwork learns to synthesize optimal policy parameters solely fr…

2025

Kernel Regression in Structured Non-IID Settings: Theory and Implications for Denoising Score Learning

NeurIPS 2025poster

Kernel ridge regression (KRR) is a foundational tool in machine learning, with recent work emphasizing its connections to neural networks. However, existing theory primarily addresses the i.i.d. setting, while real-world data often exhibits structured dependencies - particularly in applications like…

Cited by 0SourceScholar
2025

Masked Autoencoders Are Effective Tokenizers for Diffusion Models

ICML 2025spotlight

Recent advances in latent diffusion models have demonstrated their effectiveness for high-resolution image synthesis. However, the properties of the latent space from tokenizer for better learning and generation of diffusion models remain under-explored. Theoretically and empirically, we find that i…

Cited by 8SourcePDFScholar
2025

On the Robustness of Transformers against Context Hijacking for Linear Classification

NeurIPS 2025poster

Transformer-based Large Language Models (LLMs) have demonstrated powerful in-context learning capabilities. However, their predictions can be disrupted by factually correct context, a phenomenon known as context hijacking, revealing a significant robustness issue. To understand this phenomenon theor…

Cited by 0SourceScholar
2025

Parallelized Autoregressive Visual Generation

CVPR 2025highlight

Autoregressive models have emerged as a powerful approach for visual generation but suffer from slow inference speed due to their sequential token-by-token prediction process. In this paper, we propose a simple yet effective approach for parallelized autoregressive visual generation that improves ge…

2025

SWE-Fixer: Training Open-Source LLMs for Effective and Efficient GitHub Issue Resolution

ACL 2025finding

Large Language Models (LLMs) have demonstrated remarkable proficiency across a variety of complex tasks. One significant application of LLMs is in tackling software engineering challenges, particularly in resolving real-world tasks on GitHub by fixing code based on the issues reported by the users.…

2025

Speculative Jacobi-Denoising Decoding for Accelerating Autoregressive Text-to-image Generation

NeurIPS 2025poster

As a new paradigm of visual content generation, autoregressive text-to-image models suffer from slow inference due to their sequential token-by-token decoding process, often requiring thousands of model forward passes to generate a single image. To address this inefficiency, we propose Speculative J…

Cited by 0SourceScholar
2025

Towards Understanding Fine-Tuning Mechanisms of LLMs via Circuit Analysis

ICML 2025poster

Fine-tuning significantly improves the performance of Large Language Models (LLMs), yet its underlying mechanisms remain poorly understood. This paper aims to provide an in-depth interpretation of the fine-tuning process through circuit analysis, a popular tool in *Mechanistic Interpretability (MI)*…

Cited by 0SourcePDFScholar
2025

Understanding the Generalization of Stochastic Gradient Adam in Learning Neural Networks

NeurIPS 2025poster

Adam is a popular and widely used adaptive gradient method in deep learning, which has also received tremendous focus in theoretical research. However, most existing theoretical work primarily analyzes its full-batch version, which differs fundamentally from the stochastic variant used in practice.…

Cited by 0SourceScholar
2024

Benign Oscillation of Stochastic Gradient Descent with Large Learning Rate

ICLR 2024poster

In this work, we theoretically investigate the generalization properties of neural networks (NN) trained by stochastic gradient descent (SGD) with large learning rates. Under such a training regime, our finding is that, the oscillation of the NN weights caused by SGD with large learning rates turns…

Cited by 15SourcePDFScholar
2024

Faster Sampling via Stochastic Gradient Proximal Sampler

ICML 2024poster

Stochastic gradients have been widely integrated into Langevin-based methods to improve their scalability and efficiency in solving large-scale sampling problems. However, the proximal sampler, which exhibits much faster convergence than Langevin-based algorithms in the deterministic setting (Lee et…

Cited by 7SourcePDFScholar
2024

How Many Pretraining Tasks Are Needed for In-Context Learning of Linear Regression?

ICLR 2024spotlight

Transformers pretrained on diverse tasks exhibit remarkable in-context learning (ICL) capabilities, enabling them to solve unseen tasks solely based on input contexts without adjusting model parameters. In this paper, we study ICL in one of its simplest setups: pretraining a single-layer linear atte…

Cited by 70SourcePDFScholar
2024

How Transformers Utilize Multi-Head Attention in In-Context Learning? A Case Study on Sparse Linear Regression

NeurIPS 2024poster

Despite the remarkable success of transformer-based models in various real-world tasks, their underlying mechanisms remain poorly understood. Recent studies have suggested that transformers can implement gradient descent as an in-context learner for linear regression problems and have developed vari…

Cited by 9SourcePDFScholar
2024

Improving Group Robustness on Spurious Correlation Requires Preciser Group Inference

ICML 2024poster

Standard empirical risk minimization (ERM) models may prioritize learning spurious correlations between spurious features and true labels, leading to poor accuracy on groups where these correlations do not hold. Mitigating this issue often requires expensive spurious attribute (group) labels or reli…

2024

Reverse Transition Kernel: A Flexible Framework to Accelerate Diffusion Inference

NeurIPS 2024spotlight

To generate data from trained diffusion models, most inference algorithms, such as DDPM, DDIM, and other variants, rely on discretizing the reverse SDEs or their equivalent ODEs. In this paper, we view such approaches as decomposing the entire denoising diffusion process into several segments, each…

Cited by 8SourcePDFScholar
2024

Slight Corruption in Pre-training Data Makes Better Diffusion Models

NeurIPS 2024spotlight

Diffusion models (DMs) have shown remarkable capabilities in generating realistic high-quality images, audios, and videos. They benefit significantly from extensive pre-training on large-scale datasets, including web-crawled data with paired data and conditions, such as image-text and image-class p…

Cited by 6SourcePDFScholar
2023

Finite-Sample Analysis of Learning High-Dimensional Single ReLU Neuron

ICML 2023poster

This paper considers the problem of learning single ReLU neuron with squared loss (a.k.a., ReLU regression) in the overparameterized regime, where the input dimension can exceed the number of samples. We analyze a Perceptron-type algorithm called GLM-tron [Kakade et al. 2011], and provide its dimens…

Cited by 7SourcePDFScholar
2023

Understanding the Generalization of Adam in Learning Neural Networks with Proper Regularization

ICLR 2023poster

Adaptive gradient methods such as Adam have gained increasing popularity in deep learning optimization. However, it has been observed in many deep learning applications such as image classification, Adam can converge to a different solution with a worse test error compared to (stochastic) gradient d…

Cited by 63SourcePDFScholar
2022

Last Iterate Risk Bounds of SGD with Decaying Stepsize for Overparameterized Linear Regression

ICML 2022oral

Stochastic gradient descent (SGD) has been shown to generalize well in many deep learning applications. In practice, one often runs SGD with a geometrically decaying stepsize, i.e., a constant initial stepsize followed by multiple geometric stepsize decay, and uses the last iterate as the output. Th…

Cited by 32SourcePDFScholar
2022

Risk Bounds of Multi-Pass SGD for Least Squares in the Interpolation Regime

NeurIPS 2022accept

Stochastic gradient descent (SGD) has achieved great success due to its superior performance in both optimization and generalization. Most of existing generalization analyses are made for single-pass SGD, which is a less practical variant compared to the commonly-used multi-pass SGD. Besides, theore…

Cited by 10SourcePDFScholar
2022

Self-training Converts Weak Learners to Strong Learners in Mixture Models

AISTATS 2022poster

We consider a binary classification problem when the data comes from a mixture of two rotationally symmetric distributions satisfying concentration and anti-concentration properties enjoyed by log-concave distributions among others. We show that there exists a universal constant $C_{\mathrm{err}}>0$…

Cited by 25SourcePDFScholar
2022

The Power and Limitation of Pretraining-Finetuning for Linear Regression under Covariate Shift

NeurIPS 2022accept

We study linear regression under covariate shift, where the marginal distribution over the input covariates differs in the source and the target domains, while the conditional distribution of the output given the input covariates is similar across the two domains. We investigate a transfer learning…

Cited by 24SourcePDFScholar
2021

Direction Matters: On the Implicit Bias of Stochastic Gradient Descent with Moderate Learning Rate

ICLR 2021poster

Understanding the algorithmic bias of stochastic gradient descent (SGD) is one of the key challenges in modern machine learning and deep learning theory. Most of the existing works, however, focus on very small or even infinitesimal learning rate regime, and fail to cover practical scenarios where t…

Cited by 47SourcePDFScholar
2021

Faster Convergence of Stochastic Gradient Langevin Dynamics for Non-Log-Concave Sampling

UAI 2021poster

We provide a new convergence analysis of stochastic gradient Langevin dynamics (SGLD) for sampling from a class of distributions that can be non-log-concave. At the core of our approach is a novel conductance analysis of SGLD using an auxiliary time-reversible Markov Chain. Under certain conditions…

Cited by 54SourcePDFScholar
2021

How Much Over-parameterization Is Sufficient to Learn Deep ReLU Networks?

ICLR 2021poster

A recent line of research on deep learning focuses on the extremely over-parameterized setting, and shows that when the network width is larger than a high degree polynomial of the training sample size $n$ and the inverse of the target error $\epsilon^{-1}$, deep neural networks learned by (stochast…

Cited by 152SourcePDFScholar
2021

Provable Robustness of Adversarial Training for Learning Halfspaces with Noise

ICML 2021spotlight

We analyze the properties of adversarial training for learning adversarially robust halfspaces in the presence of agnostic label noise. Denoting $\mathsf{OPT}_{p,r}$ as the best classification error achieved by a halfspace that is robust to perturbations of $\ell^{p}$ balls of radius $r$, we show th…

Cited by 18SourcePDFScholar
2021

The Benefits of Implicit Regularization from SGD in Least Squares Problems

NeurIPS 2021poster

Stochastic gradient descent (SGD) exhibits strong algorithmic regularization effects in practice, which has been hypothesized to play an important role in the generalization of modern machine learning approaches. In this work, we seek to understand these issues in the simpler setting of linear regre…

Cited by 40SourcePDFScholar
2020

Improving Adversarial Robustness Requires Revisiting Misclassified Examples

ICLR 2020poster

Deep neural networks (DNNs) are vulnerable to adversarial examples crafted by imperceptible perturbations. A range of defense techniques have been proposed to improve DNN robustness to adversarial examples, among which adversarial training has been demonstrated to be the most effective. Adversarial…

Cited by 925SourcecodeScholar
2019

Layer-Dependent Importance Sampling for Training Deep and Large Graph Convolutional Networks

NeurIPS 2019poster

Graph convolutional networks (GCNs) have recently received wide attentions, due to their successful applications in different graph tasks and different domains. Training GCNs for a large graph, however, is still a challenge. Original full-batch GCN training requires calculating the representation of…

2019

Sampling from Non-Log-Concave Distributions via Variance-Reduced Gradient Langevin Dynamics

AISTATS 2019poster

We study stochastic variance reduction-based Langevin dynamic algorithms, SVRG-LD and SAGA-LD \citep{dubey2016variance}, for sampling from non-log-concave distributions. Under certain assumptions on the log density function, we establish the convergence guarantees of SVRG-LD and SAGA-LD in $2$-Wasse…

Cited by 23SourcePDFScholar
2019

Stochastic Gradient Hamiltonian Monte Carlo Methods with Recursive Variance Reduction

NeurIPS 2019poster

Stochastic Gradient Hamiltonian Monte Carlo (SGHMC) algorithms have received increasing attention in both theory and practice. In this paper, we propose a Stochastic Recursive Variance-Reduced gradient HMC (SRVR-HMC) algorithm. It makes use of a semi-stochastic gradient estimator that recursively a…

2018

Global Convergence of Langevin Dynamics Based Algorithms for Nonconvex Optimization

NeurIPS 2018spotlight

We present a unified framework to analyze the global convergence of Langevin dynamics based algorithms for nonconvex finite-sum optimization with $n$ component functions. At the core of our analysis is a direct analysis of the ergodicity of the numerical approximations to Langevin dynamics, which l…

Cited by 225SourcePDFScholar