SALAAD: Sparse And Low-Rank Adaptation via ADMM for Large Language Model Inference
Abstract
Modern large language models are increasingly deployed under compute and memory constraints, making flexible control of model capacity a central challenge. While sparse and low-rank structures naturally trade off capacity and performance, existing approaches often rely on heuristic designs that ignore layer and matrix heterogeneity or require model-specific architectural modifications. We propose SALAAD, a plug-and-play framework applicable to different model architectures that induces sparse and low-rank structures during training. By formulating structured weight learning under an augmented Lagrangian framework and introducing an adaptive controller that dynamically balances the training loss and structural constraints, SALAAD preserves the stability of standard training dynamics while enabling explicit control over the evolution of effective model capacity during training. Experiments across model scales show that SALAAD substantially reduces memory consumption during deployment while achieving performance comparable to ad-hoc methods. Moreover, a single training run yields a continuous spectrum of model capacities, enabling smooth and elastic deployment across diverse memory budgets without the need for retraining.
Lay Summary
Large language models often need to run on devices with very different memory budgets, from large servers to smaller edge devices. Instead of training many separate models at different sizes, this paper proposes SALAAD, a method that trains a model so that its weights naturally become easier to compress. SALAAD represents weights using sparse and low-rank components and then allows the trained model to be adjusted to different parameter budgets after training. This makes it possible to obtain a range of smaller models from one training run, reducing deployment memory requirements while keeping performance competitive.