Attention Is All You Need
Ashish Vaswani, Noam Shazeer et al.
0
Citations
0
Influential Citations
—
Venue
2025
Year
Post-training quantization (PTQ) has emerged as a widely adopted technique for compressing and accelerating Large Language Models (LLMs). The major challenge in LLM …
Large Language Models (LLMs) have become central to AI applications, but their massive size makes deployment expensive and slow. Post-training quantization (PTQ) is a key technique to compress these models without retraining, yet it often suffers from accuracy degradation due to mismatched weight distributions. Ostquant addresses this by introducing a lightweight preprocessing step that reshapes weight distributions to be more quantization-friendly. This is significant because it offers a simple, plug-and-play improvement that can be applied to existing PTQ pipelines, potentially making LLMs more accessible for edge devices and real-time applications.
The paper tackles a fundamental issue in quantization: the non-uniformity and correlation of weights in LLMs. By using orthogonal transformations to decorrelate weights and scaling to balance ranges, Ostquant aligns the data distribution with the assumptions of uniform quantizers. This approach is theoretically grounded and empirically effective, bridging the gap between signal processing and model compression.
Ostquant was evaluated on several LLMs (e.g., LLaMA, OPT) across multiple bit-widths (4-bit, 8-bit). Key results include:
Ostquant advances the state of the art in LLM quantization by providing a principled way to adapt weight distributions for compression. Its impact extends beyond PTQ: the idea of preprocessing weights with learned transformations could inspire similar techniques for other compression methods (e.g., pruning, knowledge distillation). By making LLMs more efficient, Ostquant helps democratize access to powerful AI models, enabling deployment on consumer hardware and reducing energy consumption in data centers. The method's simplicity and compatibility with existing tools make it a practical contribution that can be quickly adopted by practitioners.
Ashish Vaswani, Noam Shazeer et al.
Jakubův, Jan, Chvalovský, Karel et al.
Pauli Virtanen, Ralf Gommers et al.
Tom B. Brown, Benjamin Mann et al.