CVJan 25, 2021

TLRM: Task-level Relation Module for GNN-based Few-Shot Learning

arXiv:2101.09840v3
Originality Incremental advance
AI Analysis

This work addresses few-shot classification for machine learning applications, but it is incremental as it modifies an existing GNN-based approach.

The authors tackled the problem of few-shot learning with graph neural networks by proposing a task-level relation module (TLRM) to model sample-to-task relations instead of sample-to-sample ones, achieving effective results on benchmark datasets like mini-ImageNet and CIFAR-FS.

Recently, graph neural networks (GNNs) have shown powerful ability to handle few-shot classification problem, which aims at classifying unseen samples when trained with limited labeled samples per class. GNN-based few-shot learning architectures mostly replace traditional metric with a learnable GNN. In the GNN, the nodes are set as the samples embedding, and the relationship between two connected nodes can be obtained by a network, the input of which is the difference of their embedding features. We consider this method of measuring relation of samples only models the sample-to-sample relation, while neglects the specificity of different tasks. That is, this method of measuring relation does not take the task-level information into account. To this end, we propose a new relation measure method, namely the task-level relation module (TLRM), to explicitly model the task-level relation of one sample to all the others. The proposed module captures the relation representations between nodes by considering the sample-to-task instead of sample-to-sample embedding features. We conducted extensive experiments on four benchmark datasets: mini-ImageNet, tiered-ImageNet, CUB-$200$-$2011$, and CIFAR-FS. Experimental results demonstrate that the proposed module is effective for GNN-based few-shot learning.

Foundations

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

Your Notes