Training-Free Knowledge Transfer Across Model Scales through Activation-Guided Pruning
Researchers propose a framework for cross-scale knowledge transfer between models of different architectures and scales without explicit neuron-wise semantic alignment. They achieve significant improvements in accuracy across various benchmarks.
Intelligence analysis by Llama

A novel framework for cross-scale knowledge transfer between models of different architectures and scales is proposed, achieving significant improvements in accuracy across various benchmarks.
Imagine you have a big model that's really good at doing something, but you want to make it even better. You can take a smaller model and use the big model's good parts to make the smaller one better. This is called knowledge transfer. The researchers in this study found a way to do this without having to match the small model's parts exactly to the big model's parts, which makes it easier to do.
Analysis
Activation-Prune-Merge (APM) Framework
The proposed framework, Activation-Prune-Merge (APM), is designed to transfer knowledge between models of different scales without explicit neuron-wise semantic alignment. This is achieved by constructing task-conditioned activation maps on the donor model, selecting salient layers, hidden dimensions, attention heads, and MLP neurons to prune it to the recipient architecture, and injecting the resulting donor slice into the original recipient using a micro interpolation coefficient.
Experimental Results
The experimental results demonstrate the effectiveness of the proposed framework in improving the accuracy of the recipient model. Across 16 benchmarks spanning reasoning, mathematics, code generation, instruction following, and classification, APM improves the overall average accuracy from 55.5% to 60.6% over the original 3B recipient. RTE accuracy increases from 64.3% to 82.3%, QNLI from 52.3% to 65.7%, and BoolQ from 70.8% to 79.2%. These results provide evidence that cross-scale heterogeneous fusion can succeed without explicit semantic alignment when the donor contribution is sufficiently concentrated and carefully selected.
Implications
The proposed framework has significant implications for the field of machine learning. It provides a new approach to knowledge transfer between models of different scales, which can be applied to various tasks and applications. The experimental results demonstrate the effectiveness of the proposed framework in improving the accuracy of the recipient model, and the implications of this study can be far-reaching.
Key points
- Proposed a novel framework for cross-scale knowledge transfer between models of different architectures and scales
- Achieved significant improvements in accuracy across various benchmarks
- Demonstrated the effectiveness of the proposed framework in improving the accuracy of the recipient model
- Provided a new approach to knowledge transfer between models of different scales
- Has significant implications for the field of machine learning
If this study's findings are applied to real-world applications, it could lead to significant improvements in the accuracy of machine learning models, enabling them to perform better on a wide range of tasks and applications.
However, the proposed framework may not work for all types of models or tasks, and further research is needed to fully understand its limitations and potential pitfalls.



