Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

One-Shot Object Detection with Co-Attention and Co-Excitation

About

This paper aims to tackle the challenging problem of one-shot object detection. Given a query image patch whose class label is not included in the training data, the goal of the task is to detect all instances of the same class in a target image. To this end, we develop a novel {\em co-attention and co-excitation} (CoAE) framework that makes contributions in three key technical aspects. First, we propose to use the non-local operation to explore the co-attention embodied in each query-target pair and yield region proposals accounting for the one-shot situation. Second, we formulate a squeeze-and-co-excitation scheme that can adaptively emphasize correlated feature channels to help uncover relevant proposals and eventually the target objects. Third, we design a margin-based ranking loss for implicitly learning a metric to predict the similarity of a region proposal to the underlying query, no matter its class label is seen or unseen in training. The resulting model is therefore a two-stage detector that yields a strong baseline on both VOC and MS-COCO under one-shot setting of detecting objects from both seen and never-seen classes. Codes are available at https://github.com/timy90022/One-Shot-Object-Detection.

Ting-I Hsieh, Yi-Chen Lo, Hwann-Tzong Chen, Tyng-Luh Liu• 2019

Related benchmarks

TaskDatasetResultRank
Object DetectionMS-COCO 2017 (val)--
237
Object DetectionPASCAL VOC Set 2 (novel)--
110
Object DetectionPASCAL VOC (Novel Set 1)
AP50 (shot=1)12.7
71
Object DetectionPASCAL VOC Set 3 (novel)
AP50 (shot=1)6.3
71
Object DetectionMS-COCO 2017 (val)
Base Avg AP5040.9
27
Category-level Object DetectionVOC 2007
AP@0.531.4
12
Fine-grained Object DetectionSketchyCOCO fine-grained (test)
AP@.39.3
12
Object DetectionCOCO 2017 (Split-1)
Base AP5042.2
6
Object DetectionCOCO 2017 (Split-2)
bAP5040.2
6
Object DetectionCOCO 2017 (Split-3)
Base AP5039.9
6
Showing 10 of 16 rows

Other info

Follow for update