Concept
Neighborhood Attention
In addition to more general forms of set aggregation, a popular strategy for improving the aggregation layer in GNNs is to apply attention.
The basic idea is to assign an attention weight or importance to each neighbor, which is used to weigh this neighbor’s influence during the aggregation step. The first GNN model to apply this style of attention was Graph Attention Network (GAT), which uses attention weights to define a weighted sum of the neighbors: , where denotes the attention on neighbor when we are aggregating information at node u.
0
1
Updated 2022-07-02
Tags
Data Science