paper-with-me

Papers

Detecting Unknown Objects via Energy-based Separation for Open World Object Detection

2026-03-31 · Jun-Woo Heo, Keonhee Park, Gyeong-Moon Park arxiv

In this work, we tackle the problem of Open World Object Detection (OWOD). This challenging scenario requires the detector to incrementally learn to classify known objects without forgetting while identifying unknown objects without supervision. Previous OWOD methods have enhanced the unknown discovery process and employed memory replay to mitigate catastrophic forgetting. However, since existing methods heavily rely on the detector's known class predictions for detecting unknown objects, they struggle to effectively learn and recognize unknown object representations. Moreover, while memory replay mitigates forgetting of old classes, it often sacrifices the knowledge of newly learned classes. To resolve these limitations, we propose DEUS (Detecting Unknowns via energy-based Separation), a novel framework that addresses the challenges of Open World Object Detection. DEUS consists of Equiangular Tight Frame (ETF)-Subspace Unknown Separation (EUS) and an Energy-based Known Distinction (EKD) loss. EUS leverages ETF-based geometric properties to create orthogonal subspaces, enabling cleaner separation between known and unknown object representations. Unlike prior energy-based approaches that consider only the known space, EUS utilizes energies from both spaces to better capture distinct patterns of unknown objects. Furthermore, EKD loss enforces the separation between previous and current classifiers, thus minimizing knowledge interference between previous and newly learned classes during memory replay. We thoroughly validate DEUS on OWOD benchmarks, demonstrating outstanding performance improvements in unknown detection while maintaining competitive known class performance.

📄 PDF Abstract BibTeX arXiv:2603.29954

Code (0)

등록된 구현이 없습니다.

Tasks

Open World Object Detection

Similar Papers 제목 키워드 기반

Open-Set Object Detection Using Classification-free Object Proposal and Instance-level Contrastive Learning

2022-11-21 · Zhongxiang Zhou, Yifei Yang, Yue Wang, Rong Xiong

Detecting both known and unknown objects is a fundamental skill for robot manipulation in unstructured environments. Open-set object detection (OSOD) is a promising direction to handle the problem consisting of two subta…

Contrastive LearningObjectobject-detectionObject Detection+2

Unknown Sniffer for Object Detection: Don't Turn a Blind Eye to Unknown Objects

2023-03-24 · CVPR 2023 1 · Wenteng Liang, Feng Xue, Yihao Liu, Guofeng Zhong 외

The recently proposed open-world object and open-set detection have achieved a breakthrough in finding never-seen-before objects and distinguishing them from known ones. However, their studies on knowledge transfer from …

Objectobject-detectionObject DetectionOpen World Object Detection+1

Unsupervised Recognition of Unknown Objects for Open-World Object Detection

2023-08-31 · Ruohuan Fang, Guansong Pang, Lei Zhou, Xiao Bai 외

Open-World Object Detection (OWOD) extends object detection problem to a realistic and dynamic scenario, where a detection model is required to be capable of detecting both known and unknown objects and incrementally lea…

Objectobject-detectionObject DetectionOpen World Object Detection+1

SASep: Saliency-Aware Structured Separation of Geometry and Feature for Open Set Learning on Point Clouds

2025-06-16 · CVPR 2025 1 · Jinfeng Xu, Xianzhi Li, Yuan Tang, Xu Han 외

Recent advancements in deep learning have greatly enhanced 3D object recognition, but most models are limited to closed-set scenarios, unable to handle unknown samples in real-world applications. Open-set recognition (OS…

3D Object RecognitionObject RecognitionOpen Set Learning

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

2023-03-21 · Shuailei Ma, Yuefeng Wang, Ying WEI, Peihao Chen 외

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 detectin…

Objectobject-detectionObject DetectionOpen World Object Detection