Beyond Low-frequency Information in Graph Convolutional Networks
About
Graph neural networks (GNNs) have been proven to be effective in various network-related tasks. Most existing GNNs usually exploit the low-frequency signals of node features, which gives rise to one fundamental question: is the low-frequency information all we need in the real world applications? In this paper, we first present an experimental investigation assessing the roles of low-frequency and high-frequency signals, where the results clearly show that exploring low-frequency signal only is distant from learning an effective node representation in different scenarios. How can we adaptively learn more information beyond low-frequency information in GNNs? A well-informed answer can help GNNs enhance the adaptability. We tackle this challenge and propose a novel Frequency Adaptation Graph Convolutional Networks (FAGCN) with a self-gating mechanism, which can adaptively integrate different signals in the process of message passing. For a deeper understanding, we theoretically analyze the roles of low-frequency signals and high-frequency signals on learning node representations, which further explains why FAGCN can perform well on different types of networks. Extensive experiments on six real-world networks validate that FAGCN not only alleviates the over-smoothing problem, but also has advantages over the state-of-the-arts.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Node Classification | Cora | Accuracy88.05 | 885 | |
| Node Classification | Citeseer | Accuracy77.07 | 804 | |
| Node Classification | Pubmed | Accuracy88.09 | 742 | |
| Node Classification | Citeseer (test) | Accuracy0.7486 | 729 | |
| Node Classification | Cora (test) | Mean Accuracy88.77 | 687 | |
| Node Classification | Chameleon | Accuracy67 | 549 | |
| Node Classification | Squirrel | Accuracy60 | 500 | |
| Node Classification | PubMed (test) | Accuracy89.14 | 500 | |
| Node Classification | Cornell | Accuracy79.19 | 426 | |
| Node Classification | Texas | Accuracy82.43 | 410 |