Concepedia

Publication | Closed Access

Few-Shot Object Detection via Feature Reweighting

776

Citations

33

References

2019

Year

TLDR

Conventional deep CNN object detectors require many bounding‑box annotations, which are often unavailable for rare categories. The authors propose a few‑shot detector that learns to detect novel objects from only a handful of annotated examples. The detector combines a meta‑feature learner that extracts generalizable features from fully labeled base classes with a reweighting module that transforms few support examples into a global relevance vector, and trains these modules end‑to‑end within a one‑stage architecture using episodic few‑shot learning and a tailored loss. Experiments across multiple datasets show the method surpasses established baselines by a large margin, and the authors provide analysis that offers guidance for future few‑shot detection research.

Abstract

Conventional training of a deep CNN based object detector demands a large number of bounding box annotations, which may be unavailable for rare categories. In this work we develop a few-shot object detector that can learn to detect novel objects from only a few annotated examples. Our proposed model leverages fully labeled base classes and quickly adapts to novel classes, using a meta feature learner and a reweighting module within a one-stage detection architecture. The feature learner extracts meta features that are generalizable to detect novel object classes, using training data from base classes with sufficient samples. The reweighting module transforms a few support examples from the novel classes to a global vector that indicates the importance or relevance of meta features for detecting the corresponding objects. These two modules, together with a detection prediction module, are trained end-to-end based on an episodic few-shot learning scheme and a carefully designed loss function. Through extensive experiments we demonstrate that our model outperforms well-established baselines by a large margin for few-shot object detection, on multiple datasets and settings. We also present analysis on various aspects of our proposed model, aiming to provide some inspiration for future few-shot detection works.

References

YearCitations

Page 1