Graph Ordering Attention Networks
Michail Chatzianastasis, Johannes F. Lutzeyer, George Dasoulas,, Michalis Vazirgiannis

TL;DR
Graph Ordering Attention Networks introduce a novel GNN layer that captures complex neighbor interactions by learning local node orderings, leading to improved performance on graph metrics and real-world node classification tasks.
Contribution
The paper proposes the GOAT layer, a new GNN component that models neighbor interactions using attention-based orderings and recurrent aggregation, enhancing graph representation capabilities.
Findings
Improved modeling of complex graph metrics like betweenness centrality.
Superior performance on real-world node classification benchmarks.
Effective capture of neighbor interactions through learned orderings.
Abstract
Graph Neural Networks (GNNs) have been successfully used in many problems involving graph-structured data, achieving state-of-the-art performance. GNNs typically employ a message-passing scheme, in which every node aggregates information from its neighbors using a permutation-invariant aggregation function. Standard well-examined choices such as the mean or sum aggregation functions have limited capabilities, as they are not able to capture interactions among neighbors. In this work, we formalize these interactions using an information-theoretic framework that notably includes synergistic information. Driven by this definition, we introduce the Graph Ordering Attention (GOAT) layer, a novel GNN component that captures interactions between nodes in a neighborhood. This is achieved by learning local node orderings via an attention mechanism and processing the ordered representations using…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Bayesian Modeling and Causal Inference
