Core Concepts
This paper provides a systematic study of the theoretical expressive power of order-k graph transformers and their sparse variants. It shows that a plain order-k graph transformer without additional structural information is less expressive than the k-Weisfeiler Lehman (k-WL) test, but adding explicit tuple indices can make it as expressive as k-WL. The paper then explores strategies to sparsify and enhance the higher-order graph transformers, aiming to improve both their efficiency and expressiveness.
Abstract
The paper starts by introducing a natural formulation of order-k transformers Ak. It shows that without "indices" information of k-tuples, Ak is strictly less expressive than k-WL. However, when augmented with the indices information, its expressive power is at least that of k-WL.
The paper then explores strategies to improve the efficiency of higher-order graph transformers while maintaining strong expressive power. It proposes several sparse high-order transformers, including:
Neighbor attention ANgbh
k: This mechanism computes attention only with the k-neighbors of each tuple, and is as expressive as k-WL while having lower complexity (O(nk+1kd) vs O(n2kd) for plain Ak).
Local neighbor attention ALN
k: This is a more sparse variant of neighbor attention, which only considers local neighbors. It is at least as powerful as δ-k-LWL, a stronger variant of k-WL.
Virtual tuple attention AVT
k: This model introduces a virtual tuple that computes attention with all other real tuples, while each real tuple only computes attention with the virtual tuple. It can approximate the plain Ak efficiently.
The paper also discusses simplicial attention as a way to further reduce the number of input k-tuples.
Experiments on synthetic and real-world datasets verify the theoretical properties and empirical effectiveness of the proposed sparse higher-order transformers.
Stats
The paper does not contain any key metrics or important figures to support the author's key logics.
Quotes
The paper does not contain any striking quotes supporting the author's key logics.