paper-with-me

홈 › Papers

Task-Equivariant Graph Few-shot Learning

2023-05-30 · Sungwon Kim, Junseok Lee, Namkyeong Lee, Wonjoong Kim, Seungyoon Choi, Chanyoung Park

Although Graph Neural Networks (GNNs) have been successful in node classification tasks, their performance heavily relies on the availability of a sufficient number of labeled nodes per class. In real-world situations, not all classes have many labeled nodes and there may be instances where the model needs to classify new classes, making manual labeling difficult. To solve this problem, it is important for GNNs to be able to classify nodes with a limited number of labeled nodes, known as few-shot node classification. Previous episodic meta-learning based methods have demonstrated success in few-shot node classification, but our findings suggest that optimal performance can only be achieved with a substantial amount of diverse training meta-tasks. To address this challenge of meta-learning based few-shot learning (FSL), we propose a new approach, the Task-Equivariant Graph few-shot learning (TEG) framework. Our TEG framework enables the model to learn transferable task-adaptation strategies using a limited number of training meta-tasks, allowing it to acquire meta-knowledge for a wide range of meta-tasks. By incorporating equivariant neural networks, TEG can utilize their strong generalization abilities to learn highly adaptable task-specific strategies. As a result, TEG achieves state-of-the-art performance with limited training meta-tasks. Our experiments on various benchmark datasets demonstrate TEG's superiority in terms of accuracy and generalization ability, even when using minimal meta-training data, highlighting the effectiveness of our proposed approach in addressing the challenges of meta-learning based few-shot node classification. Our code is available at the following link: https://github.com/sung-won-kim/TEG

📄 PDF Abstract BibTeX arXiv:2305.18758

Code (1)

sung-won-kim/teg 공식 구현 pytorch

Tasks

Few-Shot LearningMeta-LearningNode Classification

Similar Papers 제목 키워드 기반

Navigating the Unseen: Zero-shot Scene Graph Generation via Capsule-Based Equivariant Features

2025-01-01 · CVPR 2025 1 · Wenhuan Huang, Yi Ji, Guiqian Zhu, Li Ying 외

In scene graph generation (SGG), the accurate prediction of unseen triples is essential for its effectiveness in downstream vision-language tasks. We hypothesize that the predicates of unseen triples can be viewed as…

AttributeGraph GenerationScene Graph GenerationZero-Shot Scene Graph Generation

Double Equivariance for Inductive Link Prediction for Both New Nodes and New Relation Types

2023-02-02 · Jincheng Zhou, Yucheng Zhang, Jianfei Gao, Yangze Zhou 외

The task of fully inductive link prediction in knowledge graphs has gained significant attention, with various graph neural networks being proposed to address it. This task presents greater challenges than traditional in…

Inductive Link PredictionKnowledge Graph CompletionKnowledge GraphsLink Prediction+5

Efficient Equivariant Transfer Learning from Pretrained Models

2023-09-21 · NeurIPS 2023 11

Efficient transfer learning algorithms are key to the success of foundation models on diverse downstream tasks even with limited data. Recent works of Basu et al. (2023) and Kaba et al. (2022) propose group averaging (eq…

Equivariant Spatio-Temporal Attentive Graph Networks to Simulate Physical Dynamics

2024-05-21 · NeurIPS 2023 11 · Liming Wu, Zhichao Hou, Jirui Yuan, Yu Rong 외

Learning to represent and simulate the dynamics of physical systems is a crucial yet challenging task. Existing equivariant Graph Neural Network (GNN) based methods have encapsulated the symmetry of physics, \emph{e.g.},…

Graph Neural Network

Subequivariant Graph Reinforcement Learning in 3D Environments

2023-05-30 · Runfa Chen, Jiaqi Han, Fuchun Sun, Wenbing Huang

Learning a shared policy that guides the locomotion of different agents is of core interest in Reinforcement Learning (RL), which leads to the study of morphology-agnostic RL. However, existing benchmarks are highly rest…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Zero-shot Generalization