Open-Set Object Detection By Aligning Known Class Representations
Hiran Sarkar, Vishal Chudasama, Naoyuki Onoe, Pankaj Wasnik, Vineeth N Balasubramanian
TL;DR
Open-Set Object Detection (OSOD) addresses detecting known classes while identifying unknown objects, a task where many detectors misclassify unknowns that are semantically near to known categories. The authors propose a semantic clustering-based framework that aligns region proposals with CLIP-based semantic embeddings, a class decorrelation module to enforce inter-cluster separation, and an object focus loss to strengthen objectness learning, complemented by entropy-thresholding evaluation and Harmonic Mean Precision (HMP) to jointly assess known and unknown performance, defined as $HMP = \frac{2 \cdot mAP_k \cdot AP_u}{mAP_k + AP_u}$. Built on Faster R-CNN, the approach adds a 1x1 conv to the RPN head, CLIP-based semantic alignment, and a decorrelation step, yielding strong improvements on VOC and COCO across multiple open-set settings and backbones. Ablation studies verify the contribution of each component, demonstrating superior AP$_u$, reduced AOSE, and improved WI and HMP over state-of-the-art methods like OpenDet and OpenSetRCNN. The results suggest that semantic boundary alignment and robust objectness learning significantly advance OSOD, with potential extensions to incremental OSOD and open-set domain adaptation.
Abstract
Open-Set Object Detection (OSOD) has emerged as a contemporary research direction to address the detection of unknown objects. Recently, few works have achieved remarkable performance in the OSOD task by employing contrastive clustering to separate unknown classes. In contrast, we propose a new semantic clustering-based approach to facilitate a meaningful alignment of clusters in semantic space and introduce a class decorrelation module to enhance inter-cluster separation. Our approach further incorporates an object focus module to predict objectness scores, which enhances the detection of unknown objects. Further, we employ i) an evaluation technique that penalizes low-confidence outputs to mitigate the risk of misclassification of the unknown objects and ii) a new metric called HMP that combines known and unknown precision using harmonic mean. Our extensive experiments demonstrate that the proposed model achieves significant improvement on the MS-COCO & PASCAL VOC dataset for the OSOD task.
