Designing the Topology of Graph Neural Networks: A Novel Feature Fusion Perspective
Lanning Wei, Huan Zhao, Zhiqiang He

TL;DR
This paper introduces F$^2$GNN, a novel framework for designing GNN topologies through feature fusion, which unifies existing methods and improves model capacity while addressing over-smoothing.
Contribution
The paper proposes a new feature fusion perspective for GNN topology design, unifying existing approaches and employing neural architecture search for optimized structures.
Findings
F$^2$GNN outperforms existing GNNs on eight real-world datasets.
The method alleviates over-smoothing by adaptively utilizing features at different levels.
Neural architecture search enhances the effectiveness of topology design.
Abstract
In recent years, Graph Neural Networks (GNNs) have shown superior performance on diverse real-world applications. To improve the model capacity, besides designing aggregation operations, GNN topology design is also very important. In general, there are two mainstream GNN topology design manners. The first one is to stack aggregation operations to obtain the higher-level features but easily got performance drop as the network goes deeper. Secondly, the multiple aggregation operations are utilized in each layer which provides adequate and independent feature extraction stage on local neighbors while are costly to obtain the higher-level information. To enjoy the benefits while alleviating the corresponding deficiencies of these two manners, we learn to design the topology of GNNs in a novel feature fusion perspective which is dubbed FGNN. To be specific, we provide a feature fusion…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Machine Learning and ELM
MethodsFeature Selection
