Active Learning via Classifier Impact and Greedy Selection for Interactive Image Retrieval
Leah Bar, Boaz Lerner, Nir Darshan, Rami Ben-Ari

TL;DR
This paper introduces GAL, a novel batch-mode active learning framework for interactive image retrieval that uses a classifier impact-based acquisition function and greedy selection, showing superior performance on benchmarks.
Contribution
It proposes a new active learning method tailored for interactive image retrieval, incorporating impact-based sample selection and greedy batch selection, with theoretical guarantees for Gaussian Processes.
Findings
GAL outperforms existing methods on multiple benchmarks.
The impact-based acquisition function effectively identifies influential samples.
Theoretical guarantee provided for Gaussian Process classifiers.
Abstract
Active Learning (AL) is a user-interactive approach aimed at reducing annotation costs by selecting the most crucial examples to label. Although AL has been extensively studied for image classification tasks, the specific scenario of interactive image retrieval has received relatively little attention. This scenario presents unique characteristics, including an open-set and class-imbalanced binary classification, starting with very few labeled samples. We introduce a novel batch-mode Active Learning framework named GAL (Greedy Active Learning) that better copes with this application. It incorporates a new acquisition function for sample selection that measures the impact of each unlabeled sample on the classifier. We further embed this strategy in a greedy selection approach, better exploiting the samples within each batch. We evaluate our framework with both linear (SVM) and non-linear…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Retrieval and Classification Techniques · Machine Learning and Algorithms · Advanced Image and Video Retrieval Techniques
MethodsGaussian Process
