LGJul 6, 2021

Learning an Explicit Hyperparameter Prediction Function Conditioned on Tasks

arXiv:2107.02378v315 citations
Originality Incremental advance
AI Analysis

This work addresses the adaptability issue in meta-learning for researchers and practitioners, offering a more flexible method, though it appears incremental as it builds on existing meta-learning frameworks.

The paper tackles the problem of meta-learning by interpreting it as learning an explicit hyperparameter prediction function conditioned on tasks, which improves adaptability to diverse query tasks compared to fixed hyperparameter methods. The approach is theoretically analyzed and shown to enhance generalization in applications like few-shot regression, classification, and domain generalization.

Meta learning has attracted much attention recently in machine learning community. Contrary to conventional machine learning aiming to learn inherent prediction rules to predict labels for new query data, meta learning aims to learn the learning methodology for machine learning from observed tasks, so as to generalize to new query tasks by leveraging the meta-learned learning methodology. In this study, we interpret such learning methodology as learning an explicit hyper-parameter prediction function shared by all training tasks. Specifically, this function is represented as a parameterized function called meta-learner, mapping from a training/test task to its suitable hyper-parameter setting, extracted from a pre-specified function set called meta learning machine. Such setting guarantees that the meta-learned learning methodology is able to flexibly fit diverse query tasks, instead of only obtaining fixed hyper-parameters by many current meta learning methods, with less adaptability to query task's variations. Such understanding of meta learning also makes it easily succeed from traditional learning theory for analyzing its generalization bounds with general losses/tasks/models. The theory naturally leads to some feasible controlling strategies for ameliorating the quality of the extracted meta-learner, verified to be able to finely ameliorate its generalization capability in some typical meta learning applications, including few-shot regression, few-shot classification and domain generalization.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes