Open-Vocabulary Object Detection via Neighboring Region Attention Alignment
Sunyuan Qiang, Xianfei Li, Yanyan Liang, Wenlong Liao, Tao He, Pai Peng
TL;DR
This work tackles open-vocabulary object detection by addressing insufficient inter-region relational information during distillation with vision-language models. It introduces Neighboring Region Attention Alignment (NRAA), which samples neighboring regions around each proposal and applies attention over region tokens to produce relational features that are aligned with VLM embeddings via an infoNCE loss. Empirical results on OV-COCO and OV-LVIS show substantial gains over prior distillation-based methods while maintaining strong base-class performance, demonstrating the importance of relational context in cross-modal alignment. The method provides a practical, end-to-end approach that enhances open-vocabulary inference in two-stage detectors without increasing inference cost.
Abstract
The nature of diversity in real-world environments necessitates neural network models to expand from closed category settings to accommodate novel emerging categories. In this paper, we study the open-vocabulary object detection (OVD), which facilitates the detection of novel object classes under the supervision of only base annotations and open-vocabulary knowledge. However, we find that the inadequacy of neighboring relationships between regions during the alignment process inevitably constrains the performance on recent distillation-based OVD strategies. To this end, we propose Neighboring Region Attention Alignment (NRAA), which performs alignment within the attention mechanism of a set of neighboring regions to boost the open-vocabulary inference. Specifically, for a given proposal region, we randomly explore the neighboring boxes and conduct our proposed neighboring region attention (NRA) mechanism to extract relationship information. Then, this interaction information is seamlessly provided into the distillation procedure to assist the alignment between the detector and the pre-trained vision-language models (VLMs). Extensive experiments validate that our proposed model exhibits superior performance on open-vocabulary benchmarks.
