AGS-GNN: Attribute-guided Sampling for Graph Neural Networks
Siddhartha Shankar Das, S M Ferdous, Mahantesh M Halappanavar, Edoardo, Serra, Alex Pothen

TL;DR
AGS-GNN introduces an attribute-guided sampling method that effectively handles both homophilic and heterophilic graphs, improving scalability and accuracy in graph neural network applications.
Contribution
The paper presents the first explicit control of homophily in sampled subgraphs using dual sampling channels and submodularity, enhancing GNN performance on diverse graph types.
Findings
Achieves comparable or better accuracy than state-of-the-art heterophilic GNNs.
Converges faster than random sampling methods.
Scalable and adaptable to existing GNN models.
Abstract
We propose AGS-GNN, a novel attribute-guided sampling algorithm for Graph Neural Networks (GNNs) that exploits node features and connectivity structure of a graph while simultaneously adapting for both homophily and heterophily in graphs. (In homophilic graphs vertices of the same class are more likely to be connected, and vertices of different classes tend to be linked in heterophilic graphs.) While GNNs have been successfully applied to homophilic graphs, their application to heterophilic graphs remains challenging. The best-performing GNNs for heterophilic graphs do not fit the sampling paradigm, suffer high computational costs, and are not inductive. We employ samplers based on feature-similarity and feature-diversity to select subsets of neighbors for a node, and adaptively capture information from homophilic and heterophilic neighborhoods using dual channels. Currently, AGS-GNN is…
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
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Brain Tumor Detection and Classification
