ResearchPod Summary
As LLMs move to edge devices, CPUs have become the default inference target due to their ubiquity and power efficiency. However, existing quantization methods struggle to balance the need for fine-grained, activation-aware bit allocation with the strict execution requirements of CPU architectures. The authors seek to bridge the gap between coarse, layer-wise quantization and inefficient, fine-grained mixed-precision methods by co-designing a quantization strategy with a compiler-based execution framework.
PolyQ introduces a two-stage pipeline to achieve fractional-bit deployment on CPUs:
PolyQ demonstrates that fractional-bit CPU deployment is both practical and efficient. Across models like Llama2-13B and Qwen3-32B, the framework provides stable quality scaling and improves perplexity by up to 32.1% compared to prior methods at a 3-bit target. On various CPU targets, the compiler-driven layout regularization reduces activation reorder traffic by over 70%, and the end-to-end energy overhead remains below 2% relative to optimized LUT-based back-ends. This allows for precise memory-budget fitting without sacrificing inference speed.
This work provides a path for deploying large, high-performance models on resource-constrained edge CPUs. By decoupling fine-grained budget adaptation from runtime execution overhead, PolyQ enables developers to tailor model precision to the exact memory envelope of a device, maximizing accuracy while maintaining the predictable performance required for real-time edge applications.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.