paper-with-me

홈 › Papers

Filter Grafting for Deep Neural Networks: Reason, Method, and Cultivation

2020-04-26 · Hao Cheng, Fanxu Meng, Ke Li, Yuting Gao, Guangming Lu, Xing Sun, Rongrong Ji

Filter is the key component in modern convolutional neural networks (CNNs). However, since CNNs are usually over-parameterized, a pre-trained network always contain some invalid (unimportant) filters. These filters have relatively small $l_{1}$ norm and contribute little to the output (\textbf{Reason}). While filter pruning removes these invalid filters for efficiency consideration, we tend to reactivate them to improve the representation capability of CNNs. In this paper, we introduce filter grafting (\textbf{Method}) to achieve this goal. The activation is processed by grafting external information (weights) into invalid filters. To better perform the grafting, we develop a novel criterion to measure the information of filters and an adaptive weighting strategy to balance the grafted information among networks. After the grafting operation, the network has fewer invalid filters compared with its initial state, enpowering the model with more representation capacity. Meanwhile, since grafting is operated reciprocally on all networks involved, we find that grafting may lose the information of valid filters when improving invalid filters. To gain a universal improvement on both valid and invalid filters, we compensate grafting with distillation (\textbf{Cultivation}) to overcome the drawback of grafting . Extensive experiments are performed on the classification and recognition tasks to show the superiority of our method. Code is available at \textcolor{black}{\emph{https://github.com/fxmeng/filter-grafting}}.

📄 PDF Abstract BibTeX arXiv:2004.12311

Code (1)

fxmeng/filter-grafting 공식 구현 pytorch

Tasks

valid

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Filter Grafting for Deep Neural Networks

2020-01-15 · CVPR 2020 6 · Fanxu Meng, Hao Cheng, Ke Li, Zhixin Xu 외

This paper proposes a new learning paradigm called filter grafting, which aims to improve the representation capability of Deep Neural Networks (DNNs). The motivation is that DNNs have unimportant (invalid) filters (e.g.…

Knowledge Grafting: A Mechanism for Optimizing AI Model Deployment in Resource-Constrained Environments

2025-07-25 · Osama Almurshed, Ashish Kaushal, Asmail Muftah, Nitin Auluck 외 arxiv

The increasing adoption of Artificial Intelligence (AI) has led to larger, more complex models with numerous parameters that require substantial computing power -- resources often unavailable in many real-world applicati…

Compatibility studies of loquat scions with loquat and quince rootstocks

2024-09-17 · Rasul Rafiq Aziz, Fakhraddin Mustafa Hama Salih, Ibrahim Maaroof Noori

Experiment 1. Rooting of quince hardwood cuttings: Rooting success was influenced by both the concentrations of IBA and the selection of rooting media. However, the control group (without IBA) notably enhanced rooting wh…

Sand

Memory Grafting: Scaling Language Model Pre-training via Offline Conditional Memory

2026-05-20 · Runxi Cheng, Yuchen Guan, Yongxian Wei, Qianpu Sun 외 arxiv

Scaling conditional memory offers a promising way to increase language-model capacity, but existing methods such as Engram learn large memory tables from scratch during pre-training, making memory scaling expensive and s…

Lipschitz-aware Linearity Grafting for Certified Robustness

2025-10-29 · Yongjin Han, Suhyun Kim arxiv

Lipschitz constant is a fundamental property in certified robustness, as smaller values imply robustness to adversarial examples when a model is confident in its prediction. However, identifying the worst-case adversaria…