A Node-collaboration-informed Graph Convolutional Network for Precise Representation to Undirected Weighted Graphs
Ying Wang, Ye Yuan, Xin Luo

TL;DR
This paper introduces NGCN, a novel graph convolutional network that incorporates latent node collaboration information to improve representation accuracy on undirected weighted graphs, especially for missing data estimation.
Contribution
The paper proposes a new node-collaboration module integrated into GCNs, enhancing their ability to model latent collaborations and improve performance on real-world weighted graphs.
Findings
NGCN outperforms existing GCNs in missing weight estimation tasks
The model effectively captures latent node collaborations
It demonstrates good scalability with advanced GCN extensions
Abstract
An undirected weighted graph (UWG) is frequently adopted to describe the interactions among a solo set of nodes from real applications, such as the user contact frequency from a social network services system. A graph convolutional network (GCN) is widely adopted to perform representation learning to a UWG for subsequent pattern analysis tasks such as clustering or missing data estimation. However, existing GCNs mostly neglects the latent collaborative information hidden in its connected node pairs. To address this issue, this study proposes to model the node collaborations via a symmetric latent factor analysis model, and then regards it as a node-collaboration module for supplementing the collaboration loss in a GCN. Based on this idea, a Node-collaboration-informed Graph Convolutional Network (NGCN) is proposed with three-fold ideas: a) Learning latent collaborative information from…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Recommender Systems and Techniques · Complex Network Analysis Techniques
MethodsResidual Connection · Graph Convolutional Network
