TL;DR
This paper introduces Large-Scale Learnable Graph Convolutional Networks (LGCL) that transform graph data into grid-like structures for effective convolution, along with a sub-graph training method for scalability, achieving superior results on multiple datasets.
Contribution
The paper proposes LGCL for automatic neighbor selection and a sub-graph training strategy, enabling scalable and effective graph convolutional learning on large-scale graphs.
Findings
LGCL improves node classification accuracy on multiple datasets.
Sub-graph training reduces memory and computation costs.
Proposed methods outperform prior approaches in efficiency and performance.
Abstract
Convolutional neural networks (CNNs) have achieved great success on grid-like data such as images, but face tremendous challenges in learning from more generic data such as graphs. In CNNs, the trainable local filters enable the automatic extraction of high-level features. The computation with filters requires a fixed number of ordered units in the receptive fields. However, the number of neighboring units is neither fixed nor are they ordered in generic graphs, thereby hindering the applications of convolutional operations. Here, we address these challenges by proposing the learnable graph convolutional layer (LGCL). LGCL automatically selects a fixed number of neighboring nodes for each feature based on value ranking in order to transform graph data into grid-like structures in 1-D format, thereby enabling the use of regular convolutional operations on generic graphs. To enable model…
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
MethodsLearnable graph convolutional layer
