paper-with-me

Papers

Vision Transformer Visualization: What Neurons Tell and How Neurons Behave?

2022-10-14 · Van-Anh Nguyen, Khanh Pham Dinh, Long Tung Vuong, Thanh-Toan Do, Quan Hung Tran, Dinh Phung, Trung Le

Recently vision transformers (ViT) have been applied successfully for various tasks in computer vision. However, important questions such as why they work or how they behave still remain largely unknown. In this paper, we propose an effective visualization technique, to assist us in exposing the information carried in neurons and feature embeddings across the ViT's layers. Our approach departs from the computational process of ViTs with a focus on visualizing the local and global information in input images and the latent feature embeddings at multiple levels. Visualizations at the input and embeddings at level 0 reveal interesting findings such as providing support as to why ViTs are rather generally robust to image occlusions and patch shuffling; or unlike CNNs, level 0 embeddings already carry rich semantic details. Next, we develop a rigorous framework to perform effective visualizations across layers, exposing the effects of ViTs filters and grouping/clustering behaviors to object patches. Finally, we provide comprehensive experiments on real datasets to qualitatively and quantitatively demonstrate the merit of our proposed methods as well as our findings. https://github.com/byM1902/ViT_visualization

📄 PDF Abstract BibTeX arXiv:2210.07646

Code (1)

bym1902/vit_visualization 공식 구현 pytorch

Similar Papers 제목 키워드 기반

What do Vision Transformers Learn? A Visual Exploration

2022-12-13 · Amin Ghiasi, Hamid Kazemi, Eitan Borgnia, Steven Reich 외

Vision transformers (ViTs) are quickly becoming the de-facto architecture for computer vision, yet we understand very little about why they work and what they learn. While existing studies visually analyze the mechanisms…

Language Modelling

What do CNN neurons learn: Visualization & Clustering

2020-10-18 · Haoyue Dai

In recent years convolutional neural networks (CNN) have shown striking progress in various tasks. However, despite the high performance, the training and prediction process remains to be a black box, leaving it a myster…

Clustering

Investigating the Encoding of Words in BERT's Neurons using Feature Textualization

2023-11-14 · Tanja Baeumel, Soniya Vijayakumar, Josef van Genabith, Guenter Neumann 외

Pretrained language models (PLMs) form the basis of most state-of-the-art NLP technologies. Nevertheless, they are essentially black boxes: Humans do not have a clear understanding of what knowledge is encoded in differe…

Representation Understanding via Activation Maximization

2025-08-10 · Hongbo Zhu, Angelo Cangelosi arxiv

Understanding internal feature representations of deep neural networks (DNNs) is a fundamental step toward model interpretability. Inspired by neuroscience methods that probe biological neurons using visual stimuli, rece…

What is Missing? Explaining Neurons Activated by Absent Concepts

2026-03-10 · Robin Hesse, Simone Schaub-Meyer, Janina Hesse, Bernt Schiele 외 arxiv

Explainable artificial intelligence (XAI) aims to provide human-interpretable insights into the behavior of deep neural networks (DNNs), typically by estimating a simplified causal structure of the model. In existing wor…