Edge-labeling Graph Neural Network for Few-shot Learning
About
In this paper, we propose a novel edge-labeling graph neural network (EGNN), which adapts a deep neural network on the edge-labeling graph, for few-shot learning. The previous graph neural network (GNN) approaches in few-shot learning have been based on the node-labeling framework, which implicitly models the intra-cluster similarity and the inter-cluster dissimilarity. In contrast, the proposed EGNN learns to predict the edge-labels rather than the node-labels on the graph that enables the evolution of an explicit clustering by iteratively updating the edge-labels with direct exploitation of both intra-cluster similarity and the inter-cluster dissimilarity. It is also well suited for performing on various numbers of classes without retraining, and can be easily extended to perform a transductive inference. The parameters of the EGNN are learned by episodic training with an edge-labeling loss to obtain a well-generalizable model for unseen low-data problem. On both of the supervised and semi-supervised few-shot image classification tasks with two benchmark datasets, the proposed EGNN significantly improves the performances over the existing GNNs.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Few-shot classification | tieredImageNet (test) | Accuracy80.15 | 282 | |
| Few-shot Image Classification | Mini-Imagenet (test) | Accuracy76.37 | 235 | |
| 5-way Classification | miniImageNet (test) | -- | 231 | |
| Few-shot classification | Mini-ImageNet | -- | 175 | |
| Few-shot classification | miniImageNet standard (test) | 5-way 1-shot Acc59.63 | 138 | |
| Image Classification | Mini-Imagenet (test) | Acc (5-shot)76.3 | 75 | |
| 5-way 5-shot Classification | miniImageNet (test) | Accuracy76.37 | 56 | |
| CTR Prediction | MovieLens (Phase-I) | AUC78.87 | 14 | |
| CTR Prediction | MovieLens (Phase-II) | AUC79.72 | 14 | |
| CTR Prediction | MovieLens (Phase-III) | AUC80.33 | 14 |