paper-with-me

홈 › Papers

MF-QAT: Multi-Format Quantization-Aware Training for Elastic Inference

2026-04-01 · Zifei Xu, Sayeh Sharify, Hesham Mostafa arxiv

Quantization-aware training (QAT) is typically performed for a single target numeric format, while practical deployments often need to choose numerical precision at inference time based on hardware support or runtime constraints. We study multi-format QAT, where a single model is trained to be robust across multiple quantization formats. We find that multi-format QAT can match single-format QAT at each target precision, yielding one model that performs well overall across different formats, even formats that were not seen during training. To enable practical deployment, we propose the Slice-and-Scale conversion procedure for both MXINT and MXFP that converts a high-precision representation into lower-precision formats without re-training. Building on this, we introduce a pipeline that (i) trains a model with multi-format QAT, (ii) stores a single anchor format checkpoint (MXINT8/MXFP8), and (iii) allows on-the-fly conversion to lower MXINT or MXFP formats at runtime with negligible-or no-additional accuracy degradation. Together, these components provide a practical path to elastic precision scaling and allow selecting the runtime format at inference time across diverse deployment targets.

📄 PDF Abstract BibTeX arXiv:2604.00529

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EQ-Net: Elastic Quantization Neural Networks

2023-08-15 · ICCV 2023 1 · Ke Xu, Lei Han, Ye Tian, Shangshang Yang 외

Current model quantization methods have shown their promising capability in reducing storage space and computation complexity. However, due to the diversity of quantization forms supported by different hardware, one limi…

Quantization

QuEPT: Quantized Elastic Precision Transformers with One-Shot Calibration for Multi-Bit Switching

2026-02-13 · Ke Xu, Yixin Wang, Zhongcheng Li, Hao Cui 외 arxiv

Elastic precision quantization enables multi-bit deployment via a single optimization pass, fitting diverse quantization scenarios.Yet, the high storage and optimization costs associated with the Transformer architecture…

Star Elastic: Many-in-One Reasoning LLMs with Efficient Budget Control

2026-05-08 · Ali Taghibakhshi, Ruisi Cai, Saurav Muralidharan, Sharath Turuvekere Sreenivas 외 arxiv

Training a family of large language models (LLMs), either from scratch or via iterative compression, is prohibitively expensive and inefficient, requiring separate training runs for each model in the family. In this pape…

Knowledge Distillation

FlexQuant: Elastic Quantization Framework for Locally Hosted LLM on Edge Devices

2025-01-13 · Yuji Chai, Mujin Kwen, David Brooks, Gu-Yeon Wei

Deploying LLMs on edge devices presents serious technical challenges. Memory elasticity is crucial for edge devices with unified memory, where memory is shared and fluctuates dynamically. Existing solutions suffer from e…

Quantization

Accurate LoRA-Finetuning Quantization of LLMs via Information Retention

2024-02-08 · Haotong Qin, Xudong Ma, Xingyu Zheng, Xiaoyang Li 외

The LoRA-finetuning quantization of LLMs has been extensively studied to obtain accurate yet compact LLMs for deployment on resource-constrained hardware. However, existing methods cause the quantized LLM to severely deg…

MMLUQuantization