paper-with-me

홈 › Papers

Beyond GNNs: A Sample Efficient Architecture for Graph Problems

2021-01-01 · Pranjal Awasthi, Abhimanyu Das, Sreenivas Gollapudi

Despite their popularity in learning problems over graph structured data, existing Graph Neural Networks (GNNs) have inherent limitations for fundamental graph problems such as shortest paths, $k$-connectivity, minimum spanning tree and minimum cuts. In all these instances, it is known that one needs GNNs of high depth, scaling at a polynomial rate with the number of nodes $n$, to provably encode the solution space. This in turn affects their statistical efficiency thus requiring a significant amount of training data in order to obtain networks with good performance. In this work we propose a new hybrid architecture to overcome this limitation. Our proposed architecture that we call as GNNplus networks involve a combination of multiple parallel low depth GNNs along with simple pooling layers involving low depth fully connected networks. We provably demonstrate that for many graph problems, the solution space can be encoded by GNNplus networks using depth that scales only poly-logarithmically in the number of nodes. This significantly improves the amount of training data needed that we establish via improved generalization bounds. Finally, we empirically demonstrate the effectiveness of our proposed architecture for a variety of graph problems.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Generalization Bounds

Similar Papers 제목 키워드 기반

Meta-Learning with Graph Neural Networks: Methods and Applications

2021-02-27 · Debmalya Mandal, Sourav Medya, Brian Uzzi, Charu Aggarwal

Graph Neural Networks (GNNs), a generalization of deep neural networks on graph data have been widely used in various domains, ranging from drug discovery to recommender systems. However, GNNs on such applications are li…

Drug DiscoveryMeta-LearningRecommendation Systems

Beyond Grid Data: Exploring Graph Neural Networks for Earth Observation

2024-11-05 · Shan Zhao, Zhaiyu Chen, Zhitong Xiong, Yilei Shi 외

Earth Observation (EO) data analysis has been significantly revolutionized by deep learning (DL), with applications typically limited to grid-like data structures. Graph Neural Networks (GNNs) emerge as an important inno…

Earth ObservationLand Cover Classification

Simple GNN Regularisation for 3D Molecular Property Prediction and Beyond

2021-09-29 · ICLR 2022 4 · Jonathan Godwin, Michael Schaarschmidt, Alexander L Gaunt, Alvaro Sanchez-Gonzalez 외

Graph Neural Networks (GNNs) have been proven effective across a wide range of molecular property prediction and structured learning problems. However, their efficiency is known to be hindered by practical challenges suc…

Initial Structure to Relaxed Energy (IS2RE), DirectMolecular Property PredictionProperty Prediction

Deep Graph Neural Networks with Shallow Subgraph Samplers

2020-12-02 · Hanqing Zeng, Muhan Zhang, Yinglong Xia, Ajitesh Srivastava 외

While Graph Neural Networks (GNNs) are powerful models for learning representations on graphs, most state-of-the-art models do not have significant accuracy gain beyond two to three layers. Deep GNNs fundamentally need t…

Graph Neural Networks are Inherently Good Generalizers: Insights by Bridging GNNs and MLPs

2022-12-18 · Chenxiao Yang, Qitian Wu, Jiahua Wang, Junchi Yan

Graph neural networks (GNNs), as the de-facto model class for representation learning on graphs, are built upon the multi-layer perceptrons (MLP) architecture with additional message passing layers to allow features to f…

Representation Learning