← Search

Aryan Mokhtari

60 accepted papers

2026

Improving Online-to-Nonconvex Conversion for Smooth Optimization via Double Optimism

ICLR 2026poster

A recent breakthrough in nonconvex optimization is the online-to-nonconvex conversion framework of Cutkosky et al. (2023), which reformulates the task of finding an $\varepsilon$-first-order stationary point as an online learning problem. When both the gradient and the Hessian are Lipschitz continu…

Cited by 0SourceScholar
2026

Temper-Then-Tilt: Principled Unlearning for Generative Models through Tempering and Classifier Guidance

ICML 2026poster

We study machine unlearning in large generative models by framing the task as density ratio estimation to a target distribution rather than supervised fine-tuning. While classifier guidance is a standard approach for approximating this ratio and can succeed in general, we show it can fail to faithfu…

Cited by 0SourceScholar
2025

Affine-Invariant Global Non-Asymptotic Convergence Analysis of BFGS under Self-Concordance

NeurIPS 2025spotlight

In this paper, we establish global non-asymptotic convergence guarantees for the BFGS quasi-Newton method without requiring strong convexity or the Lipschitz continuity of the gradient or Hessian. Instead, we consider the setting where the objective function is strictly convex and strongly self-conc…

Cited by 0SourceScholar
2025

Learning Mixtures of Experts with EM: A Mirror Descent Perspective

ICML 2025poster

Classical Mixtures of Experts (MoE) are Machine Learning models that involve partitioning the input space, with a separate "expert" model trained on each partition. Recently, MoE-based model architectures have become popular as a means to reduce training and inference costs. There, the partitioning…

Cited by 0SourcePDFScholar
2025

On the Complexity of Finding Stationary Points in Nonconvex Simple Bilevel Optimization

NeurIPS 2025poster

In this paper, we study the problem of solving a simple bilevel optimization problem, where the upper-level objective is minimized over the solution set of the lower-level problem. We focus on the general setting in which both the upper- and lower-level objectives are smooth but potentially nonconve…

Cited by 0SourceScholar
2025

Provable Meta-Learning with Low-Rank Adaptations

NeurIPS 2025poster

The power of foundation models (FMs) lies in their capacity to learn highly expressive representations that can be adapted to a broad spectrum of tasks. However, these pretrained models require additional training stages to become effective for downstream applications. In the multi-task setting, pri…

Cited by 0SourceScholar
2024

Adaptive and Optimal Second-order Optimistic Methods for Minimax Optimization

NeurIPS 2024poster

We propose adaptive, line-search-free second-order methods with optimal rate of convergence for solving convex-concave min-max problems. By means of an adaptive step size, our algorithms feature a simple update rule that requires solving only one linear system per iteration, eliminating the need for…

Cited by 4SourcePDFScholar
2024

An Accelerated Gradient Method for Convex Smooth Simple Bilevel Optimization

NeurIPS 2024poster

In this paper, we focus on simple bilevel optimization problems, where we minimize a convex smooth objective function over the optimal solution set of another convex smooth constrained optimization problem. We present a novel bilevel optimization method that locally approximates the solution set of…

Cited by 15SourcePDFScholar
2024

In-Context Learning with Transformers: Softmax Attention Adapts to Function Lipschitzness

NeurIPS 2024spotlight

A striking property of transformers is their ability to perform in-context learning (ICL), a machine learning framework in which the learner is presented with a novel context during inference implicitly through some data, and tasked with making a prediction in that context. As such, that learner mus…

Cited by 20SourcePDFScholar
2024

Krylov Cubic Regularized Newton: A Subspace Second-Order Method with Dimension-Free Convergence Rate

AISTATS 2024poster

Second-order optimization methods, such as cubic regularized Newton methods, are known for their rapid convergence rates; nevertheless, they become impractical in high-dimensional problems due to their substantial memory requirements and computational costs. One promising approach is to execute seco…

Cited by 1SourcePDFScholar
2024

Non-asymptotic Global Convergence Analysis of BFGS with the Armijo-Wolfe Line Search

NeurIPS 2024spotlight

In this paper, we present the first explicit and non-asymptotic global convergence rates of the BFGS method when implemented with an inexact line search scheme satisfying the Armijo-Wolfe conditions. We show that BFGS achieves a global linear convergence rate of $(1 - \frac{1}{\kappa})^t$ for $\mu$-…

Cited by 1SourcePDFScholar
2024

Provable Multi-Task Representation Learning by Two-Layer ReLU Neural Networks

ICML 2024oral

An increasingly popular machine learning paradigm is to pretrain a neural network (NN) on many tasks offline, then adapt it to downstream tasks, often by re-training only the last linear layer of the network. This approach yields strong downstream performance in a variety of contexts, demonstrating…

Cited by 12SourcePDFScholar
2023

A Conditional Gradient-based Method for Simple Bilevel Optimization with Convex Lower-level Problem

AISTATS 2023poster

In this paper, we study a class of bilevel optimization problems, also known as simple bilevel optimization, where we minimize a smooth objective function over the optimal solution set of another convex constrained optimization problem. Several iterative methods have been developed for tackling this…

2023

Accelerated Quasi-Newton Proximal Extragradient: Faster Rate for Smooth Convex Optimization

NeurIPS 2023spotlight

In this paper, we propose an accelerated quasi-Newton proximal extragradient method for solving unconstrained smooth convex optimization problems. With access only to the gradients of the objective, we prove that our method can achieve a convergence rate of $\mathcal{O}\bigl(\min\\{\frac{1}{k^2}, \f…

Cited by 15SourcePDFScholar
2023

Greedy Pruning with Group Lasso Provably Generalizes for Matrix Sensing

NeurIPS 2023poster

Pruning schemes have been widely used in practice to reduce the complexity of trained models with a massive number of parameters. In fact, several practical studies have shown that if the pruned model is fine-tuned with some gradient-based updates it generalizes well to new samples. Although the abo…

Cited by 2SourcePDFScholar
2023

Meta-Learning for Image-Guided Millimeter-Wave Beam Selection in Unseen Environments

ICASSP 2023accepted

The use of alternate modalities, like images, for fast beamforming in the millimeter wave (mmWave)-band is being proposed to ensure high bandwidth connectivity in vehicular scenarios typically seen in the context of autonomous cars. Considering the dynamic deployment conditions, a car may encounter…

Cited by 0SourceScholar
2023

Projection-Free Methods for Stochastic Simple Bilevel Optimization with Convex Lower-level Problem

NeurIPS 2023poster

In this paper, we study a class of stochastic bilevel optimization problems, also known as stochastic simple bilevel optimization, where we minimize a smooth stochastic objective function over the optimal solution set of another stochastic convex optimization problem. We introduce novel stochastic b…

Cited by 10SourcePDFScholar
2022

Adaptive Node Participation for Straggler-Resilient Federated Learning

ICASSP 2022accepted

Federated learning is prone to multiple system challenges including system heterogeneity where clients have different computation and communication capabilities. Such heterogeneity in clients’ computation speeds has a negative effect on the scalability of federated learning algorithms and causes sig…

Cited by 0SourceScholar
2022

FedAvg with Fine Tuning: Local Updates Lead to Representation Learning

NeurIPS 2022accept

The Federated Averaging (FedAvg) algorithm, which consists of alternating between a few local stochastic gradient updates at client nodes, followed by a model averaging update at the server, is perhaps the most commonly used method in Federated Learning. Notwithstanding its simplicity, several empir…

Cited by 105SourcePDFScholar
2022

Future gradient descent for adapting the temporal shifting data distribution in online recommendation systems

UAI 2022poster

One of the key challenges of learning an online recommendation model is the temporal domain shift, which causes the mismatch between the training and testing data distribution and hence domain generalization error. To overcome, we propose to learn a meta future gradient generator that forecasts the…

Cited by 8SourcePDFScholar
2022

Sharpened Quasi-Newton Methods: Faster Superlinear Rate and Larger Local Convergence Neighborhood

ICML 2022spotlight

Non-asymptotic analysis of quasi-Newton methods have received a lot of attention recently. In particular, several works have established a non-asymptotic superlinear rate of $$\mathcal{O}((1/\sqrt{t})^t)$$ for the (classic) BFGS method by exploiting the fact that its error of Newton direction approx…

Cited by 15SourcePDFScholar
2021

Exploiting Local Convergence of Quasi-Newton Methods Globally: Adaptive Sample Size Approach

NeurIPS 2021poster

In this paper, we study the application of quasi-Newton methods for solving empirical risk minimization (ERM) problems defined over a large dataset. Traditional deterministic and stochastic quasi-Newton methods can be executed to solve such problems; however, it is known that their global convergenc…

Cited by 4SourcePDFScholar
2021

Exploiting Shared Representations for Personalized Federated Learning

ICML 2021spotlight

Deep neural networks have shown the ability to extract universal feature representations from data such as images and text that have been useful for a variety of learning tasks. However, the fruits of representation learning have yet to be fully-realized in federated settings. Although data in feder…

Cited by 966SourcePDFScholar
2021

Federated Learning with Compression: Unified Analysis and Sharp Guarantees

AISTATS 2021poster

In federated learning, communication cost is often a critical bottleneck to scale up distributed optimization algorithms to collaboratively learn a model from millions of devices with potentially unreliable or limited communication and heterogeneous data distributions. Two notable trends to deal wit…

2021

Generalization of Model-Agnostic Meta-Learning Algorithms: Recurring and Unseen Tasks

NeurIPS 2021poster

In this paper, we study the generalization properties of Model-Agnostic Meta-Learning (MAML) algorithms for supervised learning problems. We focus on the setting in which we train the MAML model over $m$ tasks, each with $n$ data points, and characterize its generalization error from two points of v…

Cited by 66SourcePDFScholar
2021

On the Convergence Theory of Debiased Model-Agnostic Meta-Reinforcement Learning

NeurIPS 2021poster

We consider Model-Agnostic Meta-Learning (MAML) methods for Reinforcement Learning (RL) problems, where the goal is to find a policy using data from several tasks represented by Markov Decision Processes (MDPs) that can be updated by one step of \textit{stochastic} policy gradient for the realized M…

2020

A Unified Analysis of Extra-gradient and Optimistic Gradient Methods for Saddle Point Problems: Proximal Point Approach

AISTATS 2020poster

In this paper we consider solving saddle point problems using two variants of Gradient Descent-Ascent algorithms, Extra-gradient (EG) and Optimistic Gradient Descent Ascent (OGDA) methods. We show that both of these algorithms admit a unified analysis as approximations of the classical proximal poin…

Cited by 405SourcePDFScholar
2020

DAve-QN: A Distributed Averaged Quasi-Newton Method with Local Superlinear Convergence Rate

AISTATS 2020poster

In this paper, we consider distributed algorithms for solving the empirical risk minimization problem under the master/worker communication model. We develop a distributed asynchronous quasi-Newton algorithm that can achieve superlinear convergence. To our knowledge, this is the first distributed as…

2020

Efficient Distributed Hessian Free Algorithm for Large-scale Empirical Risk Minimization via Accumulating Sample Strategy

AISTATS 2020poster

In this paper, we propose a Distributed Accumulated Newton Conjugate gradiEnt (DANCE) method in which sample size is gradually increasing to quickly obtain a solution whose empirical loss is under satisfactory statistical accuracy. Our proposed method is multistage in which the solution of a stage s…

2020

FedPAQ: A Communication-Efficient Federated Learning Method with Periodic Averaging and Quantization

AISTATS 2020poster

Federated learning is a distributed framework according to which a model is trained over a set of devices, while keeping data localized. This framework faces several systems-oriented challenges which include (i) communication bottleneck since a large number of devices upload their local updates to…

Cited by 1017SourcePDFScholar
2020

On the Convergence Theory of Gradient-Based Model-Agnostic Meta-Learning Algorithms

AISTATS 2020poster

We study the convergence of a class of gradient-based Model-Agnostic Meta-Learning (MAML) methods and characterize their overall complexity as well as their best achievable accuracy in terms of gradient norm for nonconvex loss functions. We start with the MAML method and its first-order approximatio…

Cited by 287SourcePDFScholar
2020

Personalized Federated Learning with Theoretical Guarantees: A Model-Agnostic Meta-Learning Approach

NeurIPS 2020poster

In Federated Learning, we aim to train models across multiple computing units (users), while users can only communicate with a common central server, without exchanging their data samples. This mechanism exploits the computational power of all users and allows users to obtain a richer model as their…

Cited by 1192SourcePDFScholar
2020

Quantized Decentralized Stochastic Learning over Directed Graphs

ICML 2020poster

We consider a decentralized stochastic learning problem where data points are distributed among computing nodes communicating over a directed graph. As the model size gets large, decentralized learning faces a major bottleneck that is the heavy communication load due to each node transmitting large…

Cited by 69SourcePDFScholar
2020

Quantized Frank-Wolfe: Faster Optimization, Lower Communication, and Projection Free

AISTATS 2020poster

How can we efficiently mitigate the overhead of gradient communications in distributed optimization? This problem is at the heart of training scalable machine learning models and has been mainly studied in the unconstrained setting. In this paper, we propose Quantised Frank-Wolfe (QFW), the first pr…

Cited by 17SourcePDFScholar
2020

Second Order Optimality in Decentralized Non-Convex Optimization via Perturbed Gradient Tracking

NeurIPS 2020poster

In this paper we study the problem of escaping from saddle points and achieving second-order optimality in a decentralized setting where a group of agents collaborate to minimize their aggregate objective function. We provide a non-asymptotic (finite-time) analysis and show that by following the ide…

Cited by 8SourcePDFScholar
2019

Efficient Nonconvex Empirical Risk Minimization via Adaptive Sample Size Methods

AISTATS 2019poster

In this paper, we are interested in finding a local minimizer of an empirical risk minimization (ERM) problem where the loss associated with each sample is possibly a nonconvex function. Unlike traditional deterministic and stochastic algorithms that attempt to solve the ERM problem for the full tra…

Cited by 11SourcePDFScholar
2019

Robust and Communication-Efficient Collaborative Learning

NeurIPS 2019poster

We consider a decentralized learning problem, where a set of computing nodes aim at solving a non-convex optimization problem collaboratively. It is well-known that decentralized optimization schemes face two major system bottlenecks: stragglers' delay and communication overhead. In this paper, we t…

Cited by 126SourcePDFScholar
2019

Stochastic Continuous Greedy ++: When Upper and Lower Bounds Match

NeurIPS 2019poster

In this paper, we develop \scg~(\text{SCG}{$++$}), the first efficient variant of a conditional gradient method for maximizing a continuous submodular function subject to a convex constraint. Concretely, for a monotone and continuous DR-submodular function, \SCGPP achieves a tight $[(1-1/e)\OPT -\…

Cited by 14SourcePDFScholar
2018

Conditional Gradient Method for Stochastic Submodular Maximization: Closing the Gap

AISTATS 2018poster

In this paper, we study the problem of constrained and stochastic continuous submodular maximization. Even though the objective function is not concave (nor convex) and is defined in terms of an expectation, we develop a variant of the conditional gradient method, called Stochastic Continuous Greedy…

Cited by 0SourcePDFScholar
2018

Decentralized Submodular Maximization: Bridging Discrete and Continuous Settings

ICML 2018oral

In this paper, we showcase the interplay between discrete and continuous optimization in network-structured settings. We propose the first fully decentralized optimization method for a wide class of non-convex objective functions that possess a diminishing returns property. More specifically, given…

Cited by 43SourcePDFScholar
2018

Direct Runge-Kutta Discretization Achieves Acceleration

NeurIPS 2018spotlight

We study gradient-based optimization methods obtained by directly discretizing a second-order ordinary differential equation (ODE) related to the continuous limit of Nesterov's accelerated gradient method. When the function is smooth enough, we show that acceleration can be achieved by a stable disc…

Cited by 136SourcePDFScholar
2018

Large Scale Empirical Risk Minimization via Truncated Adaptive Newton Method

AISTATS 2018poster

Most second order methods are inapplicable to large scale empirical risk minimization (ERM) problems because both, the number of samples N and number of parameters p are large. Large N makes it costly to evaluate Hessians and large p makes it costly to invert Hessians. This paper propose a novel ada…

Cited by 0SourcePDFScholar
2018

Parallel Stochastic Successive Convex Approximation Method for Large-Scale Dictionary Learning

ICASSP 2018accepted

We consider the problem of dictionary learning over training sets whose sample size and parameter dimension are large-scale, which is formulated as a non-convex stochastic program where the objective decomposes into a smooth non-convex part and a convex sparsity-promoting penalty. We propose a Doubl…

Cited by 0SourceScholar
2018

Towards More Efficient Stochastic Decentralized Learning: Faster Convergence and Sparse Communication

ICML 2018oral

Recently, the decentralized optimization problem is attracting growing attention. Most existing methods are deterministic with high per-iteration cost and have a convergence rate quadratically depending on the problem condition number. Besides, the dense communication is necessary to ensure the conv…

Cited by 68SourcePDFScholar
2017

A double incremental aggregated gradient method with linear convergence rate for large-scale optimization

ICASSP 2017accepted

This paper considers the problem of minimizing the average of a finite set of strongly convex functions. We introduce a double incremental aggregated gradient method (DIAG) that computes the gradient of only one function at each iteration, which is chosen based on a cyclic scheme, and uses the aggre…

Cited by 0SourceScholar
2017

An incremental quasi-Newton method with a local superlinear convergence rate

ICASSP 2017accepted

We present an incremental Broyden-Fletcher-Goldfarb-Shanno (BFGS) method as a quasi-Newton algorithm with a cyclically iterative update scheme for solving large-scale optimization problems. The proposed incremental quasi-Newton (IQN) algorithm reduces computational cost relative to traditional quasi…

Cited by 0SourceScholar
2017

First-Order Adaptive Sample Size Methods to Reduce Complexity of Empirical Risk Minimization

NeurIPS 2017poster

This paper studies empirical risk minimization (ERM) problems for large-scale datasets and incorporates the idea of adaptive sample size methods to improve the guaranteed convergence bounds for first-order stochastic and deterministic methods. In contrast to traditional methods that attempt to solve…

Cited by 28SourcePDFScholar
2017

Large-scale nonconvex stochastic optimization by Doubly Stochastic Successive Convex approximation

ICASSP 2017accepted

We consider supervised learning problems over training sets in which both the number of training examples and the dimension of the feature vectors are large. We focus on the case where the loss function defining the quality of the parameter we wish to estimate may be non-convex, but also has a conve…

Cited by 0SourceScholar
2016

Adaptive Newton Method for Empirical Risk Minimization to Statistical Accuracy

NeurIPS 2016poster

We consider empirical risk minimization for large-scale datasets. We introduce Ada Newton as an adaptive algorithm that uses Newton's method with adaptive sample sizes. The main idea of Ada Newton is to increase the size of the training set by a factor larger than one in a way that the minimization…

Cited by 47SourcePDFScholar