CVDec 7, 2021

Few-Shot Image Classification Along Sparse Graphs

arXiv:2112.03951v1
Originality Incremental advance
AI Analysis

This addresses the challenge of low accuracy in few-shot learning for real-world data, though it appears incremental as it builds on existing feature-space observations.

The paper tackles the problem of few-shot learning by proposing a method that exploits sparse graph structures in feature space, achieving 83% accuracy for 1-shot 5-way classification on the RESISC45 dataset.

Few-shot learning remains a challenging problem, with unsatisfactory 1-shot accuracies for most real-world data. Here, we present a different perspective for data distributions in the feature space of a deep network and show how to exploit it for few-shot learning. First, we observe that nearest neighbors in the feature space are with high probability members of the same class while generally two random points from one class are not much closer to each other than points from different classes. This observation suggests that classes in feature space form sparse, loosely connected graphs instead of dense clusters. To exploit this property, we propose using a small amount of label propagation into the unlabeled space and then using a kernel PCA reconstruction error as decision boundary for the feature-space data distribution of each class. Using this method, which we call "K-Prop," we demonstrate largely improved few-shot learning performances (e.g., 83% accuracy for 1-shot 5-way classification on the RESISC45 satellite-images dataset) for datasets for which a backbone network can be trained with high within-class nearest-neighbor probabilities. We demonstrate this relationship using six different datasets.

Foundations

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

Your Notes