MetaGL: Evaluation-Free Selection of Graph Learning Models via Meta-Learning
Namyong Park, Ryan Rossi, Nesreen Ahmed, Christos Faloutsos

TL;DR
MetaGL is a novel meta-learning framework that enables evaluation-free selection of graph learning models for new graphs by leveraging prior knowledge, significantly reducing the need for costly training or evaluation.
Contribution
It introduces a new meta-learning approach with specialized graph features and a graph-based meta-learner for model selection without training on the target graph.
Findings
MetaGL outperforms existing meta-learning methods by up to 47%.
MetaGL operates extremely fast, taking about 1 second at test time.
The approach effectively captures graph similarities using specialized meta-graph features.
Abstract
Given a graph learning task, such as link prediction, on a new graph, how can we select the best method as well as its hyperparameters (collectively called a model) without having to train or evaluate any model on the new graph? Model selection for graph learning has been largely ad hoc. A typical approach has been to apply popular methods to new datasets, but this is often suboptimal. On the other hand, systematically comparing models on the new graph quickly becomes too costly, or even impractical. In this work, we develop the first meta-learning approach for evaluation-free graph learning model selection, called MetaGL, which utilizes the prior performances of existing methods on various benchmark graph datasets to automatically select an effective model for the new graph, without any model training or evaluations. To quantify similarities across a wide variety of graphs, we…
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
Taxonomy
TopicsAdvanced Graph Neural Networks · Data Quality and Management
MethodsTest
