New Method Transfers Knowledge Across AI Models of Different Sizes

Jiahe Fan, Si Chen, Yinghao Hou, Aiyuan Zhang, Hong Xie· August 17, 2026 View original

Key takeaways

  • Knowledge can be effectively transferred from large to small AI models without full retraining.
  • Activation-guided pruning helps identify and extract key functional components from donor models.
  • The Activation-Prune-Merge (APM) framework significantly improves smaller model performance.
  • This method enables more capable AI deployment in resource-limited settings.

Who benefits

AI DevelopmentEdge ComputingMobile TechnologySaaSRobotics

Summary

Researchers developed Activation-Prune-Merge (APM), a training-free framework that transfers capabilities from a large "donor" language model to a smaller "recipient" model despite architectural differences. APM uses activation-guided pruning to select and inject functional components, significantly improving the recipient's performance across various benchmarks.

A novel technique called Activation-Prune-Merge (APM) has been introduced to facilitate knowledge transfer between large and small language models. This method allows a smaller model to gain capabilities from a more powerful, larger model without requiring extensive retraining or precise structural alignment between the two. The core idea involves identifying and extracting the most functionally relevant parts of the larger model based on its activation patterns. APM works by creating task-specific activation maps on the larger "donor" model. It then intelligently prunes specific layers, hidden dimensions, attention heads, and MLP neurons to match the architecture of the smaller "recipient" model. This "donor slice" is then injected into the recipient model using a small interpolation coefficient, treating the donor as a source of concentrated functional components rather than requiring a full structural transplant. Experiments across 16 benchmarks, including reasoning, math, and code generation, showed that APM improved the average accuracy of a 3B recipient model from 55.5% to 60.6%. Specific tasks like RTE saw accuracy jump from 64.3% to 82.3%. This demonstrates that effective cross-scale heterogeneous fusion is possible without explicit semantic alignment, provided the donor's contribution is carefully selected and concentrated.

Why it matters

This research offers a way to enhance smaller, more efficient AI models with the advanced capabilities of larger models without the high computational cost of full retraining. Professionals can leverage this to deploy more capable models in resource-constrained environments or to quickly update existing smaller models.

How to implement this in your domain

  1. 1Evaluate existing smaller models for potential performance bottlenecks that could benefit from knowledge transfer.
  2. 2Identify suitable larger "donor" models that possess the desired capabilities.
  3. 3Explore implementing activation-guided pruning techniques to extract relevant components from donor models.
  4. 4Integrate the extracted knowledge into recipient models using micro interpolation coefficients.
  5. 5Benchmark the performance of the enhanced smaller models against original versions and larger counterparts.

Original post by Jiahe Fan, Si Chen, Yinghao Hou, Aiyuan Zhang, Hong Xie

"arXiv:2608.13596v1 Announce Type: new Abstract: Heterogeneous model fusion seeks to combine models that differ in tasks, initializations, architectures, or scales. We study an underexplored cross-scale setting: improving a small recipient language model with a stronger donor desp…"

View on X

Originally posted by Jiahe Fan, Si Chen, Yinghao Hou, Aiyuan Zhang, Hong Xie on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses