Principled SVD-based Delta Compression via Quantization Error Minimization
Abstract
Lay Summary
Many companies and researchers start with a large base model and then adapt it for different jobs, such as solving math problems, writing code, or understanding images. But storing every customized version separately takes a lot of memory and money, which makes it hard to deploy many of them at once. Our work introduces PrinMix, a way to compress only the task‑specific model updates while keeping a single shared base model. Rather than relying on fixed rules or guesswork, PrinMix estimates which parts of those updates matter most and keeps more detail by applying high‑precision bits, while compressing less important parts more aggressively. It also adds a correction step to reduce the information lost during compression. This makes it possible for one shared base model to support many specialized versions at much lower storage cost. In our experiments, PrinMix preserved quality better than earlier update-compression methods, especially on harder tasks. This could make advanced AI systems cheaper to store, easier to serve, and more practical for real-world use.