paper-with-me

Papers

MX+: Pushing the Limits of Microscaling Formats for Efficient Large Language Model Serving

2025-10-16 · Jungi Lee, Junyong Park, Soohyun Cha, Jaehoon Cho, Jaewoong Sim arxiv

Reduced-precision data formats are crucial for cost-effective serving of large language models (LLMs). While numerous reduced-precision formats have been introduced thus far, they often require intrusive modifications to the software frameworks or are rather unconventional for widespread adoption across hardware vendors. In this paper, we instead focus on recent industry-driven variants of block floating-point (BFP) formats and conduct a comprehensive analysis to push their limits for efficient LLM serving. Our analysis shows that existing ultra low-bit BFP variants struggle to provide reasonable language model performance due to outlier values in blocks. To address the outliers with BFPs, we propose MX+, a cost-effective and non-intrusive extension designed for seamless integration into the microscaling (MX) formats. MX+ builds on the key insight that the outlier does not need to use its exponent field in the element data type, which allows us to repurpose the exponent field as an extended mantissa to increase the precision of the outlier element. Our evaluation shows that MX+ achieves significantly higher model performance compared to the 4-bit MX format (MXFP4) with negligible storage overhead and slowdown, thus offering a compelling alternative to MXFP4 or MXFP6 for efficient LLM inference.

📄 PDF Abstract BibTeX arXiv:2510.14557

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Microscaling Floating Point Formats for Large Language Models

2025-10-02 · Marco Cococcioni, Dario Pagani, Federico Rossi arxiv

The increasing computational and memory demands of large language models (LLMs) necessitate innovative approaches to optimize resource usage without compromising performance. This paper leverages microscaling floating-po…

Is Finer Better? The Limits of Microscaling Formats in Large Language Models

2026-01-26 · Andrea Fasoli, Monodeep Kar, Chi-Chun Liu, Swagath Venkataramani 외 arxiv

Microscaling data formats leverage per-block tensor quantization to enable aggressive model compression with limited loss in accuracy. Unlocking their potential for efficient training and inference necessitates hardware-…

Model Compression

Microscaling Data Formats for Deep Learning

2023-10-16 · Bita Darvish Rouhani, Ritchie Zhao, Ankit More, Mathew Hall 외

Narrow bit-width data formats are key to reducing the computational and storage costs of modern deep learning applications. This paper evaluates Microscaling (MX) data formats that combine a per-block scaling factor with…

Deep LearningFriction

Post Training Quantization of Large Language Models with Microscaling Formats

2024-05-12 · Sayeh Sharify, Utkarsh Saxena, Zifei Xu, Wanzin Yazar 외

Large Language Models (LLMs) have distinguished themselves with outstanding performance in complex language modeling tasks, yet they come with significant computational and storage challenges. This paper explores the pot…

Language ModelingLanguage ModellingQuantization

Benchmarking Post-Training Quantization of Large Language Models under Microscaling Floating Point Formats

2026-01-14 · Manyi Zhang, Ji-Fu Li, Zhongao Sun, Haoli Bai 외 arxiv

Microscaling Floating-Point (MXFP) has emerged as a promising low-precision format for large language models (LLMs). Despite various post-training quantization (PTQ) algorithms being proposed, they mostly focus on intege…