paper-with-me

Papers

Synthesizing the Unseen for Zero-shot Object Detection

2020-10-19 · Nasir Hayat, Munawar Hayat, Shafin Rahman, Salman Khan, Syed Waqas Zamir, Fahad Shahbaz Khan

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.

📄 PDF Abstract BibTeX arXiv:2010.09425

Code (2)

nasir6/zero_shot_detection 공식 구현 pytorch
witnessai/Awesome-Zero-Shot-Object-Detection

Tasks

DiversityGeneralized Zero-Shot Object DetectionObjectObject DetectionZero-Shot Object Detection

Similar Papers 제목 키워드 기반

Dont Even Look Once: Synthesizing Features for Zero-Shot Detection

2019-11-18 · Pengkai Zhu, Hanxiao Wang, Venkatesh Saligrama

Zero-shot detection, namely, localizing both seen and unseen objects, increasingly gains importance for large-scale applications, with large number of object classes, since, collecting sufficient annotated data with grou…

Objectobject-detectionObject Detection

Don't Even Look Once: Synthesizing Features for Zero-Shot Detection

2020-06-01 · CVPR 2020 6 · Pengkai Zhu, Hanxiao Wang, Venkatesh Saligrama

Zero-shot detection, namely, localizing both seen and unseen objects, increasingly gains importance for large-scale applications, with large number of object classes, since, collecting sufficient annotated data with grou…

Objectobject-detectionObject Detection

Any-Shot Object Detection

2020-03-16 · Shafin Rahman, Salman Khan, Nick Barnes, Fahad Shahbaz Khan

Previous work on novel object detection considers zero or few-shot settings where none or few examples of each category are available for training. In real world scenarios, it is less practical to expect that 'all' the n…

Novel Object DetectionObjectobject-detectionObject Detection

Domain segmentation and adjustment for generalized zero-shot learning

2020-02-01 · Xinsheng Wang, Shanmin Pang, Jihua Zhu

In the generalized zero-shot learning, synthesizing unseen data with generative models has been the most popular method to address the imbalance of training data between seen and unseen classes. However, this method requ…

Generalized Zero-Shot LearningZero-Shot Learning

CLIP4HOI: Towards Adapting CLIP for Practical Zero-Shot HOI Detection

2023-09-21 · NeurIPS 2023 11

Zero-shot Human-Object Interaction (HOI) detection aims to identify both seen and unseen HOI categories. A strong zero-shot HOI detector is supposed to be not only capable of discriminating novel interactions but also ro…