マルチモーダル言語モデルの知識で少数例の物体分割を改善
Exploiting Target Knowledge from MLLMs for Robust Few-Shot Segmentation
この論文をやさしく読む
ひとことで言うと
少数の見本画像で物体を切り出す際、言語モデルから位置情報と意味情報を得て分割を補う方法。
何に役立つ?
見本と対象の見た目が違う、または対象が隠れている場合の画像分割を改善する設計に役立つ可能性がある。
この研究の面白いところ
位置の手掛かりを記憶特徴に、文章による説明をプロンプトに取り込み、二つの経路で分割対象を表す。
どこまで分かった?
要旨は既存手法を上回ったと述べるが、具体的な指標値や評価データセットは示していない。コードは公開予定である。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
少数例での分割(FSS)は、ラベル付きの例を1件や5件など少数だけ使い、未見の物体分類を分割することを目指し、新しい分類への効率的な適応を可能にする。従来のモデルは、見本画像と対象画像の外観に基づく視覚的な照合に頼ることが多い。しかし対象についての知識が不足しているため、対象画像に大きな外観差や遮蔽があると対応しにくい。この問題を緩和するため、マルチモーダル大規模言語モデル(MLLM)の推論能力から対象に関する知識を引き出し、FSS を強化する枠組みを導入する。SAM 2 を土台にした MK-FSS は、対象画像から MLLM が得る相補的な二種類の知識を使う。一つは対象のありそうな位置を示す空間的な事前情報、もう一つは対象を文章で説明する意味的な知識である。空間的な知識を記憶表現へ符号化し、対象画像から得た見本誘導型の記憶特徴と、二重記憶討論融合(DMDF)モジュールで統合して、より頑健な対象の記憶特徴を作る。同時に意味的な知識をテキスト特徴へ符号化し、段階的なクロスモーダル・プロンプト生成器(PCPG)で複数のスケールの対象画像特徴と融合する。これにより、分割対象を認識したマルチモーダルなプロンプトを得る。二重記憶特徴とマルチモーダル・プロンプトがともに対象を包括的に表し、より頑健な分割を可能にする。広範な実験では MK-FSS が有望な結果を示し、既存手法を大きく上回ったと報告する。コードは公開予定である。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-24(UTC)
- 最新改訂
- 2026-09-24 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-24 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
Few-shot segmentation (FSS) aims to segment unseen object categories with a few (e.g., one or five) labeled examples, enabling efficient adaptation to novel classes. Conventional models typically rely on appearance-based visual matching between support and query images for segmentation. While straightforward, these methods often struggle to handle significant appearance discrepancies and occlusions in the query image due to insufficient target knowledge. To mitigate this, we introduce a novel framework that mines target knowledge using the strong reasoning capacity of Multimodal Large Language Models (MLLMs) and employs it to enhance FSS. Specifically, building on SAM 2, our method, named MK-FSS, exploits two forms of complementary knowledge derived from a query image by an MLLM for FSS, including spatial knowledge, which provides a spatial prior indicating the potential target location, and semantic knowledge, which describes the target using text. The spatial knowledge is first encoded into a memory representation, and then resulting memory is integrated with the support-guided memory feature from query image through a carefully designed dual-memory debate-fusion (DMDF) module, yielding a more robust target memory feature. In parallel, the semantic knowledge is encoded into the textual feature, which is fused with multi-scale query features via a progressive cross-modal prompt generator (PCPG), producing a target-aware multimodal prompt for segmentation. Working together, the dual-memory feature and the multimodal prompt provide a comprehensive representation of the target, enabling more robust segmentation. In our extensive experiments, MK-FSS shows promising results and largely surpasses existing methods. Code will be released.
arXiv ID: 2609.28949 / 要約の誤りについて