← Search

Mher Safaryan

16 accepted papers

2026

DASH: Faster Shampoo via Batched Block Preconditioning and Efficient Inverse-Root Solvers

ICML 2026poster

Shampoo is one of the leading approximate second-order optimizers: a variant of it has won the MLCommons AlgoPerf competition, and it has been shown to produce models with lower activation outliers that are easier to compress. Yet, applying Shampoo currently comes at the cost of significant computat…

Cited by 0SourceScholar
2026

DES-LOC: Desynced Low Communication Adaptive Optimizers for Foundation Models

ICLR 2026poster

Scaling foundation model training with Distributed Data Parallel~(DDP) methods is bandwidth-limited. Existing infrequent communication methods like Local SGD were designed to synchronize model parameters only and cannot be trivially applied to adaptive optimizers due to additional optimizer states.…

Cited by 0SourceScholar
2026

FFT-based Dynamic Subspace Selection for Low-Rank Adaptive Optimization of Large Language Models

ICLR 2026poster

Low-rank optimization has emerged as a promising direction in training large language models (LLMs) to improve running time and reduce the memory usage of adaptive optimizers by constraining learning to a lower-dimensional space. Prior work typically projects gradients of linear layers using approac…

Cited by 0SourcecodeScholar
2026

LoRDO: Distributed Low-Rank Optimization with Infrequent Communication

ICML 2026poster

Distributed training of foundation models via $\texttt{DDP}$ is limited by interconnect bandwidth. While infrequent communication strategies reduce synchronization frequency, they remain bottlenecked by the memory and communication requirements of optimizer states. Low-rank optimizers can alleviate …

Cited by 0SourceScholar
2026

MT-DAO: Multi-Timescale Distributed Adaptive Optimizers with Local Updates

ICLR 2026poster

Training large models with distributed data parallelism (DDP) requires frequent communication of gradients across workers, which can saturate bandwidth. Infrequent communication strategies (e.g., Local SGD) reduce this overhead but, when applied to adaptive optimizers, often suffer a performance gap…

Cited by 0SourceScholar
2025

LDAdam: Adaptive Optimization from Low-Dimensional Gradient Statistics

ICLR 2025poster

We introduce LDAdam, a memory-efficient optimizer for training large models, that performs adaptive optimization steps within lower dimensional subspaces, while consistently exploring the full parameter space during training. This strategy keeps the optimizer's memory footprint to a fraction of the…

2025

Unified Scaling Laws for Compressed Representations

NeurIPS 2025poster

Scaling laws have shaped recent advances in machine learning by enabling predictable scaling of model performance based on model size, computation, and data volume. Concurrently, the rise in computational cost for AI has motivated model compression techniques, notably quantization and sparsification…

Cited by 0SourceScholar
2024

MicroAdam: Accurate Adaptive Optimization with Low Space Overhead and Provable Convergence

NeurIPS 2024poster

We propose a new variant of the Adam optimizer called MicroAdam that specifically minimizes memory overheads, while maintaining theoretical convergence guarantees. We achieve this by compressing the gradient information before it is fed into the optimizer state, thereby reducing its memory footprin…

2024

The Iterative Optimal Brain Surgeon: Faster Sparse Recovery by Leveraging Second-Order Information

NeurIPS 2024poster

The rising footprint of machine learning has led to a focus on imposing model sparsity as a means of reducing computational and memory costs. For deep neural networks (DNNs), the state-of-the-art accuracy-vs-sparsity is achieved by heuristics inspired by the classical Optimal Brain Surgeon (OBS) fra…

Cited by 0SourcePDFScholar
2023

Knowledge Distillation Performs Partial Variance Reduction

NeurIPS 2023poster

Knowledge distillation is a popular approach for enhancing the performance of "student" models, with lower representational capacity, by taking advantage of more powerful "teacher" models. Despite its apparent simplicity, the underlying mechanics behind knowledge distillation (KD) are not yet fully…

2022

Basis Matters: Better Communication-Efficient Second Order Methods for Federated Learning

AISTATS 2022poster

Recent advances in distributed optimization have shown that Newton-type methods with proper communication compression mechanisms can guarantee fast local rates and low communication cost compared to first order methods. We discover that the communication cost of these methods can be further reduced,…

Cited by 28SourcePDFScholar
2022

FedNL: Making Newton-Type Methods Applicable to Federated Learning

ICML 2022spotlight

Inspired by recent work of Islamov et al (2021), we propose a family of Federated Newton Learn (\algname{FedNL}) methods, which we believe is a marked step in the direction of making second-order methods applicable to FL. In contrast to the aforementioned work, \algname{FedNL} employs a different He…

Cited by 96SourcePDFScholar
2022

Theoretically Better and Numerically Faster Distributed Optimization with Smoothness-Aware Quantization Techniques

NeurIPS 2022accept

To address the high communication costs of distributed machine learning, a large body of work has been devoted in recent years to designing various compression strategies, such as sparsification and quantization, and optimization algorithms capable of using them. Recently, Safaryan et al. (2021) pio…

Cited by 12SourcePDFScholar
2021

Smoothness Matrices Beat Smoothness Constants: Better Communication Compression Techniques for Distributed Optimization

NeurIPS 2021poster

Large scale distributed optimization has become the default tool for the training of supervised machine learning models with a large number of parameters and training data. Recent advancements in the field provide several mechanisms for speeding up the training, including {\em compressed communicati…

Cited by 32SourcePDFScholar