Few-Shot Image Classification Along Sparse Graphs
Joseph F Comer, Philip L Jacobson, Heiko Hoffmann

TL;DR
This paper introduces a novel approach called "K-Prop" that leverages the sparse graph structure of feature space to significantly improve few-shot image classification accuracy across multiple datasets.
Contribution
It proposes exploiting the sparse, loosely connected graph structure of classes in feature space using label propagation and kernel PCA for better few-shot learning performance.
Findings
Achieved 83% accuracy on 1-shot 5-way classification for satellite images.
Demonstrated effectiveness across six different datasets.
Showed that classes form sparse graphs rather than dense clusters in feature space.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsPrincipal Components Analysis
