日本フィジカルAI新聞

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

週刊ニュースレター購読
動画セグメンテーションarXiv:2609.14466

DynEoMT: オンラインセグメンテーションクエリから物体の動的性を学習

DynEoMT: Learning Object Dynamicity from Online Segmentation Queries

シェア:XThreadsFacebookLINEはてブBluesky

クエリベースの動画セグメンテーションに領域ごとの動的/静的予測を統合し、推論時は現フレームと伝播クエリのみで動的性を判定できるオンライン手法を提案。

詳しい要約

1. どんなもの?

- 動画セグメンテーションモデルに、各セグメント領域がカメラとは独立に動くかどうかの dynamicity 属性を予測する機能を追加したオンラインフレームワーク DynEoMT を提案。 - query-based ビデオセグメンテーションを拡張し、元のセグメンテーション出力と各領域の dynamic/static 状態を同時に生成。 - 推論時は現在のフレームと伝播されたクエリのみを使用し、optical flow、depth、camera pose、過去の RGB フレーム、feature map を必要としない。

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

- 従来のビデオセグメンテーションモデルは物体の追跡はできても、各領域がカメラの ego-motion と独立に動くかどうかは示せなかった。 - この dynamicity 属性はセマンティクスだけから推論できず、カメラの ego-motion に混乱される問題があった。 - DynEoMT は推論時に専用の motion-processing パイプラインを必要とせず、オンラインで dynamicity を予測できる点が新しい。

3. 技術・手法の肝は?

- query-based ビデオセグメンテーションに領域レベルの dynamicity 予測を統合。 - 推論は現在のフレームと伝播されたクエリのみに依存し、optical flow、depth、camera pose、過去の RGB フレーム、feature map を使用しない。 - 学習には camera-compensated optical flow と confidence-aware temporal filtering を用いた class-agnostic なオフライン監督パイプラインを導入。

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

- VIPSeg、OVIS、YouTube-VIS 2022、VSPW の4つのデータセットで評価。 - balanced accuracy はそれぞれ 84.3、68.0、68.6、87.6 を達成。 - セグメンテーション性能をほぼ維持したまま dynamicity を予測できることを確認。

5. 議論はある?

- セグメンテーション領域の dynamicity は伝播されたクエリから学習可能であり、推論時に専用の motion-processing パイプラインなしでオンライン予測できることを示唆。 - 既存のビデオセグメンテーションベンチマークにはこの属性のアノテーションがないため、新たな監督パイプラインを提案。 - 完全なコードをオープンソースとして公開予定。

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

- 要旨で参照/比較されている研究は明示されていない。 - 関連手法として query-based video segmentation(例:Mask2Former 系)、VIPSeg、OVIS、YouTube-VIS 2022、VSPW などのベンチマーク、camera-compensated optical flow を用いた監督手法が挙げられる。

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

著者: Calvin Galagain, Martyna Poreba, François Goulette

分類: cs.CV, cs.RO

原文アブストラクト

Video segmentation models recognize and track objects over time, but they do not indicate whether each segmented region moves independently of the observing camera. This dynamicity attribute cannot be inferred from semantics alone and is confounded by camera ego-motion. We introduce \method, an online framework that augments query-based video segmentation with region-level dynamicity prediction. It jointly produces the original segmentation outputs and a dynamic or static state for each predicted region. At inference, DynEoMT uses only the current frame and propagated queries, without optical flow, depth, camera pose, previous RGB frames, or feature maps. Because established video segmentation benchmarks do not annotate this attribute, we also introduce a class-agnostic offline supervision pipeline using camera-compensated optical flow and confidence-aware temporal filtering. Across VIPSeg, OVIS, YouTube-VIS 2022, and VSPW, DynEoMT achieves balanced accuracies of 84.3, 68.0, 68.6, and 87.6, respectively, while largely preserving segmentation performance. These results show that segmentation-region dynamicity can be learned from propagated queries, enabling its online prediction without a dedicated motion-processing pipeline at inference. The complete code will be released as open source to enable full reproduction of the method and experiments.

関連論文