HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

CAT: A Causally Graph Attention Network for Trimming Heterophilic Graph

Silu He Qinyao Luo Xinsha Fu Ling Zhao Ronghua Du Haifeng Li

CAT: A Causally Graph Attention Network for Trimming Heterophilic Graph

Abstract

Local Attention-guided Message Passing Mechanism (LAMP) adopted in Graph Attention Networks (GATs) is designed to adaptively learn the importance of neighboring nodes for better local aggregation on the graph, which can bring the representations of similar neighbors closer effectively, thus showing stronger discrimination ability. However, existing GATs suffer from a significant discrimination ability decline in heterophilic graphs because the high proportion of dissimilar neighbors can weaken the self-attention of the central node, jointly resulting in the deviation of the central node from similar nodes in the representation space. This kind of effect generated by neighboring nodes is called the Distraction Effect (DE) in this paper. To estimate and weaken the DE of neighboring nodes, we propose a Causally graph Attention network for Trimming heterophilic graph (CAT). To estimate the DE, since the DE are generated through two paths (grab the attention assigned to neighbors and reduce the self-attention of the central node), we use Total Effect to model DE, which is a kind of causal estimand and can be estimated from intervened data; To weaken the DE, we identify the neighbors with the highest DE (we call them Distraction Neighbors) and remove them. We adopt three representative GATs as the base model within the proposed CAT framework and conduct experiments on seven heterophilic datasets in three different sizes. Comparative experiments show that CAT can improve the node classification accuracy of all base GAT models. Ablation experiments and visualization further validate the enhancement of discrimination ability brought by CAT. The source code is available at https://github.com/GeoX-Lab/CAT.

Code Repositories

geox-lab/cat
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
node-classification-on-actorCATv3-sup
Accuracy: 38.5±1.2
node-classification-on-chameleonCATv3-sup
Accuracy: 69.9±1.0
node-classification-on-cornellCATv3-sup
Accuracy: 88.8±2.1
node-classification-on-squirrelCATv3-sup
Accuracy: 59.3±1.8
node-classification-on-texasCATv3-sup
Accuracy: 83.0±2.5
node-classification-on-wisconsinCATv3-sup
Accuracy: 85.6±2.1

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
CAT: A Causally Graph Attention Network for Trimming Heterophilic Graph | Papers | HyperAI