Scalable Graph Compressed Convolutions
Junshu Sun, Shuhui Wang, Chenxue Yang, Qingming Huang

TL;DR
This paper introduces CoCN, a scalable graph neural network that generalizes Euclidean convolution to graphs through a permutation-based calibration, enabling hierarchical learning and achieving superior results on benchmarks.
Contribution
It proposes a novel permutation-based calibration method to adapt Euclidean convolution for graphs and introduces the CoCN model for hierarchical graph representation learning.
Findings
CoCN outperforms baseline GNNs on node and graph benchmarks.
The permutation calibration enables flexible Euclidean convolution on irregular graphs.
End-to-end training with residual and inception mechanisms enhances performance.
Abstract
Designing effective graph neural networks (GNNs) with message passing has two fundamental challenges, i.e., determining optimal message-passing pathways and designing local aggregators. Previous methods of designing optimal pathways are limited with information loss on the input features. On the other hand, existing local aggregators generally fail to extract multi-scale features and approximate diverse operators under limited parameter scales. In contrast to these methods, Euclidean convolution has been proven as an expressive aggregator, making it a perfect candidate for GNN construction. However, the challenges of generalizing Euclidean convolution to graphs arise from the irregular structure of graphs. To bridge the gap between Euclidean space and graph topology, we propose a differentiable method that applies permutations to calibrate input graphs for Euclidean convolution. The…
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
TopicsInterconnection Networks and Systems · Embedded Systems Design Techniques · Advanced Computing and Algorithms
MethodsConvolution · Residual Connection
