paper-with-me

Papers

Interpreting Object-level Foundation Models via Visual Precision Search

2024-11-25 · CVPR 2025 1 · Ruoyu Chen, Siyuan Liang, Jingzhi Li, Shiming Liu, Maosen Li, Zheng Huang, Hua Zhang, Xiaochun Cao

Advances in multimodal pre-training have propelled object-level foundation models, such as Grounding DINO and Florence-2, in tasks like visual grounding and object detection. However, interpreting these models\' decisions has grown increasingly challenging. Existing interpretable attribution methods for object-level task interpretation have notable limitations: (1) gradient-based methods lack precise localization due to visual-textual fusion in foundation models, and (2) perturbation-based methods produce noisy saliency maps, limiting fine-grained interpretability. To address these, we propose a Visual Precision Search method that generates accurate attribution maps with fewer regions. Our method bypasses internal model parameters to overcome attribution issues from multimodal fusion, dividing inputs into sparse sub-regions and using consistency and collaboration scores to accurately identify critical decision-making regions. We also conducted a theoretical analysis of the boundary guarantees and scope of applicability of our method. Experiments on RefCOCO, MS COCO, and LVIS show our approach enhances object-level task interpretability over SOTA for Grounding DINO and Florence-2 across various evaluation metrics, with faithfulness gains of 23.7\%, 31.6\%, and 20.1\% on MS COCO, LVIS, and RefCOCO for Grounding DINO, and 102.9\% and 66.9\% on MS COCO and RefCOCO for Florence-2. Additionally, our method can interpret failures in visual grounding and object detection tasks, surpassing existing methods across multiple evaluation metrics. The code will be released at \url{https://github.com/RuoyuChen10/VPS}.

📄 PDF Abstract BibTeX arXiv:2411.16198

Code (2)

ruoyuchen10/vps 공식 구현 pytorch
RuoyuChen10/objectdetection-saliency-maps pytorch

Tasks

Explainable Artificial Intelligence (XAI)Objectobject-detectionObject DetectionVisual Grounding

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

PhaseWin Search Framework Enable Efficient Object-Level Interpretation

2025-11-14 · Zihan Gu, Ruoyu Chen, Junchi Zhang, Yue Hu 외 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 …

Object DetectionVisual Grounding

H2G: Hierarchy-Aware Hyperbolic Grouping for 3D Scenes

2026-05-12 · ByungHa Ko, Youngmin Lee, Dong Hwan Kim arxiv

Hierarchical 3D grouping aims to recover scene groups across multiple granularities, from fine object parts to complete objects, without relying on semantic labels or a fixed vocabulary. The main challenge is to transfor…

Logics-Parsing-Omni Technical Report

2026-03-10 · Xin An, Jingyi Cai, Xiangyang Chen, Huayao Liu 외 arxiv

Addressing the challenges of fragmented task definitions and the heterogeneity of unstructured data in multimodal parsing, this paper proposes the Omni Parsing framework. This framework establishes a Unified Taxonomy cov…

Attribute Extraction

Malicious Image Analysis via Vision-Language Segmentation Fusion: Detection, Element, and Location in One-shot

2025-12-04 · Sheng Hang, Chaoxiang He, Hongsheng Hu, Hanqing Hu 외 arxiv

Detecting illicit visual content demands more than image-level NSFW flags; moderators must also know what objects make an image illegal and where those objects occur. We introduce a zero-shot pipeline that simultaneously…

Towards Natural Language-Driven Assembly Using Foundation Models

2024-06-23 · Omkar Joglekar, Tal Lancewicki, Shir Kozlovsky, Vladimir Tchuiev 외

Large Language Models (LLMs) and strong vision models have enabled rapid research and development in the field of Vision-Language-Action models that enable robotic control. The main objective of these methods is to devel…

FrictionVision-Language-Action