English

Open-World Object Detection via Discriminative Class Prototype Learning

Computer Vision and Pattern Recognition 2023-02-24 v1

Abstract

Open-world object detection (OWOD) is a challenging problem that combines object detection with incremental learning and open-set learning. Compared to standard object detection, the OWOD setting is task to: 1) detect objects seen during training while identifying unseen classes, and 2) incrementally learn the knowledge of the identified unknown objects when the corresponding annotations is available. We propose a novel and efficient OWOD solution from a prototype perspective, which we call OCPL: Open-world object detection via discriminative Class Prototype Learning, which consists of a Proposal Embedding Aggregator (PEA), an Embedding Space Compressor (ESC) and a Cosine Similarity-based Classifier (CSC). All our proposed modules aim to learn the discriminative embeddings of known classes in the feature space to minimize the overlapping distributions of known and unknown classes, which is beneficial to differentiate known and unknown classes. Extensive experiments performed on PASCAL VOC and MS-COCO benchmark demonstrate the effectiveness of our proposed method.

Keywords

Cite

@article{arxiv.2302.11757,
  title  = {Open-World Object Detection via Discriminative Class Prototype Learning},
  author = {Jinan Yu and Liyan Ma and Zhenglin Li and Yan Peng and Shaorong Xie},
  journal= {arXiv preprint arXiv:2302.11757},
  year   = {2023}
}

Comments

4 pages, 3 figures, ICIP2022

R2 v1 2026-06-28T08:47:31.094Z