← Search

Yudong Chen

34 accepted papers

2026

Detecting Contextual Hallucinations in Large Language Models with Frequency-Aware Attention

ICML 2026poster

Hallucination detection is critical for ensuring the reliability of large language models (LLMs) in context-based generation. Prior work has explored intrinsic signals available during generation, among which attention offers a direct view of grounding behavior. However, existing approaches typicall…

Cited by 0SourceScholar
2026

Linear Ensembles Wash Away Watermarks: On the Fragility of Distributional Perturbations in LLMs

ICML 2026poster

Watermarking embeds statistical signatures in AI-generated text for detection and attribution. We reveal a fundamental vulnerability: when users access multiple models (today's reality), watermarks trivially fail. Watermarks perturb output distributions away from the original, and in competitive mar…

Cited by 0SourceScholar
2025

Functional Homotopy: Smoothing Discrete Optimization via Continuous Parameters for LLM Jailbreak Attacks

ICLR 2025poster

Optimization methods are widely employed in deep learning to address and mitigate undesired model responses. While gradient-based techniques have proven effective for image models, their application to language models is hindered by the discrete nature of the input space. This study introduces a nov…

Cited by 0SourcePDFScholar
2025

LoRA-One: One-Step Full Gradient Could Suffice for Fine-Tuning Large Language Models, Provably and Efficiently

ICML 2025oral

This paper explores how theory can guide and enhance practical algorithms, using Low-Rank Adaptation (LoRA) (Hu et al., 2022) in large language models as a case study. We rigorously prove that, under gradient descent, LoRA adapters align with specific singular subspaces of the one-step full fine-tun…

2025

Medium-Difficulty Samples Constitute Smoothed Decision Boundary for Knowledge Distillation on Pruned Datasets

ICLR 2025poster

This paper tackles a new problem of dataset pruning for Knowledge Distillation (KD), from a fresh perspective of Decision Boundary (DB) preservation and drifts. Existing dataset pruning methods generally assume that the post-pruning DB formed by the selected samples can be well-captured by future ne…

2025

Optimal Single-Policy Sample Complexity and Transient Coverage for Average-Reward Offline RL

NeurIPS 2025poster

We study offline reinforcement learning in average-reward MDPs, which presents increased challenges from the perspectives of distribution shift and non-uniform coverage, and has been relatively underexamined from a theoretical perspective. While previous work obtains performance guarantees under sin…

Cited by 0SourceScholar
2025

RePaViT: Scalable Vision Transformer Acceleration via Structural Reparameterization on Feedforward Network Layers

ICML 2025poster

We reveal that feedforward network (FFN) layers, rather than attention layers, are the primary contributors to Vision Transformer (ViT) inference latency, with their impact signifying as model size increases. This finding highlights a critical opportunity for optimizing the efficiency of large-scale…

2025

Soft Reasoning: Navigating Solution Spaces in Large Language Models through Controlled Embedding Exploration

ICML 2025spotlight

Large Language Models (LLMs) struggle with complex reasoning due to limited diversity and inefficient search. We propose Soft Reasoning, an embedding-based search framework that optimises the embedding of the first token to guide generation. It combines (1) embedding perturbation for controlled expl…

Cited by 0SourcePDFScholar
2025

Stable Offline Value Function Learning with Bisimulation-based Representations

ICML 2025poster

In reinforcement learning, offline value function learning is the procedure of using an offline dataset to estimate the expected discounted return from each state when taking actions according to a fixed target policy. The stability of this procedure, i.e., whether it converges to its fixed-point, c…

Cited by 0SourcePDFScholar
2025

The $\varphi$ Curve: The Shape of Generalization through the Lens of Norm-based Capacity Control

NeurIPS 2025poster

Understanding how the test risk scales with model complexity is a central question in machine learning. Classical theory is challenged by the learning curves observed for large over-parametrized deep networks. Capacity measures based on parameter count typically fail to account for these empirical o…

Cited by 0SourceScholar
2025

Two-Timescale Linear Stochastic Approximation: Constant Stepsizes Go a Long Way

AISTATS 2025poster

Previous studies on two-timescale stochastic approximation (SA) mainly focused on bounding mean-squared errors under diminishing stepsize schemes. In this work, we investigate {\it constant} stpesize schemes through the lens of Markov processes, proving that the iterates of both timescales converge…

Cited by 0SourceScholar
2024

Effectiveness of Constant Stepsize in Markovian LSA and Statistical Inference

AAAI 2024technical

In this paper, we study the effectiveness of using a constant stepsize in statistical inference via linear stochastic approximation (LSA) algorithms with Markovian data. After establishing a Central Limit Theorem (CLT), we outline an inference procedure that uses averaged LSA iterates to construct c…

Cited by 3SourcePDFScholar
2024

Learning to Stabilize Online Reinforcement Learning in Unbounded State Spaces

ICML 2024poster

In many reinforcement learning (RL) applications, we want policies that reach desired states and then keep the controlled system within an acceptable region around the desired states over an indefinite period of time. This latter objective is called *stability* and is especially important when the s…

2024

Minimally Modifying a Markov Game to Achieve Any Nash Equilibrium and Value

ICML 2024poster

We study the game modification problem, where a benevolent game designer or a malevolent adversary modifies the reward function of a zero-sum Markov game so that a target deterministic or stochastic policy profile becomes the unique Markov perfect Nash equilibrium and has a value within a target ran…

2024

On the Scalability and Memory Efficiency of Semidefinite Programs for Lipschitz Constant Estimation of Neural Networks

ICLR 2024poster

Lipschitz constant estimation plays an important role in understanding generalization, robustness, and fairness in deep learning. Unlike naive bounds based on the network weight norm product, semidefinite programs (SDPs) have shown great promise in providing less conservative Lipschitz bounds with p…

2024

Span-Based Optimal Sample Complexity for Weakly Communicating and General Average Reward MDPs

NeurIPS 2024oral

We study the sample complexity of learning an $\varepsilon$-optimal policy in an average-reward Markov decision process (MDP) under a generative model. For weakly communicating MDPs, we establish the complexity bound $\widetilde{O}\left(SA\frac{\mathsf{H}}{\varepsilon^2} \right)$, where $\mathsf{H}$…

Cited by 3SourcePDFScholar
2024

Stochastic Methods in Variational Inequalities: Ergodicity, Bias and Refinements

AISTATS 2024poster

For min-max optimization and variational inequalities problems (VIPs), Stochastic Extragradient (SEG) and Stochastic Gradient Descent Ascent (SGDA) have emerged as preeminent algorithms. Constant step-size versions of SEG/SGDA have gained popularity due to several appealing benefits, but their conve…

Cited by 5SourcePDFScholar
2024

The Collusion of Memory and Nonlinearity in Stochastic Approximation With Constant Stepsize

NeurIPS 2024spotlight

In this work, we investigate stochastic approximation (SA) with Markovian data and nonlinear updates under constant stepsize $\alpha>0$. Existing work has primarily focused on either i.i.d. data or linear update rules. We take a new perspective and carefully examine the simultaneous presence of Mark…

Cited by 4SourcePDFScholar
2024

The Limits of Transfer Reinforcement Learning with Latent Low-rank Structure

NeurIPS 2024poster

Many reinforcement learning (RL) algorithms are too costly to use in practice due to the large sizes $S,A$ of the problem's state and action space. To resolve this issue, we study transfer RL with latent low rank structure. We consider the problem of transferring a latent low rank representation whe…

Cited by 0SourcePDFScholar
2023

Restless Bandits with Average Reward: Breaking the Uniform Global Attractor Assumption

NeurIPS 2023spotlight

We study the infinite-horizon restless bandit problem with the average reward criterion, in both discrete-time and continuous-time settings. A fundamental goal is to efficiently compute policies that achieve a diminishing optimality gap as the number of arms, $N$, grows large. Existing results on a…

2022

Improved Feature Distillation via Projector Ensemble

NeurIPS 2022accept

In knowledge distillation, previous feature distillation methods mainly focus on the design of loss functions and the selection of the distilled layers, while the effect of the feature projector between the student and the teacher remains under-explored. In this paper, we first discuss a plausible m…

2021

Curriculum Disentangled Recommendation with Noisy Multi-feedback

NeurIPS 2021poster

Learning disentangled representations for user intentions from multi-feedback (i.e., positive and negative feedback) can enhance the accuracy and explainability of recommendation algorithms. However, learning such disentangled representations from multi-feedback data is challenging because i) multi…

2021

Exponential Bellman Equation and Improved Regret Bounds for Risk-Sensitive Reinforcement Learning

NeurIPS 2021poster

We study risk-sensitive reinforcement learning (RL) based on the entropic risk measure. Although existing works have established non-asymptotic regret guarantees for this problem, they leave open an exponential gap between the upper and lower bounds. We identify the deficiencies in existing algorith…

Cited by 72SourcePDFScholar
2021

Rank Overspecified Robust Matrix Recovery: Subgradient Method and Exact Recovery

NeurIPS 2021poster

We study the robust recovery of a low-rank matrix from sparsely and grossly corrupted Gaussian measurements, with no prior knowledge on the intrinsic rank. We consider the robust matrix factorization approach. We employ a robust $\ell_1$ loss function and deal with the challenge of the unknown rank…

Cited by 31SourcePDFScholar
2020

Risk-Sensitive Reinforcement Learning: Near-Optimal Risk-Sample Tradeoff in Regret

NeurIPS 2020spotlight

We study risk-sensitive reinforcement learning in episodic Markov decision processes with unknown transition kernels, where the goal is to optimize the total reward under the risk measure of exponential utility. We propose two provably efficient model-free algorithms, Risk-Sensitive Value Iteration…

Cited by 84SourcePDFScholar
2019

Defending Against Saddle Point Attack in Byzantine-Robust Distributed Learning

ICML 2019oral

We study robust distributed learning that involves minimizing a non-convex loss function with saddle points. We consider the Byzantine setting where some worker machines have abnormal or even arbitrary and adversarial behavior, and in this setting, the Byzantine machines may create fake local minima…

Cited by 131SourcePDFScholar
2019

Factor Group-Sparse Regularization for Efficient Low-Rank Matrix Recovery

NeurIPS 2019poster

This paper develops a new class of nonconvex regularizers for low-rank matrix recovery. Many regularizers are motivated as convex relaxations of the \emph{matrix rank} function. Our new factor group-sparse regularizers are motivated as a relaxation of the \emph{number of nonzero columns} in a factor…

2019

Global Convergence of Least Squares EM for Demixing Two Log-Concave Densities

NeurIPS 2019poster

This work studies the location estimation problem for a mixture of two rotation invariant log-concave densities. We demonstrate that Least Squares EM, a variant of the EM algorithm, converges to the true location parameter from a randomly initialized point. Moreover, we establish the explicit conver…

2018

Byzantine-Robust Distributed Learning: Towards Optimal Statistical Rates

ICML 2018oral

In this paper, we develop distributed optimization algorithms that are provably robust against Byzantine failures—arbitrary and potentially adversarial behavior, in distributed computing systems, with a focus on achieving optimal statistical performance. A main result of this work is a sharp analysi…

Cited by 1979SourcePDFScholar
2016

Fast Algorithms for Robust PCA via Gradient Descent

NeurIPS 2016poster

We consider the problem of Robust PCA in the fully and partially observed settings. Without corruptions, this is the well-known matrix completion problem. From a statistical standpoint this problem has been recently well-studied, and conditions on when recovery is possible (how many observations do…

Cited by 329SourcePDFScholar
2016

Tensor Robust Principal Component Analysis: Exact Recovery of Corrupted Low-Rank Tensors via Convex Optimization

CVPR 2016poster

This paper studies the Tensor Robust Principal Component (TRPCA) problem which extends the known Robust PCA to the tensor case. Our model is based on a new tensor Singular Value Decomposition (t-SVD) and its induced tensor tubal rank and tensor nuclear norm. Consider that we have a 3-way tensor X i…

Cited by 627PDFScholar