paper-with-me

Papers

Few-Shot Image Classification Along Sparse Graphs

2021-12-07 · Joseph F Comer, Philip L Jacobson, Heiko Hoffmann

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.

📄 PDF Abstract BibTeX arXiv:2112.03951

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationFew-Shot Image ClassificationFew-Shot Learningimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Meta-Graph: Few Shot Link Prediction via Meta Learning

2019-12-20 · Avishek Joey Bose, Ankit Jain, Piero Molino, William L. Hamilton

We consider the task of few shot link prediction on graphs. The goal is to learn from a distribution over graphs so that a model is able to quickly infer missing edges in a new graph after a small amount of training. We …

Graph Neural NetworkLink PredictionMeta-LearningPrediction

ASAP: Adaptive Structure Aware Pooling for Learning Hierarchical Graph Representations

2019-11-18 · Ekagra Ranjan, Soumya Sanyal, Partha Pratim Talukdar

Graph Neural Networks (GNN) have been shown to work effectively for modeling graph structured data to solve tasks such as node classification, link prediction and graph classification. There has been some recent progress…

ClassificationGeneral ClassificationGraph ClassificationLink Prediction+1

XSPA: Crafting Imperceptible X-Shaped Sparse Adversarial Perturbations for Transferable Attacks on VLMs

2026-03-30 · Chengyin Hu, Jiaju Han, Xuemeng Sun, Qike Zhang 외 arxiv

Vision-language models (VLMs) rely on a shared visual-textual representation space to perform tasks such as zero-shot classification, image captioning, and visual question answering (VQA). While this shared space enables…

Visual Question AnsweringImage Captioning

Sparse Representation Classification via Screening for Graphs

2019-06-04 · Cencheng Shen, Li Chen, Yuexiao Dong, Carey Priebe

The sparse representation classifier (SRC) is shown to work well for image recognition problems that satisfy a subspace assumption. In this paper we propose a new implementation of SRC via screening, establish its equiva…

ClassificationClassification ConsistencyGeneral Classification

Graph-Hist: Graph Classification from Latent Feature Histograms With Application to Bot Detection

2019-10-02 · Thomas Magelinski, David Beskow, Kathleen M. Carley

Neural networks are increasingly used for graph classification in a variety of contexts. Social media is a critical application area in this space, however the characteristics of social media graphs differ from those see…

General ClassificationGraph Classification