Laplacian Regularized Few-Shot Learning
Imtiaz Masud Ziko, Jose Dolz, Eric Granger, Ismail Ben Ayed

TL;DR
This paper introduces a transductive Laplacian regularization method for few-shot learning that improves classification accuracy without retraining the base model, using graph clustering principles for efficient inference.
Contribution
It presents a novel Laplacian-regularized inference approach for few-shot learning that is computationally efficient, does not require retraining, and outperforms existing methods across multiple benchmarks.
Findings
Consistently outperforms state-of-the-art methods on five benchmarks.
Achieves high accuracy with fast inference times comparable to inductive methods.
Effective across different models, settings, and datasets.
Abstract
We propose a transductive Laplacian-regularized inference for few-shot tasks. Given any feature embedding learned from the base classes, we minimize a quadratic binary-assignment function containing two terms: (1) a unary term assigning query samples to the nearest class prototype, and (2) a pairwise Laplacian term encouraging nearby query samples to have consistent label assignments. Our transductive inference does not re-train the base model, and can be viewed as a graph clustering of the query set, subject to supervision constraints from the support set. We derive a computationally efficient bound optimizer of a relaxation of our function, which computes independent (parallel) updates for each query sample, while guaranteeing convergence. Following a simple cross-entropy training on the base classes, and without complex meta-learning strategies, we conducted comprehensive experiments…
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.
Code & Models
Videos
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Machine Learning and ELM
MethodsTransductive Inference
