Kernel Modulation: A Parameter-Efficient Method for Training Convolutional Neural Networks
Yuhuang Hu, Shih-Chii Liu

TL;DR
This paper introduces Kernel Modulation, a parameter-efficient method for training ConvNets that adapts all network parameters with minimal additional cost, improving transfer learning accuracy.
Contribution
It proposes a novel kernel modulation approach that adapts all base network parameters efficiently, requiring only 1.4% additional parameters for task specialization.
Findings
Up to 9% higher accuracy than other parameter-efficient methods.
Effective in Transfer Learning and Meta-Learning scenarios.
Requires only 1.4% additional parameters for task adaptation.
Abstract
Deep Neural Networks, particularly Convolutional Neural Networks (ConvNets), have achieved incredible success in many vision tasks, but they usually require millions of parameters for good accuracy performance. With increasing applications that use ConvNets, updating hundreds of networks for multiple tasks on an embedded device can be costly in terms of memory, bandwidth, and energy. Approaches to reduce this cost include model compression and parameter-efficient models that adapt a subset of network layers for each new task. This work proposes a novel parameter-efficient kernel modulation (KM) method that adapts all parameters of a base network instead of a subset of layers. KM uses lightweight task-specialized kernel modulators that require only an additional 1.4% of the base network parameters. With multiple tasks, only the task-specialized KM weights are communicated and stored on…
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
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Machine Learning and ELM
MethodsBalanced Selection
