← Search

Meisam Razaviyayn

34 accepted papers

2026

ATLAS: Learning to Optimally Memorize the Context at Test Time

ICML 2026poster

Transformers have been established as the most popular backbones in sequence modeling, mainly due to their effectiveness in in-context retrieval tasks and the ability to learn at scale. Their quadratic memory and time complexity, however, bound their applicability in longer sequences and so has moti…

Cited by 0SourceScholar
2026

Efficient DP-SGD for LLMs with Randomized Clipping

ICML 2026poster

Large language models (LLMs) are trained on vast datasets that may contain sensitive information. Differential privacy (DP), the de facto standard for formal privacy guarantees, provides a principled framework for training LLMs with provable privacy protection. However, state-of-the-art DP training …

Cited by 0SourceScholar
2026

It's All Connected: A Journey Through Test-Time Memorization, Attentional Bias, Retention, and Online Optimization

ICLR 2026poster

Designing efficient and effective architectural backbones has been in the core of research efforts to enhance the capability of foundation models. Inspired by the human cognitive phenomenon of attentional bias—the natural tendency to prioritize certain events or stimuli—we reconceptualize neural arc…

Cited by 0SourceScholar
2026

Memory Caching: RNNs with Growing Memory

ICML 2026poster

Transformers have been established as the de-facto backbones for most recent advances in sequence modeling, mainly due to their growing memory capacity that scales with the context length. While plausible for retrieval tasks, it causes quadratic complexity and so has motivated recent studies to expl…

Cited by 0SourceScholar
2026

TNT: Improving Chunkwise Training for Test-Time Memorization

ICLR 2026poster

Recurrent neural networks (RNNs) with deep test-time memorization modules, such as Titans and TTT, represent a promising, linearly-scaling paradigm distinct from Transformers. While these expressive models do not yet match the peak performance of state-of-the-art Transformers, their potential has be…

Cited by 0SourceScholar
2025

Addax: Utilizing Zeroth-Order Gradients to Improve Memory Efficiency and Performance of SGD for Fine-Tuning Language Models

ICLR 2025poster

Fine-tuning language models (LMs) with the standard Adam optimizer often demands excessive memory, limiting accessibility. The ``in-place'' version of Stochastic Gradient Descent (IP-SGD) and Memory-Efficient Zeroth-order Optimizer (MeZO) have been proposed as solutions to improve memory efficiency.…

Cited by 1SourcePDFScholar
2025

DiSK: Differentially Private Optimizer with Simplified Kalman Filter for Noise Reduction

ICLR 2025poster

Differential privacy (DP) offers a robust framework for safeguarding individual data privacy. To utilize DP in training modern machine learning models, differentially private optimizers have been widely used in recent years. A popular approach to privatize an optimizer is to clip the individual gra…

Cited by 1SourcePDFScholar
2025

Nested Learning: The Illusion of Deep Learning Architectures

NeurIPS 2025poster

Over the last decades, developing more powerful neural architectures and simultaneously designing optimization algorithms to effectively train them have been the core of research efforts to enhance the capability of machine learning models. Despite the recent progresses, particularly in developing L…

Cited by 0SourceScholar
2025

PiKE: Adaptive Data Mixing for Large-Scale Multi-Task Learning Under Low Gradient Conflicts

NeurIPS 2025spotlight

Modern foundation models are trained on diverse datasets to enhance generalization across tasks and domains. A central challenge in this process is determining how to effectively mix and sample data from multiple sources. This naturally leads to a multi-task learning (MTL) perspective. While prior w…

Cited by 0SourceScholar
2025

Stochastic Control for Fine-tuning Diffusion Models: Optimality, Regularity, and Convergence

ICML 2025poster

Diffusion models have emerged as powerful tools for generative modeling, demonstrating exceptional capability in capturing target data distributions from large datasets. However, fine-tuning these massive models for specific downstream tasks, constraints, and human preferences remains a critical cha…

Cited by 1SourcePDFScholar
2025

Synthetic Text Generation for Training Large Language Models via Gradient Matching

ICML 2025poster

Synthetic data has the potential to improve the performance, training efficiency, and privacy of real training examples. Nevertheless, existing approaches for synthetic text generation are mostly heuristics and cannot generate human-readable text without compromising the privacy of real data, or pro…

2024

DOPPLER: Differentially Private Optimizers with Low-pass Filter for Privacy Noise Reduction

NeurIPS 2024poster

Privacy is a growing concern in modern deep-learning systems and applications. Differentially private (DP) training prevents the leakage of sensitive information in the collected training data from the trained machine learning models. DP optimizers, including DP stochastic gradient descent (DPSGD) a…

Cited by 2SourcePDFScholar
2024

Differentially Private Next-Token Prediction of Large Language Models

NAACL 2024long

Ensuring the privacy of Large Language Models (LLMs) is becoming increasingly important. The most widely adopted technique to accomplish this is DP-SGD, which trains a model to guarantee Differential Privacy (DP). However, DP-SGD overestimates an adversary’s capabilities in having white box access t…

2024

Neural Network-Based Score Estimation in Diffusion Models: Optimization and Generalization

ICLR 2024poster

Diffusion models have emerged as a powerful tool rivaling GANs in generating high-quality samples with improved fidelity, flexibility, and robustness. A key component of these models is to learn the score function through score matching. Despite empirical success on various tasks, it remains unclea…

Cited by 23SourcePDFScholar
2024

Optimal Differentially Private Model Training with Public Data

ICML 2024poster

Differential privacy (DP) ensures that training a machine learning model does not leak private data. In practice, we may have access to auxiliary public data that is free of privacy concerns. In this work, we assume access to a given amount of public data and settle the following fundamental open qu…

2024

f-FERM: A Scalable Framework for Robust Fair Empirical Risk Minimization

ICLR 2024poster

Training and deploying machine learning models that meet fairness criteria for protected groups are fundamental in modern artificial intelligence. While numerous constraints and regularization terms have been proposed in the literature to promote fairness in machine learning tasks, most of these ap…

2023

A Unifying Framework to the Analysis of Interaction Methods using Synergy Functions

ICML 2023poster

Deep learning has revolutionized many areas of machine learning, from computer vision to natural language processing, but these high-performance models are generally ``black box." Explaining such models would improve transparency and trust in AI-powered decision making and is necessary for understan…

Cited by 2SourcePDFScholar
2023

Improving Adversarial Robustness via Joint Classification and Multiple Explicit Detection Classes

AISTATS 2023poster

This work concerns the development of deep networks that are certifiably robust to adversarial attacks. Joint robust classification-detection was recently introduced as a certified defense mechanism, where adversarial examples are either correctly classified or assigned to the “abstain” class. In th…

2023

Private Federated Learning Without a Trusted Server: Optimal Algorithms for Convex Losses

ICLR 2023poster

This paper studies federated learning (FL)—especially cross-silo FL—with data from people who do not trust the server or other silos. In this setting, each silo (e.g. hospital) has data from different people (e.g. patients) and must maintain the privacy of each person’s data (e.g. medical record), e…

Cited by 32SourcePDFScholar
2023

Private Non-Convex Federated Learning Without a Trusted Server

AISTATS 2023poster

We study federated learning (FL) with non-convex loss functions and data from people who do not trust the server or other silos. In this setting, each silo (e.g. hospital) must protect the privacy of each person’s medical record), even if the server or other silos act as adversarial eavesdroppers. T…

2022

A Rigorous Study of Integrated Gradients Method and Extensions to Internal Neuron Attributions

ICML 2022spotlight

As deep learning (DL) efficacy grows, concerns for poor model explainability grow also. Attribution methods address the issue of explainability by quantifying the importance of an input feature for a model prediction. Among various methods, Integrated Gradients (IG) sets itself apart by claiming oth…

2021

Alternating Direction Method of Multipliers for Quantization

AISTATS 2021poster

Quantization of the parameters of machine learning models, such as deep neural networks, requires solving constrained optimization problems, where the constraint set is formed by the Cartesian product of many simple discrete sets. For such optimization problems, we study the performance of the Alter…

Cited by 12SourcePDFScholar
2020

Finding Second-Order Stationary Points Efficiently in Smooth Nonconvex Linearly Constrained Optimization Problems

NeurIPS 2020spotlight

This paper proposes two efficient algorithms for computing approximate second-order stationary points (SOSPs) of problems with generic smooth non-convex objective functions and generic linear constraints. While finding (approximate) SOSPs for the class of smooth non-convex linearly constrained probl…

Cited by 27SourcePDFScholar
2020

Solving Non-Convex Non-Differentiable Min-Max Games Using Proximal Gradient Method

ICASSP 2020accepted

Min-max saddle point games appear in a wide range of applications in machine leaning and signal processing. Despite their wide applicability, theoretical studies are mostly limited to the special convex-concave structure. While some recent works generalized these results to special smooth non-convex…

Cited by 0SourceScholar
2019

Solving a Class of Non-Convex Min-Max Games Using Iterative First Order Methods

NeurIPS 2019poster

Recent applications that arise in machine learning have surged significant interest in solving min-max saddle point games. This problem has been extensively studied in the convex-concave regime for which a global equilibrium solution can be computed efficiently. In this paper, we study the problem i…

2018

Gradient Primal-Dual Algorithm Converges to Second-Order Stationary Solution for Nonconvex Distributed Optimization Over Networks

ICML 2018oral

In this work, we study two first-order primal-dual based algorithms, the Gradient Primal-Dual Algorithm (GPDA) and the Gradient Alternating Direction Method of Multipliers (GADMM), for solving a class of linearly constrained non-convex optimization problems. We show that with random initialization o…

Cited by 64SourcePDFScholar
2018

On the Convergence and Robustness of Training GANs with Regularized Optimal Transport

NeurIPS 2018poster

Generative Adversarial Networks (GANs) are one of the most practical methods for learning data distributions. A popular GAN formulation is based on the use of Wasserstein distance as a metric between probability distributions. Unfortunately, minimizing the Wasserstein distance between the data distr…

Cited by 173SourcePDFScholar
2017

On Optimal Generalizability in Parametric Learning

NeurIPS 2017poster

We consider the parametric learning problem, where the objective of the learner is determined by a parametric loss function. Employing empirical risk minimization with possibly regularization, the inferred parameter vector will be biased toward the training samples. Such bias is measured by the cros…

Cited by 72SourcePDFScholar
2015

Convergence analysis of alternating direction method of multipliers for a family of nonconvex problems

ICASSP 2015accepted

In this paper, we analyze the behavior of the alternating direction method of multipliers (ADMM), for solving a family of nonconvex problems. Our focus is given to the well-known consensus and sharing problems, both of which have wide applications in signal processing. We show that in the presence o…

Cited by 0SourceScholar