重新思考张量分解在后训练大语言模型压缩中的作用 / Rethinking the Role of Tensor Decompositions in Post-Training LLM Compression
1️⃣ 一句话总结
这篇论文系统评估了张量分解方法在压缩大语言模型(包括稠密和混合专家架构)中的效果,发现这些方法假设的共享子空间与现代LLM学到的异构表示之间存在根本性不匹配,从而揭示了其在实际大规模部署中的性能极限和适用边界。
Post-training compression is essential for deploying large language models (LLMs) under tight resource constraints. Tensor decompositions have emerged as a promising direction, offering compact parameterizations well suited to Transformer weight structures. However, existing studies evaluate these methods in narrow settings, leaving unclear whether tensorization is effective at large-scale deployment. We systematically evaluate tensor compression across dense and MoE architectures, establishing performance trade-offs grounded in both empirical analysis and theoretical analysis. We identify a fundamental mismatch between the shared subspaces assumed by tensor decompositions and the heterogeneous representations learned by modern LLMs, thereby delineating their practical limits and clarifying their viable role in large-scale deployment. The code is available at this https URL.
重新思考张量分解在后训练大语言模型压缩中的作用 / Rethinking the Role of Tensor Decompositions in Post-Training LLM Compression
这篇论文系统评估了张量分解方法在压缩大语言模型(包括稠密和混合专家架构)中的效果,发现这些方法假设的共享子空间与现代LLM学到的异构表示之间存在根本性不匹配,从而揭示了其在实际大规模部署中的性能极限和适用边界。
源自 arXiv: 2606.03465