paper-with-me

홈 › Papers

Large-Scale Learnable Graph Convolutional Networks

2018-08-12 · Hongyang Gao, Zhengyang Wang, Shuiwang Ji

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 training on large-scale graphs, we propose a sub-graph training method to reduce the excessive memory and computational resource requirements suffered by prior methods on graph convolutions. Our experimental results on node classification tasks in both transductive and inductive learning settings demonstrate that our methods can achieve consistently better performance on the Cora, Citeseer, Pubmed citation network, and protein-protein interaction network datasets. Our results also indicate that the proposed methods using sub-graph training strategy are more efficient as compared to prior approaches.

📄 PDF Abstract BibTeX arXiv:1808.03965

Code (1)

divelab/lgcn 공식 구현 tf

Tasks

Document ClassificationInductive LearningNode Classification

Methods 이 논문이 사용한 방법론

LGCL 설명 없음

Similar Papers 제목 키워드 기반

Learnable Graph Convolutional Network and Feature Fusion for Multi-view Learning

2022-11-16 · Zhaoliang Chen, Lele Fu, Jie Yao, Wenzhong Guo 외

In practical applications, multi-view data depicting objectives from assorted perspectives can facilitate the accuracy increase of learning algorithms. However, given multi-view data, there is limited work for learning d…

MULTI-VIEW LEARNING

Wavelet-Inspired Multiscale Graph Convolutional Recurrent Network for Traffic Forecasting

2024-01-11 · Qipeng Qian, Tanwi Mallick

Traffic forecasting is the foundation for intelligent transportation systems. Spatiotemporal graph neural networks have demonstrated state-of-the-art performance in traffic forecasting. However, these methods do not expl…

DecoderGraph Learning

PromptGCN: Bridging Subgraph Gaps in Lightweight GCNs

2024-10-14 · Shengwei Ji, Yujie Tian, Fei Liu, Xinlu Li 외

Graph Convolutional Networks (GCNs) are widely used in graph-based applications, such as social networks and recommendation systems. Nevertheless, large-scale graphs or deep aggregation layers in full-batch GCNs consume …

GPURecommendation Systems

LanczosNet: Multi-Scale Deep Graph Convolutional Networks

2019-01-06 · ICLR 2019 5 · Renjie Liao, Zhizhen Zhao, Raquel Urtasun, Richard S. Zemel

We propose the Lanczos network (LanczosNet), which uses the Lanczos algorithm to construct low rank approximations of the graph Laplacian for graph convolution. Relying on the tridiagonal decomposition of the Lanczos alg…

Node Classification

GKAN: Graph Kolmogorov-Arnold Networks

2024-06-10 · Mehrdad Kiamari, Mohammad Kiamari, Bhaskar Krishnamachari

We introduce Graph Kolmogorov-Arnold Networks (GKAN), an innovative neural network architecture that extends the principles of the recently proposed Kolmogorov-Arnold Networks (KAN) to graph-structured data. By adopting …

Graph LearningKolmogorov-Arnold Networks