← Search

ZhiYuan Li

76 accepted papers

2026

A Tale of Two Smoothness Notions: Adaptive Optimizers and Non-Euclidean Descent

ICLR 2026poster

Adaptive optimizers can reduce to normalized steepest descent (NSD) when only adapting to the current gradient, suggesting a close connection between the two algorithmic families. A key distinction in their analyses, however, lies in the smoothness assumptions they rely on. In the convex setting, ad…

Cited by 0SourceScholar
2026

Distracted Robot: How Visual Clutter Undermine Robotic Manipulation

ICRA 2026poster

In this work, we propose an evaluation protocol for examining the performance of robotic manipulation policies in cluttered scenes. Contrary to prior works, we approach evaluation from a psychophysical perspective, therefore we use a unified measure of clutter that accounts for environmental factors…

2026

Improving Robotic Manipulation Robustness Via NICE Scene Surgery

ICRA 2026poster

Learning robust visuomotor policies for robotic manipulation remains a challenge in real-world settings, where visual distractors can significantly degrade performance and safety. In this work, we propose an effective and scalable framework, Naturalistic Inpainting for Context Enhancement (NICE). Ou…

2026

LADY: Linear Attention for Autonomous Driving Efficiency Without Transformers

RA-L 2026

End-to-end autonomous driving has emerged as a promising paradigm. However, state-of-the-art methods rely heavily on Transformer architectures. The inherent quadratic complexity of Transformers restricts their ability to model long-range spatial and temporal dependencies, particularly on resource-co

Cited by 0SourceScholar
2026

On Powerful Ways to Generate: Autoregression, Diffusion, and Beyond

ICLR 2026poster

Diffusion language models have recently emerged as a competitive alternative to autoregressive language models. Beyond next-token generation, they are more efficient and flexible by enabling parallel and any-order token generation. However, despite empirical successes, their computational power and…

Cited by 0SourcecodeScholar
2026

PersonaLive! Expressive Portrait Image Animation for Live Streaming

CVPR 2026

Current diffusion-based portrait animation models predominantly focus on enhancing visual quality and expression realism, while overlooking generation latency and real-time performance, which restricts their application range in the live streaming scenario. We propose PersonaLive, a novel diffusion-

Cited by 0SourcecodeScholar
2026

Rethinking Temporal Consistency in Video Object-Centric Learning: From Prediction to Correspondence

ICML 2026poster

The de facto approach in video object-centric learning maintains temporal consistency through learned dynamics modules that predict future object representations, called slots. We demonstrate that these predictors function as expensive approximations of discrete correspondence problems. Modern self-…

Cited by 0SourceScholar
2026

SAIL: Self-Amplified Iterative Learning for Diffusion Model Alignment with Minimal Human Feedback

ICLR 2026poster

Aligning diffusion models with human preferences remains challenging, particularly when reward models are unavailable or impractical to obtain, and collecting large-scale preference datasets is prohibitively expensive. This raises a fundamental question: can we achieve effective alignment using only…

Cited by 0SourceScholar
2026

Self-CriTeach: LLM Self-Teaching and Self-Critiquing for Improving Robotic Planning via Automated Domain Generation

ICML 2026poster

Large Language Models (LLMs) have recently shown strong promise for robotic task planning, particularly through automatic planning domain generation. Planning domains are brittle under imperfect logical states and perception noise; prior approaches largely treat generated planning domains as plan ut…

Cited by 0SourceScholar
2026

VFCionX: Bridging Large and Small Models for Robust Vulnerability-Fixing Commit Identification

AAAI 2026technical

Vulnerability-Fixing Commit Identification(VFCI) is a critical task in software security maintenance that aims to automatically identify code commits that patch security vulnerabilities. However, existing approaches face challenges in handling low-quality commit messages and entangled commits, which

Cited by 0SourcePDFScholar
2025

Adam Exploits $\ell_\infty$-geometry of Loss Landscape via Coordinate-wise Adaptivity

ICLR 2025spotlight

Adam outperforms SGD when training language models. Yet this advantage is not well-understood theoretically -- previous convergence analysis for Adam and SGD mainly focuses on the number of steps $T$ and is already minimax-optimal in non-convex cases, which are both $\widetilde{O}(T^{-1/4})$. In th…

2025

Find a Scapegoat: Poisoning Membership Inference Attack and Defense to Federated Learning

ICCV 2025poster

Federated learning (FL) allows multiple clients to collaboratively train a global machine learning model with coordination from a central server, without needing to share their raw data. This approach is particularly appealing in the era of privacy regulations like the GDPR, leading many prominent c…

Cited by 0SourcePDFScholar
2025

Multimodal Autonomous Robotic Long-Horizon Task Planning via Embodied Language Model and Behavior Trees

IROS 2025

Enabling robotic systems to perform long-horizon manipulation planning in real-world environments based on multimodal embodied perception and comprehension remains a longstanding challenge. Recent advancements in large language models (LLMs) have spurred the development of LLM-based planners; howeve

Cited by 0SourceScholar
2025

Multimodal Causal Reasoning Benchmark: Challenging Multimodal Large Language Models to Discern Causal Links Across Modalities

ACL 2025finding

Multimodal Large Language Models (MLLMs) have showcased exceptional Chain-of-Thought (CoT) reasoning ability in complex textual inference tasks including causal reasoning. However, will these causalities remain straightforward when crucial hints hide in visual details? If not, what factors might inf…

Cited by 0SourcePDFScholar
2025

On Learning Verifiers and Implications to Chain-of-Thought Reasoning

NeurIPS 2025poster

Chain-of-Thought reasoning has emerged as a powerful approach for solving complex math- ematical and logical problems. However, it can often veer off track through incorrect or unsubstantiated inferences. Formal mathematical reasoning, which can be checked with a formal verifier, is one approach to…

Cited by 0SourceScholar
2025

PF-TEB: Timed Elastic Band-Based Human-Aware Robot Navigation Framework in Crowded Environments

RA-L 2025

To enhance the social navigation performance of mobile robots in crowded environments, we propose a novel framework—Prediction and Fuzzy Timed Elastic Band (PF-TEB) for robot social navigation. Our framework incorporates predicted pedestrian trajectories into pedestrian proxemics modeling as a socia

Cited by 2SourceScholar
2025

Reasoning with Latent Thoughts: On the Power of Looped Transformers

ICLR 2025poster

Large language models have shown remarkable reasoning abilities and scaling laws suggest that large parameter count, especially along the depth axis, is the primary driver. In this work, we make a stronger claim --- many reasoning problems require a large depth but not necessarily many parameters. T…

Cited by 6SourcePDFScholar
2025

Structured Preconditioners in Adaptive Optimization: A Unified Analysis

ICML 2025poster

We present a novel unified analysis for a broad class of adaptive optimization algorithms with structured (e.g., layerwise, diagonal, and kronecker-factored) preconditioners for both online regret minimization and offline convex optimization. Our analysis not only provides matching rate to several i…

Cited by 2SourcePDFScholar
2025

Understanding Warmup-Stable-Decay Learning Rates: A River Valley Loss Landscape View

ICLR 2025poster

Training language models currently requires pre-determining a fixed compute budget because the typical cosine learning rate schedule depends on the total number of steps. In contrast, the Warmup-Stable-Decay (WSD) schedule uses a constant learning rate to produce a main branch of iterates that can i…

Cited by 0SourcePDFScholar
2025

Weak-to-Strong Generalization Even in Random Feature Networks, Provably

ICML 2025poster

Weak-to-Strong Generalization (Burns et al.,2024) is the phenomenon whereby a strong student, say GPT-4, learns a task from a weak teacher, say GPT-2, and ends up significantly outperforming the teacher. We show that this phenomenon does not require a complex and pretrained learner like GPT-4, can a…

Cited by 0SourcePDFScholar
2024

Chain of Thought Empowers Transformers to Solve Inherently Serial Problems

ICLR 2024poster

Generating a sequence of intermediate steps, \emph{a.k.a.}, a chain of thought (CoT), is a highly effective method to improve the accuracy of large language models (LLMs) on arithmetics and symbolic reasoning tasks. However, the mechanism behind CoT remains unclear. This work provides a theoretical…

Cited by 109SourcePDFScholar
2024

Dichotomy of Early and Late Phase Implicit Biases Can Provably Induce Grokking

ICLR 2024poster

Recent work by Power et al. (2022) highlighted a surprising "grokking" phenomenon in learning arithmetic tasks: a neural net first "memorizes" the training set, resulting in perfect training accuracy but near-random test accuracy, and after training for sufficiently longer, it suddenly transitions t…

2024

Enhancing Advanced Visual Reasoning Ability of Large Language Models

EMNLP 2024main

Recent advancements in Vision-Language (VL) research have sparked new benchmarks for complex visual reasoning, challenging models’ advanced reasoning ability. Traditional Vision-Language models (VLMs) perform well in visual perception tasks while struggling with complex reasoning scenarios. Converse…

Cited by 7SourcePDFScholar
2024

Simplicity Bias via Global Convergence of Sharpness Minimization

ICML 2024poster

The remarkable generalization ability of neural networks is usually attributed to the implicit bias of SGD, which often yields models with lower complexity using simpler (e.g. linear) and low-rank features. Recent works have provided empirical and theoretical evidence for the bias of particular vari…

Cited by 1SourcePDFScholar
2024

Sophia: A Scalable Stochastic Second-order Optimizer for Language Model Pre-training

ICLR 2024poster

Given the massive cost of language model pre-training, a non-trivial improvement of the optimization algorithm would lead to a material reduction on the time and cost of training. Adam and its variants have been state-of-the-art for years, and more sophisticated second-order (Hessian-based) optimize…

Cited by 151SourcePDFScholar
2024

The Marginal Value of Momentum for Small Learning Rate SGD

ICLR 2024poster

Momentum is known to accelerate the convergence of gradient descent in strongly convex settings without stochastic gradient noise. In stochastic optimization, such as training neural networks, folklore suggests that momentum may help deep learning optimization by reducing the variance of the stochas…

Cited by 12SourcePDFScholar
2024

Why Do You Grok? A Theoretical Analysis on Grokking Modular Addition

ICML 2024poster

We present a theoretical explanation of the “grokking” phenomenon (Power et al., 2022), where a model generalizes long after overfitting, for the originally-studied problem of modular addition. First, we show that early in gradient descent, so that the “kernel regime” approximately holds, no permuta…

Cited by 7SourcePDFScholar
2023

Continual Unsupervised Disentangling of Self-Organizing Representations

ICLR 2023top-25%

Limited progress has been made in continual unsupervised learning of representations, especially in reusing, expanding, and continually disentangling learned semantic factors across data environments. We argue that this is because existing approaches treat continually-arrived data independently, wit…

Cited by 8SourcePDFScholar
2023

Same Pre-training Loss, Better Downstream: Implicit Bias Matters for Language Models

ICML 2023oral

Language modeling on large-scale datasets improves performance of various downstream tasks. The validation pre-training loss is often used as the evaluation metric for language models since the pre-training loss tends to be well-correlated with downstream performance (which is itself hard to evaluat…

Cited by 52SourcePDFScholar
2023

Sequential Latent Variable Models for Few-Shot High-Dimensional Time-Series Forecasting

ICLR 2023top-25%

Modern applications increasingly require learning and forecasting latent dynamics from high-dimensional time-series. Compared to univariate time-series forecasting, this adds a new challenge of reasoning about the latent dynamics of an unobserved abstract state. Sequential latent variable models (LV…

Cited by 12SourcePDFScholar
2023

Sharpness Minimization Algorithms Do Not Only Minimize Sharpness To Achieve Better Generalization

NeurIPS 2023oral

Despite extensive studies, the underlying reason as to why overparameterized neural networks can generalize remains elusive. Existing theory shows that common stochastic optimizers prefer flatter minimizers of the training loss, and thus a natural potential explanation is that flatness implies gener…

Cited by 32SourcePDFScholar
2023

Understanding Incremental Learning of Gradient Descent: A Fine-grained Analysis of Matrix Sensing

ICML 2023poster

It is believed that Gradient Descent (GD) induces an implicit bias towards good generalization in training machine learning models. This paper provides a fine-grained analysis of the dynamics of GD for the matrix sensing problem, whose goal is to recover a low-rank ground-truth matrix from near-isot…

Cited by 41SourcePDFScholar
2023

What is the Inductive Bias of Flatness Regularization? A Study of Deep Matrix Factorization Models

NeurIPS 2023poster

Recent works on over-parameterized neural networks have shown that the stochasticity in optimizers has the implicit regularization effect of minimizing the sharpness of the loss function (in particular, the trace of its Hessian) over the family zero-loss solutions. More explicit forms of flatness r…

Cited by 16SourcePDFScholar
2022

Fast Mixing of Stochastic Gradient Descent with Normalization and Weight Decay

NeurIPS 2022accept

We prove the Fast Equilibrium Conjecture proposed by Li et al., (2020), i.e., stochastic gradient descent (SGD) on a scale-invariant loss (e.g., using networks with various normalization schemes) with learning rate $\eta$ and weight decay factor $\lambda$ mixes in function space in $\mathcal{\tilde{…

Cited by 23SourcePDFScholar
2022

Implicit Bias of Gradient Descent on Reparametrized Models: On Equivalence to Mirror Descent

NeurIPS 2022accept

As part of the effort to understand implicit bias of gradient descent in overparametrized models, several results have shown how the training trajectory on the overparametrized model can be understood as mirror descent on a different objective. The main result here is a complete characterization of…

Cited by 33SourcePDFScholar
2022

Robust Training of Neural Networks Using Scale Invariant Architectures

ICML 2022oral

In contrast to SGD, adaptive gradient methods like Adam allow robust training of modern deep networks, especially large language models. However, the use of adaptivity not only comes at the cost of extra memory but also raises the fundamental question: can non-adaptive methods like SGD enjoy similar…

Cited by 34SourcePDFScholar
2022

Understanding the Generalization Benefit of Normalization Layers: Sharpness Reduction

NeurIPS 2022accept

Normalization layers (e.g., Batch Normalization, Layer Normalization) were introduced to help with optimization difficulties in very deep nets, but they clearly also help generalization, even in not-so-deep nets. Motivated by the long-held belief that flatter minima lead to better generalization, th…

Cited by 89SourcePDFScholar
2022

What Happens after SGD Reaches Zero Loss? --A Mathematical Framework

ICLR 2022spotlight

Understanding the implicit bias of Stochastic Gradient Descent (SGD) is one of the key challenges in deep learning, especially for overparametrized models, where the local minimizers of the loss function $L$ can form a manifold. Intuitively, with a sufficiently small learning rate $\eta$, SGD tracks…

Cited by 122SourcePDFScholar
2021

DeFRCN: Decoupled Faster R-CNN for Few-Shot Object Detection

ICCV 2021poster

Few-shot object detection, which aims at detecting novel objects rapidly from extremely few annotated examples of previously unseen classes, has attracted significant research interest in the community. Most existing approaches employ the Faster R-CNN as basic detection framework, yet, due to the la…

Cited by 347PDFcodeScholar
2021

Gradient Descent on Two-layer Nets: Margin Maximization and Simplicity Bias

NeurIPS 2021poster

The generalization mystery of overparametrized deep nets has motivated efforts to understand how gradient descent (GD) converges to low-loss solutions that generalize well. Real-life neural networks are initialized from small random values and trained with cross-entropy loss for classification (unli…

Cited by 101SourcePDFScholar
2021

On the Validity of Modeling SGD with Stochastic Differential Equations (SDEs)

NeurIPS 2021poster

It is generally recognized that finite learning rate (LR), in contrast to infinitesimal LR, is important for good generalization in real-life deep nets. Most attempted explanations propose approximating finite-LR SGD with Itô Stochastic Differential Equations (SDEs), but formal justification for thi…

Cited by 102SourcePDFScholar
2021

Towards Resolving the Implicit Bias of Gradient Descent for Matrix Factorization: Greedy Low-Rank Learning

ICLR 2021poster

Matrix factorization is a simple and natural test-bed to investigate the implicit regularization of gradient descent. Gunasekar et al. (2017) conjectured that gradient flow with infinitesimal initialization converges to the solution that minimizes the nuclear norm, but a series of recent papers argu…

Cited by 155SourcePDFScholar
2021

When is particle filtering efficient for planning in partially observed linear dynamical systems?

UAI 2021poster

Particle filtering is a popular method for inferring latent states in stochastic dynamical systems, whose theoretical properties have been well studied in machine learning and statistics communities. In many control problems, e.g., partially observed linear dynamical systems (POLDS), oftentimes the…

Cited by 1SourcePDFScholar
2020

Harnessing the Power of Infinitely Wide Deep Nets on Small-data Tasks

ICLR 2020spotlight

Recent research shows that the following two models are equivalent: (a) infinitely wide neural networks (NNs) trained under l2 loss by gradient descent with infinitesimally small learning rate (b) kernel regression with respect to so-called Neural Tangent Kernels (NTKs) (Jacot et al., 2018). An effi…

Cited by 202SourcecodeScholar
2020

Implicit Regularization and Convergence for Weight Normalization

NeurIPS 2020poster

Normalization methods such as batch, weight, instance, and layer normalization are commonly used in modern machine learning. Here, we study the weight normalization (WN) method \cite{salimans2016weight} and a variant called reparametrized projected gradient descent (rPGD) for overparametrized least…

Cited by 26SourcePDFScholar
2020

PROGRESSIVE LEARNING AND DISENTANGLEMENT OF HIERARCHICAL REPRESENTATIONS

ICLR 2020spotlight

Learning rich representation from data is an important task for deep generative models such as variational auto-encoder (VAE). However, by extracting high-level abstractions in the bottom-up inference process, the goal of preserving all factors of variations for top-down generation is compromised. M…

Cited by 58SourcecodeScholar
2020

Reconciling Modern Deep Learning with Traditional Optimization Analyses: The Intrinsic Learning Rate

NeurIPS 2020poster

Recent works (e.g., (Li \& Arora, 2020)) suggest that the use of popular normalization schemes (including Batch Normalization) in today's deep learning can move it far from a traditional optimization viewpoint, e.g., use of exponentially increasing learning rates. The current paper highlights other…

Cited by 85SourcePDFScholar
2020

Simple and Effective Regularization Methods for Training on Noisily Labeled Data with Generalization Guarantee

ICLR 2020poster

Over-parameterized deep neural networks trained by simple first-order methods are known to be able to fit any labeling of data. Such over-fitting ability hinders generalization when mislabeled training examples are present. On the other hand, simple regularization methods like early-stopping can oft…

Cited by 91SourceScholar
2019

Explaining Landscape Connectivity of Low-cost Solutions for Multilayer Nets

NeurIPS 2019poster

Mode connectivity is a surprising phenomenon in the loss landscape of deep nets. Optima---at least those discovered by gradient-based optimization---turn out to be connected by simple paths on which the loss function is almost constant. Often, these paths can be chosen to be piece-wise linear, with…

2019

Fine-Grained Analysis of Optimization and Generalization for Overparameterized Two-Layer Neural Networks

ICML 2019oral

Recent works have cast some light on the mystery of why deep nets fit any data and generalize despite being very overparametrized. This paper analyzes training and generalization for a simple 2-layer ReLU net with random initialization, and provides the following improvements over recent works: (i)…

Cited by 1183SourcePDFScholar
2019

Mechanical Framework Design with Experimental Verification of a Wearable Exoskeleton Chair

ICRA 2019poster

In this study, a human-chair model was developed as the basis for a wearable chair design. A prototype chair, HUST-EC, was fabricated and evaluated. Employing the optimization under an inner point penalty function, an optimized simulation of the operating mode with the lowest chair height was implem…

Cited by 15SourceScholar
2019

On Exact Computation with an Infinitely Wide Neural Net

NeurIPS 2019spotlight

How well does a classic deep net architecture like AlexNet or VGG19 classify on a standard dataset such as CIFAR-10 when its “width”— namely, number of channels in convolutional layers, and number of nodes in fully-connected internal layers — is allowed to increase to infinity? Such questions have c…

2019

The role of over-parametrization in generalization of neural networks

ICLR 2019poster

Despite existing work on ensuring generalization of neural networks in terms of scale sensitive complexity measures, such as norms, margin and sharpness, these complexity measures do not offer an explanation of why neural networks generalize better with over-parametrization. In this work we suggest…

2018

Optimizing Filter Size in Convolutional Neural Networks for Facial Action Unit Recognition

CVPR 2018poster

Recognizing facial action units (AUs) during spontaneous facial displays is a challenging problem. Most recently, Convolutional Neural Networks (CNNs) have shown promise for facial AU recognition, where predefined and fixed convolution filter sizes are employed. In order to achieve the best performa…

Cited by 84SourcePDFScholar
2016

Learning in Games: Robustness of Fast Convergence

NeurIPS 2016poster

We show that learning algorithms satisfying a low approximate regret property experience fast convergence to approximate optimality in a large class of repeated games. Our property, which simply requires that each learner has small regret compared to a (1+eps)-multiplicative approximation to the bes…

Cited by 133SourcePDFScholar
2016

Solving Marginal MAP Problems with NP Oracles and Parity Constraints

NeurIPS 2016poster

Arising from many applications at the intersection of decision-making and machine learning, Marginal Maximum A Posteriori (Marginal MAP) problems unify the two main classes of inference, namely maximization (optimization) and marginal inference (counting), and are believed to have higher complexity…

Cited by 26SourcePDFScholar