PhaseWin Search Framework Enable Efficient Object-Level Interpretation
Zihan Gu, Ruoyu Chen, Junchi Zhang, Yue Hu, Hua Zhang, Xiaochun Cao
TL;DR
This work introduces PhaseWin, a phase-window accelerated search for object-level attribution that replaces the quadratic-cost greedy region selection with a near-linear, coarse-to-fine procedure. By anchoring phases with high-gain regions, pruning low-potential candidates, and performing windowed fine-grained evaluation under dynamic supervision and annealing, PhaseWin closely tracks greedy performance while dramatically reducing model evaluations. The authors provide near-greedy theoretical guarantees under monotone submodular assumptions and demonstrate empirical gains across Grounding DINO and Florence-2 on COCO, LVIS, and RefCOCO, achieving over 95% of greedy faithfulness with roughly 20% of the computational budget. This approach shifts the efficiency-faithfulness frontier, enabling scalable, high-fidelity attribution for object-level multimodal models and broad applicability to image-based attribution tasks.
Abstract
Attribution is essential for interpreting object-level foundation models. Recent methods based on submodular subset selection have achieved high faithfulness, but their efficiency limitations hinder practical deployment in real-world scenarios. To address this, we propose PhaseWin, a novel phase-window search algorithm that enables faithful region attribution with near-linear complexity. PhaseWin replaces traditional quadratic-cost greedy selection with a phased coarse-to-fine search, combining adaptive pruning, windowed fine-grained selection, and dynamic supervision mechanisms to closely approximate greedy behavior while dramatically reducing model evaluations. Theoretically, PhaseWin retains near-greedy approximation guarantees under mild monotone submodular assumptions. Empirically, PhaseWin achieves over 95% of greedy attribution faithfulness using only 20% of the computational budget, and consistently outperforms other attribution baselines across object detection and visual grounding tasks with Grounding DINO and Florence-2. PhaseWin establishes a new state of the art in scalable, high-faithfulness attribution for object-level multimodal models.
