Skip to main content
QUICK REVIEW

[論文レビュー] MACD: Model-Aware Contrastive Decoding via Counterfactual Data

Qixin Xiao|arXiv (Cornell University)|Feb 2, 2026
Adversarial Robustness in Machine Learning被引用数 0
ひとこと要約

MACDはモデル自身の損失に基づいて証拠重要な物体とフレームをマスクすることで、対照的デコードを導くデータを提案し、幻視を抑制する。

ABSTRACT

Video language models (Video-LLMs) are prone to hallucinations, often generating plausible but ungrounded content when visual evidence is weak, ambiguous, or biased. Existing decoding methods, such as contrastive decoding (CD), rely on random perturbations to construct contrastive data for mitigating hallucination patterns. However, such a way is hard to control the visual cues that drive hallucination or well align with model weaknesses. We propose Model-aware Counterfactual Data based Contrastive Decoding (MACD), a new inference strategy that combines model-guided counterfactual construction with decoding. Our approach uses the Video-LLM's own feedback to identify object regions most responsible for hallucination, generating targeted counterfactual inputs at the object level rather than arbitrary frame or temporal modifications. These model-aware counterfactual data is then integrated into CD to enforce evidence-grounded token selection during decoding. Experiments on EventHallusion, MVBench, Perception-test and Video-MME show that MACD consistently reduces hallucination while maintaining or improving task accuracy across diverse Video-LLMs, including Qwen and InternVL families. The method is especially effective in challenging scenarios involving small, occluded, or co-occurring objects. Our code and data will be publicly released.

研究の動機と目的

  • Video-LLMsにおける幻視の動機付けと対処、特に弱いまたは偏った視覚証拠下で。
  • トレーニング不要・推論時のみの手法を導入し、モデルのフィードバックを用いてターゲットを絞ったカウンターファクチュアル入力を作成。
  • オブジェクトレベルとフレームレベルのカウンターファクチュアルデータを対照的デコードに統合し、グラウンディングを強制。
  • 多様なベンチマークとバックボーンモデルでの頑健性と改善を実証。

提案手法

  • YOLO風検出器で動画フレーム中の物体を検出し、時間的一貫性のある物体トラックを形成。
  • 物体レベルとフレームレベルのマスクを組み合わせてカウンターファクチュアル動画を作成し、マスクされたビューを生成。
  • Video-LLMの再構成損失を勾配上昇で最適化し、エビデンスが重要な領域を特定する。
  • 最適化された強度を{0, r0, 1}へ離散化し、カウンターファクチュアルの安定性と解釈性を確保。
  • 基礎ビューと、チューニング係数を用いてマイニングされたカウンターファクチュアルビューを用いた対照的デコードを適用し、根拠のあるトークンを促進し幻視を抑制。
  • 推論時のみの設定を維持し、デコードステップごとに追加のフォワードパスは1回のみ。

実験結果

リサーチクエスチョン

  • RQ1モデルのフィードバックをどのように用いて、Video-LLMの弱点を露示するターゲットを絞ったカウンターファクチュアルな視覚変動を生成できるか。
  • RQ2モデルが導く物体レベル・フレームレベルのマスキングは、ランダムな摂動や内部トークン抑制と比べて対照的デコードを改善するか。
  • RQ3MACDはトレーニング不要で、さまざまなVideo-LLMsとベンチマークに対応し、タスク精度を維持または向上できるか。

主な発見

ModelMethodPrecisionRecallF1AccuracyAccuracyAccuracyAccuracy
Qwen3-VL-2BBaseline0.76060.61310.68290.59590.54670.550.463
Qwen3-VL-2BSID0.79470.71900.77680.72020.47990.48670.56
Qwen3-VL-2BVCD0.74850.91240.82240.72020.55670.53670.438
Qwen3-VL-2BMACD0.75640.97080.84710.75130.77330.6160.643
Qwen2.5-VL-3BBaseline0.7580645161290320.6861313868613130.7203065134099610.6217616580310880.440.5244760.541
Qwen2.5-VL-3BSID0.7555555555555550.7445255474452550.750.6476683937823830.65080.350.506
Qwen2.5-VL-3BVCD0.7352941176470580.729927007299270.7326007326007320.6217616580310880.45150.34670.513
Qwen2.5-VL-3BMACD0.8045112781954880.7810218978102190.7925925925925920.7098445595854920.670.6083920.621
Qwen2-VL-7BBaseline0.6140350877192980.2554744525547440.3608247422680410.3575129533678750.46330.4033330.445
Qwen2-VL-7BSID0.7462686567164180.3649635036496350.4901960784313720.4611398963730560.470.31330.429
Qwen2-VL-7BVCD0.6611570247933880.5839416058394160.6201550387596890.4922279792746110.410.34330.439
Qwen2-VL-7BMACD0.7128712871287120.5255474452554740.6050420168067220.5129533678756470.49670.429530.455
InternVL3-8BBaseline0.59649122807150.2481751820.3505154640.3471502590.46330.36670.479
InternVL3-8BSID0.6666666666666670.3649635040.4716981130.4196891190.370.380.462
InternVL3-8BVCD0.6364912280770.2481751820.3505154640.3671502590.430.34670.437
InternVL3-8BMACD0.66870.42310.4152730.436780.54670.45670.49
  • MACDは6つのバックボーンと4つのベンチマークで一貫してBaseline、VCD、SIDを上回る。
  • モデルの損失に導かれたオブジェクトレベル・フレームレベルのマスキングは、再現率を高めつつ精度を損なわず、F1と精度を向上。
  • MACDはEventHallusionにおけるオブジェクト幻視指標を0.72から0.85の精度へ、0.70から0.80のF1へ改善し、誤陽性率を40.0%から17.0%へ低減。
  • アブレーションにより、オブジェクトごとの強度とフレームマスクを含む完全なMACD構成がRecallとPrecisionの最良のバランスを提供。
  • 人間評価は、MACDマスクがクエリ関連の証拠に焦点を合わせ、ランダムな遮蔽よりも優れていることを確認。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。