paper-with-me

Papers

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 misclassifies test samples that were previously classified correctly. This issue becomes increasingly pronounced as the number of training classes grows over time, since adding new categories reduces the margin of each class and may introduce conflicting patterns that undermine their learning process, thereby degrading performance on the original subset. To mitigate negative flips, we propose a novel approach that preserves the margins of the original model while learning an improved one. Our method encourages a larger relative margin between the previously learned and newly introduced classes by introducing an explicit margin-calibration term on the logits. However, overly constraining the logit margin for the new classes can significantly degrade their accuracy compared to a new independently trained model. To address this, we integrate a double-source focal distillation loss with the previous model and a new independently trained model, learning an appropriate decision margin from both old and new data, even under a logit margin calibration. Extensive experiments on image classification benchmarks demonstrate that our approach consistently reduces the negative flip rate with high overall accuracy.

📄 PDF Abstract BibTeX arXiv:2511.08322

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classification

Similar Papers 제목 키워드 기반

DynaCF: Mitigating Shortcut Learning in Reward Models via Dynamic Counterfactual Sensitivity

2026-06-08 · Fengyuan Liu, Yongliang Miao, Zirui He, Yanguang Liu 외 arxiv

Reward models trained from pairwise preferences often exploit superficial shortcut cues rather than learning true response quality. We propose DynaCF, a dynamic reweighting framework for mitigating shortcut learning in r…

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 …

Active Learningnegative flip rate

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