paper-with-me

홈 › Papers

The Transferability of Downsamped Sparse Graph Convolutional Networks

2024-08-30 · Qinji Shu, Hang Sheng, Feng Ji, Hui Feng, Bo Hu

To accelerate the training of graph convolutional networks (GCNs) on real-world large-scale sparse graphs, downsampling methods are commonly employed as a preprocessing step. However, the effects of graph sparsity and topological structure on the transferability of downsampling methods have not been rigorously analyzed or theoretically guaranteed, particularly when the topological structure is affected by graph sparsity. In this paper, we introduce a novel downsampling method based on a sparse random graph model and derive an expected upper bound for the transfer error. Our findings show that smaller original graph sizes, higher expected average degrees, and increased sampling rates contribute to reducing this upper bound. Experimental results validate the theoretical predictions. By incorporating both sparsity and topological similarity into the model, this study establishes an upper bound on the transfer error for downsampling in the training of large-scale sparse graphs and provides insight into the influence of topological structure on transfer performance.

📄 PDF Abstract BibTeX arXiv:2408.17274

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Geometric Graph Filters and Neural Networks: Limit Properties and Discriminability Trade-offs

2023-05-29 · Zhiyang Wang, Luana Ruiz, Alejandro Ribeiro

This paper studies the relationship between a graph neural network (GNN) and a manifold neural network (MNN) when the graph is constructed from a set of points sampled from the manifold, thus encoding geometric informati…

Graph Neural NetworkPoint Cloud Classification

Transferability of Spectral Graph Convolutional Neural Networks

2019-07-30 · Ron Levie, Wei Huang, Lorenzo Bucci, Michael M. Bronstein 외

This paper focuses on spectral graph convolutional neural networks (ConvNets), where filters are defined as elementwise multiplication in the frequency domain of a graph. In machine learning settings where the dataset co…

Limits, approximation and size transferability for GNNs on sparse graphs via graphops

2023-06-07 · NeurIPS 2023 11

Can graph neural networks generalize to graphs that are different from the graphs they were trained on, e.g., in size? In this work, we study this question from a theoretical perspective. While recent work established su…

Transferability of Graph Neural Networks: an Extended Graphon Approach

2021-09-21 · Sohir Maskey, Ron Levie, Gitta Kutyniok

We study spectral graph convolutional neural networks (GCNNs), where filters are defined as continuous functions of the graph shift operator (GSO) through functional calculus. A spectral GCNN is not tailored to one speci…

Graphon Neural Networks and the Transferability of Graph Neural Networks

2020-06-05 · NeurIPS 2020 12 · Luana Ruiz, Luiz. F. O. Chamon, Alejandro Ribeiro

Graph neural networks (GNNs) rely on graph convolutions to extract local features from network data. These graph convolutions combine information from adjacent nodes using coefficients that are shared across all nodes. S…