paper-with-me

Papers

Unsupervised Episode Generation for Graph Meta-learning

2023-06-27 · Jihyeong Jung, Sangwoo Seo, Sungwon Kim, Chanyoung Park

We propose Unsupervised Episode Generation method called Neighbors as Queries (NaQ) to solve the Few-Shot Node-Classification (FSNC) task by unsupervised Graph Meta-learning. Doing so enables full utilization of the information of all nodes in a graph, which is not possible in current supervised meta-learning methods for FSNC due to the label-scarcity problem. In addition, unlike unsupervised Graph Contrastive Learning (GCL) methods that overlook the downstream task to be solved at the training phase resulting in vulnerability to class imbalance of a graph, we adopt the episodic learning framework that allows the model to be aware of the downstream task format, i.e., FSNC. The proposed NaQ is a simple but effective unsupervised episode generation method that randomly samples nodes from a graph to make a support set, followed by similarity-based sampling of nodes to make the corresponding query set. Since NaQ is model-agnostic, any existing supervised graph meta-learning methods can be trained in an unsupervised manner, while not sacrificing much of their performance or sometimes even improving them. Extensive experimental results demonstrate the effectiveness of our proposed unsupervised episode generation method for graph meta-learning towards the FSNC task. Our code is available at: https://github.com/JhngJng/NaQ-PyTorch.

📄 PDF Abstract BibTeX arXiv:2306.15217

Code (1)

jhngjng/naq-pytorch 공식 구현 pytorch

Tasks

Contrastive LearningMeta-LearningNode ClassificationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
Contrastive Learning 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

ProtAugment: Intent Detection Meta-Learning through Unsupervised Diverse Paraphrasing

2021-08-01 · ACL 2021 5 · Thomas Dopierre, Christophe Gravier, Wilfried Logerais

Recent research considers few-shot intent detection as a meta-learning problem: the model is learning to learn from a consecutive set of small tasks named episodes. In this work, we propose ProtAugment, a meta-learning a…

DiversityIntent DetectionLanguage ModelingLanguage Modelling+1

ProtAugment: Unsupervised diverse short-texts paraphrasing for intent detection meta-learning

2021-05-27 · Thomas Dopierre, Christophe Gravier, Wilfried Logerais

Recent research considers few-shot intent detection as a meta-learning problem: the model is learning to learn from a consecutive set of small tasks named episodes. In this work, we propose ProtAugment, a meta-learning a…

DiversityIntent DetectionLanguage ModelingLanguage Modelling+1

Unsupervised Few-Shot Action Recognition via Action-Appearance Aligned Meta-Adaptation

2021-09-30 · ICCV 2021 10 · Jay Patravali, Gaurav Mittal, Ye Yu, Fuxin Li 외

We present MetaUVFS as the first Unsupervised Meta-learning algorithm for Video Few-Shot action recognition. MetaUVFS leverages over 550K unlabeled videos to train a two-stream 2D and 3D CNN architecture via contrastive …

Action RecognitionContrastive LearningFew-Shot action recognitionFew Shot Action Recognition+1

Revisiting Unsupervised Meta-Learning via the Characteristics of Few-Shot Tasks

2020-11-30 · Han-Jia Ye, Lu Han, De-Chuan Zhan

Meta-learning has become a practical approach towards few-shot image classification, where "a strategy to learn a classifier" is meta-learned on labeled base classes and can be applied to tasks with novel classes. We rem…

Few-Shot Image ClassificationFew-Shot Learningimage-classificationImage Classification+3

Graph Sampling-based Meta-Learning for Molecular Property Prediction

2023-06-29 · Xiang Zhuang, Qiang Zhang, Bin Wu, Keyan Ding 외

Molecular property is usually observed with a limited number of samples, and researchers have considered property prediction as a few-shot problem. One important fact that has been ignored by prior works is that each mol…

Graph SamplingMeta-LearningMolecular Property PredictionProperty Prediction