paper-with-me

Papers

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

2024-09-24 · Sunoh Lee, Minsik Jeon, Jihong Min, Junwon Seo

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(VFM). 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.

📄 PDF Abstract BibTeX arXiv:2409.16073

Code (0)

등록된 구현이 없습니다.

Tasks

Novel Class DiscoveryObjectobject-detectionObject DetectionOpen World Object DetectionRepresentation LearningScene Understanding

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Solving Instance Detection from an Open-World Perspective

2025-03-01 · CVPR 2025 1 · Qianqian Shen, Yunhan Zhao, Nahyun Kwon, Jeeeun Kim 외

Instance detection (InsDet) aims to localize specific object instances within a novel scene imagery based on given visual references. Technically, it requires proposal detection to identify all possible object instances,…

Metric Learning

Objects in Semantic Topology

2021-10-06 · ICLR 2022 4 · Shuo Yang, Peize Sun, Yi Jiang, Xiaobo Xia 외

A more realistic object detection paradigm, Open-World Object Detection, has arisen increasing research interests in the community recently. A qualified open-world object detector can not only identify objects of known c…

Incremental LearningLanguage ModellingObjectobject-detection+2

From Local Matches to Global Masks: Template-Guided Instance Detection and Segmentation in Open-World Scenes

2026-03-03 · Qifan Zhang, Sai Haneesh Allu, Jikai Wang, Yangxiao Lu 외 arxiv

Detecting and segmenting novel object instances in open-world environments is a fundamental problem in robotic perception. Given only a small set of template images, a robot must locate and segment a specific object inst…

Towards Open World Object Detection

2021-03-03 · CVPR 2021 1 · K J Joseph, Salman Khan, Fahad Shahbaz Khan, Vineeth N Balasubramanian

Humans have a natural instinct to identify unknown object instances in their environments. The intrinsic curiosity about these unknown instances aids in learning about them, when the corresponding knowledge is eventually…

ClusteringObjectobject-detectionOpen World Object Detection

Looking Beyond the Known: Towards a Data Discovery Guided Open-World Object Detection

2025-09-30 · Anay Majee, Amitesh Gangrade, Rishabh Iyer arxiv

Open-World Object Detection (OWOD) enriches traditional object detectors by enabling continual discovery and integration of unknown objects via human guidance. However, existing OWOD approaches frequently suffer from sem…

Representation LearningObject Detection