← Search

Dan Alistarh

76 accepted papers

2026

Beyond Outliers: A Study of Optimizers Under Quantization

ICLR 2026poster

As new optimizers gain traction and model quantization becomes standard for efficient deployment, a key question arises: how does the choice of optimizer affect model performance in the presence of quantization? Despite progress in both areas, systematic evidence on optimizer–quantization interactio…

Cited by 0SourceScholar
2026

Bridging the Gap Between Promise and Performance for FP4 Quantization

ICLR 2026poster

The recent hardware-accelerated microscaling 4-bit floating-point formats such as MXFP4 and NVFP4, supported on NVIDIA and AMD GPUs, promise to revolutionize large language model (LLM) inference. Yet, their practical benefits remain unproven. We present the first comprehensive study of MXFP4 and NV…

Cited by 0SourcecodeScholar
2026

Clover: Accurate LLM Pre-Training in NVFP4 by Improved Unbiased Gradient Estimation

ICML 2026poster

The NVFP4 lower-precision format, supported in hardware by NVIDIA Blackwell GPUs, promises to allow, for the first time, end-to-end fully-quantized pre-training of massive models such as LLMs. Yet, existing quantized training methods still sacrifice some of the representation capacity of this format…

Cited by 0SourceScholar
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

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

The Geometry of LLM Quantization: GPTQ as Babai's Nearest Plane Algorithm

ICLR 2026poster

Quantizing the weights of large language models (LLMs) from 16-bit to lower bitwidth is the de facto approach to deploy massive transformers onto more affordable accelerators. While GPTQ emerged as one of the standard methods for one-shot post-training quantization at LLM scale, its inner workings a…

Cited by 0SourcecodeScholar
2026

The Unseen Frontier: Pushing the Limits of LLM Sparsity with Surrogate-Free ADMM

ICLR 2026poster

Neural network pruning is a promising technique to mitigate the excessive computational and memory requirements of large language models (LLMs). Despite its promise, however, progress in this area has diminished, as conventional methods are seemingly unable to surpass moderate sparsity levels (50-60…

Cited by 0SourcecodeScholar
2026

WUSH: Near-Optimal Adaptive Transforms for LLM Quantization

ICML 2026poster

Quantizing LLM weights and activations is a standard approach for efficient deployment, but a few extreme outliers can stretch the dynamic range and amplify low-bit quantization error. Prior transform-based mitigations (e.g., Hadamard rotations) are fixed and data-agnostic, and their optimality for …

Cited by 0SourceScholar
2025

Cache Me If You Must: Adaptive Key-Value Quantization for Large Language Models

ICML 2025poster

Efficient real-world deployments of large language models (LLMs) rely on Key-Value (KV) caching for processing and generating long outputs, reducing the need for repetitive computation. For large contexts, Key-Value caches can take up tens of gigabytes of device memory, as they store vector represen…

2025

Efficient Data Selection at Scale via Influence Distillation

NeurIPS 2025poster

Effective data selection is critical for efficient training of modern Large Language Models (LLMs). This paper introduces Influence Distillation, a novel, mathematically-justified framework for data selection that employs second-order information to optimally weight training samples. By distilling e…

Cited by 0SourceScholar
2025

EvoPress: Accurate Dynamic Model Compression via Evolutionary Search

ICML 2025poster

The high computational costs of large language models (LLMs) have led to a flurry of research on LLM compression, via methods such as quantization, sparsification, or structured pruning. A new frontier in this area is given by dynamic, non-uniform compression methods, which adjust the compression le…

Cited by 0SourcePDFScholar
2025

HALO: Hadamard-Assisted Lower-Precision Optimization for LLMs

NeurIPS 2025poster

Quantized training of Large Language Models (LLMs) remains an open challenge, as maintaining accuracy while performing all matrix multiplications in low precision has proven difficult. This is particularly the case when fine-tuning pre-trained models, which can have large weight, activation, and err…

Cited by 0SourcecodeScholar
2025

HIGGS: Pushing the Limits of Large Language Model Quantization via the Linearity Theorem

NAACL 2025long

Quantizing large language models has become a standard way to reduce their memory and computational costs. Typically, existing methods focus on breaking down the problem into individual layer-wise sub-problems, and minimizing per-layer error, measured via various metrics. Yet, this approach currentl…

Cited by 6SourcePDFScholar
2025

Hogwild! Inference: Parallel LLM Generation via Concurrent Attention

NeurIPS 2025spotlight

Large Language Models (LLMs) have demonstrated the ability to tackle increasingly complex tasks through advanced reasoning, long-form content generation, and tool use. Solving these tasks often involves long inference-time computations. In human problem solving, a common strategy to expedite work is…

Cited by 0SourcecodeScholar
2025

Hybrid Decentralized Optimization: Leveraging Both First- and Zeroth-Order Optimizers for Faster Convergence

AAAI 2025technical

Distributed optimization is the standard way of speeding up machine learning training, and most of the research in the area focuses on distributed first-order, gradient-based methods. Yet, there are settings where some computationally-bounded nodes may not be able to implement first-order, gradient-…

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

Layer-wise Quantization for Quantized Optimistic Dual Averaging

ICML 2025poster

Modern deep neural networks exhibit heterogeneity across numerous layers of various types such as residuals, multi-head attention, etc., due to varying structures (dimensions, activation functions, etc.), distinct representation characteristics, which impact predictions. We develop a general layer-…

Cited by 0SourcePDFScholar
2025

QuEST: Stable Training of LLMs with 1-Bit Weights and Activations

ICML 2025poster

One approach to reducing the massive costs of large language models (LLMs) is the use of quantized or sparse representations for training or deployment. While post-training compression methods are very popular, the question of obtaining even more accurate compressed models by *directly training* ove…

2025

Quartet: Native FP4 Training Can Be Optimal for Large Language Models

NeurIPS 2025poster

Training large language models (LLMs) models directly in low-precision offers a way to address computational costs by improving both throughput and energy efficiency. For those purposes, NVIDIA's recent Blackwell architecture facilitates very low-precision operations using FP4 variants. Yet, curren…

Cited by 0SourcecodeScholar
2025

Scalable Mechanistic Neural Networks

ICLR 2025poster

We propose Scalable Mechanistic Neural Network (S-MNN), an enhanced neural network framework designed for scientific machine learning applications involving long temporal sequences. By reformulating the original Mechanistic Neural Network (MNN) (Pervez et al., 2024), we reduce the computational time…

2025

The Journey Matters: Average Parameter Count over Pre-training Unifies Sparse and Dense Scaling Laws

ICLR 2025poster

Pruning eliminates unnecessary parameters in neural networks; it offers a promising solution to the growing computational demands of large language models (LLMs). While many focus on post-training pruning, sparse pre-training--which combines pruning and pre-training into a single phase--provides a…

Cited by 0SourcePDFScholar
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
2025

Wasserstein Distances, Neuronal Entanglement, and Sparsity

ICLR 2025spotlight

Disentangling polysemantic neurons is at the core of many current approaches to interpretability of large language models. Here we attempt to study how disentanglement can be used to understand performance, particularly under weight sparsity, a leading post-training optimization technique. We sugges…

Cited by 1SourcePDFScholar
2025

“Give Me BF16 or Give Me Death”? Accuracy-Performance Trade-Offs in LLM Quantization

ACL 2025long

Despite the popularity of large language model (LLM) quantization for inference acceleration, significant uncertainty remains regarding the accuracy-performance trade-offs associated with various quantization formats. We present a comprehensive empirical study of quantized accuracy, evaluating popul…

Cited by 0SourcePDFScholar
2024

Communication-Efficient Federated Learning With Data and Client Heterogeneity

AISTATS 2024poster

Federated Learning (FL) enables large-scale distributed training of machine learning models, while still allowing individual nodes to maintain data locally. However, executing FL at scale comes with inherent practical challenges: 1) heterogeneity of the local node data distributions, 2) heterogeneit…

2024

Error Feedback Can Accurately Compress Preconditioners

ICML 2024poster

Leveraging second-order information about the loss at the scale of deep networks is one of the main lines of approach for improving the performance of current optimizers for deep learning. Yet, existing approaches for accurate full-matrix preconditioning, such as Full-Matrix Adagrad (GGT) or Matrix-…

2024

Extreme Compression of Large Language Models via Additive Quantization

ICML 2024poster

The emergence of accurate open large language models (LLMs) has led to a race towards performant quantization techniques which can enable their execution on end-user devices. In this paper, we revisit the problem of ``extreme'' LLM compression---defined as targeting extremely low bit counts, such as…

2024

Mathador-LM: A Dynamic Benchmark for Mathematical Reasoning on Large Language Models

EMNLP 2024main

We introduce Mathador-LM, a new benchmark for evaluating the mathematical reasoning on large language models (LLMs), combining ruleset interpretation, planning, and problem-solving. This benchmark is inspired by the Mathador game, where the objective is to reach a target number using basic arithmeti…

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

PV-Tuning: Beyond Straight-Through Estimation for Extreme LLM Compression

NeurIPS 2024oral

There has been significant interest in "extreme" compression of large language models (LLMs), i.e. to 1-2 bits per parameter, which allows such models to be executed efficiently on resource-constrained devices. Existing work focused on improved one-shot quantization techniques and weight represent…

2024

QUIK: Towards End-to-end 4-Bit Inference on Generative Large Language Models

EMNLP 2024main

Large Language Models (LLMs) from the GPT family have become extremely popular, leading to a race towards reducing their inference costs to allow for efficient local computation. However, the vast majority of existing work focuses on weight-only quantization, which can reduce runtime costs in the me…

2024

QuaRot: Outlier-Free 4-Bit Inference in Rotated LLMs

NeurIPS 2024poster

We introduce QuaRot, a new Quantization scheme based on Rotations, which is able to quantize LLMs end-to-end, including all weights, activations, and KV cache in 4 bits. QuaRot rotates LLMs in a way that removes outliers from the hidden state without changing the output, making quantization easier.…

2024

RoSA: Accurate Parameter-Efficient Fine-Tuning via Robust Adaptation

ICML 2024poster

We investigate parameter-efficient fine-tuning (PEFT) methods that can provide good accuracy under limited computational and memory budgets in the context of large language models (LLMs). We present a new PEFT method called Robust Adaptation (RoSA) inspired by robust principal component analysis tha…

2024

SPADE: Sparsity-Guided Debugging for Deep Neural Networks

ICML 2024poster

It is known that sparsity can improve interpretability for deep neural networks. However, existing methods in the area either require networks that are pre-trained with sparsity constraints, or impose sparsity after the fact, altering the network's general behavior. In this paper, we demonstrate, fo…

2024

Scaling Laws for Sparsely-Connected Foundation Models

ICLR 2024spotlight

We explore the impact of parameter sparsity on the scaling behavior of Transformers trained on massive datasets (i.e., "foundation models"), in both vision and language domains. In this setting, we identify the first scaling law describing the relationship between weight sparsity, number of non-zero…

2024

SpQR: A Sparse-Quantized Representation for Near-Lossless LLM Weight Compression

ICLR 2024poster

Recent advances in large language model (LLM) pretraining have led to high-quality LLMs with impressive abilities. By compressing such LLMs via quantization to 3-4 bits per parameter, they can fit into memory-limited devices such as laptops and mobile phones, enabling personalized use. Quantizing mo…

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

Bias in Pruned Vision Models: In-Depth Analysis and Countermeasures

CVPR 2023poster

Pruning - that is, setting a significant subset of the parameters of a neural network to zero - is one of the most popular methods of model compression. Yet, several recent works have raised the issue that pruning may induce or exacerbate bias in the output of the compressed model. Despite existing…

2023

CAP: Correlation-Aware Pruning for Highly-Accurate Sparse Vision Models

NeurIPS 2023poster

Driven by significant improvements in architectural design and training pipelines, computer vision has recently experienced dramatic progress in terms of accuracy on classic benchmarks such as ImageNet. These highly-accurate models are challenging to deploy, as they appear harder to compress using…

Cited by 17SourcePDFScholar
2023

CrAM: A Compression-Aware Minimizer

ICLR 2023poster

Deep neural networks (DNNs) often have to be compressed, via pruning and/or quantization, before they can be deployed in practical settings. In this work we propose a new compression-aware minimizer dubbed CrAM that modifies the optimization step in a principled way, in order to produce models whose…

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…

2023

OPTQ: Accurate Quantization for Generative Pre-trained Transformers

ICLR 2023poster

Generative Pre-trained Transformer models, known as GPT or OPT, set themselves apart through breakthrough performance across complex language modelling tasks, but also by their extremely high computational and storage costs. Specifically, due to their massive size, even inference for large, highly-a…

2023

Quantized Distributed Training of Large Models with Convergence Guarantees

ICML 2023poster

Communication-reduction techniques are a popular way to improve scalability in data-parallel training of deep neural networks (DNNs). The recent emergence of large language models such as GPT has created the need for new approaches to exploit data-parallelism. Among these, fully-sharded data paralle…

Cited by 16SourcePDFScholar
2023

SparseProp: Efficient Sparse Backpropagation for Faster Training of Neural Networks at the Edge

ICML 2023oral

We provide an efficient implementation of the backpropagation algorithm, specialized to the case where the weights of the neural network being trained are _sparse_. Our algorithm is general, as it applies to arbitrary (unstructured) sparsity and common layer types (e.g., convolutional or linear). We…

Cited by 8SourcePDFScholar
2023

ZipLM: Inference-Aware Structured Pruning of Language Models

NeurIPS 2023poster

The breakthrough performance of large language models (LLMs) comes with major computational footprints and high deployment costs. In this paper, we progress towards resolving this problem by proposing a novel structured compression approach for LLMs, called ZipLM. ZipLM achieves state-of-the-art acc…

2022

Optimal Brain Compression: A Framework for Accurate Post-Training Quantization and Pruning

NeurIPS 2022accept

We consider the problem of model compression for deep neural networks (DNNs) in the challenging one-shot/post-training setting, in which we are given an accurate trained model, and must compress it without any retraining, based only on a small amount of calibration input data. This problem has becom…

2022

The Optimal BERT Surgeon: Scalable and Accurate Second-Order Pruning for Large Language Models

EMNLP 2022main

In this paper, we consider the problem of sparsifying BERT models, which are a key building block for natural language processing, in order to reduce their storage and computational cost. We introduce the Optimal BERT Surgeon (oBERT), an efficient and accurate pruning method based on approximate sec…

2021

AC/DC: Alternating Compressed/DeCompressed Training of Deep Neural Networks

NeurIPS 2021poster

The increasing computational requirements of deep neural networks (DNNs) have led to significant interest in obtaining DNN models that are sparse, yet accurate. Recent work has investigated the even harder case of sparse training, where the DNN weights are, for as much as possible, already sparse to…

2021

Asynchronous Decentralized SGD with Quantized and Local Updates

NeurIPS 2021poster

Decentralized optimization is emerging as a viable alternative for scalable distributed machine learning, but also introduces new challenges in terms of synchronization costs. To this end, several communication-reduction techniques, such as non-blocking communication, quantization, and local step…

Cited by 58SourcePDFScholar
2021

Asynchronous Optimization Methods for Efficient Training of Deep Neural Networks with Guarantees

AAAI 2021technical

Asynchronous distributed algorithms are a popular way to reduce synchronization costs in large-scale optimization, and in particular for neural network training. However, for nonsmooth and nonconvex objectives, few convergence guarantees exist beyond cases where closed-form proximal operator solutio…

Cited by 3SourcePDFScholar
2021

Byzantine-Resilient Non-Convex Stochastic Gradient Descent

ICLR 2021poster

We study adversary-resilient stochastic distributed optimization, in which $m$ machines can independently compute stochastic gradients, and cooperate to jointly optimize over their local objective functions. However, an $\alpha$-fraction of the machines are Byzantine, in that they may behave in arbi…

Cited by 89SourcePDFScholar
2021

Communication-Efficient Distributed Optimization with Quantized Preconditioners

ICML 2021spotlight

We investigate fast and communication-efficient algorithms for the classic problem of minimizing a sum of strongly convex and smooth functions that are distributed among $n$ different nodes, which can communicate using a limited number of bits. Most previous communication-efficient approaches for th…

Cited by 25SourcePDFScholar
2021

Distributed Principal Component Analysis with Limited Communication

NeurIPS 2021poster

We study efficient distributed algorithms for the fundamental problem of principal component analysis and leading eigenvector computation on the sphere, when the data are randomly distributed among a set of computational nodes. We propose a new quantized variant of Riemannian gradient descent to so…

2021

Elastic Consistency: A Practical Consistency Model for Distributed Stochastic Gradient Descent

AAAI 2021technical

One key element behind the recent progress of machine learning has been the ability to train machine learning models in large-scale distributed shared-memory and message-passing environments. Most of these models are trained employing variants of stochastic gradient descent (SGD) based optimization…

Cited by 13SourcePDFScholar
2021

M-FAC: Efficient Matrix-Free Approximations of Second-Order Information

NeurIPS 2021poster

Efficiently approximating local curvature information of the loss function is a useful tool for the optimization and compression of deep neural networks. Yet, most existing methods to approximate second-order information have high computational or storage costs, limiting their practicality. In thi…

2021

New Bounds For Distributed Mean Estimation and Variance Reduction

ICLR 2021poster

We consider the problem of distributed mean estimation (DME), in which $n$ machines are each given a local $d$-dimensional vector $\mathbf x_v \in \mathbb R^d$, and must cooperate to estimate the mean of their inputs $\mathbf \mu = \frac 1n\sum_{v = 1}^n \mathbf x_v$, while minimizing total communic…

Cited by 24SourcePDFScholar
2020

Adaptive Gradient Quantization for Data-Parallel SGD

NeurIPS 2020poster

Many communication-efficient variants of SGD use gradient quantization schemes. These schemes are often heuristic and fixed over the course of training. We empirically observe that the statistics of gradients of deep models change during the training. Motivated by this observation, we introduce two…

2020

Inducing and Exploiting Activation Sparsity for Fast Inference on Deep Neural Networks

ICML 2020poster

Optimizing convolutional neural networks for fast inference has recently become an extremely active area of research. One of the go-to solutions in this context is weight pruning, which aims to reduce computational and memory footprint by removing large subsets of the connections in a neural network…

Cited by 191SourcePDFScholar
2020

On the Sample Complexity of Adversarial Multi-Source PAC Learning

ICML 2020poster

We study the problem of learning from multiple untrusted data sources, a scenario of increasing practical relevance given the recent emergence of crowdsourcing and collaborative learning paradigms. Specifically, we analyze the situation in which a learning system obtains datasets from multiple sourc…

Cited by 25SourcePDFScholar
2020

WoodFisher: Efficient Second-Order Approximation for Neural Network Compression

NeurIPS 2020poster

Second-order information, in the form of Hessian- or Inverse-Hessian-vector products, is a fundamental tool for solving optimization problems. Recently, there has been significant interest in utilizing this information in the context of deep neural networks; however, relatively little is known about…

2018

The Convergence of Sparsified Gradient Methods

NeurIPS 2018poster

Distributed training of massive machine learning models, in particular deep neural networks, via Stochastic Gradient Descent (SGD) is becoming commonplace. Several families of communication-reduction methods, such as quantization, large-batch methods, and gradient sparsification, have been proposed.…

Cited by 640SourcePDFScholar
2017

QSGD: Communication-Efficient SGD via Gradient Quantization and Encoding

NeurIPS 2017poster

Parallel implementations of stochastic gradient descent (SGD) have received significant research attention, thanks to its excellent scalability properties. A fundamental barrier when parallelizing SGD is the high bandwidth cost of communicating gradient updates between nodes; consequently, several l…

2017

ZipML: Training Linear Models with End-to-End Low Precision, and a Little Bit of Deep Learning

ICML 2017poster

Recently there has been significant interest in training machine-learning models at low precision: by reducing precision, one can reduce computation and communication by one order of magnitude. We examine training at reduced precision, both from a theoretical and practical perspective, and ask: is i…

Cited by 227SourcePDFScholar