CVDec 18, 2023

Advancing Image Retrieval with Few-Shot Learning and Relevance Feedback

arXiv:2312.11078v12 citationsh-index: 7
Originality Incremental advance
AI Analysis

This work addresses efficient image search in large databases by improving relevance feedback systems, though it appears incremental as it builds on existing few-shot learning methods.

The paper tackled the problem of image retrieval with relevance feedback by framing it as a few-shot learning task, proposing a hyper-network-based scheme that achieved state-of-the-art results on 4 datasets and demonstrated advantages over strong baselines.

With such a massive growth in the number of images stored, efficient search in a database has become a crucial endeavor managed by image retrieval systems. Image Retrieval with Relevance Feedback (IRRF) involves iterative human interaction during the retrieval process, yielding more meaningful outcomes. This process can be generally cast as a binary classification problem with only {\it few} labeled samples derived from user feedback. The IRRF task frames a unique few-shot learning characteristics including binary classification of imbalanced and asymmetric classes, all in an open-set regime. In this paper, we study this task through the lens of few-shot learning methods. We propose a new scheme based on a hyper-network, that is tailored to the task and facilitates swift adjustment to user feedback. Our approach's efficacy is validated through comprehensive evaluations on multiple benchmarks and two supplementary tasks, supported by theoretical analysis. We demonstrate the advantage of our model over strong baselines on 4 different datasets in IRRF, addressing also retrieval of images with multiple objects. Furthermore, we show that our method can attain SoTA results in few-shot one-class classification and reach comparable results in binary classification task of few-shot open-set recognition.

Code Implementations1 repo
Foundations

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

Your Notes