Research Papers 论文研究 5d ago Updated 4d ago 更新于 4天前 48

Training-Free Knowledge Transfer Across Model Scales through Activation-Guided Pruning 通过激活引导剪枝实现无需训练的跨模型规模知识迁移

APM (Activation-Prune-Merge) enables training-free cross-scale model fusion by using activation-guided pruning to extract salient components from a large donor model and inject them into a smaller recipient The method eliminates the need for explicit neuron-wise semantic alignment by treating the donor as a source of concentrated functional components rather than requiring precise structural transplantation APM improved a 3B recipient model's average accuracy from 55.5% to 60.6% across 16 benchm 提出APM(Activation-Prune-Merge)框架,实现无需训练的跨尺度模型知识迁移 通过任务条件激活图选择捐赠模型的关键层、隐藏维度、注意力头和MLP神经元,剪枝至接收模型架构 在16个基准测试上,3B接收模型平均准确率从55.5%提升至60.6% 证明无需显式神经元语义对齐,通过激活引导的浓缩组件选择即可实现有效跨尺度融合 微插值系数注入策略在保持小比例融合的同时显著提升性能

65
Hot 热度
72
Quality 质量
68
Impact 影响力

Analysis 深度分析

TL;DR

  • APM (Activation-Prune-Merge) enables training-free cross-scale model fusion by using activation-guided pruning to extract salient components from a large donor model and inject them into a smaller recipient
  • The method eliminates the need for explicit neuron-wise semantic alignment by treating the donor as a source of concentrated functional components rather than requiring precise structural transplantation
  • APM improved a 3B recipient model's average accuracy from 55.5% to 60.6% across 16 benchmarks spanning reasoning, mathematics, code generation, instruction following, and classification
  • Significant per-benchmark gains were observed: RTE accuracy jumped from 64.3% to 82.3%, QNLI from 52.3% to 65.7%, and BoolQ from 70.8% to 79.2%
  • Analysis of injection ratios and sequential multi-stage fusion demonstrates that activation-guided extraction preserves the small-ratio fusion regime while improving transfer quality

Why It Matters

This work addresses a critical gap in heterogeneous model fusion by demonstrating that cross-scale knowledge transfer is viable without explicit semantic alignment, reducing the computational and engineering overhead typically required for model merging. For AI practitioners working with resource-constrained deployments, APM offers a practical pathway to enhance small models using larger counterparts without expensive fine-tuning or architectural reengineering.

Technical Details

  • APM Framework: Constructs task-conditioned activation maps on the donor model, then selects salient layers, hidden dimensions, attention heads, and MLP neurons to prune the donor down to match the recipient architecture before injecting it via a micro interpolation coefficient
  • Cross-Scale Fusion: The donor is treated as a source of concentrated functional components; truncation to smaller architecture combined with tiny mixing weights already yields improvements over the baseline recipient
  • Evaluation: Tested across 16 benchmarks covering reasoning, mathematics, code generation, instruction following, and classification tasks, with the recipient being a 3B parameter model
  • Multi-Stage Fusion: Sequential multi-stage fusion analysis showed that activation-guided extraction improves the quality of transferable donor slices while maintaining small injection ratios
  • Key Finding: Cross-scale heterogeneous fusion succeeds without explicit semantic alignment when the donor contribution is sufficiently concentrated and carefully selected through activation-based pruning

Industry Insight

  • The training-free nature of APM makes it highly attractive for production environments where fine-tuning large models is computationally prohibitive, enabling organizations to upgrade smaller deployed models using existing larger variants without additional training costs
  • The activation-guided pruning approach could become a standard technique for model compression and knowledge distillation pipelines, particularly for edge and mobile deployments where model size constraints are critical
  • The success of micro-interpolation coefficients suggests that future work should explore optimal injection strategies and multi-donor fusion scenarios, potentially enabling ensemble-like improvements without the inference latency of running multiple models

TL;DR

  • 提出APM(Activation-Prune-Merge)框架,实现无需训练的跨尺度模型知识迁移
  • 通过任务条件激活图选择捐赠模型的关键层、隐藏维度、注意力头和MLP神经元,剪枝至接收模型架构
  • 在16个基准测试上,3B接收模型平均准确率从55.5%提升至60.6%
  • 证明无需显式神经元语义对齐,通过激活引导的浓缩组件选择即可实现有效跨尺度融合
  • 微插值系数注入策略在保持小比例融合的同时显著提升性能

为什么值得看

该研究突破了传统模型融合对结构对齐的依赖,为异构模型知识迁移提供了无需训练的新范式。对于资源受限场景下的小模型能力增强具有直接应用价值,同时为模型压缩与知识蒸馏领域开辟了新思路。

技术解析

  • APM框架核心机制:在捐赠模型上构建任务条件激活图,按层、隐藏维度、注意力头和MLP神经元四个粒度选择显著组件,将大模型剪枝至小模型架构,再用微插值系数注入接收模型。
  • 无需语义对齐:摒弃传统逐神经元语义匹配,将捐赠模型视为浓缩功能组件的来源,通过激活强度而非结构对应性进行组件选择。
  • 实验验证:在推理、数学、代码生成、指令遵循和分类等16个基准测试上评估,RTE准确率从64.3%提升至82.3%,QNLI从52.3%提升至65.7%,BoolQ从70.8%提升至79.2%。
  • 注入比例分析:研究表明激活引导的提取提升了可迁移组件质量,同时保持小比例融合 regime 的有效性,多阶段顺序融合进一步验证了框架的可扩展性。

行业启示

  • 模型融合新范式:跨尺度异构融合无需训练的特性降低了模型集成成本,为边缘设备部署和小模型增强提供了实用路径。
  • 激活分析的价值:任务条件激活图作为组件选择依据,揭示了模型内部功能分布规律,为可解释AI和模型分析提供了新工具。
  • 资源优化策略:微插值注入机制证明少量高质量组件即可显著提升小模型性能,指导了模型压缩与知识迁移的资源分配策略。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Training 训练 LLM 大模型