paper-with-me

Papers

Targeting Negative Flips in Active Learning using Validation Sets

2024-11-16 · Ryan Benkert, Mohit Prabhushankar, Ghassan AlRegib

The performance of active learning algorithms can be improved in two ways. The often used and intuitive way is by reducing the overall error rate within the test set. The second way is to ensure that correct predictions are not forgotten when the training set is increased in between rounds. The former is measured by the accuracy of the model and the latter is captured in negative flips between rounds. Negative flips are samples that are correctly predicted when trained with the previous/smaller dataset and incorrectly predicted after additional samples are labeled. In this paper, we discuss improving the performance of active learning algorithms both in terms of prediction accuracy and negative flips. The first observation we make in this paper is that negative flips and overall error rates are decoupled and reducing one does not necessarily imply that the other is reduced. Our observation is important as current active learning algorithms do not consider negative flips directly and implicitly assume the opposite. The second observation is that performing targeted active learning on subsets of the unlabeled pool has a significant impact on the behavior of the active learning algorithm and influences both negative flips and prediction accuracy. We then develop ROSE - a plug-in algorithm that utilizes a small labeled validation set to restrict arbitrary active learning acquisition functions to negative flips within the unlabeled pool. We show that integrating a validation set results in a significant performance boost in terms of accuracy, negative flip rate reduction, or both.

📄 PDF Abstract BibTeX arXiv:2411.10896

Code (1)

olivesgatech/RoSE 공식 구현 pytorch

Tasks

Active Learningnegative flip rate

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
FLIP https://developer.nvidia.com/blog/flip-a-difference-evaluator-for-alternating-images/

Similar Papers 제목 키워드 기반

Towards Regression-Free Neural Networks for Diverse Compute Platforms

2022-09-27 · Rahul Duggal, Hao Zhou, Shuo Yang, Jun Fang 외

With the shift towards on-device deep learning, ensuring a consistent behavior of an AI service across diverse compute platforms becomes tremendously important. Our work tackles the emergent problem of reducing predictiv…

Neural Architecture Searchregression

Backward Compatibility During Data Updates by Weight Interpolation

2023-01-25 · Raphael Schumann, Elman Mansimov, Yi-An Lai, Nikolaos Pappas 외

Backward compatibility of model predictions is a desired property when updating a machine learning driven application. It allows to seamlessly improve the underlying model without introducing regression bugs. In classifi…

regression

Positive-Congruent Training: Towards Regression-Free Model Updates

2020-11-18 · CVPR 2021 1 · Sijie Yan, Yuanjun Xiong, Kaustav Kundu, Shuo Yang 외

Reducing inconsistencies in the behavior of different versions of an AI system can be as important in practice as reducing its overall error. In image classification, sample-wise inconsistencies appear as "negative flips…

image-classificationImage Classificationregression

Mitigating Negative Flips via Margin Preserving Training

2025-11-11 · Simone Ricci, Niccolò Biondi, Federico Pernici, Alberto Del Bimbo arxiv

Minimizing inconsistencies across successive versions of an AI system is as crucial as reducing the overall error. In image classification, such inconsistencies manifest as negative flips, where an updated model misclass…

Image Classification

ELODI: Ensemble Logit Difference Inhibition for Positive-Congruent Training

2022-05-12 · Yue Zhao, Yantao Shen, Yuanjun Xiong, Shuo Yang 외

Negative flips are errors introduced in a classification system when a legacy model is updated. Existing methods to reduce the negative flip rate (NFR) either do so at the expense of overall accuracy by forcing a new mod…

Classificationimage-classificationImage Classification