ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2506.12041
44
0

Meta Pruning via Graph Metanetworks : A Meta Learning Framework for Network Pruning

24 May 2025
Yewei Liu
Xiyuan Wang
Muhan Zhang
    DDGNN
ArXiv (abs)PDFHTML
Main:9 Pages
9 Figures
Bibliography:9 Pages
15 Tables
Appendix:22 Pages
Abstract

Network pruning, aimed at reducing network size while preserving accuracy, has attracted significant research interest. Numerous pruning techniques have been proposed over time. They are becoming increasingly effective, but more complex and harder to interpret as well. Given the inherent complexity of neural networks, we argue that manually designing pruning criteria has reached a bottleneck. To address this, we propose a novel approach in which we "use a neural network to prune neural networks". More specifically, we introduce the newly developed idea of metanetwork from meta-learning into pruning. A metanetwork is a network that takes another network as input and produces a modified network as output. In this paper, we first establish a bijective mapping between neural networks and graphs, and then employ a graph neural network as our metanetwork. We train a metanetwork that learns the pruning strategy automatically which can transform a network that is hard to prune into another network that is much easier to prune. Once the metanetwork is trained, our pruning needs nothing more than a feedforward through the metanetwork and the standard finetuning to prune at state-of-the-art. Our method achieved outstanding results on many popular and representative pruning tasks (including ResNet56 on CIFAR10, VGG19 on CIFAR100, ResNet50 on ImageNet). Our code is available atthis https URL

View on arXiv
@article{liu2025_2506.12041,
  title={ Meta Pruning via Graph Metanetworks : A Meta Learning Framework for Network Pruning },
  author={ Yewei Liu and Xiyuan Wang and Muhan Zhang },
  journal={arXiv preprint arXiv:2506.12041},
  year={ 2025 }
}
Comments on this paper