paper-with-me

Papers

Why do These Match? Explaining the Behavior of Image Similarity Models

2019-05-26 · ECCV 2020 8 · Bryan A. Plummer, Mariya I. Vasileva, Vitali Petsiuk, Kate Saenko, David Forsyth

Explaining a deep learning model can help users understand its behavior and allow researchers to discern its shortcomings. Recent work has primarily focused on explaining models for tasks like image classification or visual question answering. In this paper, we introduce Salient Attributes for Network Explanation (SANE) to explain image similarity models, where a model's output is a score measuring the similarity of two inputs rather than a classification score. In this task, an explanation depends on both of the input images, so standard methods do not apply. Our SANE explanations pairs a saliency map identifying important image regions with an attribute that best explains the match. We find that our explanations provide additional information not typically captured by saliency maps alone, and can also improve performance on the classic task of attribute recognition. Our approach's ability to generalize is demonstrated on two datasets from diverse domains, Polyvore Outfits and Animals with Attributes 2. Code available at: https://github.com/VisionLearningGroup/SANE

📄 PDF Abstract BibTeX arXiv:1905.10797

Code (1)

VisionLearningGroup/SANE 공식 구현 pytorch

Tasks

AttributeGeneral Classificationimage-classificationImage ClassificationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

What Makes a Face Look like a Hat: Decoupling Low-level and High-level Visual Properties with Image Triplets

2024-09-03 · Maytus Piriyajitakonkij, Sirawaj Itthipuripat, Ian Ballard, Ioannis Pappas

In visual decision making, high-level features, such as object categories, have a strong influence on choice. However, the impact of low-level features on behavior is less understood partly due to the high correlation be…

Decision Making

Towards Visually Explaining Similarity Models

2020-08-13 · Meng Zheng, Srikrishna Karanam, Terrence Chen, Richard J. Radke 외

We consider the problem of visually explaining similarity models, i.e., explaining why a model predicts two images to be similar in addition to producing a scalar score. While much recent work in visual model interpretab…

Image RetrievalMetric LearningPerson Re-IdentificationRetrieval+1

Revealing interpretable object representations from human behavior

2019-01-09 · ICLR 2019 5 · Charles Y. Zheng, Francisco Pereira, Chris I. Baker, Martin N. Hebart

To study how mental object representations are related to behavior, we estimated sparse, non-negative representations of objects using human behavioral judgments on images representative of 1,854 object categories. These…

Object

iPIC-XAI: Improving PIC-XAI for Enhanced Image Captioning Explanation

2023-09-23 · 2023 14th IEEE International Conference on Cognitive Infocommunications (CogInfoCom) 2023 9 · Modafar Al-Shouha, Gábor Szűcs

Image captioning task with its complexity has taken advantage of the recent developments in Deep learning (DL). However, DL-models are fundamentally abstruse and explaining their behaviour is a challenge. In this paper w…

Image CaptioningTAG

Explaining Image Similarity with Automatically Extracted Concept Activation Vectors

2026-07-30 · Isaac Roberts, Petra Bevandic, Alexander Schulz, Barbara Hammer arxiv

Image similarity underlies many computer vision applications, yet it is often unclear why two images receive a high or low similarity score. Existing explainability methods often rely on gradient-based attribution maps t…