Channel Planting for Deep Neural Networks using Knowledge Distillation
Kakeru Mitsuno, Yuichiro Nomura, Takio Kurita

TL;DR
This paper introduces 'planting,' an incremental training method that grows neural networks by adding channels guided by knowledge distillation, resulting in efficient, high-performing models with fewer parameters.
Contribution
The paper proposes a novel incremental channel planting algorithm that optimizes network architecture and training efficiency using knowledge distillation.
Findings
Achieved comparable performance with only 7% parameters on STL-10.
Reduced overfitting on small datasets.
Effective network growth through channel planting.
Abstract
In recent years, deeper and wider neural networks have shown excellent performance in computer vision tasks, while their enormous amount of parameters results in increased computational cost and overfitting. Several methods have been proposed to compress the size of the networks without reducing network performance. Network pruning can reduce redundant and unnecessary parameters from a network. Knowledge distillation can transfer the knowledge of deeper and wider networks to smaller networks. The performance of the smaller network obtained by these methods is bounded by the predefined network. Neural architecture search has been proposed, which can search automatically the architecture of the networks to break the structure limitation. Also, there is a dynamic configuration method to train networks incrementally as sub-networks. In this paper, we present a novel incremental training…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Adversarial Robustness in Machine Learning
MethodsPruning · Knowledge Distillation
