paper-with-me

Papers

ZISVFM: Zero-Shot Object Instance Segmentation in Indoor Robotic Environments with Vision Foundation Models

2025-02-05 · Ying Zhang, Maoliang Yin, Wenfu Bi, Haibao Yan, Shaohan Bian, Cui-Hua Zhang, Changchun Hua

Service robots operating in unstructured environments must effectively recognize and segment unknown objects to enhance their functionality. Traditional supervised learningbased segmentation techniques require extensive annotated datasets, which are impractical for the diversity of objects encountered in real-world scenarios. Unseen Object Instance Segmentation (UOIS) methods aim to address this by training models on synthetic data to generalize to novel objects, but they often suffer from the simulation-to-reality gap. This paper proposes a novel approach (ZISVFM) for solving UOIS by leveraging the powerful zero-shot capability of the segment anything model (SAM) and explicit visual representations from a selfsupervised vision transformer (ViT). The proposed framework operates in three stages: (1) generating object-agnostic mask proposals from colorized depth images using SAM, (2) refining these proposals using attention-based features from the selfsupervised ViT to filter non-object masks, and (3) applying K-Medoids clustering to generate point prompts that guide SAM towards precise object segmentation. Experimental validation on two benchmark datasets and a self-collected dataset demonstrates the superior performance of ZISVFM in complex environments, including hierarchical settings such as cabinets, drawers, and handheld objects. Our source code is available at https://github.com/Yinmlmaoliang/zisvfm.

📄 PDF Abstract BibTeX arXiv:2502.03266

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationObjectSegmentationSemantic SegmentationUnseen Object Instance Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Zero-Shot Instance Segmentation

2021-04-14 · CVPR 2021 1 · Ye Zheng, JiaHong Wu, Yongqiang Qin, Faen Zhang 외

Deep learning has significantly improved the precision of instance segmentation with abundant labeled data. However, in many areas like medical and manufacturing, collecting sufficient data is extremely hard and labeling…

Instance Segmentationobject-detectionObject DetectionSegmentation+3

Semantic-Promoted Debiasing and Background Disambiguation for Zero-Shot Instance Segmentation

2023-05-22 · CVPR 2023 1 · Shuting He, Henghui Ding, Wei Jiang

Zero-shot instance segmentation aims to detect and precisely segment objects of unseen categories without any training samples. Since the model is trained on seen categories, there is a strong bias that the model tends t…

Instance SegmentationSegmentationSemantic SegmentationZero-Shot Instance Segmentation

Frustratingly Simple but Effective Zero-shot Detection and Segmentation: Analysis and a Strong Baseline

2023-02-14 · Siddhesh Khandelwal, Anirudth Nambirajan, Behjat Siddiquie, Jayan Eledath 외

Methods for object detection and segmentation often require abundant instance-level annotations for training, which are time-consuming and expensive to collect. To address this, the task of zero-shot object detection (or…

Objectobject-detectionObject DetectionSegmentation+2

PanopticRecon: Leverage Open-vocabulary Instance Segmentation for Zero-shot Panoptic Reconstruction

2024-07-01 · Xuan Yu, Yili Liu, Chenrui Han, Sitong Mao 외

Panoptic reconstruction is a challenging task in 3D scene understanding. However, most existing methods heavily rely on pre-trained semantic segmentation models and known 3D object bounding boxes for 3D panoptic segmenta…

3D Panoptic SegmentationInstance SegmentationPanoptic SegmentationScene Understanding+3

SAM2Object: Consolidating View Consistency via SAM2 for Zero-Shot 3D Instance Segmentation

2025-01-01 · CVPR 2025 1 · Jihuai Zhao, Junbao Zhuo, Jiansheng Chen, Huimin Ma

In the field of zero-shot 3D instance segmentation, existing 2D-to-3D lifting methods typically obtain 2D segmentation across multiple RGB frames using vision foundation models, which are then projected and merged in…

3D Instance SegmentationInstance SegmentationSegmentationSemantic Segmentation