Graph Edge Representation via Tensor Product Graph Convolutional Representation
Bo Jiang, Sheng Ge, Ziyan Zhang, Beibei Wang, Jin Tang, Bin Luo

TL;DR
This paper introduces Tensor Product Graph Convolution (TPGC), a novel convolution operator designed to generate effective edge embeddings in graphs with high-dimensional edge features, complementing traditional node-focused GCNs.
Contribution
The paper proposes TPGC, a new convolution method leveraging tensor contraction and diffusion theories to effectively incorporate edge features in graph neural networks.
Findings
TPGC outperforms existing methods on several graph learning tasks.
Effective edge embeddings improve overall graph analysis.
TPGC provides a complementary approach to traditional node-centric GCNs.
Abstract
Graph Convolutional Networks (GCNs) have been widely studied. The core of GCNs is the definition of convolution operators on graphs. However, existing Graph Convolution (GC) operators are mainly defined on adjacency matrix and node features and generally focus on obtaining effective node embeddings which cannot be utilized to address the graphs with (high-dimensional) edge features. To address this problem, by leveraging tensor contraction representation and tensor product graph diffusion theories, this paper analogously defines an effective convolution operator on graphs with edge features which is named as Tensor Product Graph Convolution (TPGC). The proposed TPGC aims to obtain effective edge embeddings. It provides a complementary model to traditional graph convolutions (GCs) to address the more general graph data analysis with both node and edge features. Experimental results on…
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 · Graph Theory and Algorithms · Complex Network Analysis Techniques
MethodsFocus · Diffusion · Convolution
