paper-with-me

Papers

PROB: Probabilistic Objectness for Open World Object Detection

2022-12-02 · CVPR 2023 1 · Orr Zohar, Kuan-Chieh Wang, Serena Yeung

Open World Object Detection (OWOD) is a new and challenging computer vision task that bridges the gap between classic object detection (OD) benchmarks and object detection in the real world. In addition to detecting and classifying seen/labeled objects, OWOD algorithms are expected to detect novel/unknown objects - which can be classified and incrementally learned. In standard OD, object proposals not overlapping with a labeled object are automatically classified as background. Therefore, simply applying OD methods to OWOD fails as unknown objects would be predicted as background. The challenge of detecting unknown objects stems from the lack of supervision in distinguishing unknown objects and background object proposals. Previous OWOD methods have attempted to overcome this issue by generating supervision using pseudo-labeling - however, unknown object detection has remained low. Probabilistic/generative models may provide a solution for this challenge. Herein, we introduce a novel probabilistic framework for objectness estimation, where we alternate between probability distribution estimation and objectness likelihood maximization of known objects in the embedded feature space - ultimately allowing us to estimate the objectness probability of different proposals. The resulting Probabilistic Objectness transformer-based open-world detector, PROB, integrates our framework into traditional object detection models, adapting them for the open-world setting. Comprehensive experiments on OWOD benchmarks show that PROB outperforms all existing OWOD methods in both unknown object detection ($\sim 2\times$ unknown recall) and known object detection ($\sim 10\%$ mAP). Our code will be made available upon publication at https://github.com/orrzohar/PROB.

📄 PDF Abstract BibTeX arXiv:2212.01424

Code (1)

orrzohar/prob 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionOpen World Object Detection

Similar Papers 제목 키워드 기반

Decoupled PROB: Decoupled Query Initialization Tasks and Objectness-Class Learning for Open World Object Detection

2025-07-17 · Riku Inoue, Masamitsu Tsuchiya, Yuji Yasui

Open World Object Detection (OWOD) is a challenging computer vision task that extends standard object detection by (1) detecting and classifying unknown objects without supervision, and (2) incrementally learning new obj…

object-detectionObject DetectionOpen World Object Detection

Towards 3D Objectness Learning in an Open World

2025-10-20 · Taichi Liu, Zhenyu Wang, Ruofeng Liu, Guang Wang 외 arxiv

Recent advancements in 3D object detection and novel category detection have made significant progress, yet research on learning generalized 3D objectness remains insufficient. In this paper, we delve into learning open-…

3D Object Detection

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

Multimodal-Enhanced Objectness Learner for Corner Case Detection in Autonomous Driving

2024-02-03 · Lixing Xiao, Ruixiao Shi, Xiaoyang Tang, Yi Zhou

Previous works on object detection have achieved high accuracy in closed-set scenarios, but their performance in open-world scenarios is not satisfactory. One of the challenging open-world problems is corner case detecti…

Autonomous DrivingMultimodal Deep LearningObject Detection

Addressing Visual Search in Open and Closed Set Settings

2020-12-11 · Nathan Drenkow, Philippe Burlina, Neil Fendley, Onyekachi Odoemene 외

Searching for small objects in large images is a task that is both challenging for current deep learning systems and important in numerous real-world applications, such as remote sensing and medical imaging. Thorough sca…

Objectobject-detectionObject Detection