paper-with-me

홈 › Papers

TAME: Attention Mechanism Based Feature Fusion for Generating Explanation Maps of Convolutional Neural Networks

2023-01-18 · Mariano Ntrougkas, Nikolaos Gkalelis, Vasileios Mezaris

The apparent ``black box'' nature of neural networks is a barrier to adoption in applications where explainability is essential. This paper presents TAME (Trainable Attention Mechanism for Explanations), a method for generating explanation maps with a multi-branch hierarchical attention mechanism. TAME combines a target model's feature maps from multiple layers using an attention mechanism, transforming them into an explanation map. TAME can easily be applied to any convolutional neural network (CNN) by streamlining the optimization of the attention mechanism's training method and the selection of target model's feature maps. After training, explanation maps can be computed in a single forward pass. We apply TAME to two widely used models, i.e. VGG-16 and ResNet-50, trained on ImageNet and show improvements over previous top-performing methods. We also provide a comprehensive ablation study comparing the performance of different variations of TAME's architecture. TAME source code is made publicly available at https://github.com/bmezaris/TAME

📄 PDF Abstract BibTeX arXiv:2301.07407

Code (1)

bmezaris/tame 공식 구현 pytorch

Similar Papers 제목 키워드 기반

P-TAME: Explain Any Image Classifier with Trained Perturbations

2025-01-29 · Mariano V. Ntrougkas, Vasileios Mezaris, Ioannis Patras

The adoption of Deep Neural Networks (DNNs) in critical fields where predictions need to be accompanied by justifications is hindered by their inherent black-box nature. In this paper, we introduce P-TAME (Perturbation-b…

Generating metamers of human scene understanding

2026-01-16 · Ritik Raina, Abe Leite, Alexandros Graikos, Seoyoung Ahn 외 arxiv

Human vision combines low-resolution "gist" information from the visual periphery with sparse but high-resolution information from fixated locations to construct a coherent understanding of a visual scene. In this paper,…

Scene Understanding

T-TAME: Trainable Attention Mechanism for Explaining Convolutional Networks and Vision Transformers

2024-03-07 · Mariano V. Ntrougkas, Nikolaos Gkalelis, Vasileios Mezaris

The development and adoption of Vision Transformers and other deep-learning architectures for image classification tasks has been rapid. However, the "black box" nature of neural networks is a barrier to adoption in appl…

Explanation Generationimage-classification

Task-Aware Multi-Expert Architecture For Lifelong Deep Learning

2025-12-12 · Jianyu Wang, Jacob Nean-Hua Sheikh, Cat P. Le, Hoda Bidkhori arxiv

Lifelong deep learning (LDL) trains neural networks to learn sequentially across tasks while preserving prior knowledge. We propose Task-Aware Multi-Expert (TAME), a continual learning algorithm that leverages task simil…

Binary ClassificationContinual Learning

A training-free framework for high-fidelity appearance transfer via diffusion transformers

2026-03-24 · Shengrong Gu, Ye Wang, Song Wu, Rui Ma 외 arxiv

Diffusion Transformers (DiTs) excel at generation, but their global self-attention makes controllable, reference-image-based editing a distinct challenge. Unlike U-Nets, naively injecting local appearance into a DiT can …