paper-with-me

Papers

Fully-inductive Node Classification on Arbitrary Graphs

2024-05-30 · Jianan Zhao, Zhaocheng Zhu, Mikhail Galkin, Hesham Mostafa, Michael Bronstein, Jian Tang

One fundamental challenge in graph machine learning is generalizing to new graphs. Many existing methods following the inductive setup can generalize to test graphs with new structures, but assuming the feature and label spaces remain the same as the training ones. This paper introduces a fully-inductive setup, where models should perform inference on arbitrary test graphs with new structures, feature and label spaces. We propose GraphAny as the first attempt at this challenging setup. GraphAny models inference on a new graph as an analytical solution to a LinearGNN, which can be naturally applied to graphs with any feature and label spaces. To further build a stronger model with learning capacity, we fuse multiple LinearGNN predictions with learned inductive attention scores. Specifically, the attention module is carefully parameterized as a function of the entropy-normalized distance features between pairs of LinearGNN predictions to ensure generalization to new graphs. Empirically, GraphAny trained on a single Wisconsin dataset with only 120 labeled nodes can generalize to 30 new graphs with an average accuracy of 67.26%, surpassing not only all inductive baselines, but also strong transductive methods trained separately on each of the 30 test graphs.

📄 PDF Abstract BibTeX arXiv:2405.20445

Code (1)

deepgraphlearning/graphany 공식 구현 pytorch

Tasks

ClassificationNode Classification

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
GAT A Graph Attention Network (GAT) is a neural network architecture that operates on graph-structured data, leveraging masked self-attentional layers to address the shortcomings…

Similar Papers 제목 키워드 기반

View Space: Learning Representation across Arbitrary Graphs

2025-12-12 · Dooho Lee, Myeong Kong, Minho Jeong, Jaemin Yoo arxiv

Generalizing pretrained models to unseen datasets without retraining is a central challenge toward foundation models. Achieving fully inductive inference on numerical data is particularly difficult due to large variation…

Representation LearningNode Classification

Meta-Inductive Node Classification across Graphs

2021-05-14 · Zhihao Wen, Yuan Fang, Zemin Liu

Semi-supervised node classification on graphs is an important research problem, with many real-world applications in information retrieval such as content classification on a social network and query intent classificatio…

ClassificationGeneral KnowledgeInformation Retrievalintent-classification+4

Node Masking: Making Graph Neural Networks Generalize and Scale Better

2020-01-17 · Pushkar Mishra, Aleksandra Piktus, Gerard Goossen, Fabrizio Silvestri

Graph Neural Networks (GNNs) have received a lot of interest in the recent times. From the early spectral architectures that could only operate on undirected graphs per a transductive learning paradigm to the current sta…

Node ClassificationTransductive Learning

Variational Graph Auto-Encoder Based Inductive Learning Method for Semi-Supervised Classification

2024-03-26 · Hanxuan Yang, Zhaoxin Yu, Qingchao Kong, Wei Liu 외

Graph representation learning is a fundamental research issue in various domains of applications, of which the inductive learning problem is particularly challenging as it requires models to generalize to unseen graph st…

Graph Representation LearningInductive LearningNode ClassificationRepresentation Learning

Neural Message Passing on Structural Interaction Graphs for Fully-Inductive Graph Neural Networks

2026-08-09 · Omer Yom-Tov, Avigdor Gal arxiv

A central obstacle in building graph foundation models is the input heterogeneity in terms of feature space dimensionality, semantics, and structure. Such heterogeneity limits the capability of graph neural networks to g…

Inductive Link Prediction