核心概念
提案されたGCN-SAは、長距離依存関係を捉え、異なる同質性レベルのグラフで表現学習を実行する能力を向上させる。
要約
提案されたGCN-SAは、自己注意力メカニズムを活用して新しいグラフ学習フレームワークを導入し、エッジとノード特徴量の両方に改善点がある。この手法は、長距離依存関係を捉えることができ、異なる同質性レベルのグラフに適応する能力がある。具体的には、MHSAメカニズムを使用して内部相関を捉えた再接続隣接行列A∗の構築や変更されたトランスフォーマーブロックによる特徴量融合が行われている。これらの変更により、GCN-SAは効果的な表現学習を実行し、他のGNNと競争力のある結果を示すことができる。
統計
A∗ij = 0.95 if eij /∈ E and A∗ij = 1 if eij ∈ E.
K = 4 in the re-connected graph learning.
r and ϵ dictate the sparsity and connectivity of the reconnected graph.
引用
"Most existing GNNs assume graphs are under high-level homophily, including GAT, GCN."
"The proposed GCN-SA introduces a new learning framework to build the reconnected adjacency matrix using an MHSA mechanism."
"Our GCN-SA is more effective at capturing the internal correlation of nodes."