paper-with-me

Papers

Graph Meta Learning via Local Subgraphs

2020-06-14 · NeurIPS 2020 12 · Kexin Huang, Marinka Zitnik

Prevailing methods for graphs require abundant label and edge information for learning. When data for a new task are scarce, meta-learning can learn from prior experiences and form much-needed inductive biases for fast adaption to new tasks. Here, we introduce G-Meta, a novel meta-learning algorithm for graphs. G-Meta uses local subgraphs to transfer subgraph-specific information and learn transferable knowledge faster via meta gradients. G-Meta learns how to quickly adapt to a new task using only a handful of nodes or edges in the new task and does so by learning from data points in other graphs or related, albeit disjoint label sets. G-Meta is theoretically justified as we show that the evidence for a prediction can be found in the local subgraph surrounding the target node or edge. Experiments on seven datasets and nine baseline methods show that G-Meta outperforms existing methods by up to 16.3%. Unlike previous methods, G-Meta successfully learns in challenging, few-shot learning settings that require generalization to completely new graphs and never-before-seen labels. Finally, G-Meta scales to large graphs, which we demonstrate on a new Tree-of-Life dataset comprising of 1,840 graphs, a two-orders of magnitude increase in the number of graphs used in prior work.

📄 PDF Abstract BibTeX arXiv:2006.07889

Code (1)

mims-harvard/g-meta 공식 구현 pytorch

Tasks

Few-Shot LearningMeta-Learning

Similar Papers 제목 키워드 기반

Hyperbolic Graph Neural Networks at Scale: A Meta Learning Approach

2023-10-29 · NeurIPS 2023 11

The progress in hyperbolic neural networks (HNNs) research is hindered by their absence of inductive bias mechanisms, which are essential for generalizing to new tasks and facilitating scalable learning over large datase…

Inductive BiasLink PredictionMeta-LearningNode Classification

Metapath- and Entity-aware Graph Neural Network for Recommendation

2020-10-22 · Muhammad Umer Anwaar, Zhiwei Han, Shyam Arumugaswamy, Rayyan Ahmad Khan 외

In graph neural networks (GNNs), message passing iteratively aggregates nodes' information from their direct neighbors while neglecting the sequential nature of multi-hop node connections. Such sequential node connection…

Graph Neural NetworkLink PredictionRecommendation Systems

Few-Shot Semantic Relation Prediction across Heterogeneous Graphs

2022-07-11 · Pengfei Ding, Yan Wang, Guanfeng Liu, Xiaofang Zhou

Semantic relation prediction aims to mine the implicit relationships between objects in heterogeneous graphs, which consist of different types of objects and different types of links. In real-world scenarios, new semanti…

Graph Neural NetworkMeta-LearningPredictionRelation+1

RECS: Robust Graph Embedding Using Connection Subgraphs

2018-05-03 · Saba A. Al-Sayouri, Danai Koutra, Evangelos E. Papalexakis, Sarah S. Lam

The success of graph embeddings or node representation learning in a variety of downstream tasks, such as node classification, link prediction, and recommendation systems, has led to their popularity in recent years. Rep…

General ClassificationGraph EmbeddingLink PredictionMulti-Label Classification+4

Paths to Causality: Finding Informative Subgraphs Within Knowledge Graphs for Knowledge-Based Causal Discovery

2025-06-10 · Yuni Susanti, Michael Färber

Inferring causal relationships between variable pairs is crucial for understanding multivariate interactions in complex systems. Knowledge-based causal discovery -- which involves inferring causal relationships by reason…

Causal DiscoveryCausal InferenceKnowledge GraphsLearning-To-Rank