Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/31 04:00:00
Prox: Training-Free FFN Activation Sparsity via Approximate Intermediate-Channel Salience in LLMs
AI 中文解读
核心亮点:这项研究让大模型在推理时跳过大量无效计算,速度提升近一倍,而且不需要额外训练,堪称给AI“减肥提速”的免费方案。
通俗解读:大模型每次回答问题,都要经过一个巨大的“运算网络”,其中大部分计算其实是在处理“不重要”的信息,很费电费时间。以前有人想跳过这些低效环节,但跳得太猛会影响回答质量。这次的新方法找到了一个巧妙的“预判”技巧:先用粗略估算快速找出哪些计算值得保留,再只对保留的部分进行精确运算。就像看一本书先扫一眼目录挑重点章节精读,既省时间又不丢关键内容。
实际影响:这项技术最直接的受益者是普通用户。今后用手机上的AI助手或云端大模型时,响应速度会明显加快,尤其是生成长文或连续对话时,不再需要等很久。同时,算力成本降低后,AI服务的价格可能更便宜,更多免费或低价的AI应用有望出现。此外,该技术还能和现有的压缩、加速手段叠加使用,意味着未来AI设备在性能不变的情况下可以做得更省电,甚至让一些大模型在低配置设备上流畅运行。对普通用户来说,就是更快、更省、更流畅的AI体验。
arXiv:2607.27591v1 Announce Type: new
Abstract: Feed-forward networks (FFNs) dominate memory traffic and computation in large language model (LLM) inference, making them a primary target for activation sparsification. However, existing training-free methods suffer substantial model-quality degradation at high sparsity due to limitations in their channel-selection strategies. We observe that the SwiGLU intermediate state provides a highly effective channel-selection signal, but obtaining it requires costly dense computation. To address this, we present \emph{Prox}, a two-stage training-free framework for sparse SwiGLU FFNs. Prox hinges on the key insight: sparse execution requires only the channel mask induced by the intermediate state, which can be constructed from the magnitude ranking of its entries rather than their exact values. Specifically, Stage 1 uses input sparsity and quantized proxy weights to construct a shared mask; Stage 2 computes the selected channels exactly, enabling sparse execution of all three projections. Across ten LLMs from six model families, Prox outperforms training-free baselines at all sparsity levels, achieves up to a $1.99\times$ end-to-end decoding speedup at 70\% FFN sparsity, and is compatible with quantization and sparse attention.
分享
阅读原文 ↗