vix.ing · top · new · best · stats

Is (Selective) Round-To-Nearest Quantization All You Need?

2025/05/21 by Alex Kogan, Kogan, Alex
Computer Science · #Big Data and Digital Economy #D.4.8 #FOS: Computer and information sciences #G.4 #I.2.7 #Machine Learning (cs.LG) #Machine Learning and Data Classification #Natural Language Processing Techniques

paper · pdf · doi:10.48550/arxiv.2505.15909

openalex publication_date 2025/05/21 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Quantization became a necessary tool for serving ever-increasing Large Language Models (LLMs). RTN (Round-to-Nearest) is perhaps the simplest quantization technique that has been around well before LLMs surged to the forefront of machine learning (ML) research. Yet, it has been largely dismissed by recent and more advanced quantization methods that claim superiority over RTN in nearly every aspect of performance. This work aims to dispel this established point of view, showing that RTN is not only much cheaper to apply, but also its token generation throughput can be better than and accuracy can be similar to more advanced alternatives. In particular, we discuss our implementation of RTN based on the recent Marlin kernels and demonstrate how the accuracy of RTN can be gradually improved by selectively increasing the data precision format of certain model layers and modules. Based on our results, we argue that RTN presents a viable and practical choice for quantizing LLMs.

Citations

Related