← Search

Andrei Panferov

8 accepted papers

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
2025

Correlated Quantization for Faster Nonconvex Distributed Optimization

UAI 2025

Quantization [Alistarh et al., 2017] is an important (stochastic) compression technique that reduces the volume of transmitted bits during each communication round in distributed model training. Suresh et al. [2022] introduce correlated quantizers and show their advantages over independent counterpa

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

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

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

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…