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

画像の前景と背景が片方に崩れる推論時適応を防ぐ

Balanced Prompt Adaptation against Entropy-Induced Collapse for Test-Time Binary Segmentation

Zhengshan Wang, Joshua Charles Webster-Ford, Yifei Tian, Xinxin Wang, Long Chen, Weiping Ding

この論文をやさしく読む

ひとことで言うと

画像の一部を前景、残りを背景と分けるAIが、新しい画像へ適応する途中で、ほとんどを片方に分類してしまう問題を防ぐ方法です。

何に役立つ?

前景が小さい画像などで、推論時の追加調整を安定させるために役立ちます。画像エンコーダを固定し、文章側の小さな調整で判定境界を変える方式です。

この研究の面白いところ

多数派の画素が学習を支配する仕組みを理論モデルで説明し、前景と背景の重みを等しくする選択法と、選択を毎回更新する方法を組み合わせています。

どこまで分かった?

崩壊の理論解析は共有シフトモデルに基づき、評価は4領域の二値セグメンテーションです。要旨にはDiceの具体値がなく、すべての画像分割手法や多クラス問題での優位性まで確認されたわけではありません。

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

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

エントロピー最小化はテスト時適応(TTA)の標準的な目的関数だが、クラスが不均衡な二値セグメンテーションでは失敗することがある。画像分類と異なり、密なセグメンテーションでは数千の画素予測を集約するため、予測された大きい側のクラスが更新を支配し、少数側の予測を自分の側へ引き寄せる。予測が飽和してエントロピーの勾配が消えると、退化したマスクが生じる。共有シフトモデルにおいて、この崩壊を理論的に示す。 この分析を基に、相補的な2つのモジュールを組み合わせたBalanced-Anchor Prompt Adaptation(BAPA)を提案する。Class-Balanced Anchors(CBA)は、予測された各クラスから高信頼なアンカーを個別に選び、前景と背景の損失の総重みを等しくすることで、大きな領域が更新を支配することを防ぐ。Dynamic Prompt Adaptation(DPA)は、予測の更新ごとにアンカーを選び直し、視覚・言語エンコーダを固定したまま、テキスト側のプロンプト残差のみを最適化する。このプロンプトだけの更新は、事前学習済みの密な視覚表現を変更することなく、前景と背景の判定境界を改善する。 4つの領域にわたる実験で、BAPAは評価した手法の中で最も高い平均Diceを達成する。各要素を分けて調べる除去実験も、CBAとDPAの相補的な役割を裏づけ、バランスを取ったプロンプト適応が、テスト時の二値セグメンテーションにおいて、エントロピー最小化に代わる有効な手法であることを支持する。

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

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

更新履歴

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

原文の要旨

Entropy minimization is a standard objective for test-time adaptation (TTA), but it can fail in imbalanced binary segmentation. Unlike image classification, dense segmentation aggregates thousands of pixel predictions, allowing the larger predicted class to dominate the update, pull minority predictions toward itself, and produce a degenerate mask as predictions saturate and their entropy gradients vanish. We theoretically establish this collapse in a shared-shift model. This analysis motivates Balanced-Anchor Prompt Adaptation (BAPA), which combines two complementary modules. The Class-Balanced Anchors (CBA) module selects high-confidence anchors separately from each predicted class and gives foreground and background equal total loss weight, preventing the larger region from dominating the update. Dynamic Prompt Adaptation (DPA) refreshes these anchors after each prediction update and optimizes only text-side prompt residuals while keeping the vision-language encoders frozen. This prompt-only update refines the foreground-background decision boundary without altering the pretrained dense visual representation. Across experiments from four domains, BAPA achieves the highest mean Dice among the evaluated methods. Factorized ablations further validate the complementary roles of CBA and DPA, supporting balanced prompt adaptation as an effective alternative to entropy minimization for test-time binary segmentation.

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