paper-with-me

Papers

Explainable AI: Context-Aware Layer-Wise Integrated Gradients for Explaining Transformer Models

2026-02-18 · Melkamu Abay Mersha, Jugal Kalita arxiv

Transformer models achieve state-of-the-art performance across domains and tasks, yet their deeply layered representations make their predictions difficult to interpret. Existing explainability methods rely on final-layer attributions, capture either local token-level attributions or global attention patterns without unification, and lack context-awareness of inter-token dependencies and structural components. They also fail to capture how relevance evolves across layers and how structural components shape decision-making. To address these limitations, we proposed the \textbf{Context-Aware Layer-wise Integrated Gradients (CA-LIG) Framework}, a unified hierarchical attribution framework that computes layer-wise Integrated Gradients within each Transformer block and fuses these token-level attributions with class-specific attention gradients. This integration yields signed, context-sensitive attribution maps that capture supportive and opposing evidence while tracing the hierarchical flow of relevance through the Transformer layers. We evaluate the CA-LIG Framework across diverse tasks, domains, and transformer model families, including sentiment analysis and long and multi-class document classification with BERT, hate speech detection in a low-resource language setting with XLM-R and AfroLM, and image classification with Masked Autoencoder vision Transformer model. Across all tasks and architectures, CA-LIG provides more faithful attributions, shows stronger sensitivity to contextual dependencies, and produces clearer, more semantically coherent visualizations than established explainability methods. These results indicate that CA-LIG provides a more comprehensive, context-aware, and reliable explanation of Transformer decision-making, advancing both the practical interpretability and conceptual understanding of deep neural models.

📄 PDF Abstract BibTeX arXiv:2602.16608

Code (0)

등록된 구현이 없습니다.

Tasks

Document ClassificationHate Speech DetectionImage ClassificationSentiment Analysis

Similar Papers 제목 키워드 기반

X-Pruner: eXplainable Pruning for Vision Transformers

2023-03-08 · CVPR 2023 1 · Lu Yu, Wei Xiang

Recently vision transformer models have become prominent models for a range of tasks. These models, however, usually suffer from intensive computational costs and heavy memory requirements, making them impractical for de…

Can I Trust the Explanations? Investigating Explainable Machine Learning Methods for Monotonic Models

2023-09-23 · Dangxing Chen

In recent years, explainable machine learning methods have been very successful. Despite their success, most explainable machine learning methods are applied to black-box models without any domain knowledge. By incorpora…

IGU-LoRA: Adaptive Rank Allocation via Integrated Gradients and Uncertainty-Aware Scoring

2026-03-14 · Xuan Cui, Huiyue Li, Run Zeng, Yunfei Zhao 외 arxiv

As large language models (LLMs) scale to billions of parameters, full-parameter fine-tuning becomes compute- and memory-prohibitive. Parameter-efficient fine-tuning (PEFT) mitigates this issue by updating only a small se…

parameter-efficient fine-tuning

Explainable, Physics Aware, Trustworthy AI Paradigm Shift for Synthetic Aperture Radar

2023-01-09 · Mihai Datcu, Zhongling Huang, Andrei Anghel, Juanping Zhao 외

The recognition or understanding of the scenes observed with a SAR system requires a broader range of cues, beyond the spatial context. These encompass but are not limited to: imaging geometry, imaging mode, properties o…

Explainable AI: A Combined XAI Framework for Explaining Brain Tumour Detection Models

2026-02-05 · Patrick McGonagle, William Farrelly, Kevin Curran arxiv

This study explores the integration of multiple Explainable AI (XAI) techniques to enhance the interpretability of deep learning models for brain tumour detection. A custom Convolutional Neural Network (CNN) was develope…