ACL 2025finding0 citations

FPE2M2: Approaching Lossless and Efficient Quantization with Native Floating Point

Ke Yi, Jianwei Zhang, Zhiying Xu, Xinlong Yang, Yang Zhou, Minmin Sun, Zengke Liu, Tong Zhang

Abstract

Auto-regressive decoding is a memory-bound job, meaning decoding inference performance is limited by the bandwidth rather than the computational capabilities of the GPU. Weight-only quantization is a promising method to address the memory-bound limitations. Previous studies have followed one of two approaches. Some have exclusively studied integer quantization while ignoring the Gaussian distribution nature of LLMs’ weights. Others have proposed non-uniform quantization but incurred additional I/O overhead due to lookup tables, e.g. NF4. In this work, we extend the IEEE 754 float-point standard to the ExMy quantization schema, which allocates x bit for the exponent and y bit for the mantissa to represent a number. In terms of runtime efficiency, we demonstrate that the conversion from ExMy to FP16 can be realized through register-level operations, which can get almost the same performance as INT5. In terms of quantization loss, we analyze that of different ExMy settings, where the E2M2 schema achieves an optimal balance, offering the highest efficiency with lossless accuracy. We further propose the FPE2M2 framework that supports lossless weight-only quantization inference and validate the FPE2M2 framework on Qwen and LLaMA Models across various modalities, such as text, image, and audio tasks, which achieves a faster inference speed while maintaining nearly lossless accuracy.

BibTeX
@inproceedings{yi-etal-2025-fpe2m2,
    title = "{FPE}2{M}2: Approaching Lossless and Efficient Quantization with Native Floating Point",
    author = "Yi, Ke  and
      Zhang, Jianwei  and
      Xu, Zhiying  and
      Yang, Xinlong  and
      Zhou, Yang  and
      Sun, Minmin  and
      Liu, Zengke  and
      Zhang, Tong  and
      Lin, Junyang  and
      Zhou, Jingren",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2025",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.findings-acl.943/",
    doi = "10.18653/v1/2025.findings-acl.943",
    pages = "18350--18361",
    ISBN = "979-8-89176-256-5"
}
FPE2M2: Approaching Lossless and Efficient Quantization with Native Floating Point · ACL 2025