← Search

Markus Nagel

15 accepted papers

2026

Dissecting Quantization Error: A Concentration-Alignment Perspective

ICML 2026poster

Quantization can drastically increase the efficiency of large language and vision models, but typically incurs an accuracy drop. Recently, function-preserving transforms (e.g. rotations, Hadamard transform, channel-wise scaling) have been successfully applied to reduce post-training quantization err…

Cited by 0SourceScholar
2026

FPTQuant: Function-Preserving Transforms for LLM Quantization

ICML 2026poster

Large language models (LLMs) require substantial compute, and thus energy, at inference time. While quantizing weights and activations is effective at improving efficiency, naive quantization of LLMs can significantly degrade performance due to large magnitude outliers. This paper describes FPTQuant…

Cited by 0SourceScholar
2026

STaMP: Sequence Transformation and Mixed Precision for Low-Precision Activation Quantization

ICLR 2026poster

Quantization is the key method for reducing inference latency, power and memory footprint of generative AI models. However, accuracy often degrades sharply when activations are at low bit widths. Recent work suggests that invertible linear transformations (e.g. rotations) can aid quantization, by r…

Cited by 0SourceScholar
2024

Sparse High Rank Adapters

NeurIPS 2024poster

Low Rank Adaptation (LoRA) has gained massive attention in the recent generative AI research. One of the main advantages of LoRA is its ability to be fused with pretrained models, adding no overhead during inference. However, from a mobile deployment standpoint, we can either avoid inference overhe…

Cited by 0SourcePDFScholar
2023

Pruning vs Quantization: Which is Better?

NeurIPS 2023poster

Neural network pruning and quantization techniques are almost as old as neural networks themselves. However, to date, only ad-hoc comparisons between the two have been published. In this paper, we set out to answer the question of which is better: neural network quantization or pruning? By answering…

2023

Quantizable Transformers: Removing Outliers by Helping Attention Heads Do Nothing

NeurIPS 2023poster

Transformer models have been widely adopted in various domains over the last years and especially large language models have advanced the field of AI significantly. Due to their size, the capability of these networks has increased tremendously, but this has come at the cost of a significant increase…

Cited by 89SourcePDFScholar
2022

FP8 Quantization: The Power of the Exponent

NeurIPS 2022accept

When quantizing neural networks for efficient inference, low-bit integers are the go-to format for efficiency. However, low-bit floating point numbers have an extra degree of freedom, assigning some bits to work on an exponential scale instead. This paper in-depth investigates this benefit of the fl…

2022

Overcoming Oscillations in Quantization-Aware Training

ICML 2022oral

When training neural networks with simulated quantization, we observe that quantized weights can, rather unexpectedly, oscillate between two grid-points. The importance of this effect and its impact on quantization-aware training (QAT) are not well-understood or investigated in literature. In this p…

2021

Understanding and Overcoming the Challenges of Efficient Transformer Quantization

EMNLP 2021main

Transformer-based architectures have become the de-facto standard models for a wide range of Natural Language Processing tasks. However, their memory footprint and high latency are prohibitive for efficient deployment and inference on resource-limited devices. In this work, we explore quantization f…

2020

Bayesian Bits: Unifying Quantization and Pruning

NeurIPS 2020poster

We introduce Bayesian Bits, a practical method for joint mixed precision quantization and pruning through gradient based optimization. Bayesian Bits employs a novel decomposition of the quantization operation, which sequentially considers doubling the bit width. At each new bit width, the residual e…

Cited by 156SourcePDFScholar
2020

Up or Down? Adaptive Rounding for Post-Training Quantization

ICML 2020poster

When quantizing neural networks, assigning each floating-point weight to its nearest fixed-point value is the predominant approach. We find that, perhaps surprisingly, this is not the best we can do. In this paper, we propose AdaRound, a better weight-rounding mechanism for post-training quantizatio…

Cited by 685SourcePDFScholar
2019

Data-Free Quantization Through Weight Equalization and Bias Correction

ICCV 2019oral

We introduce a data-free quantization method for deep neural networks that does not require fine-tuning or hyperparameter selection. It achieves near-original model performance on common computer vision architectures and tasks. 8-bit fixed-point quantization is essential for efficient inference on m…

Cited by 702PDFcodeScholar