paper-with-me

Papers

SOS: Segment Object System for Open-World Instance Segmentation With Object Priors

2024-09-22 · Christian Wilms, Tim Rolff, Maris Hillemann, Robert Johanson, Simone Frintrop

We propose an approach for Open-World Instance Segmentation (OWIS), a task that aims to segment arbitrary unknown objects in images by generalizing from a limited set of annotated object classes during training. Our Segment Object System (SOS) explicitly addresses the generalization ability and the low precision of state-of-the-art systems, which often generate background detections. To this end, we generate high-quality pseudo annotations based on the foundation model SAM. We thoroughly study various object priors to generate prompts for SAM, explicitly focusing the foundation model on objects. The strongest object priors were obtained by self-attention maps from self-supervised Vision Transformers, which we utilize for prompting SAM. Finally, the post-processed segments from SAM are used as pseudo annotations to train a standard instance segmentation system. Our approach shows strong generalization capabilities on COCO, LVIS, and ADE20k datasets and improves on the precision by up to 81.6% compared to the state-of-the-art. Source code is available at: https://github.com/chwilms/SOS

📄 PDF Abstract BibTeX arXiv:2409.14627

Code (1)

chwilms/sos 공식 구현 pytorch

Tasks

Instance SegmentationObjectOpen-World Instance SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
SAM 설명 없음

Similar Papers 제목 키워드 기반

Open-World Panoptic Segmentation

2024-12-17 · Matteo Sodano, Federico Magistri, Jens Behley, Cyrill Stachniss

Perception is a key building block of autonomously acting vision systems such as autonomous vehicles. It is crucial that these systems are able to understand their surroundings in order to operate safely and robustly. Ad…

Autonomous DrivingAutonomous VehiclesPanoptic SegmentationSegmentation+1

3D Indoor Instance Segmentation in an Open-World

2023-09-25 · NeurIPS 2023 11 · Mohamed El Amine Boudjoghra, Salwa K. Al Khatib, Jean Lahoud, Hisham Cholakkal 외

Existing 3D instance segmentation methods typically assume that all semantic classes to be segmented would be available during training and only seen categories are segmented at inference. We argue that such a closed-wor…

3D Instance SegmentationInstance SegmentationSegmentationSemantic Segmentation

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…

OW-VISCapTor: Abstractors for Open-World Video Instance Segmentation and Captioning

2024-04-04 · Anwesa Choudhuri, Girish Chowdhary, Alexander G. Schwing

We propose the new task 'open-world video instance segmentation and captioning'. It requires to detect, segment, track and describe with rich captions never before seen objects. This challenging task can be addressed by …

DescriptiveDiversityInstance SegmentationLanguage Modeling+7

OpenMask3D: Open-Vocabulary 3D Instance Segmentation

2023-06-23 · NeurIPS 2023 11

We introduce the task of open-vocabulary 3D instance segmentation. Current approaches for 3D instance segmentation can typically only recognize object categories from a pre-defined closed set of classes that are annotate…

3D Instance Segmentation3D Open-Vocabulary Instance SegmentationInstance SegmentationObject+4