OSR-ViT: A Simple and Modular Framework for Open-Set Object Detection and Discovery
Matthew Inkawhich, Nathan Inkawhich, Hao Yang, Jingyang Zhang, Randolph Linderman, Yiran Chen
TL;DR
OSODD tackles the gap in open-set detection by requiring high recall of unknown objects in addition to accurate known-class detection. The authors propose OSR-ViT, a modular detector combining a class-agnostic proposal network (e.g., THPN) with a ViT-based foundational classifier (e.g., DINOv2), using an energy-based OOD score and a threshold-independent $AOSP$ metric for evaluation. The framework achieves state-of-the-art performance across natural imagery, limited-data, and remote-sensing benchmarks, often outperforming fully supervised baselines, especially in low-data regimes. The approach is plug-and-play and future-proof, enabling seamless integration of new proposal methods or foundational models with strong practical impact for real-world open-set detection tasks.
Abstract
An object detector's ability to detect and flag \textit{novel} objects during open-world deployments is critical for many real-world applications. Unfortunately, much of the work in open object detection today is disjointed and fails to adequately address applications that prioritize unknown object recall \textit{in addition to} known-class accuracy. To close this gap, we present a new task called Open-Set Object Detection and Discovery (OSODD) and as a solution propose the Open-Set Regions with ViT features (OSR-ViT) detection framework. OSR-ViT combines a class-agnostic proposal network with a powerful ViT-based classifier. Its modular design simplifies optimization and allows users to easily swap proposal solutions and feature extractors to best suit their application. Using our multifaceted evaluation protocol, we show that OSR-ViT obtains performance levels that far exceed state-of-the-art supervised methods. Our method also excels in low-data settings, outperforming supervised baselines using a fraction of the training data.
