paper-with-me

Papers

Any3DIS: Class-Agnostic 3D Instance Segmentation by 2D Mask Tracking

2024-11-25 · CVPR 2025 1 · Phuc Nguyen, Minh Luu, Anh Tran, Cuong Pham, Khoi Nguyen

Existing 3D instance segmentation methods frequently encounter issues with over-segmentation, leading to redundant and inaccurate 3D proposals that complicate downstream tasks. This challenge arises from their unsupervised merging approach, where dense 2D instance masks are lifted across frames into point clouds to form 3D candidate proposals without direct supervision. These candidates are then hierarchically merged based on heuristic criteria, often resulting in numerous redundant segments that fail to combine into precise 3D proposals. To overcome these limitations, we propose a 3D-Aware 2D Mask Tracking module that uses robust 3D priors from a 2D mask segmentation and tracking foundation model (SAM-2) to ensure consistent object masks across video frames. Rather than merging all visible superpoints across views to create a 3D mask, our 3D Mask Optimization module leverages a dynamic programming algorithm to select an optimal set of views, refining the superpoints to produce a final 3D proposal for each object. Our approach achieves comprehensive object coverage within the scene while reducing unnecessary proposals, which could otherwise impair downstream applications. Evaluations on ScanNet200 and ScanNet++ confirm the effectiveness of our method, with improvements across Class-Agnostic, Open-Vocabulary, and Open-Ended 3D Instance Segmentation tasks.

📄 PDF Abstract BibTeX arXiv:2411.16183

Code (0)

등록된 구현이 없습니다.

Tasks

3D Instance Segmentation3D Open-Vocabulary Instance SegmentationInstance SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

OpenVIS: Open-vocabulary Video Instance Segmentation

2023-05-26 · Pinxue Guo, Tony Huang, Peiyang He, Xuefeng Liu 외

Open-vocabulary Video Instance Segmentation (OpenVIS) can simultaneously detect, segment, and track arbitrary object categories in a video, without being constrained to categories seen during training. In this work, we p…

Instance SegmentationSegmentationSemantic SegmentationVideo Instance Segmentation

Learning to Track Any Object

2019-10-25 · Achal Dave, Pavel Tokmakov, Cordelia Schmid, Deva Ramanan

Object tracking can be formulated as "finding the right object in a video". We observe that recent approaches for class-agnostic tracking tend to focus on the "finding" part, but largely overlook the "object" part of the…

Instance SegmentationObjectObject TrackingSemantic Segmentation+3

Weakly-supervised Instance Segmentation via Class-agnostic Learning with Salient Images

2021-04-04 · CVPR 2021 1 · Xinggang Wang, Jiapei Feng, Bin Hu, Qi Ding 외

Humans have a strong class-agnostic object segmentation ability and can outline boundaries of unknown objects precisely, which motivates us to propose a box-supervised class-agnostic object segmentation (BoxCaseg) based …

Box-supervised Instance SegmentationInstance SegmentationMulti-Task LearningObject+4

Classifying, Segmenting, and Tracking Object Instances in Video with Mask Propagation

2019-12-10 · CVPR 2020 6 · Gedas Bertasius, Lorenzo Torresani

We introduce a method for simultaneously classifying, segmenting and tracking object instances in a video sequence. Our method, named MaskProp, adapts the popular Mask R-CNN to video by adding a mask propagation branch t…

Instance SegmentationObjectSegmentationSemantic Segmentation+1

Prior to Segment: Foreground Cues for Weakly Annotated Classes in Partially Supervised Instance Segmentation

2020-11-23 · ICCV 2021 10 · David Biertimpel, Sindi Shkodrani, Anil S. Baslamisli, Nóra Baka

Instance segmentation methods require large datasets with expensive and thus limited instance-level mask labels. Partially supervised instance segmentation aims to improve mask prediction with limited mask labels by util…

Instance SegmentationSegmentationSemantic Segmentation