CVJul 23, 2020

Leveraging Bottom-Up and Top-Down Attention for Few-Shot Object Detection

arXiv:2007.12104v114 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of detecting objects with limited annotated data, which is a domain-specific problem in computer vision, and represents an incremental advancement by integrating existing attention types.

The paper tackles the problem of few-shot object detection by proposing AttFDNet, which combines bottom-up and top-down attention mechanisms, along with novel loss terms and a hybrid learning strategy, achieving improved performance and interpretability as demonstrated in experiments.

Few-shot object detection aims at detecting objects with few annotated examples, which remains a challenging research problem yet to be explored. Recent studies have shown the effectiveness of self-learned top-down attention mechanisms in object detection and other vision tasks. The top-down attention, however, is less effective at improving the performance of few-shot detectors. Due to the insufficient training data, object detectors cannot effectively generate attention maps for few-shot examples. To improve the performance and interpretability of few-shot object detectors, we propose an attentive few-shot object detection network (AttFDNet) that takes the advantages of both top-down and bottom-up attention. Being task-agnostic, the bottom-up attention serves as a prior that helps detect and localize naturally salient objects. We further address specific challenges in few-shot object detection by introducing two novel loss terms and a hybrid few-shot learning strategy. Experimental results and visualization demonstrate the complementary nature of the two types of attention and their roles in few-shot object detection. Codes are available at https://github.com/chenxy99/AttFDNet.

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