paper-with-me

Papers

Open-set 3D Object Detection

2021-12-02 · Jun Cen, Peng Yun, Junhao Cai, Michael Yu Wang, Ming Liu

3D object detection has been wildly studied in recent years, especially for robot perception systems. However, existing 3D object detection is under a closed-set condition, meaning that the network can only output boxes of trained classes. Unfortunately, this closed-set condition is not robust enough for practical use, as it will identify unknown objects as known by mistake. Therefore, in this paper, we propose an open-set 3D object detector, which aims to (1) identify known objects, like the closed-set detection, and (2) identify unknown objects and give their accurate bounding boxes. Specifically, we divide the open-set 3D object detection problem into two steps: (1) finding out the regions containing the unknown objects with high probability and (2) enclosing the points of these regions with proper bounding boxes. The first step is solved by the finding that unknown objects are often classified as known objects with low confidence, and we show that the Euclidean distance sum based on metric learning is a better confidence score than the naive softmax probability to differentiate unknown objects from known objects. On this basis, unsupervised clustering is used to refine the bounding boxes of unknown objects. The proposed method combining metric learning and unsupervised clustering is called the MLUC network. Our experiments show that our MLUC network achieves state-of-the-art performance and can identify both known and unknown objects as expected.

📄 PDF Abstract BibTeX arXiv:2112.01135

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionClusteringMetric LearningObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Uncertainty for Identifying Open-Set Errors in Visual Object Detection

2021-04-03 · Dimity Miller, Niko Sünderhauf, Michael Milford, Feras Dayoub

Deployed into an open world, object detectors are prone to open-set errors, false positive detections of object classes not present in the training dataset. We propose GMM-Det, a real-time method for extracting epistemic…

Objectobject-detectionObject Detection

V3Det Challenge 2024 on Vast Vocabulary and Open Vocabulary Object Detection: Methods and Results

2024-06-17 · Jiaqi Wang, Yuhang Zang, Pan Zhang, Tao Chu 외

Detecting objects in real-world scenes is a complex task due to various challenges, including the vast range of object categories, and potential encounters with previously unknown or unseen objects. The challenges necess…

Objectobject-detectionObject DetectionOpen-vocabulary object detection+1

Generative Region-Language Pretraining for Open-Ended Object Detection

2024-03-15 · CVPR 2024 1 · Chuang Lin, Yi Jiang, Lizhen Qu, Zehuan Yuan 외

In recent research, significant attention has been devoted to the open-vocabulary object detection task, aiming to generalize beyond the limited number of classes labeled during training and detect objects described by a…

Language ModelingLanguage ModellingObjectobject-detection+4

OpenRSD: Towards Open-prompts for Object Detection in Remote Sensing Images

2025-03-08 · Ziyue Huang, Yongchao Feng, Shuai Yang, Ziqi Liu 외

Remote sensing object detection has made significant progress, but most studies still focus on closed-set detection, limiting generalization across diverse datasets. Open-vocabulary object detection (OVD) provides a solu…

Objectobject-detectionObject DetectionOpen-vocabulary object detection+2

Open-World Objectness Modeling Unifies Novel Object Detection

2025-01-01 · CVPR 2025 1 · Shan Zhang, Yao Ni, Jinhao Du, Yuan Xue 외

The challenge in open-world object detection, similarly to few- and zero-shot learning, is to generalize beyond the class distribution of the training data. In this paper, we propose a general class-agnostic objectne…

Novel Object Detectionobject-detectionObject DetectionOpen-vocabulary object detection+3