Daily Tech Briefing
AI 科技速览

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

AI 快讯
arXiv AI · 2026/7/28 04:00:00

Multi-Objective Structured Pruning of LLMs for Latency and Model Size Optimization

AI 中文解读
核心亮点:这项研究让大语言模型在保持智能水平的同时,成功“减肥”并“提速”,为AI装进手机等小设备扫清了障碍。 通俗解读:大语言模型就像一本超级厚重的百科全书,虽然知识丰富,但放在手机或嵌入式设备里根本跑不动——太占内存、反应慢、还费电。传统做法是“剪掉”一些不重要的枝叶,但操作起来容易剪错地方或导致模型“脑震荡”。研究者提出了一套两阶段的智能修剪法:第一步,大刀阔斧地砍掉整块用处不大的“章节”(比如整个注意力模块或神经网络层),快速瘦身;第二步,用并行搜索算法精细化设计每层该剪多少,再按重要性排序精准下手,确保留下的部分依然高效协作。这样既能大幅降低模型大小和延迟,又不会损害它回答常识问题或零样本学习的能力。 实际影响:未来你的手机、智能手表、智能音箱甚至汽车都能直接运行大语言模型,无需联网到云端。查询天气、语音助手、实时翻译等任务会更快更省电,隐私也更安全。工程师也能用更低成本在小型设备上部署AI,让智能家居、可穿戴设备变得更聪明。
arXiv:2607.22583v1 Announce Type: new Abstract: Large Language Models (LLMs) have achieved widespread adoption because of their strong reasoning and query-response capabilities. However, deploying them in embedded and edge computing environments remains challenging because of strict latency, memory, and energy constraints. Their large parameter counts and computational demands hinder efficient execution on resource-constrained platforms. Although model pruning has emerged as a viable solution for reducing scale while preserving performance, jointly optimizing layers, attention heads, and Multi-Layer Perceptron (MLP) dimensions remains highly complex. Exhaustively exploring this combined design space is computationally expensive and often leads to local optima or unstable configurations. To address these limitations, we propose a hardware-aware, multi-objective structured pruning framework. The proposed two-stage method explicitly targets latency and model size for efficient deployment on edge devices. In the coarse-grained stage, multi-objective depth pruning removes entire attention and MLP blocks to reduce computational load and memory usage. In the subsequent fine-grained stage, Parallel Bayesian Optimization (PBO) searches for the optimal layer-wise pruning ratios for pruning under latency constraints, while importance-based strategies rank the specific components to be pruned within each layer's allocated budget. Experimental results show that our approach reduces model complexity with minimal impact on commonsense reasoning tasks and zero-shot performance. Our method achieves a favorable trade-off among accuracy, latency, and model size, making it suitable for edge deployment. Across multiple LLMs at 37.5% and 50% pruning ratios, the proposed approach achieves better performance on commonsense reasoning tasks than existing methods while significantly reducing inference cost.
分享
阅读原文