Deriving reliable region-word alignment from image-text pairs is critical to learn object-level vision-language representations for open-vocabulary object detection. Existing methods typically rely on pre-trained or self-trained vision-language models for alignment, which are prone to limitations in localization accuracy or generalization capabilities. In this paper, we propose CoDet, a novel approach that overcomes the reliance on pre-aligned vision-language space by reformulating region-word alignment as a co-occurring object discovery problem. Intuitively, by grouping images that mention a shared concept in their captions, objects corresponding to the shared concept shall exhibit high co-occurrence among the group. CoDet then leverages visual similarities to discover the co-occurring objects and align them with the shared concept. Extensive experiments demonstrate that CoDet has superior performances and compelling scalability in open-vocabulary detection, e.g., by scaling up the visual backbone, CoDet achieves 37.0 APnovelm and 44.7 APallm on OV-LVIS, surpassing the previous SoTA by 4.2 APnovelm and 9.8 APallm. Code is available at https://github.com/CVMI-Lab/CoDet.
@article{arxiv.2310.16667,
title = {CoDet: Co-Occurrence Guided Region-Word Alignment for Open-Vocabulary Object Detection},
author = {Chuofan Ma and Yi Jiang and Xin Wen and Zehuan Yuan and Xiaojuan Qi},
journal= {arXiv preprint arXiv:2310.16667},
year = {2023}
}