CVNov 8, 2021

SEGA: Semantic Guided Attention on Visual Prototype for Few-Shot Learning

arXiv:2111.04316v143 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of few-shot learning for AI systems by improving recognition of novel categories with limited data, representing an incremental advancement through a hybrid method.

The paper tackles the challenge of few-shot learning by introducing SEmantic Guided Attention (SEGA), which uses semantic knowledge to guide visual feature selection, resulting in more discriminative embeddings for novel classes with few samples and achieving state-of-the-art performance on multiple benchmarks.

Teaching machines to recognize a new category based on few training samples especially only one remains challenging owing to the incomprehensive understanding of the novel category caused by the lack of data. However, human can learn new classes quickly even given few samples since human can tell what discriminative features should be focused on about each category based on both the visual and semantic prior knowledge. To better utilize those prior knowledge, we propose the SEmantic Guided Attention (SEGA) mechanism where the semantic knowledge is used to guide the visual perception in a top-down manner about what visual features should be paid attention to when distinguishing a category from the others. As a result, the embedding of the novel class even with few samples can be more discriminative. Concretely, a feature extractor is trained to embed few images of each novel class into a visual prototype with the help of transferring visual prior knowledge from base classes. Then we learn a network that maps semantic knowledge to category-specific attention vectors which will be used to perform feature selection to enhance the visual prototypes. Extensive experiments on miniImageNet, tieredImageNet, CIFAR-FS, and CUB indicate that our semantic guided attention realizes anticipated function and outperforms state-of-the-art results.

Code Implementations1 repo
Foundations

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

Your Notes