paper-with-me

Papers

Towards Visually Explaining Similarity Models

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

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 interpretability has focused on gradient-based attention, these methods rely on a classification module to generate visual explanations. Consequently, they cannot readily explain other kinds of models that do not use or need classification-like loss functions (e.g., similarity models trained with a metric learning loss). In this work, we bridge this crucial gap, presenting a method to generate gradient-based visual attention for image similarity predictors. By relying solely on the learned feature embedding, we show that our approach can be applied to any kind of CNN-based similarity architecture, an important step towards generic visual explainability. We show that our resulting attention maps serve more than just interpretability; they can be infused into the model learning process itself with new trainable constraints. We show that the resulting similarity models perform, and can be visually explained, better than the corresponding baseline models trained without these constraints. We demonstrate our approach using extensive experiments on three different kinds of tasks: generic image retrieval, person re-identification, and low-shot semantic segmentation.

📄 PDF Abstract BibTeX arXiv:2008.06035

Code (0)

등록된 구현이 없습니다.

Tasks

Image RetrievalMetric LearningPerson Re-IdentificationRetrievalSemantic Segmentation

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

This Looks Like That, Because ... Explaining Prototypes for Interpretable Image Recognition

2020-11-05 · Meike Nauta, Annemarie Jutte, Jesper Provoost, Christin Seifert

Image recognition with prototypes is considered an interpretable alternative for black box deep learning models. Classification depends on the extent to which a test image "looks like" a prototype. However, perceptual si…

ClassificationGeneral Classification

ProtoX: Explaining a Reinforcement Learning Agent via Prototyping

2022-11-06 · Ronilo J. Ragodos, Tong Wang, Qihang Lin, Xun Zhou

While deep reinforcement learning has proven to be successful in solving control tasks, the "black-box" nature of an agent has received increasing concerns. We propose a prototype-based post-hoc policy explainer, ProtoX,…

Contrastive LearningDeep Reinforcement LearningImitation Learningreinforcement-learning+3

Towards Visually Explaining Variational Autoencoders

2019-11-18 · CVPR 2020 6 · Wenqian Liu, Runze Li, Meng Zheng, Srikrishna Karanam 외

Recent advances in Convolutional Neural Network (CNN) model interpretability have led to impressive progress in visualizing and understanding model predictions. In particular, gradient-based visual attention methods have…

Disentanglement

Interpretable Text Embeddings and Text Similarity Explanation: A Primer

2025-02-20 · Juri Opitz, Lucas Möller, Andrianos Michail, Simon Clematide

Text embeddings and text embedding models are a backbone of many AI and NLP systems, particularly those involving search. However, interpretability challenges persist, especially in explaining obtained similarity scores,…

Similarity Explanationtext similarity

Towards Visually Explaining Video Understanding Networks with Perturbation

2020-05-01 · Zhenqiang Li, Weimin WANG, Zuoyue Li, Yifei HUANG 외

''Making black box models explainable'' is a vital problem that accompanies the development of deep learning networks. For networks taking visual information as input, one basic but challenging explanation method is to i…

Video Understanding