Detecting Unknown Objects via Energy-based Separation for Open World Object Detection
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Open World Object DetectionSimilar Papers 제목 키워드 기반
Open-Set Object Detection Using Classification-free Object Proposal and Instance-level Contrastive Learning
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+2Unknown Sniffer for Object Detection: Don't Turn a Blind Eye to Unknown Objects
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+1Unsupervised Recognition of Unknown Objects for Open-World Object Detection
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+1SASep: Saliency-Aware Structured Separation of Geometry and Feature for Open Set Learning on Point Clouds
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 LearningDetecting the open-world objects with the help of the Brain
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