← Search

Mingrui Liu

37 accepted papers

2026

An Exploration of Non-Euclidean Gradient Descent: Muon and its Many Variants

ICML 2026poster

To define a steepest descent method over a neural network, we need to choose a norm for each layer, a way to aggregate these norms across layers, and whether to use normalization. We systematically explore different alternatives for aggregating norms across layers, both formalizing existing combinat…

Cited by 0SourceScholar
2026

BLISS: A Lightweight Bilevel Influence Scoring Method for Data Selection in Language Model Pretraining

ICML 2026poster

Effective data selection is essential for pretraining large language models (LLMs), enhancing efficiency and improving generalization to downstream tasks. However, existing approaches often require leveraging external pretrained models, making it difficult to disentangle the effects of data selectio…

Cited by 0SourceScholar
2026

Bilevel Optimization with Lower-Level Uniform Convexity: Theory and Algorithm

ICLR 2026poster

Bilevel optimization is a hierarchical framework where an upper-level optimization problem is constrained by a lower-level problem, commonly used in machine learning applications such as hyperparameter optimization. Existing bilevel optimization methods typically assume strong convexity or Polyak-Ło…

Cited by 0SourceScholar
2026

RedVisor: Reasoning-Aware Prompt Injection Defense via Zero-Copy KV Cache Reuse

ICML 2026poster

Large Language Models (LLMs) are increasingly vulnerable to *Prompt Injection (PI)* attacks, where adversarial instructions hidden within retrieved contexts hijack the model's execution flow. Current defenses typically face a critical trade-off: *prevention-based* fine-tuning often degrades general …

Cited by 0SourceScholar
2025

Adaptive Algorithms with Sharp Convergence Rates for Stochastic Hierarchical Optimization

NeurIPS 2025poster

Hierarchical optimization refers to problems with interdependent decision variables and objectives, such as minimax and bilevel formulations. While various algorithms have been proposed, existing methods and analyses lack adaptivity in stochastic optimization settings: they cannot achieve optimal co…

Cited by 0SourcecodeScholar
2025

Complexity Lower Bounds of Adaptive Gradient Algorithms for Non-convex Stochastic Optimization under Relaxed Smoothness

ICLR 2025poster

Recent results in non-convex stochastic optimization demonstrate the convergence of popular adaptive algorithms (e.g., AdaGrad) under the $(L_0, L_1)$-smoothness condition, but the rate of convergence is a higher-order polynomial in terms of problem parameters like the smoothness constants. The comp…

Cited by 0SourcePDFScholar
2025

Constant Stepsize Local GD for Logistic Regression: Acceleration by Instability

ICML 2025poster

Existing analysis of Local (Stochastic) Gradient Descent for heterogeneous objectives requires stepsizes $\eta \leq 1/K$ where $K$ is the communication interval, which ensures monotonic decrease of the objective. In contrast, we analyze Local Gradient Descent for logistic regression with separable,…

Cited by 0SourcePDFScholar
2025

Local Steps Speed Up Local GD for Heterogeneous Distributed Logistic Regression

ICLR 2025poster

We analyze two variants of Local Gradient Descent applied to distributed logistic regression with heterogeneous, separable data and show convergence at the rate $O(1/KR)$ for $K$ local steps and sufficiently large $R$ communication rounds. In contrast, all existing convergence guarantees for Local G…

Cited by 0SourcePDFScholar
2024

A Nearly Optimal Single Loop Algorithm for Stochastic Bilevel Optimization under Unbounded Smoothness

ICML 2024poster

This paper studies the problem of stochastic bilevel optimization where the upper-level function is nonconvex with potentially unbounded smoothness and the lower-level function is strongly convex. This problem is motivated by meta-learning applied to sequential data, such as text classification usin…

2024

An Accelerated Algorithm for Stochastic Bilevel Optimization under Unbounded Smoothness

NeurIPS 2024poster

This paper investigates a class of stochastic bilevel optimization problems where the upper-level function is nonconvex with potentially unbounded smoothness and the lower-level problem is strongly convex. These problems have significant applications in sequential data learning, such as text classif…

2024

Bilevel Optimization under Unbounded Smoothness: A New Algorithm and Convergence Analysis

ICLR 2024spotlight

Bilevel optimization is an important formulation for many machine learning problems, such as meta-learning and hyperparameter optimization. Current bilevel optimization algorithms assume that the gradient of the upper-level function is Lipschitz (i.e., the upper-level function has a bounded smoothne…

2024

Federated Learning under Periodic Client Participation and Heterogeneous Data: A New Communication-Efficient Algorithm and Analysis

NeurIPS 2024poster

In federated learning, it is common to assume that clients are always available to participate in training, which may not be feasible with user devices in practice. Recent works analyze federated learning under more realistic participation patterns, such as cyclic client availability or arbitrary pa…

2024

LESS-Map: Lightweight and Evolving Semantic Map in Parking Lots for Long-term Self-Localization

ICRA 2024poster

Precise and long-term stable localization is essential in parking lots for tasks like autonomous driving or autonomous valet parking, etc. Existing methods rely on a fixed and memory-inefficient map, which lacks robust data association approaches. And it is not suitable for precise localization or l…

Cited by 2SourceScholar
2024

Provable Benefits of Local Steps in Heterogeneous Federated Learning for Neural Networks: A Feature Learning Perspective

ICML 2024poster

Local steps are crucial for Federated Learning (FL) algorithms and have witnessed great empirical success in reducing communication costs and improving the generalization performance of deep neural networks. However, there are limited studies on the effect of local steps on heterogeneous FL. A few w…

Cited by 1SourcePDFScholar
2023

Bilevel Coreset Selection in Continual Learning: A New Formulation and Algorithm

NeurIPS 2023poster

Coreset is a small set that provides a data summary for a large dataset, such that training solely on the small set achieves competitive performance compared with a large dataset. In rehearsal-based continual learning, the coreset is typically used in the memory replay buffer to stand for representa…

2023

EPISODE: Episodic Gradient Clipping with Periodic Resampled Corrections for Federated Learning with Heterogeneous Data

ICLR 2023poster

Gradient clipping is an important technique for deep neural networks with exploding gradients, such as recurrent neural networks. Recent studies have shown that the loss functions of these networks do not satisfy the conventional smoothness condition, but instead satisfy a relaxed smoothness conditi…

2023

Federated Learning with Client Subsampling, Data Heterogeneity, and Unbounded Smoothness: A New Algorithm and Lower Bounds

NeurIPS 2023poster

We study the problem of Federated Learning (FL) under client subsampling and data heterogeneity with an objective function that has potentially unbounded smoothness. This problem is motivated by empirical evidence that the class of relaxed smooth functions, where the Lipschitz constant of the gradie…

2023

Global Convergence Analysis of Local SGD for Two-layer Neural Network without Overparameterization

NeurIPS 2023poster

Local SGD, a cornerstone algorithm in federated learning, is widely used in training deep neural networks and shown to have strong empirical performance. A theoretical understanding of such performance on nonconvex loss landscapes is currently lacking. Analysis of the global convergence of SGD is ch…

Cited by 3SourcePDFScholar
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

Fast Composite Optimization and Statistical Recovery in Federated Learning

ICML 2022spotlight

As a prevalent distributed learning paradigm, Federated Learning (FL) trains a global model on a massive amount of devices with infrequent communication. This paper investigates a class of composite optimization and statistical recovery problems in the FL setting, whose loss function consists of a d…

Cited by 19SourcePDFScholar
2022

Robustness to Unbounded Smoothness of Generalized SignSGD

NeurIPS 2022accept

Traditional analyses in non-convex optimization typically rely on the smoothness assumption, namely requiring the gradients to be Lipschitz. However, recent evidence shows that this smoothness condition does not capture the properties of some deep learning objective functions, including the ones inv…

Cited by 83SourcePDFScholar
2020

A Decentralized Parallel Algorithm for Training Generative Adversarial Nets

NeurIPS 2020poster

Generative Adversarial Networks (GANs) are a powerful class of generative models in the deep learning community. Current practice on large-scale GAN training utilizes large models and distributed large-batch training strategies, and is implemented on deep learning frameworks (e.g., TensorFlow, PyTor…

Cited by 91SourcePDFScholar
2020

Communication-Efficient Distributed Stochastic AUC Maximization with Deep Neural Networks

ICML 2020poster

In this paper, we study distributed algorithms for large-scale AUC maximization with a deep neural network as a predictive model. Although distributed learning techniques have been investigated extensively in deep learning, they are not directly applicable to stochastic AUC maximization with deep ne…

2020

Improved Schemes for Episodic Memory-based Lifelong Learning

NeurIPS 2020spotlight

Current deep neural networks can achieve remarkable performance on a single task. However, when the deep neural network is continually trained on a sequence of tasks, it seems to gradually forget the previous learned knowledge. This phenomenon is referred to as catastrophic forgetting and motivates…

2020

Improving Efficiency in Large-Scale Decentralized Distributed Training

ICASSP 2020accepted

Decentralized Parallel SGD (D-PSGD) and its asynchronous variant Asynchronous Parallel SGD (AD-PSGD) is a family of distributed learning algorithms that have been demonstrated to perform well for large-scale deep learning tasks. One drawback of (A)D-PSGD is that the spectral gap of the mixing matrix…

Cited by 0SourceScholar
2020

Towards Better Understanding of Adaptive Gradient Algorithms in Generative Adversarial Nets

ICLR 2020poster

Adaptive gradient algorithms perform gradient-based updates using the history of gradients and are ubiquitous in training deep neural networks. While adaptive gradient methods theory is well understood for minimization problems, the underlying factors driving their empirical success in min-max probl…

Cited by 83SourceScholar
2018

Adaptive Negative Curvature Descent with Applications in Non-convex Optimization

NeurIPS 2018poster

Negative curvature descent (NCD) method has been utilized to design deterministic or stochastic algorithms for non-convex optimization aiming at finding second-order stationary points or local minima. In existing studies, NCD needs to approximate the smallest eigen-value of the Hessian matrix with a…

Cited by 18SourcePDFScholar
2018

Fast Rates of ERM and Stochastic Approximation: Adaptive to Error Bound Conditions

NeurIPS 2018poster

Error bound conditions (EBC) are properties that characterize the growth of an objective function when a point is moved away from the optimal set. They have recently received increasing attention in the field of optimization for developing optimization algorithms with fast convergence. However,…

Cited by 26SourcePDFScholar
2018

Fast Stochastic AUC Maximization with $O(1/n)$-Convergence Rate

ICML 2018oral

In this paper, we consider statistical learning with AUC (area under ROC curve) maximization in the classical stochastic setting where one random data drawn from an unknown distribution is revealed at each iteration for updating the model. Although consistent convex surrogate losses for AUC maximiza…

Cited by 73SourcePDFScholar
2018

Faster Online Learning of Optimal Threshold for Consistent F-measure Optimization

NeurIPS 2018poster

In this paper, we consider online F-measure optimization (OFO). Unlike traditional performance metrics (e.g., classification error rate), F-measure is non-decomposable over training examples and is a non-convex function of model parameters, making it much more difficult to be optimized in an online…

Cited by 9SourcePDFScholar
2017

ADMM without a Fixed Penalty Parameter: Faster Convergence with New Adaptive Penalization

NeurIPS 2017poster

Alternating direction method of multipliers (ADMM) has received tremendous interest for solving numerous problems in machine learning, statistics and signal processing. However, it is known that the performance of ADMM and many of its variants is very sensitive to the penalty parameter of a quadrat…

Cited by 68SourcePDFScholar
2017

Adaptive Accelerated Gradient Converging Method under H\"{o}lderian Error Bound Condition

NeurIPS 2017poster

Recent studies have shown that proximal gradient (PG) method and accelerated gradient method (APG) with restarting can enjoy a linear convergence under a weaker condition than strong convexity, namely a quadratic growth condition (QGC). However, the faster convergence of restarting APG method relies…

Cited by 29SourcePDFScholar