Meta-Learning for Graphs with Heterogeneous Node Attribute Spaces for Few-Shot Edge Predictions
Abstract
Prediction of edges between nodes in graph data is useful for many applications, such as social network analysis and knowledge graph completion. Existing graph neural network-based approaches have achieved notable advancements, but encounter significant difficulty in building an effective model when there is an insufficient number of known edges in graphs. Although some meta-learning approaches were introduced to solve this problem, having an assumption that the nodes of training graphs and test graphs are in homogeneous attribute spaces, which limits the flexibility of applications. In this paper, we proposed a meta-learning method for edge prediction that can learn from graphs with nodes in heterogeneous attribute spaces. The proposed model consists of attribute-wise message-passing networks that transform information between connected nodes for each attribute, resulting in attribute-specific node embeddings. The node embeddings are obtained by calculating the mean of the attribute-specific node embeddings.The encoding operation can be repeated multiple times to capture complex patterns. The attribute-wise message-passing networks are shared across all graphs, allowing knowledge transfer between different graphs.The probabilities of edges are estimated by the Euclidian distance between node embeddings. Experimental results on 14 real-world data sets demonstrate that the proposed method outperforms existing methods in edge prediction problems with sparse edge information.
Cite
Text
Chuang et al. "Meta-Learning for Graphs with Heterogeneous Node Attribute Spaces for Few-Shot Edge Predictions." Transactions on Machine Learning Research, 2025.Markdown
[Chuang et al. "Meta-Learning for Graphs with Heterogeneous Node Attribute Spaces for Few-Shot Edge Predictions." Transactions on Machine Learning Research, 2025.](https://mlanthology.org/tmlr/2025/chuang2025tmlr-metalearning/)BibTeX
@article{chuang2025tmlr-metalearning,
title = {{Meta-Learning for Graphs with Heterogeneous Node Attribute Spaces for Few-Shot Edge Predictions}},
author = {Chuang, Zhong and Tanaka, Yusuke and Iwata, Tomoharu},
journal = {Transactions on Machine Learning Research},
year = {2025},
url = {https://mlanthology.org/tmlr/2025/chuang2025tmlr-metalearning/}
}