← Search

Qi Lei

49 accepted papers

2026

A Task-centric Theory for Iterative Self-Improvement with Easy-to-Hard Curricula

ICML 2026poster

Iterative self-improvement fine-tunes an autoregressive large language model (LLM) on reward-verified outputs generated by the LLM itself. In contrast to the empirical success of self-improvement, the theoretical foundation of this generative, iterative procedure in a practical, finite-sample settin…

Cited by 0SourceScholar
2025

Beyond Interpretability: The Gains of Feature Monosemanticity on Model Robustness

ICLR 2025poster

Deep learning models often suffer from a lack of interpretability due to \emph{polysemanticity}, where individual neurons are activated by multiple unrelated semantics, resulting in unclear attributions of model behavior. Recent advances in \emph{monosemanticity}, where neurons correspond to consist…

2025

Beyond Invisibility: Learning Robust Visible Watermarks for Stronger Copyright Protection

UAI 2025

As AI advances, copyrighted content faces growing risk of unauthorized use, whether through model training or direct misuse. Building upon invisible adversarial perturbation, recent works developed copyright protections against specific AI techniques such as unauthorized personalization through Drea

2025

Beyond Losses Reweighting: Empowering Multi-Task Learning via the Generalization Perspective

ICCV 2025poster

Multi-task learning (MTL) trains deep neural networks to optimize several objectives simultaneously using a shared backbone, which leads to reduced computational costs, improved data efficiency, and enhanced performance through cross-task knowledge sharing. Although recent gradient manipulation tech…

Cited by 0SourcePDFScholar
2025

Discrepancies are Virtue: Weak-to-Strong Generalization through Lens of Intrinsic Dimension

ICML 2025poster

Weak-to-strong (W2S) generalization is a type of finetuning (FT) where a strong (large) student model is trained on pseudo-labels generated by a weak teacher. Surprisingly, W2S FT often outperforms the weak teacher. We seek to understand this phenomenon through the observation that FT often occurs i…

Cited by 0SourcePDFScholar
2025

Elastic Representation: Mitigating Spurious Correlations for Group Robustness

AISTATS 2025poster

Deep learning models can suffer from severe performance degradation when relying on spurious correlations between input features and labels, making the models perform well on training data but have poor prediction accuracy for minority groups. This problem arises especially when training data are li…

Cited by 0SourceScholar
2025

Mono3DVLT: Monocular-Video-Based 3D Visual Language Tracking

CVPR 2025poster

Visual-Language Tracking (VLT) is emerging as a promising paradigm to bridge the human-machine performance gap. For single objects, VLT broadens the problem scope to text-driven video comprehension. Yet, this direction is still confined to 2D spatial extents, currently lacking the ability to deal wi…

2025

Performative Risk Control: Calibrating Models for Reliable Deployment under Performativity

NeurIPS 2025poster

Calibrating blackbox machine learning models to achieve risk control is crucial to ensure reliable decision-making. A rich line of literature has been studying how to calibrate a model so that its predictions satisfy explicit finite-sample statistical guarantees under a _fixed_, _static_, and unknow…

Cited by 0SourceScholar
2024

Controllable Prompt Tuning For Balancing Group Distributional Robustness

ICML 2024poster

Models trained on data composed of different groups or domains can suffer from severe performance degradation under distribution shifts. While recent methods have largely focused on optimizing the worst-group objective, this often comes at the expense of good performance on other groups. To address…

2024

Sketchy Moment Matching: Toward Fast and Provable Data Selection for Finetuning

NeurIPS 2024poster

We revisit data selection in a modern context of finetuning from a fundamental perspective. Extending the classical wisdom of variance minimization in low dimensions to high-dimensional finetuning, our generalization analysis unveils the importance of additionally reducing bias induced by low-rank a…

2024

Stochastic Zeroth-Order Optimization under Strongly Convexity and Lipschitz Hessian: Minimax Sample Complexity

NeurIPS 2024poster

Optimization of convex functions under stochastic zeroth-order feedback has been a major and challenging question in online learning. In this work, we consider the problem of optimizing second-order smooth and strongly convex functions where the algorithm is only accessible to noisy evaluations of t…

Cited by 1SourcePDFScholar
2023

Breaking through Deterministic Barriers: Randomized Pruning Mask Generation and Selection

EMNLP 2023long findings

It is widely acknowledged that large and sparse models have higher accuracy than small and dense models under the same model size constraints. This motivates us to train a large model and then remove its redundant neurons or weights by pruning. Most existing works pruned the networks in a determinis…

Cited by 0SourceScholar
2023

Cluster-aware Semi-supervised Learning: Relational Knowledge Distillation Provably Learns Clustering

NeurIPS 2023poster

Despite the empirical success and practical significance of (relational) knowledge distillation that matches (the relations of) features between teacher and student models, the corresponding theoretical interpretations remain limited for various knowledge distillation paradigms. In this work, we tak…

Cited by 6SourcePDFScholar
2023

Optimal Sample Complexity Bounds for Non-convex Optimization under Kurdyka-Lojasiewicz Condition

AISTATS 2023poster

Optimization of smooth reward functions under bandit feedback is a long-standing problem in online learning. This paper approaches this problem by studying the convergence under smoothness and Kurdyka-Lojasiewicz conditions. We designed a search-based algorithm that achieves an improved rate compare…

Cited by 2SourcePDFScholar
2023

Sample Complexity for Quadratic Bandits: Hessian Dependent Bounds and Optimal Algorithms

NeurIPS 2023poster

In stochastic zeroth-order optimization, a problem of practical relevance is understanding how to fully exploit the local geometry of the underlying objective function. We consider a fundamental setting in which the objective function is quadratic, and provide the first tight characterization of the…

Cited by 2SourcePDFScholar
2023

Sample Efficiency of Data Augmentation Consistency Regularization

AISTATS 2023poster

Data augmentation is popular in the training of large neural networks; however, currently, theoretical understanding of the discrepancy between different algorithmic choices of leveraging augmented data remains limited. In this paper, we take a step in this direction – we first present a simple and…

Cited by 25SourcePDFScholar
2023

Towards Robust Pruning: An Adaptive Knowledge-Retention Pruning Strategy for Language Models

EMNLP 2023long main

The pruning objective has recently extended beyond accuracy and sparsity to robustness in language models. Despite this, existing methods struggle to enhance robustness against adversarial attacks when continually increasing model sparsity and require a retraining process. As humans step into the er…

Cited by 0SourceScholar
2022

CAT: Customized Adversarial Training for Improved Robustness

IJCAI 2022poster

Adversarial training has become one of the most effective methods for improving robustness of neural networks. However, it often suffers from poor generalization on both clean and perturbed data. Current robust training method always use a uniformed perturbation strength for every samples to generat…

Cited by 129SourcePDFScholar
2021

Few-Shot Learning via Learning the Representation, Provably

ICLR 2021poster

This paper studies few-shot learning via representation learning, where one uses $T$ source tasks with $n_1$ data per task to learn a representation in order to reduce the sample complexity of a target task for which there is only $n_2 (\ll n_1)$ data. Specifically, we focus on the setting where the…

Cited by 305SourcePDFScholar
2021

Going Beyond Linear RL: Sample Efficient Neural Function Approximation

NeurIPS 2021poster

Deep Reinforcement Learning (RL) powered by neural net approximation of the Q function has had enormous empirical success. While the theory of RL has traditionally focused on linear function approximation (or eluder dimension) approaches, little is known about nonlinear RL with neural net approximat…

Cited by 10SourcePDFScholar
2021

Last iterate convergence in no-regret learning: constrained min-max optimization for convex-concave landscapes

AISTATS 2021poster

In a recent series of papers it has been established that variants of Gradient Descent/Ascent and Mirror Descent exhibit last iterate convergence in convex-concave zero-sum games. Specifically, Daskalakis et al 2018, Liang-Stokes 2019, show last iterate convergence of the so called “Optimistic Gradi…

Cited by 53SourcePDFScholar
2021

Optimal Gradient-based Algorithms for Non-concave Bandit Optimization

NeurIPS 2021poster

Bandit problems with linear or concave reward have been extensively studied, but relatively few works have studied bandits with non-concave reward. This work considers a large family of bandit problems where the unknown underlying reward function is non-concave, including the low-rank generalized li…

Cited by 18SourcePDFScholar
2021

Predicting What You Already Know Helps: Provable Self-Supervised Learning

NeurIPS 2021poster

Self-supervised representation learning solves auxiliary prediction tasks (known as pretext tasks), that do not require labeled data, to learn semantic representations. These pretext tasks are created solely using the input features, such as predicting a missing image patch, recovering the color cha…

Cited by 218SourcePDFScholar
2020

Communication-Efficient Asynchronous Stochastic Frank-Wolfe over Nuclear-norm Balls

AISTATS 2020poster

Large-scale machine learning training suffers from two prior challenges, specifically for nuclear-norm constrained problems with distributed systems: the synchronization slowdown due to the straggling workers, and high communication costs. In this work, we propose an asynchronous Stochastic Frank Wo…

Cited by 7SourcePDFScholar
2020

Fast Convergence of Langevin Dynamics on Manifold: Geodesics meet Log-Sobolev

NeurIPS 2020poster

Sampling is a fundamental and arguably very important task with numerous applications in Machine Learning. One approach to sample from a high dimensional distribution $e^{-f}$ for some function $f$ is the Langevin Algorithm (LA). Recently, there has been a lot of progress in showing fast convergence…

Cited by 25SourcePDFScholar
2019

Inverting Deep Generative models, One layer at a time

NeurIPS 2019poster

We study the problem of inverting a deep generative model with ReLU activations. Inversion corresponds to finding a latent code vector that explains observed measurements as much as possible. In most prior works this is performed by attempting to solve a non-convex optimization problem involving t…

2019

Primal-Dual Block Generalized Frank-Wolfe

NeurIPS 2019poster

We propose a generalized variant of Frank-Wolfe algorithm for solving a class of sparse/low-rank optimization problems. Our formulation includes Elastic Net, regularized SVMs and phase retrieval as special cases. The proposed Primal-Dual Block Generalized Frank-Wolfe algorithm reduces the per-iterat…

2018

Hessian-based Analysis of Large Batch Training and Robustness to Adversaries

NeurIPS 2018poster

Large batch size training of Neural Networks has been shown to incur accuracy loss when trained with the current methods. The exact underlying reasons for this are still not completely understood. Here, we study large batch size training through the lens of the Hessian operator and robust optimiza…

2018

Random Warping Series: A Random Features Method for Time-Series Embedding

AISTATS 2018poster

Time series data analytics has been a problem of substantial interests for decades, and Dynamic Time Warping (DTW) has been the most widely adopted technique to measure dissimilarity between time series. A number of global-alignment kernels have since been proposed in the spirit of DTW to extend its…

2018

Stabilizing Gradients for Deep Neural Networks via Efficient SVD Parameterization

ICML 2018oral

Vanishing and exploding gradients are two of the main obstacles in training deep neural networks, especially in capturing long range dependencies in recurrent neural networks (RNNs). In this paper, we present an efficient parametrization of the transition matrix of an RNN that allows us to stabilize…

2017

A Greedy Approach for Budgeted Maximum Inner Product Search

NeurIPS 2017poster

Maximum Inner Product Search (MIPS) is an important task in many machine learning applications such as the prediction phase of low-rank matrix factorization models and deep learning models. Recently, there has been substantial research on how to perform MIPS in sub-linear time, but most of the exist…

Cited by 65SourcePDFScholar
2017

Doubly Greedy Primal-Dual Coordinate Descent for Sparse Empirical Risk Minimization

ICML 2017poster

We consider the popular problem of sparse empirical risk minimization with linear predictors and a large number of both features and observations. With a convex-concave saddle point objective reformulation, we propose a Doubly Greedy Primal-Dual Coordinate Descent algorithm that is able to exploit s…

Cited by 24SourcePDFScholar
2017

Gradient Coding: Avoiding Stragglers in Distributed Learning

ICML 2017poster

We propose a novel coding theoretic framework for mitigating stragglers in distributed learning. We show how carefully replicating data blocks and coding across gradients can provide tolerance to failures and stragglers for synchronous Gradient Descent. We implement our schemes in python (using MPI)…

Cited by 590SourcePDFScholar