Hyp-OW: Exploiting Hierarchical Structure Learning with Hyperbolic Distance Enhances Open World Object Detection
Thang Doan, Xin Li, Sima Behpour, Wenbin He, Liang Gou, Liu Ren
TL;DR
The paper tackles Open World Object Detection by addressing the lack of explicit unknown labeling and the weak linkage between known and unknown classes. It introduces Hyp-OW, a method that learns hierarchical representations in hyperbolic space through a Hyperbolic Contrastive Loss, a SuperClass Regularizer, and an Adaptive Relabeling scheme to detect unknowns. Empirical results show consistent improvements in both unknown recall and known detection across hierarchical and semi-hierarchical benchmarks, with ablations highlighting the contribution of each component and the role of hyperbolic curvature. The approach offers a principled way to exploit semantic hierarchies for open-world perception, with potential applicability to related tasks like OOD detection and instance segmentation, and points toward leveraging vision–language priors to further enhance unknown-object retrieval.
Abstract
Open World Object Detection (OWOD) is a challenging and realistic task that extends beyond the scope of standard Object Detection task. It involves detecting both known and unknown objects while integrating learned knowledge for future tasks. However, the level of "unknownness" varies significantly depending on the context. For example, a tree is typically considered part of the background in a self-driving scene, but it may be significant in a household context. We argue that this contextual information should already be embedded within the known classes. In other words, there should be a semantic or latent structure relationship between the known and unknown items to be discovered. Motivated by this observation, we propose Hyp-OW, a method that learns and models hierarchical representation of known items through a SuperClass Regularizer. Leveraging this representation allows us to effectively detect unknown objects using a similarity distance-based relabeling module. Extensive experiments on benchmark datasets demonstrate the effectiveness of Hyp-OW, achieving improvement in both known and unknown detection (up to 6 percent). These findings are particularly pronounced in our newly designed benchmark, where a strong hierarchical structure exists between known and unknown objects. Our code can be found at https://github.com/boschresearch/Hyp-OW
