LGAIFeb 14, 2025

Generalized Attention Flow: Feature Attribution for Transformer Models via Maximum Flow

arXiv:2502.15765v13 citationsh-index: 2ACL
Originality Incremental advance
AI Analysis

This provides a more reliable interpretation of Transformer outputs for researchers and practitioners, though it is incremental as it builds on prior attention flow methods.

The paper tackles the problem of feature attribution for Transformer models by introducing Generalized Attention Flow (GAF), which integrates attention weights, gradients, maximum flow, and barrier methods to outperform state-of-the-art methods in most sequence classification benchmarks.

This paper introduces Generalized Attention Flow (GAF), a novel feature attribution method for Transformer-based models to address the limitations of current approaches. By extending Attention Flow and replacing attention weights with the generalized Information Tensor, GAF integrates attention weights, their gradients, the maximum flow problem, and the barrier method to enhance the performance of feature attributions. The proposed method exhibits key theoretical properties and mitigates the shortcomings of prior techniques that rely solely on simple aggregation of attention weights. Our comprehensive benchmarking on sequence classification tasks demonstrates that a specific variant of GAF consistently outperforms state-of-the-art feature attribution methods in most evaluation settings, providing a more reliable interpretation of Transformer model outputs.

Foundations

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

Your Notes