Dynamic Kernel Selection for Improved Generalization and Memory Efficiency in Meta-learning
Arnav Chavan, Rishabh Tiwari, Udbhav Bamba, Deepak K. Gupta

TL;DR
MetaDOCK introduces a task-specific dynamic kernel selection method for meta-learning, enabling smaller, more efficient models that generalize better across tasks and reduce overfitting, especially on resource-constrained devices.
Contribution
The paper proposes MetaDOCK, a novel dynamic kernel selection strategy that compresses CNN models for meta-learning, improving generalization and reducing model size without sacrificing accuracy.
Findings
Up to 2% accuracy improvement on benchmarks.
Model size reduced by over 75%.
Enhanced generalization across unseen tasks.
Abstract
Gradient based meta-learning methods are prone to overfit on the meta-training set, and this behaviour is more prominent with large and complex networks. Moreover, large networks restrict the application of meta-learning models on low-power edge devices. While choosing smaller networks avoid these issues to a certain extent, it affects the overall generalization leading to reduced performance. Clearly, there is an approximately optimal choice of network architecture that is best suited for every meta-learning problem, however, identifying it beforehand is not straightforward. In this paper, we present MetaDOCK, a task-specific dynamic kernel selection strategy for designing compressed CNN models that generalize well on unseen tasks in meta-learning. Our method is based on the hypothesis that for a given set of similar tasks, not all kernels of the network are needed by each individual…
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
