Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/8/4 12:34:35

Pin Once, Swap Light: Subspace-Aligned Centroid-Residual Training for Efficient Ultra-LoRA Serving

AI 中文解读
核心亮点:这项研究让AI模型在保持高性能的同时,把内存占用压缩到原来的十六分之一,还能让多个用户同时使用AI时速度提升一半以上。 通俗解读:想象一个大型图书馆,每个读者都要借走整本百科全书才能做笔记,既占地方又费时间。现在研究人员发明了一种新方法,把“百科全书”拆成一本公共参考书和每人专属的几页“便利贴”。大家共用那本参考书,只需要交换自己的小便利贴就行。这样既保留了知识的深度,又让每个用户占用的空间和传输的数据量大幅减少,就像把笨重的行李箱换成了轻便的随身包。 实际影响:未来你用手机上的AI助手时,响应速度会更快,同时支持更多用户同时在线而不会卡顿。对于企业来说,部署AI服务的成本会大幅降低,因为不需要为每个用户准备一套完整的模型。这意味着更便宜的AI服务、更流畅的体验,甚至让一些原本因算力不足而无法使用AI的小型设备也能跑起高级功能,比如让手机上的翻译或图像识别变得更聪明、更省电。
Modern multi-tenant Low-Rank Adapters (LoRAs) serving systems concurrently host tens to hundreds of LoRA adapters. Though powerful, this introduces a critical system dilemma between serving efficiency and task performance: higher-rank adapters generally achieve better downstream task performance, but their GPU VRAM footprint and Host-to-Device PCIe swapping overhead severely constrain scalability. Conversely, ultra-low-rank adapters ($r \le 2$) minimize both VRAM footprint and PCIe transfer overhead, but suffer from downstream task performance degradation. To solve this problem, we propose Subspace-Aligned LoRA Training (SALT), a serving efficiency-aware hierarchical fine-tuning framework. Our solution operates in three phases. First, a provider jointly trains high-capacity domain centroids on public data within the domain using a novel alignment regularizer that coheres in-domain task subspaces into a unified basis. Next, users fine-tune ultra-low-rank task residual adapters on private data atop those frozen centroids. Finally, during inference, the provider pins the centroid in GPU VRAM and dynamically swaps in each user's task residual on demand. Across LLMs of varying scales, SALT recovers high-rank accuracy using $r \le 2$ residuals, achieving up to 18.5% absolute accuracy gains over state-of-the-art compression baselines and reducing per-adapter memory by up to 16x. When integrated into vLLM, SALT improves serving throughput by up to 51% under PCIe bandwidth pressure and 28% under GPU VRAM constraints for Llama-3.2-3B.
分享
阅读原文