LGMar 5, 2021

Structure-Enhanced Meta-Learning For Few-Shot Graph Classification

arXiv:2103.03547v78.420 citationsHas Code
Originality Incremental advance
AI Analysis

It addresses the problem of classifying graphs with limited labeled data for applications like molecular property prediction, representing an incremental advance.

The paper tackles few-shot graph classification by proposing a structure-enhanced meta-learning framework, achieving validated effectiveness on new datasets including a large-scale benchmark.

Graph classification is a highly impactful task that plays a crucial role in a myriad of real-world applications such as molecular property prediction and protein function prediction.Aiming to handle the new classes with limited labeled graphs, few-shot graph classification has become a bridge of existing graph classification solutions and practical usage.This work explores the potential of metric-based meta-learning for solving few-shot graph classification.We highlight the importance of considering structural characteristics in the solution and propose a novel framework which explicitly considers global structure and local structure of the input graph. An implementation upon GIN, named SMF-GIN, is tested on two datasets, Chembl and TRIANGLES, where extensive experiments validate the effectiveness of the proposed method. The Chembl is constructed to fill in the gap of lacking large-scale benchmark for few-shot graph classification evaluation, which is released together with the implementation of SMF-GIN at: https://github.com/jiangshunyu/SMF-GIN.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes