English

Finding Task-Relevant Features for Few-Shot Learning by Category Traversal

Computer Vision and Pattern Recognition 2019-05-28 v1 Artificial Intelligence

Abstract

Few-shot learning is an important area of research. Conceptually, humans are readily able to understand new concepts given just a few examples, while in more pragmatic terms, limited-example training situations are common in practice. Recent effective approaches to few-shot learning employ a metric-learning framework to learn a feature similarity comparison between a query (test) example, and the few support (training) examples. However, these approaches treat each support class independently from one another, never looking at the entire task as a whole. Because of this, they are constrained to use a single set of features for all possible test-time tasks, which hinders the ability to distinguish the most relevant dimensions for the task at hand. In this work, we introduce a Category Traversal Module that can be inserted as a plug-and-play module into most metric-learning based few-shot learners. This component traverses across the entire support set at once, identifying task-relevant features based on both intra-class commonality and inter-class uniqueness in the feature space. Incorporating our module improves performance considerably (5%-10% relative) over baseline systems on both mini-ImageNet and tieredImageNet benchmarks, with overall performance competitive with recent state-of-the-art systems.

Keywords

Cite

@article{arxiv.1905.11116,
  title  = {Finding Task-Relevant Features for Few-Shot Learning by Category Traversal},
  author = {Hongyang Li and David Eigen and Samuel Dodge and Matthew Zeiler and Xiaogang Wang},
  journal= {arXiv preprint arXiv:1905.11116},
  year   = {2019}
}

Comments

CVPR 2019

R2 v1 2026-06-23T09:26:06.573Z