← Search

Yunwen Lei

34 accepted papers

2026

Sharper Generalization Guarantees for Asynchronous SGD: Beyond Lipschitzness, Smoothness and Data Homogeneity

ICML 2026poster

Asynchronous stochastic gradient descent (ASGD) is widely adopted in distributed and federated learning. In this paper, we develop a sharp generalization analysis for ASGD by leveraging the concept of on-average model stability. For convex and smooth objectives, we establish stability and excess ris…

Cited by 0SourceScholar
2025

Generalization Analysis for Deep Contrastive Representation Learning

AAAI 2025technical

In this paper, we present generalization bounds for the unsupervised risk in the Deep Contrastive Representation Learning framework, which employs deep neural networks as representation functions. We approach this problem from two angles. On the one hand, we derive a parameter-counting bound that sc…

Cited by 0SourcePDFScholar
2025

On Discriminative Probabilistic Modeling for Self-Supervised Representation Learning

ICLR 2025poster

We study the discriminative probabilistic modeling on a continuous domain for the data prediction task of (multimodal) self-supervised representation learning. To address the challenge of computing the integral in the partition function for each anchor data, we leverage the multiple importance sampl…

2025

Optimal Rates for Generalization of Gradient Descent for Deep ReLU Classification

NeurIPS 2025poster

Recent advances have significantly improved our understanding of the generalization performance of gradient descent (GD) methods in deep neural networks. A natural and fundamental question is whether GD can achieve generalization rates comparable to the minimax optimal rates established in the kerne…

Cited by 0SourceScholar
2025

Stability and Generalization Analysis of Decentralized SGD: Sharper Bounds Beyond Lipschitzness and Smoothness

ICML 2025poster

Decentralized SGD (D-SGD) is a popular optimization method to train large-scale machine learning models. In this paper, we study the generalization behavior of D-SGD for both smooth and nonsmooth problems by leveraging the algorithm stability. For convex and smooth problems, we develop stability bou…

Cited by 0SourcePDFScholar
2025

Stability-based Generalization Analysis of Randomized Coordinate Descent for Pairwise Learning

AAAI 2025technical

Pairwise learning includes various machine learning tasks, with ranking and metric learning serving as the primary representatives. While randomized coordinate descent (RCD) is popular in various problems, there is much less theoretical analysis on the generalization behavior of models trained by RC…

Cited by 0SourcePDFScholar
2024

Optimizing ADMM and Over-Relaxed ADMM Parameters for Linear Quadratic Problems

AAAI 2024technical

The Alternating Direction Method of Multipliers (ADMM) has gained significant attention across a broad spectrum of machine learning applications. Incorporating the over-relaxation technique shows potential for enhancing the convergence rate of ADMM. However, determining optimal algorithmic parameter…

Cited by 3SourcePDFScholar
2023

Generalization Analysis for Contrastive Representation Learning

ICML 2023poster

Recently, contrastive learning has found impressive success in advancing the state of the art in solving various machine learning tasks. However, the existing generalization analysis is very limited or even not meaningful. In particular, the existing generalization error bounds depend linearly on th…

Cited by 11SourcePDFScholar
2023

Generalization Bounds for Inductive Matrix Completion in Low-Noise Settings

AAAI 2023technical

We study inductive matrix completion (matrix completion with side information) under an i.i.d. subgaussian noise assumption at a low noise regime, with uniform sampling of the entries. We obtain for the first time generalization bounds with the following three properties: (1) they scale like the s…

Cited by 4SourcePDFScholar
2023

Sharper Bounds for Uniformly Stable Algorithms with Stationary Mixing Process

ICLR 2023poster

Generalization analysis of learning algorithms often builds on a critical assumption that training examples are independently and identically distributed, which is often violated in practical problems such as time series prediction. In this paper, we use algorithmic stability to study the generaliza…

Cited by 5SourcePDFScholar
2022

A Communication-Efficient Distributed Gradient Clipping Algorithm for Training Deep Neural Networks

NeurIPS 2022accept

In distributed training of deep neural networks, people usually run Stochastic Gradient Descent (SGD) or its variants on each machine and communicate with other machines periodically. However, SGD might converge slowly in training some deep neural networks (e.g., RNN, LSTM) because of the exploding…

2022

Differentially private SGDA for minimax problems

UAI 2022poster

Stochastic gradient descent ascent (SGDA) and its variants have been the workhorse for solving minimax problems. However, in contrast to the well-studied stochastic gradient descent (SGD) with differential privacy (DP) constraints, there is little work on understanding the generalization (utility…

2022

Stability and Generalization Analysis of Gradient Methods for Shallow Neural Networks

NeurIPS 2022accept

While significant theoretical progress has been achieved, unveiling the generalization mystery of overparameterized neural networks still remains largely elusive. In this paper, we study the generalization behavior of shallow neural networks (SNNs) by leveraging the concept of algorithmic stability…

Cited by 21SourcePDFScholar
2022

Stability and Generalization for Markov Chain Stochastic Gradient Methods

NeurIPS 2022accept

Recently there is a large amount of work devoted to the study of Markov chain stochastic gradient methods (MC-SGMs) which mainly focus on their convergence analysis for solving minimization problems. In this paper, we provide a comprehensive generalization analysis of MC-SGMs for both minimization…

Cited by 21SourcePDFScholar
2021

Fine-grained Generalization Analysis of Inductive Matrix Completion

NeurIPS 2021poster

In this paper, we bridge the gap between the state-of-the-art theoretical results for matrix completion with the nuclear norm and their equivalent in \textit{inductive matrix completion}: (1) In the distribution-free setting, we prove bounds improving the previously best scaling of $O(rd^2)$ to $\wi…

Cited by 14SourcePDFScholar
2021

Fine-grained Generalization Analysis of Structured Output Prediction

IJCAI 2021poster

In machine learning we often encounter structured output prediction problems (SOPPs), i.e. problems where the output space admits a rich internal structure. Application domains where SOPPs naturally occur include natural language processing, speech recognition, and computer vision. Typical SOPPs hav…

Cited by 6SourcePDFScholar
2021

Fine-grained Generalization Analysis of Vector-Valued Learning

AAAI 2021technical

Many fundamental machine learning tasks can be formulated as a problem of learning with vector-valued functions, where we learn multiple scalar-valued functions together. Although there is some generalization analysis on different specific algorithms under the empirical risk minimization principle,…

Cited by 12SourcePDFScholar
2021

Learning Interpretable Concept Groups in CNNs

IJCAI 2021poster

We propose a novel training methodology---Concept Group Learning (CGL)---that encourages training of interpretable CNN filters by partitioning filters in each layer into \emph{concept groups}, each of which is trained to learn a single visual concept. We achieve this through a novel regularization s…

2021

Norm-Based Generalisation Bounds for Deep Multi-Class Convolutional Neural Networks

AAAI 2021technical

We show generalisation error bounds for deep learning with two main improvements over the state of the art. (1) Our bounds have no explicit dependence on the number of classes except for logarithmic factors. This holds even when formulating the bounds in terms of the Frobenius-norm of the weight mat…

Cited by 36SourcePDFScholar
2021

Simple Stochastic and Online Gradient Descent Algorithms for Pairwise Learning

NeurIPS 2021poster

Pairwise learning refers to learning tasks where the loss function depends on a pair of instances. It instantiates many important machine learning tasks such as bipartite ranking and metric learning. A popular approach to handle streaming data in pairwise learning is an online gradient descent (OG…

2021

Stability and Differential Privacy of Stochastic Gradient Descent for Pairwise Learning with Non-Smooth Loss

AISTATS 2021poster

Pairwise learning has recently received increasing attention since it subsumes many important machine learning tasks (e.g. AUC maximization and metric learning) into a unifying framework. In this paper, we give the first-ever-known stability and generalization analysis of stochastic gradient descent…

Cited by 23SourcePDFScholar
2021

Stability and Generalization of Stochastic Gradient Methods for Minimax Problems

ICML 2021oral

Many machine learning problems can be formulated as minimax problems such as Generative Adversarial Networks (GANs), AUC maximization and robust estimation, to mention but a few. A substantial amount of studies are devoted to studying the convergence behavior of their stochastic gradient-type algori…

2019

Optimal Stochastic and Online Learning with Individual Iterates

NeurIPS 2019spotlight

Stochastic composite mirror descent (SCMD) is a simple and efficient method able to capture both geometric and composite structures of optimization problems in machine learning. Existing strategies require to take either an average or a random selection of iterates to achieve optimal convergence rat…

Cited by 6SourcePDFScholar
2015

Multi-class SVMs: From Tighter Data-Dependent Generalization Bounds to Novel Algorithms

NeurIPS 2015poster

This paper studies the generalization performance of multi-class classification algorithms, for which we obtain, for the first time, a data-dependent generalization error bound with a logarithmic dependence on the class size, substantially improving the state-of-the-art linear dependence in the exis…

Cited by 61SourcePDFScholar