English

OW-Rep: Open World Object Detection with Instance Representation Learning

Computer Vision and Pattern Recognition 2025-12-23 v3 Robotics

Abstract

Open World Object Detection(OWOD) addresses realistic scenarios where unseen object classes emerge, enabling detectors trained on known classes to detect unknown objects and incrementally incorporate the knowledge they provide. While existing OWOD methods primarily focus on detecting unknown objects, they often overlook the rich semantic relationships between detected objects, which are essential for scene understanding and applications in open-world environments (e.g., open-world tracking and novel class discovery). In this paper, we extend the OWOD framework to jointly detect unknown objects and learn semantically rich instance embeddings, enabling the detector to capture fine-grained semantic relationships between instances. To this end, we propose two modules that leverage the rich and generalizable knowledge of Vision Foundation Models(VFMs) and can be integrated into open-world object detectors. First, the Unknown Box Refine Module uses instance masks from the Segment Anything Model to accurately localize unknown objects. The Embedding Transfer Module then distills instance-wise semantic similarities from VFM features to the detector's embeddings via a relaxed contrastive loss, enabling the detector to learn a semantically meaningful and generalizable instance feature. Extensive experiments show that our method significantly improves both unknown object detection and instance embedding quality, while also enhancing performance in downstream tasks such as open-world tracking.

Keywords

Cite

@article{arxiv.2409.16073,
  title  = {OW-Rep: Open World Object Detection with Instance Representation Learning},
  author = {Sunoh Lee and Minsik Jeon and Jihong Min and Junwon Seo},
  journal= {arXiv preprint arXiv:2409.16073},
  year   = {2025}
}

Comments

Accepted to WACV 2026. Our project website can be found at https://sunohlee.github.io/OW-Rep/