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

Synthesizing the Unseen for Zero-shot Object Detection

About

The existing zero-shot detection approaches project visual features to the semantic domain for seen objects, hoping to map unseen objects to their corresponding semantics during inference. However, since the unseen objects are never visualized during training, the detection model is skewed towards seen content, thereby labeling unseen as background or a seen class. In this work, we propose to synthesize visual features for unseen classes, so that the model learns both seen and unseen objects in the visual domain. Consequently, the major challenge becomes, how to accurately synthesize unseen objects merely using their class semantics? Towards this ambitious goal, we propose a novel generative model that uses class-semantics to not only generate the features but also to discriminatively separate them. Further, using a unified model, we ensure the synthesized features have high diversity that represents the intra-class differences and variable localization precision in the detected bounding boxes. We test our approach on three object detection benchmarks, PASCAL VOC, MSCOCO, and ILSVRC detection, under both conventional and generalized settings, showing impressive gains over the state-of-the-art methods. Our codes are available at https://github.com/nasir6/zero_shot_detection.

Nasir Hayat, Munawar Hayat, Shafin Rahman, Salman Khan, Syed Waqas Zamir, Fahad Shahbaz Khan• 2020

Related benchmarks

TaskDatasetResultRank
Zero-shot Object DetectionZSFooD 1.0 (test)
Recall@1000.823
24
Zero-shot Object DetectionMS-COCO (65/15)
mAP (IoU=0.5)19
20
Object DetectionUECFOOD-256 (seen unseen (205 51))
Recall@10061.9
16
Generalized Zero-Shot DetectionMS-COCO (65/15)
Seen mAP37.4
16
Generalized Zero-Shot Object DetectionPASCAL VOC (Seen+Unseen)
mAP (Seen)74.7
11
Object DetectionMS-COCO (65/15)
Recall@100 (IoU=0.5)54
11
Object DetectionMSCOCO (48/17)--
11
Object DetectionPASCAL VOC 2007+2012 (test)
mAP (ZSD)64.9
7
Object DetectionPASCAL VOC 2007+2012 (16/4 seen/unseen)
mAP (ZSD)64.9
6
Object DetectionMS COCO ZSD
mAP19
6
Showing 10 of 16 rows

Other info

Code

Follow for update