paper-with-me

Papers

PhaseWin Search Framework Enable Efficient Object-Level Interpretation

2025-11-14 · Zihan Gu, Ruoyu Chen, Junchi Zhang, Yue Hu, Hua Zhang, Xiaochun Cao arxiv

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.

📄 PDF Abstract BibTeX arXiv:2511.10914

Code (0)

등록된 구현이 없습니다.

Tasks

Object DetectionVisual Grounding

Similar Papers 제목 키워드 기반

PhaseWin: An Efficient Search Algorithm for Faithful Visual Attribution

2026-06-16 · Zihan Gu, Junchi Zhang, Li Liu, Xiaochun Cao 외 arxiv

Visual attribution is a fundamental tool for interpreting modern vision and vision-language models, particularly when their decisions must be inspected, diagnosed, or audited. Its goal is to explain how a model's decisio…

Image ClassificationImage CaptioningObject DetectionVisual Grounding

A Good Initialization is All You Need for Faithful Visual Attribution

2026-07-07 · Zihan Gu, Jiayu Wang, Hua Zhang, Yue Hu arxiv

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, …

You Should Look at All Objects

2022-07-16 · Zhenchao Jin, Dongdong Yu, Luchuan Song, Zehuan Yuan 외

Feature pyramid network (FPN) is one of the key components for object detectors. However, there is a long-standing puzzle for researchers that the detection performance of large-scale objects are usually suppressed after…

All

Hierarchical Reinforcement Learning for Articulated Tool Manipulation with Multifingered Hand

2025-07-09 · Wei Xu, Yanchao Zhao, Weichao Guo, Xinjun Sheng arxiv

Manipulating articulated tools, such as tweezers or scissors, has rarely been explored in previous research. Unlike rigid tools, articulated tools change their shape dynamically, creating unique challenges for dexterous …

Hierarchical Reinforcement LearningPoint Clouds

Gaussian Processes with Context-Supported Priors for Active Object Localization

2017-03-25 · Anthony D. Rhodes, Jordan Witte, Melanie Mitchell, Bruno Jedynak

We devise an algorithm using a Bayesian optimization framework in conjunction with contextual visual data for the efficient localization of objects in still images. Recent research has demonstrated substantial progress i…

Active Object LocalizationBayesian OptimizationGaussian ProcessesObject+2