English

Squat: Quant Small Language Models on the Edge

Machine Learning 2025-07-03 v2 Artificial Intelligence Computation and Language

Abstract

A growing trend has emerged in designing high-quality Small Language Models (SLMs) with a few million parameters. This trend is driven by the increasing concerns over cloud costs, privacy, and latency. Considering that full parameter training is feasible for SLMs on mobile devices, Quantization-Aware Training (QAT) is employed to improve efficiency by reducing computational overhead and memory footprint. However, previous QAT works adopt fine-grained quantization methods to compress models with billions of parameters on GPUs, incompatible with current commodity hardware, such as mobile and edge devices, which relies on Single Instruction Multiple Data (SIMD) instructions. Thus, the generalization of these methods to SLMs on mobile devices is limited. In this paper, we propose Squat method, an effective QAT framework with deployable quantization for SLMs on mobile devices. Specifically, we propose entropy-guided and distribution-aligned distillation to mitigate the distortion of attention information from quantization. Besides, we employ sub-8-bit token adaptive quantization, assigning varying bit widths to different tokens based on their importance. Furthermore, we develop a SIMD-based Multi-Kernel Mixed-Precision (MKMP) multiplier to support sub-8-bit mixed-precision MAC on mobile devices. Our extensive experiments verify the substantial improvements of our method compared to other QAT methods across various datasets. Furthermore, we achieve an on-device speedup of up to 2.37x compared with its FP16 counterparts, signaling a great advancement. Code: https://github.com/shawnricecake/squant

Keywords

Cite

@article{arxiv.2402.10787,
  title  = {Squat: Quant Small Language Models on the Edge},
  author = {Xuan Shen and Peiyan Dong and Zhenglun Kong and Yifan Gong and Changdi Yang and Zhaoyang Han and Yanyue Xie and Lei Lu and Cheng Lyu and Chao Wu and Yanzhi Wang and Pu Zhao},
  journal= {arXiv preprint arXiv:2402.10787},
  year   = {2025}
}

Comments

Accepeted by ICCAD 2025

R2 v1 2026-06-28T14:50:51.673Z