paper-with-me

Papers

VL-InterpreT: An Interactive Visualization Tool for Interpreting Vision-Language Transformers

2022-03-30 · CVPR 2022 1 · Estelle Aflalo, Meng Du, Shao-Yen Tseng, Yongfei Liu, Chenfei Wu, Nan Duan, Vasudev Lal

Breakthroughs in transformer-based models have revolutionized not only the NLP field, but also vision and multimodal systems. However, although visualization and interpretability tools have become available for NLP models, internal mechanisms of vision and multimodal transformers remain largely opaque. With the success of these transformers, it is increasingly critical to understand their inner workings, as unraveling these black-boxes will lead to more capable and trustworthy models. To contribute to this quest, we propose VL-InterpreT, which provides novel interactive visualizations for interpreting the attentions and hidden representations in multimodal transformers. VL-InterpreT is a task agnostic and integrated tool that (1) tracks a variety of statistics in attention heads throughout all layers for both vision and language components, (2) visualizes cross-modal and intra-modal attentions through easily readable heatmaps, and (3) plots the hidden representations of vision and language tokens as they pass through the transformer layers. In this paper, we demonstrate the functionalities of VL-InterpreT through the analysis of KD-VLP, an end-to-end pretraining vision-language multimodal transformer-based model, in the tasks of Visual Commonsense Reasoning (VCR) and WebQA, two visual question answering benchmarks. Furthermore, we also present a few interesting findings about multimodal transformer behaviors that were learned through our tool.

📄 PDF Abstract BibTeX arXiv:2203.17247

Code (1)

intellabs/vl-interpret 공식 구현

Tasks

Question AnsweringVisual Commonsense ReasoningVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Interactive Visualization for Debugging RL

2020-08-14 · Shuby Deshpande, Benjamin Eysenbach, Jeff Schneider

Visualization tools for supervised learning allow users to interpret, introspect, and gain an intuition for the successes and failures of their models. While reinforcement learning practitioners ask many of the same ques…

InterpreT: An Interactive Visualization Tool for Interpreting Transformers

2021-04-01 · EACL 2021 2 · Vasudev Lal, Arden Ma, Estelle Aflalo, Phillip Howard 외

With the increasingly widespread use of Transformer-based models for NLU/NLP tasks, there is growing interest in understanding the inner workings of these models, why they are so effective at a wide range of tasks, and h…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Sentiment Analysis

WizMap: Scalable Interactive Visualization for Exploring Large Machine Learning Embeddings

2023-06-15 · Zijie J. Wang, Fred Hohman, Duen Horng Chau

Machine learning models often learn latent embedding representations that capture the domain semantics of their training data. These embedding representations are valuable for interpreting trained models, building new mo…

Navigate

NeuralDivergence: Exploring and Understanding Neural Networks by Comparing Activation Distributions

2019-06-02 · Haekyu Park, Fred Hohman, Duen Horng Chau

As deep neural networks are increasingly used in solving high-stake problems, there is a pressing need to understand their internal decision mechanisms. Visualization has helped address this problem by assisting with int…

EL-VIT: Probing Vision Transformer with Interactive Visualization

2024-01-23 · Hong Zhou, Rui Zhang, Peifeng Lai, Chaoran Guo 외

Nowadays, Vision Transformer (ViT) is widely utilized in various computer vision tasks, owing to its unique self-attention mechanism. However, the model architecture of ViT is complex and often challenging to comprehend,…