← Search

Yelysei Bondarenko

4 accepted papers

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
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

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…