paper-with-me

Papers

Detecting the open-world objects with the help of the Brain

2023-03-21 · Shuailei Ma, Yuefeng Wang, Ying WEI, Peihao Chen, Zhixiang Ye, Jiaqi Fan, Enming Zhang, Thomas H. Li

Open World Object Detection (OWOD) is a novel computer vision task with a considerable challenge, bridging the gap between classic object detection (OD) benchmarks and real-world object detection. In addition to detecting and classifying seen/known objects, OWOD algorithms are expected to detect unseen/unknown objects and incrementally learn them. The natural instinct of humans to identify unknown objects in their environments mainly depends on their brains' knowledge base. It is difficult for a model to do this only by learning from the annotation of several tiny datasets. The large pre-trained grounded language-image models - VL (\ie GLIP) have rich knowledge about the open world but are limited to the text prompt. We propose leveraging the VL as the `Brain'' of the open-world detector by simply generating unknown labels. Leveraging it is non-trivial because the unknown labels impair the model's learning of known objects. In this paper, we alleviate these problems by proposing the down-weight loss function and decoupled detection structure. Moreover, our detector leverages the `Brain'' to learn novel objects beyond VL through our pseudo-labeling scheme.

📄 PDF Abstract BibTeX arXiv:2303.11623

Code (1)

xiaomabufei/dowb 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionOpen World Object Detection

Similar Papers 제목 키워드 기반

Which objects help me to act effectively? Reasoning about physically-grounded affordances

2024-07-18 · Anne Kemmeren, Gertjan Burghouts, Michael van Bekkum, Wouter Meijer 외

For effective interactions with the open world, robots should understand how interactions with known and novel objects help them towards their goal. A key aspect of this understanding lies in detecting an object's afford…

Affordance Detection

Open World DETR: Transformer based Open World Object Detection

2022-12-06 · Na Dong, Yongqiang Zhang, Mingli Ding, Gim Hee Lee

Open world object detection aims at detecting objects that are absent in the object classes of the training data as unknown objects without explicit supervision. Furthermore, the exact classes of the unknown objects must…

Knowledge DistillationObjectobject-detectionObject Detection+1

O1O: Grouping of Known Classes to Identify Unknown Objects as Odd-One-Out

2024-10-10 · Mısra Yavuz, Fatma Güney

Object detection methods trained on a fixed set of known classes struggle to detect objects of unknown classes in the open-world setting. Current fixes involve adding approximate supervision with pseudo-labels correspond…

object-detectionObject DetectionOdd One Out

GOOD: Exploring Geometric Cues for Detecting Objects in an Open World

2022-12-22 · Haiwen Huang, Andreas Geiger, Dan Zhang

We address the task of open-world class-agnostic object detection, i.e., detecting every object in an image by learning from a limited number of base object classes. State-of-the-art RGB-based models suffer from overfitt…

Class-agnostic Object DetectionObjectobject-detectionObject Detection+1

Exploring Orthogonality in Open World Object Detection

2024-01-01 · CVPR 2024 1 · Zhicheng Sun, Jinghan Li, Yadong Mu

Open world object detection aims to identify objects of unseen categories and incrementally recognize them once their annotations are provided. In distinction to the traditional paradigm that is limited to predefined…

Incremental LearningObjectobject-detectionObject Detection+1