paper-with-me

Papers

Revisiting Open World Object Detection

2022-01-03 · Xiaowei Zhao, Xianglong Liu, Yifan Shen, Yixuan Qiao, Yuqing Ma, Duorui Wang

Open World Object Detection (OWOD), simulating the real dynamic world where knowledge grows continuously, attempts to detect both known and unknown classes and incrementally learn the identified unknown ones. We find that although the only previous OWOD work constructively puts forward to the OWOD definition, the experimental settings are unreasonable with the illogical benchmark, confusing metric calculation, and inappropriate method. In this paper, we rethink the OWOD experimental setting and propose five fundamental benchmark principles to guide the OWOD benchmark construction. Moreover, we design two fair evaluation protocols specific to the OWOD problem, filling the void of evaluating from the perspective of unknown classes. Furthermore, we introduce a novel and effective OWOD framework containing an auxiliary Proposal ADvisor (PAD) and a Class-specific Expelling Classifier (CEC). The non-parametric PAD could assist the RPN in identifying accurate unknown proposals without supervision, while CEC calibrates the over-confident activation boundary and filters out confusing predictions through a class-specific expelling function. Comprehensive experiments conducted on our fair benchmark demonstrate that our method outperforms other state-of-the-art object detection approaches in terms of both existing and our new metrics. Our benchmark and code are available at https://github.com/RE-OWOD/RE-OWOD.

📄 PDF Abstract BibTeX arXiv:2201.00471

Code (1)

re-owod/re-owod 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionOpen World Object Detection

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…

Similar Papers 제목 키워드 기반

Revisiting Physically Realizable Adversarial Object Attack against LiDAR-based Detection: Clarifying Problem Formulation and Experimental Protocols

2025-07-24 · Luo Cheng, Hanwei Zhang, Lijun Zhang, Holger Hermanns arxiv

Adversarial robustness in LiDAR-based 3D object detection is a critical research area due to its widespread application in real-world scenarios. While many digital attacks manipulate point clouds or meshes, they often la…

Adversarial Robustness3D Object DetectionPoint Clouds

Incremental Few-Shot Object Detection

2020-03-10 · CVPR 2020 6 · Juan-Manuel Perez-Rua, Xiatian Zhu, Timothy Hospedales, Tao Xiang

Most existing object detection methods rely on the availability of abundant labelled training samples per class and offline model training in a batch mode. These requirements substantially limit their scalability to open…

Few-Shot LearningFew-Shot Object DetectionIncremental LearningMeta-Learning+3

BSDP: Brain-inspired Streaming Dual-level Perturbations for Online Open World Object Detection

2024-03-05 · Yu Chen, Liyan Ma, Liping Jing, Jian Yu

Humans can easily distinguish the known and unknown categories and can recognize the unknown object by learning it once instead of repeating it many times without forgetting the learned object. Hence, we aim to make deep…

Incremental Learningobject-detectionObject DetectionOpen World Object Detection

Revisiting 3D Object Detection From an Egocentric Perspective

2021-12-14 · NeurIPS 2021 12 · Boyang Deng, Charles R. Qi, Mahyar Najibi, Thomas Funkhouser 외

3D object detection is a key module for safety-critical robotics applications such as autonomous driving. For these applications, we care most about how the detections affect the ego-agent's behavior and safety (the egoc…

3D Object DetectionAutonomous DrivingObjectobject-detection+1

Revisiting Image-Language Networks for Open-ended Phrase Detection

2018-11-17 · Bryan A. Plummer, Kevin J. Shih, Yichen Li, Ke Xu 외

Most existing work that grounds natural language phrases in images starts with the assumption that the phrase in question is relevant to the image. In this paper we address a more realistic version of the natural languag…

object-detectionObject DetectionPhrase Grounding