Knowing the Unknown: Interpretable Open-World Object Detection via Concept Decomposition Model
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Open World Object Detection | M-OWODB Task 1 | U-Recall50.1 | 15 | |
| Open World Object Detection | M-OWODB Task 4 | mAP (Both)42.2 | 8 | |
| Open World Object Detection | M-OWODB Task 2 | U-Recall41.9 | 7 | |
| Open World Object Detection | M-OWODB Task 3 | U-Recall46.3 | 7 | |
| Open World Object Detection | S-OWODB Task 1 | U-Recall34.7 | 7 | |
| Open World Object Detection | S-OWODB Task 2 | U-Recall32.6 | 7 | |
| Open World Object Detection | S-OWODB Task 3 | U-Recall44.3 | 7 | |
| Open World Object Detection | S-OWODB Task 4 | mAP (Previous)50.2 | 7 | |
| Open World Object Detection | DIOR Task 1 (test) | U-Recall19.9 | 2 | |
| Open World Object Detection | DIOR Task 2 (test) | mAP Prev.68.2 | 2 |