ACL 2025finding0 citations

RQT: Hierarchical Residual Quantization for Multi-Model Compression

Chen Tianqi, Peisong Wang, Weixiang Xu, Zeyu Zhu, Jian Cheng

Abstract

Delta compression methods focus on efficiently serving multiple uniquely fine-tuned models, each tailored to specific tasks and user requirements. These approaches decompose a fine-tuned LLM into a base model and corresponding delta weights, which are compressed using low-rank or low-bit representations to reduce storage costs. However, their effectiveness is highly sensitive to the magnitude of the model deltas—a factor directly influenced by the scale of the training data. We propose the Residual Quantization Tree (RQT), a hierarchical quantization framework that automatically shares low-bit integer weights across similar fine-tuned models. The RQT construction employs a two-phase greedy algorithm: a bottom-up aggregation of models based on weight matrix similarity, and top-down residual quantization, in which each node optimizes the quantization parameters and then delegates residual errors to child nodes. We evaluate RQT on fine-tuned models across mathematics, coding, chatbot, and Chinese LLMs. The results show that RQT achieves an average accuracy degradation of approximately 3% (comparable to previous 4-bit post-training quantization) while maintaining an effective bitwidth of around 2 bits.

BibTeX
@inproceedings{tianqi-etal-2025-rqt,
    title = "{RQT}: Hierarchical Residual Quantization for Multi-Model Compression",
    author = "Tianqi, Chen  and
      Wang, Peisong  and
      Xu, Weixiang  and
      Zhu, Zeyu  and
      Cheng, Jian",
    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.554/",
    doi = "10.18653/v1/2025.findings-acl.554",
    pages = "10644--10660",
    ISBN = "979-8-89176-256-5"
}
RQT: Hierarchical Residual Quantization for Multi-Model Compression · ACL 2025