More Than Bits: Multi-Envelope Double Binary Factorization for Extreme Quantization
Yuma Ichikawa, Yoshihiko Fujisawa, Yudai Fujimoto, Akira Sakai, Katsuki Fujisawa
TL;DR
This work targets extreme low-bit quantization of large language models by addressing a fundamental bottleneck in Double Binary Factorization (DBF): after demodulation, all magnitudes collapse to a single envelope, limiting expressivity. The authors propose Multi-Envelope DBF (MDBF), which preserves a shared 1-bit sign base but relaxes the envelope to a rank-$l$ form, enabling multiple magnitude modes without changing the deployment-friendly binary inference path. They develop a practical layer-wise PTQ pipeline with a closed-form MSVID-based initialization and an ADMM-inspired refinement that enforces the rank-$l$ envelope, and demonstrate consistent improvements in perplexity and zero-shot accuracy across LLaMA and Qwen at matched bits-per-weight. MDBF allocates capacity to magnitude modeling rather than sign diversity, enabling more faithful reconstruction under extreme quantization and improving deployment efficiency for large-scale models. The results suggest that adopting a rank-$l$ envelope is a more effective utilization of the limited bit budget than simply increasing the number of sign patterns.
Abstract
For extreme low-bit quantization of large language models (LLMs), Double Binary Factorization (DBF) is attractive as it enables efficient inference without sacrificing accuracy. However, the scaling parameters of DBF are too restrictive; after factoring out signs, all rank components share the same magnitude profile, resulting in performance saturation. We propose Multi-envelope DBF (MDBF), which retains a shared pair of 1-bit sign bases but replaces the single envelope with a rank-$l$ envelope. By sharing sign matrices among envelope components, MDBF effectively maintains a binary carrier and utilizes the limited memory budget for magnitude expressiveness. We also introduce a closed-form initialization and an alternating refinement method to optimize MDBF. Across the LLaMA and Qwen families, MDBF enhances perplexity and zero-shot accuracy over previous binary formats at matched bits per weight while preserving the same deployment-friendly inference primitive.
