Collaborative Graph Neural Networks for Attributed Network Embedding
Qiaoyu Tan, Xin Zhang, Xiao Huang, Hao Chen, Jundong Li, and Xia Hu

TL;DR
This paper introduces CONN, a novel GNN architecture that enhances attributed network embedding by better integrating node attributes into graph convolution and training, leading to superior performance.
Contribution
The paper proposes a tailored GNN model, CONN, that effectively incorporates node attributes into message passing and reconstruction objectives, improving over existing methods.
Findings
CONN outperforms state-of-the-art embedding algorithms on real-world networks.
The model effectively integrates node attributes into graph convolution operations.
Experimental results show significant performance improvements.
Abstract
Graph neural networks (GNNs) have shown prominent performance on attributed network embedding. However, existing efforts mainly focus on exploiting network structures, while the exploitation of node attributes is rather limited as they only serve as node features at the initial layer. This simple strategy impedes the potential of node attributes in augmenting node connections, leading to limited receptive field for inactive nodes with few or even no neighbors. Furthermore, the training objectives (i.e., reconstructing network structures) of most GNNs also do not include node attributes, although studies have shown that reconstructing node attributes is beneficial. Thus, it is encouraging to deeply involve node attributes in the key components of GNNs, including graph convolution operations and training objectives. However, this is a nontrivial task since an appropriate way of…
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
MethodsConvolution · Focus
