Neural Routing in Meta Learning
Jicang Cai, Saeed Vahidian, Weijia Wang, Mohsen Joneidi, and Bill Lin

TL;DR
This paper introduces neural routing in meta learning (NRML), a method that dynamically selects model parts based on input tasks using batch normalization scaling factors, improving few-shot classification performance.
Contribution
It proposes a novel task-dependent neuron selection approach in meta learning, inspired by neuroscience, to enhance model generalization and efficiency.
Findings
NRML outperforms existing meta learning baselines on few-shot classification.
Dynamic neuron selection improves model generalization.
Using BN scaling factors enables effective task-dependent routing.
Abstract
Meta-learning often referred to as learning-to-learn is a promising notion raised to mimic human learning by exploiting the knowledge of prior tasks but being able to adapt quickly to novel tasks. A plethora of models has emerged in this context and improved the learning efficiency, robustness, etc. The question that arises here is can we emulate other aspects of human learning and incorporate them into the existing meta learning algorithms? Inspired by the widely recognized finding in neuroscience that distinct parts of the brain are highly specialized for different types of tasks, we aim to improve the model performance of the current meta learning algorithms by selectively using only parts of the model conditioned on the input tasks. In this work, we describe an approach that investigates task-dependent dynamic neuron selection in deep convolutional neural networks (CNNs) by…
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.
Code & Models
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 · Multimodal Machine Learning Applications
MethodsBatch Normalization
