CVAILGNov 29, 2023

Improving Interpretation Faithfulness for Vision Transformers

arXiv:2311.17983v215 citationsh-index: 21
Originality Incremental advance
AI Analysis

This addresses a specific issue for users relying on interpretable AI in vision tasks, but it is incremental as it builds on existing ViT methods.

The paper tackled the problem of explanation faithfulness in Vision Transformers (ViTs), which are fragile to adversarial attacks, by proposing Faithful ViTs (FViTs) using Denoised Diffusion Smoothing (DDS), resulting in improved robustness against attacks while maintaining explainability.

Vision Transformers (ViTs) have achieved state-of-the-art performance for various vision tasks. One reason behind the success lies in their ability to provide plausible innate explanations for the behavior of neural architectures. However, ViTs suffer from issues with explanation faithfulness, as their focal points are fragile to adversarial attacks and can be easily changed with even slight perturbations on the input image. In this paper, we propose a rigorous approach to mitigate these issues by introducing Faithful ViTs (FViTs). Briefly speaking, an FViT should have the following two properties: (1) The top-$k$ indices of its self-attention vector should remain mostly unchanged under input perturbation, indicating stable explanations; (2) The prediction distribution should be robust to perturbations. To achieve this, we propose a new method called Denoised Diffusion Smoothing (DDS), which adopts randomized smoothing and diffusion-based denoising. We theoretically prove that processing ViTs directly with DDS can turn them into FViTs. We also show that Gaussian noise is nearly optimal for both $\ell_2$ and $\ell_\infty$-norm cases. Finally, we demonstrate the effectiveness of our approach through comprehensive experiments and evaluations. Results show that FViTs are more robust against adversarial attacks while maintaining the explainability of attention, indicating higher faithfulness.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes