paper-with-me

홈 › Papers

Knowing the Unknown: Interpretable Open-World Object Detection via Concept Decomposition Model

2026-02-24 · Xueqiang Lv, Shizhou Zhang, Yinghui Xing, Di Xu, Peng Wang, Yanning Zhang arxiv

Open-world object detection (OWOD) requires incrementally detecting known categories while reliably identifying unknown objects. Existing methods primarily focus on improving unknown recall, yet overlook interpretability, often leading to known-unknown confusion and reduced prediction reliability. This paper aims to make the entire OWOD framework interpretable, enabling the detector to truly "knowing the unknown". To this end, we propose a concept-driven InterPretable OWOD framework(IPOW) by introducing a Concept Decomposition Model (CDM) for OWOD, which explicitly decomposes the coupled RoI features in Faster R-CNN into discriminative, shared, and background concepts. Discriminative concepts identify the most discriminative features to enlarge the distances between known categories, while shared and background concepts, due to their strong generalization ability, can be readily transferred to detect unknown categories. Leveraging the interpretable framework, we identify that known-unknown confusion arises when unknown objects fall into the discriminative space of known classes. To address this, we propose Concept-Guided Rectification (CGR) to further resolve such confusion. Extensive experiments show that IPOW significantly improves unknown recall while mitigating confusion, and provides concept-level interpretability for both known and unknown predictions.

📄 PDF Abstract BibTeX arXiv:2602.20616

Code (0)

등록된 구현이 없습니다.

Tasks

Object Detection

Similar Papers 제목 키워드 기반

Learning without Seeing nor Knowing: Towards Open Zero-Shot Learning

2021-03-23 · Federico Marmoreo, Julio Ivan Davila Carrazco, Vittorio Murino, Jacopo Cavazza

In Generalized Zero-Shot Learning (GZSL), unseen categories (for which no visual data are available at training time) can be predicted by leveraging their class embeddings (e.g., a list of attributes describing them) tog…

Generalized Zero-Shot LearningZero-Shot Learning

Language-Guided Open-World Anomaly Segmentation

2025-12-01 · Klara Reichard, Nikolas Brasch, Nassir Navab, Federico Tombari arxiv

Open-world and anomaly segmentation methods seek to enable autonomous driving systems to detect and segment both known and unknown objects in real-world scenes. However, existing methods do not assign semantically meanin…

Autonomous Driving

Quantum learning and essential cognition under the traction of meta-characteristics in an open world

2023-11-22 · Jin Wang, Changlin Song

Artificial intelligence has made significant progress in the Close World problem, being able to accurately recognize old knowledge through training and classification. However, AI faces significant challenges in the Open…

UC-OWOD: Unknown-Classified Open World Object Detection

2022-07-23 · Zhiheng Wu, Yue Lu, Xingyu Chen, Zhengxing Wu 외

Open World Object Detection (OWOD) is a challenging computer vision problem that requires detecting unknown objects and gradually learning the identified unknown classes. However, it cannot distinguish unknown instances …

Objectobject-detectionObject DetectionOpen World Object Detection

Open World DETR: Transformer based Open World Object Detection

2022-12-06 · Na Dong, Yongqiang Zhang, Mingli Ding, Gim Hee Lee

Open world object detection aims at detecting objects that are absent in the object classes of the training data as unknown objects without explicit supervision. Furthermore, the exact classes of the unknown objects must…

Knowledge DistillationObjectobject-detectionObject Detection+1