日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
3D認識arXiv:2609.20475

SenseFuse: 画像と形状エンコーダをラベルなしで融合するオープンボキャブラリ3Dインスタンスセグメンテーション

SenseFuse: Label-Free Fusion of Image and Shape Encoders for Open-Vocabulary 3D Instance Segmentation

シェア:XThreadsFacebookLINEはてブBluesky

2D画像と3D形状エンコーダの失敗パターンが相補的である点に着目し、ラベルなしでシーンごとに融合重みを適応的に選ぶことで、オープンボキャブラリ3Dインスタンスセグメンテーションのマスクラベリング精度を向上させる手法を提案。

詳しい要約

1. どんなもの?

- 提案: SenseFuse は open-vocabulary 3D instance segmentation のための label-free fusion 手法。 - 対象: 既存 pipeline の mask-labeling 段階のみを改良。 - 特徴: 2D image encoder と 3D shape encoder を融合し、ラベルなしで scene-level の fusion weight を適応的に選択。 - 目的: robotics の spatial reasoning や object manipulation の基盤となる open-vocabulary な scene understanding の向上。

2. 先行研究と比べてどこがすごい?

- 従来: closed-vocabulary 3D instance segmentation は 3D shape 情報を活用するが、open-vocabulary の最先端は 2D image features や image-distilled representations に主に限定。 - 本手法: 2D image encoder と 3D shape encoder の失敗パターンが大きく異なり、同じ誤りを繰り返しにくい点を利用。 - 対照: 2D image encoder 同士は同じ誤りを頻繁に繰り返す。 - 利点: この相補性により、2D と 3D のペアが本質的に補完的であることを示し、label-free で融合を実現。

3. 技術・手法の肝は?

- 核: 既存 pipeline の mask-labeling 段階のみを refine。 - 融合: 2D image encoder と 3D shape encoder を組み合わせる。 - 適応機構: scene-level の fusion weight を選択し、label-free sensitivity measure を最大化。 - 推定: 単一 scene の unlabeled proposals からミリ秒単位で直接推定。 - 学習不要: label-free で動作。

4. どうやって有効だと検証した?

- データセット: ScanNet200, Replica, ScanNet++ で評価。 - 結果: すべての評価設定で labeling accuracy が向上。 - 定量: oracle weight で得られる gain の 67-100%(中央値 93%)を回復。 - 追加: 報告された 22 設定中 21 設定で instance AP が向上。 - コード: https://github.com/hanes1207/SenseFuse で公開。

5. 議論はある?

- 要旨からは不明。 - 明示的な limitation や議論の記述はない。

6. 次に読むべき論文は?

- 要旨で参照/比較されている研究: closed-vocabulary 3D instance segmentation、open-vocabulary 3D instance segmentation の 2D image features や image-distilled representations を用いる手法。 - 関連手法: ScanNet200, Replica, ScanNet++ を用いた open-vocabulary 3D instance segmentation の既存 pipeline。 - 具体的な論文名は要旨に記載なし。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Euiseok Han, Tri Ton, Hwanhee Kim, Seungyeon Ryu, Chang D. Yoo

分類: cs.CV, cs.RO

原文アブストラクト

Open-vocabulary scene understanding is fundamental for robotics, laying the groundwork for spatial reasoning and object manipulation. While closed-vocabulary 3D instance segmentation heavily leverages 3D shape information, state-of-the-art open-vocabulary methods remain predominantly restricted to 2D image features or image-distilled representations during mask labeling. In this paper, we propose SenseFuse, a label-free fusion method that balances 2D image and 3D shape encoders for robust open-vocabulary 3D instance segmentation, refining only the mask-labeling stage of existing pipelines. We reveal that 2D image and 3D shape encoders exhibit largely disjoint failure patterns and rarely share identical wrong labels, whereas two 2D image encoders frequently repeat the same errors. This distinct behavior makes the 2D and 3D pair inherently complementary. We introduce an adaptive mechanism that selects a scene-level fusion weight to maximize a label-free sensitivity measure, estimated directly from a single scene's unlabeled proposals in milliseconds. SenseFuse improves labeling accuracy in every evaluated setting across ScanNet200, Replica, and ScanNet++, recovering 67-100% (median 93%) of the gain achievable with an oracle weight, and it raises instance AP in 21 of 22 reported settings. Code is available at https://github.com/hanes1207/SenseFuse.

関連論文

PR本紙発行元 EmplifAI