paper-with-me

Papers

MV-SAM: Multi-view Promptable Segmentation using Pointmap Guidance

2026-01-25 · Yoonwoo Jeong, Cheng Sun, Yu-Chiang Frank Wang, Minsu Cho, Jaesung Choe arxiv

Promptable segmentation has emerged as a powerful paradigm in computer vision, enabling users to guide models in parsing complex scenes with prompts such as clicks, boxes, or textual cues. Recent advances, exemplified by the Segment Anything Model (SAM), have extended this paradigm to videos and multi-view images. However, the lack of 3D awareness often leads to inconsistent results, necessitating costly per-scene optimization to enforce 3D consistency. In this work, we introduce MV-SAM, a framework for multi-view segmentation that achieves 3D consistency using pointmaps -- 3D points reconstructed from unposed images by recent visual geometry models. Leveraging the pixel-point one-to-one correspondence of pointmaps, MV-SAM lifts images and prompts into 3D space, eliminating the need for explicit 3D networks or annotated 3D data. Specifically, MV-SAM extends SAM by lifting image embeddings from its pretrained encoder into 3D point embeddings, which are decoded by a transformer using cross-attention with 3D prompt embeddings. This design aligns 2D interactions with 3D geometry, enabling the model to implicitly learn consistent masks across views through 3D positional embeddings. Trained on the SA-1B dataset, our method generalizes well across domains, outperforming SAM2-Video and achieving comparable performance with per-scene optimization baselines on NVOS, SPIn-NeRF, ScanNet++, uCo3D, and DL3DV benchmarks. Code will be released.

📄 PDF Abstract BibTeX arXiv:2601.17866

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Pointmap Association and Piecewise-Plane Constraint for Consistent and Compact 3D Gaussian Segmentation Field

2025-02-22 · Wenhao Hu, Wenhao Chai, Shengyu Hao, Xiaotong Cui 외

Achieving a consistent and compact 3D segmentation field is crucial for maintaining semantic coherence across views and accurately representing scene structures. Previous 3D scene segmentation methods rely on video segme…

2D Panoptic Segmentation3D Scene ReconstructionPanoptic SegmentationScene Segmentation+3

Pointmap-Conditioned Diffusion for Consistent Novel View Synthesis

2025-01-06 · Thang-Anh-Quan Nguyen, Nathan Piasco, Luis Roldão, Moussab Bennehar 외

In this paper, we present PointmapDiffusion, a novel framework for single-image novel view synthesis (NVS) that utilizes pre-trained 2D diffusion models. Our method is the first to leverage pointmaps (i.e. rasterized 3D …

Novel View Synthesis

Can Video Diffusion Model Reconstruct 4D Geometry?

2025-03-27 · Jinjie Mai, Wenxuan Zhu, Haozhe Liu, Bing Li 외

Reconstructing dynamic 3D scenes (i.e., 4D geometry) from monocular video is an important yet challenging problem. Conventional multiview geometry-based approaches often struggle with dynamic motion, whereas recent learn…

4D reconstructionmodelOptical Flow Estimation

RGB-Only Gaussian Splatting SLAM for Unbounded Outdoor Scenes

2025-02-21 · Sicheng Yu, Chong Cheng, Yifan Zhou, Xiaojun Yang 외

3D Gaussian Splatting (3DGS) has become a popular solution in SLAM, as it can produce high-fidelity novel views. However, previous GS-based methods primarily target indoor scenes and rely on RGB-D sensors or pre-trained …

3DGSCamera Pose EstimationDepth EstimationNovel View Synthesis+2

RGB-Pointmap Pretraining for Unified 3D Scene Understanding

2026-04-02 · Ye Mao, Weixun Luo, Ranran Huang, Junpeng Jing 외 arxiv

Pretraining 3D encoders through alignment with Contrastive Language-Image Pre-training (CLIP) has emerged as a promising direction for learning generalizable representations for 3D scene understanding. In this paper, we …

Visual Question AnsweringRepresentation LearningScene ClassificationScene Understanding