arXiv論文メモ
新着一覧
cs.CV / cs.LG · 査読状況未確認

画像と三次元形状を合わせた複数視点の物体分割

SAM-V: Geometry-Aware Segment Anything for Multi-View Instance Segmentation

Jiangshan Gong, Yuqun Wu, Qiqian Fu, Yao Xiao, Chuhang Zou, Shenlong Wang, Derek Hoiem

この論文をやさしく読む

ひとことで言うと

画像の分割モデルと三次元形状の特徴を統合し、複数視点で同じ物体を分割する。

何に役立つ?

三次元認識やロボットが複数カメラの画像から物体を追う際に役立つ可能性がある。

この研究の面白いところ

マスクを後から照合せず、カメラ情報と三次元特徴を分割の指示へ直接組み込む。

どこまで分かった?

IGGTのScanNet++とScanNet部分での評価結果である。実ロボットの操作成功率は要旨にない。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

複数の視点で同じ物体を一貫して分割することは、三次元認識やロボットに重要だが、視点や遮蔽が大きく変わる場合は難しい。既存の方法は点群で三次元の物体分割を行うか、二次元のマスクを後から照合することが多い。前者は三次元の注釈データが少ないため制限され、後者はフレームをまたぐ物体の同一性が曖昧になりやすい。著者らは二次元と三次元の事前知識を一体として使うSAM-Vを提案する。後処理の照合で二つを合わせる代わりに、逐次的な計算で形状を推定するVGGTの特徴を、二次元分割の基盤モデルSAMへ直接統合し、視点をまたぐ物体予測を端から端まで学習する。疎なSAMの指示トークンに、視点固有のカメラトークンと局所的なVGGT特徴を加える指示融合機構により、指示表現に視点と空間上の位置を反映させる。マスクの復号器は密な二次元・三次元特徴にも注意を向ける。複数視点の幾何を直接条件にすることで、後からマスクを照合したり明示的に三次元形状を復元したりせず、一回の前向き計算で指定物体の一貫した複数視点分割を得る。フレーム間の同一性が性能に直結するIGGT三次元追跡ベンチマークでは、ScanNet++部分で、最高水準の複数視点物体分割の比較手法より全体のIoUを5ポイント、フレームごとの再現率を12ポイント改善した。ゼロショットのScanNet部分でもすべての指標で首位だった。コードと学習済みモデルは著者らのGitHubで公開されている。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-21(UTC)
最新改訂
2026-09-21 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Consistent multi-view object segmentation is critical for 3D perception and robotics, yet remains challenging under severe viewpoint and occlusion changes. Existing methods typically perform 3D instance segmentation on point clouds or rely on offline 2D mask-matching pipelines. However, 3D instance segmentation is limited by scarce 3D annotations, while offline 2D matching suffers from object identity ambiguity across frames. To leverage strong 2D and 3D priors jointly, we propose SAM-V (Geometry-Aware Segment Anything for Multi-View Instance Segmentation). Instead of combining the two priors through post-hoc matching, SAM-V directly integrates features from a feed-forward geometry model (VGGT) into a 2D segmentation foundation model (SAM), trained end-to-end for cross-view instance prediction. SAM-V introduces a prompt-fusion mechanism that enriches sparse SAM prompt tokens with view-specific camera tokens and local VGGT features, making the prompt representation both view-aware and spatially grounded, together with a mask decoder that attends to dense 2D and 3D features. By conditioning the mask decoding directly on multi-view geometry, SAM-V produces consistent multi-view segmentation of a prompted object in a single forward pass without offline mask matching or explicit 3D reconstruction. On the IGGT 3D tracking benchmark, where consistent instance identity across frames directly determines performance, SAM-V improves overall IoU by 5 points and frame-level recall by 12 points on the ScanNet++ split over the state-of-the-art multi-view instance segmentation baseline and leads on all metrics in the zero-shot ScanNet split. Our code and pretrained models are available at https://github.com/gong208/SAM-V.git.

arXiv ID: 2609.25490 / 要約の誤りについて