Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Transformers Generalize DeepSets and Can be Extended to Graphs and Hypergraphs

About

We present a generalization of Transformers to any-order permutation invariant data (sets, graphs, and hypergraphs). We begin by observing that Transformers generalize DeepSets, or first-order (set-input) permutation invariant MLPs. Then, based on recently characterized higher-order invariant MLPs, we extend the concept of self-attention to higher orders and propose higher-order Transformers for order-$k$ data ($k=2$ for graphs and $k>2$ for hypergraphs). Unfortunately, higher-order Transformers turn out to have prohibitive complexity $\mathcal{O}(n^{2k})$ to the number of input nodes $n$. To address this problem, we present sparse higher-order Transformers that have quadratic complexity to the number of input hyperedges, and further adopt the kernel attention approach to reduce the complexity to linear. In particular, we show that the sparse second-order Transformers with kernel attention are theoretically more expressive than message passing operations while having an asymptotically identical complexity. Our models achieve significant performance improvement over invariant MLPs and message-passing graph neural networks in large-scale graph regression and set-to-(hyper)graph prediction tasks. Our implementation is available at https://github.com/jw9730/hot.

Jinwoo Kim, Saeyoon Oh, Seunghoon Hong• 2021

Related benchmarks

TaskDatasetResultRank
Graph property predictionPCQM4M-LSC (val)
MAE0.1263
48
Set-to-graph predictionJets (B)
RI67
9
Set-to-graph predictionJets (C)
RI75.7
9
Set-to-graph predictionJets (L)
RI97.4
9
Set-to-graph predictionDelaunay 50 points
Accuracy99.4
9
Set-to-graph predictionDelaunay 20-80 points
Accuracy99.3
9
Node ClassificationSynthetic chain graphs length 200 (test)
Micro-F1100
8
Hyperedge predictionGPS (test)
AUC95.2
7
Hyperedge predictionMovieLens (test)
AUC0.923
7
Hyperedge predictionDrug (test)
AUC0.964
7
Showing 10 of 10 rows

Other info

Code

Follow for update