paper-with-me

Papers

Active Learning via Classifier Impact and Greedy Selection for Interactive Image Retrieval

2024-12-03 · Leah Bar, Boaz Lerner, Nir Darshan, Rami Ben-Ari

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 MLP/Gaussian Process classifiers. For the Gaussian Process case, we show a theoretical guarantee on the greedy approximation. Finally, we assess our performance for the interactive content-based image retrieval task on several benchmarks and demonstrate its superiority over existing approaches and common baselines. Code is available at https://github.com/barleah/GreedyAL.

📄 PDF Abstract BibTeX arXiv:2412.02310

Code (1)

barleah/greedyal 공식 구현 pytorch

Tasks

Active LearningBinary ClassificationContent-Based Image Retrievalimage-classificationImage ClassificationImage RetrievalRetrieval

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Greedy feature selection: Classifier-dependent feature selection via greedy methods

2024-03-08 · Fabiana Camattari, Sabrina Guastavino, Francesco Marchetti, Michele Piana 외

The purpose of this study is to introduce a new approach to feature ranking for classification tasks, called in what follows greedy feature selection. In statistical learning, feature selection is usually realized by mea…

feature selection

Automated Model Selection for Tabular Data

2024-01-01 · Avinash Amballa, Gayathri Akkinapalli, Manas Madine, Naga Pavana Priya Yarrabolu 외

Structured data in the form of tabular datasets contain features that are distinct and discrete, with varying individual and relative importances to the target. Combinations of one or more features may be more predictive…

feature selectionmodelModel Selection

Diversity-Based Active Learning: An Evaluation of Metric Spaces for Active Learning Selection

2026-08-24 · Siddharth Chilamkur, Dorit S. Hochbaum arxiv

With rapid advancement over the last few years, many different methods are now widely used for classification. However, training these models requires substantial labeled data. Active Learning is a potential solution to …

Active Learning

Greedy Active Learning Algorithm for Logistic Regression Models

2018-02-01 · Hsiang-Ling Hsu, Yuan-Chin Ivan Chang, Ray-Bing Chen

We study a logistic model-based active learning procedure for binary classification problems, in which we adopt a batch subject selection strategy with a modified sequential experimental design method. Moreover, accompan…

Active LearningBinary ClassificationExperimental DesignGeneral Classification+2

Reinforcement Learning Enhanced PicHunter for Interactive Search

2023-01-09 · 29th International Conference on Multimedia Modeling 2023 1 · Zhixin Ma, Jiaxin Wu, Weixiong Loo, and Chong-Wah Ngo

With the tremendous increase in video data size, search performance could be impacted significantly. Specifically, in an interactive system, a real-time system allows a user to browse, search and refine a query. Without …

Bayesian Inferencereinforcement-learningReinforcement Learning