The paper: https://arxiv.org/abs/2412.02310
main_AL_cifar.py demonstrates IIR on cifar10
main_AL_2Dpoints.py demonstrates AL in a toy example
Greedy Active Learning Method
Main flow of the AL cycle. The top-K candidate set at cycle t determined by the classifier
To calculate the score for a point
In the SVM scenario, the GAL algorithm employs a binary tree structure. The initial point
Image retrieval results for Tin Can in FSOD-IR dataset with B = 3 at iteration 4. Green boxes stand for relevant results while red boxes account for false positives. The second query image has two objects: Can and Display monitor. The RBMAL method mistakenly retrieves images with monitor, where GAL succeeds to find the common pattern in the queries. This example illustrates how the initial ambiguity regarding the object is gradually resolved through the active learning cycles, allowing the algorithm to effectively capture the query concept.