English

Weakly Supervised Open-Vocabulary Object Detection

Computer Vision and Pattern Recognition 2023-12-20 v1

Abstract

Despite weakly supervised object detection (WSOD) being a promising step toward evading strong instance-level annotations, its capability is confined to closed-set categories within a single training dataset. In this paper, we propose a novel weakly supervised open-vocabulary object detection framework, namely WSOVOD, to extend traditional WSOD to detect novel concepts and utilize diverse datasets with only image-level annotations. To achieve this, we explore three vital strategies, including dataset-level feature adaptation, image-level salient object localization, and region-level vision-language alignment. First, we perform data-aware feature extraction to produce an input-conditional coefficient, which is leveraged into dataset attribute prototypes to identify dataset bias and help achieve cross-dataset generalization. Second, a customized location-oriented weakly supervised region proposal network is proposed to utilize high-level semantic layouts from the category-agnostic segment anything model to distinguish object boundaries. Lastly, we introduce a proposal-concept synchronized multiple-instance network, i.e., object mining and refinement with visual-semantic alignment, to discover objects matched to the text embeddings of concepts. Extensive experiments on Pascal VOC and MS COCO demonstrate that the proposed WSOVOD achieves new state-of-the-art compared with previous WSOD methods in both close-set object localization and detection tasks. Meanwhile, WSOVOD enables cross-dataset and open-vocabulary learning to achieve on-par or even better performance than well-established fully-supervised open-vocabulary object detection (FSOVOD).

Keywords

Cite

@article{arxiv.2312.12437,
  title  = {Weakly Supervised Open-Vocabulary Object Detection},
  author = {Jianghang Lin and Yunhang Shen and Bingquan Wang and Shaohui Lin and Ke Li and Liujuan Cao},
  journal= {arXiv preprint arXiv:2312.12437},
  year   = {2023}
}

Comments

Accepted by AAAI2024

R2 v1 2026-06-28T13:56:35.554Z