Co-embedding of Nodes and Edges with Graph Neural Networks
Xiaodong Jiang, Ronghang Zhu, Pengsheng Ji, Sheng Li

TL;DR
This paper introduces CensNet, a graph neural network framework that effectively embeds both node and edge features, improving performance on various graph learning tasks by leveraging line graphs and novel convolution operations.
Contribution
The paper proposes CensNet, a novel GNN framework that incorporates edge features by switching roles of nodes and edges via line graphs, enhancing graph embedding capabilities.
Findings
Achieves state-of-the-art results on citation networks and chemistry graphs.
Effectively models both node and edge features in graph learning tasks.
Improves performance in semi-supervised, multi-task, regression, and link prediction tasks.
Abstract
Graph, as an important data representation, is ubiquitous in many real world applications ranging from social network analysis to biology. How to correctly and effectively learn and extract information from graph is essential for a large number of machine learning tasks. Graph embedding is a way to transform and encode the data structure in high dimensional and non-Euclidean feature space to a low dimensional and structural space, which is easily exploited by other machine learning algorithms. We have witnessed a huge surge of such embedding methods, from statistical approaches to recent deep learning methods such as the graph convolutional networks (GCN). Deep learning approaches usually outperform the traditional methods in most graph learning benchmarks by building an end-to-end learning framework to optimize the loss function directly. However, most of the existing GCN methods can…
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 · Complex Network Analysis Techniques · Functional Brain Connectivity Studies
MethodsGraph Convolutional Networks · Convolution · Graph Convolutional Network
