A Good Initialization is All You Need for Faithful Visual Attribution

📅 2026-07-07
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Existing visual attribution methods typically produce full-region importance rankings, yet practical applications often require only compact top-k evidence masks. Precisely selecting such masks is challenging due to combinatorial explosion and complex region interactions. This work proposes a mask-first attribution paradigm, treating compact masks as standalone, valid attribution outputs for the first time, and introduces two efficient forward-pass-only methods: CoPAIR generates coarse-grained candidate sets via phase-windowing and greedy gap diagnosis to warm-start search; TRACE directly optimizes masks in a fixed-cardinality fine-grained space by integrating cross-entropy sampling, elitism, and distribution updates. On ImageNet, the approach establishes a new state-of-the-art fidelity frontier for models like CLIP ViT-L/14. On POPE and RePOPE benchmarks, TRACE+Greedy achieves the best MLLM attribution performance, with its masks alone attaining repair success rates of 94.44% and 96.00%, respectively.
📝 Abstract
Faithful visual attribution identifies which image regions support a model prediction. Search-based perturbation methods lead the insertion--deletion faithfulness frontier by masking regions and measuring score changes, but they usually output a complete ordering of all regions. Many applications, especially MLLM attribution and repair, only need a compact top-\(k\) evidence mask. We study this mask-first attribution problem. An exactly \(k\)-region mask is combinatorial: useful evidence can depend on interactions among fine regions. Coarse grouping can stabilize early search but aggregates redundant content, whereas one-step scoring can miss high-value combinations. We introduce two forward-only methods. \textsc{CoPAIR} uses a PhaseWin--Greedy gap diagnosis to construct coarse singleton/pair candidates that warm-start full-ordering search. \textsc{TRACE} directly searches fixed-cardinality fine-region masks with cross-entropy sampling, elite retention, and distribution updates, with a finite-budget recovery analysis. The resulting evidence set can be returned as a compact attribution mask or used to initialize Greedy or PhaseWin when a complete ranking is required. Across ImageNet classification with CLIP ViT-L/14, CLIP RN101, and ResNet-101, our initialized search methods establish a new state-of-the-art frontier for faithful full-ordering attribution under inclusive forward-call accounting. On POPE and RePOPE with Qwen2.5-VL-3B-Instruct and LLaVA-v1.5-7B, \textsc{TRACE}+Greedy gives the strongest search-based MLLM attribution results. Direct \textsc{TRACE} masks further achieve single-point RePOPE repair rates of \(94.44\%\) and \(96.00\%\), showing that compact evidence masks can be actionable attribution outputs, not merely prefixes of full rankings.
Problem

Research questions and friction points this paper is trying to address.

visual attribution
evidence mask
mask-first attribution
faithfulness
compact attribution
Innovation

Methods, ideas, or system contributions that make the work stand out.

faithful visual attribution
compact evidence mask
forward-only search
cross-entropy sampling
MLLM attribution