CVSep 13, 2021

Meta Navigator: Search for a Good Adaptation Policy for Few-shot Learning

arXiv:2109.05749v151 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of automating strategy selection in few-shot learning for researchers and practitioners, though it is incremental as it builds on existing AutoML and meta-learning approaches.

The paper tackles the challenge of selecting appropriate few-shot learning strategies for different task conditions by introducing Meta Navigator, a framework that automates the selection of parameter adaptation policies, and it significantly outperforms baselines and many state-of-the-art methods on benchmark datasets.

Few-shot learning aims to adapt knowledge learned from previous tasks to novel tasks with only a limited amount of labeled data. Research literature on few-shot learning exhibits great diversity, while different algorithms often excel at different few-shot learning scenarios. It is therefore tricky to decide which learning strategies to use under different task conditions. Inspired by the recent success in Automated Machine Learning literature (AutoML), in this paper, we present Meta Navigator, a framework that attempts to solve the aforementioned limitation in few-shot learning by seeking a higher-level strategy and proffer to automate the selection from various few-shot learning designs. The goal of our work is to search for good parameter adaptation policies that are applied to different stages in the network for few-shot classification. We present a search space that covers many popular few-shot learning algorithms in the literature and develop a differentiable searching and decoding algorithm based on meta-learning that supports gradient-based optimization. We demonstrate the effectiveness of our searching-based method on multiple benchmark datasets. Extensive experiments show that our approach significantly outperforms baselines and demonstrates performance advantages over many state-of-the-art methods. Code and models will be made publicly available.

Foundations

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

Your Notes