SFi-Former: Sparse Flow Induced Attention for Graph Transformer
Zhonghao Li, Ji Shi, Xinming Zhang, Miao Zhang, Bo Li
TL;DR
SFi-Former introduces Sparse-Flow-induced (SFi) attention, an energy-based sparse attention mechanism for Graph Transformers that minimizes a flow energy with an $\ell_1$ penalty to produce selective, sparse information transfer. By interpreting attention as network flows on a resistor-like graph and incorporating friction terms, the method derives sparse attention patterns and iteratively computes them via proximal optimization, integrating them with adjacent graph structure through an adjacency-enhanced architecture. The approach achieves state-of-the-art results on long-range graph benchmarks (LRGB) and competitive performance on standard GNN benchmarks, while also exhibiting reduced train–test gaps indicative of better generalization. The framework provides a flexible, extensible way to design attention mechanisms by changing the energy function and supports efficient training via proximal methods and a GraphGPS-based platform, making it practical for graphs with complex, long-range dependencies.
Abstract
Graph Transformers (GTs) have demonstrated superior performance compared to traditional message-passing graph neural networks in many studies, especially in processing graph data with long-range dependencies. However, GTs tend to suffer from weak inductive bias, overfitting and over-globalizing problems due to the dense attention. In this paper, we introduce SFi-attention, a novel attention mechanism designed to learn sparse pattern by minimizing an energy function based on network flows with l1-norm regularization, to relieve those issues caused by dense attention. Furthermore, SFi-Former is accordingly devised which can leverage the sparse attention pattern of SFi-attention to generate sparse network flows beyond adjacency matrix of graph data. Specifically, SFi-Former aggregates features selectively from other nodes through flexible adaptation of the sparse attention, leading to a more robust model. We validate our SFi-Former on various graph datasets, especially those graph data exhibiting long-range dependencies. Experimental results show that our SFi-Former obtains competitive performance on GNN Benchmark datasets and SOTA performance on LongRange Graph Benchmark (LRGB) datasets. Additionally, our model gives rise to smaller generalization gaps, which indicates that it is less prone to over-fitting. Click here for codes.
