TL;DR
HIDRA introduces a meta-learning method that learns a universal neuron initialization, enabling effective training across tasks with varying numbers of output variables, improving robustness and generalization in complex classification scenarios.
Contribution
HIDRA extends MAML to handle tasks with different output sizes by learning a master neuron for flexible initialization, a novel approach in meta-learning.
Findings
HIDRA outperforms standard methods on Miniimagenet and Omniglot datasets.
It generalizes to tasks with any number of target variables.
HIDRA enhances robustness of low-capacity models in complex tasks.
Abstract
The performance of gradient-based optimization strategies depends heavily on the initial weights of the parametric model. Recent works show that there exist weight initializations from which optimization procedures can find the task-specific parameters faster than from uniformly random initializations and that such a weight initialization can be learned by optimizing a specific model architecture across similar tasks via MAML (Model-Agnostic Meta-Learning). Current methods are limited to populations of classification tasks that share the same number of classes due to the static model architectures used during meta-learning. In this paper, we present HIDRA, a meta-learning approach that enables training and evaluating across tasks with any number of target variables. We show that Model-Agnostic Meta-Learning trains a distribution for all the neurons in the output layer and a specific…
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
MethodsModel-Agnostic Meta-Learning
