paper-with-me

홈 › Papers

Relabeling Minimal Training Subset to Flip a Prediction

2023-05-22 · Jinghan Yang, Linjie Xu, Lequan Yu

When facing an unsatisfactory prediction from a machine learning model, users can be interested in investigating the underlying reasons and exploring the potential for reversing the outcome. We ask: To flip the prediction on a test point $x_t$, how to identify the smallest training subset $\mathcal{S}_t$ that we need to relabel? We propose an efficient algorithm to identify and relabel such a subset via an extended influence function for binary classification models with convex loss. We find that relabeling fewer than 2% of the training points can always flip a prediction. This mechanism can serve multiple purposes: (1) providing an approach to challenge a model prediction by altering training points; (2) evaluating model robustness with the cardinality of the subset (i.e., $|\mathcal{S}_t|$); we show that $|\mathcal{S}_t|$ is highly related to the noise ratio in the training set and $|\mathcal{S}_t|$ is correlated with but complementary to predicted probabilities; and (3) revealing training points lead to group attribution bias. To the best of our knowledge, we are the first to investigate identifying and relabeling the minimal training subset required to flip a given prediction.

📄 PDF Abstract BibTeX arXiv:2305.12809

Code (1)

ecielyang/relabeling 공식 구현

Tasks

Binary ClassificationPrediction

Methods 이 논문이 사용한 방법론

FLIP https://developer.nvidia.com/blog/flip-a-difference-evaluator-for-alternating-images/
Test 설명 없음

Similar Papers 제목 키워드 기반

How Many and Which Training Points Would Need to be Removed to Flip this Prediction?

2023-02-04 · Jinghan Yang, Sarthak Jain, Byron C. Wallace

We consider the problem of identifying a minimal subset of training data $\mathcal{S}_t$ such that if the instances comprising $\mathcal{S}_t$ had been removed prior to training, the categorization of a given test point …

Predictiontext-classificationText Classification

VB: Visibility Benchmark for Visibility and Perspective Reasoning in Images

2026-03-03 · Neil Tripathi arxiv

We present VB, a benchmark that tests whether vision-language models can determine what is and is not visible in a photograph, and abstain when a human viewer cannot reliably answer. Each item pairs a single photo with a…

Goal Sets, Not Goal States: Queryable Robot Goals through Goal-Set Hindsight Relabeling

2026-06-08 · Carlos Vélez García, Miguel Cazorla, Jorge Pomares arxiv

Hindsight relabeling usually turns achieved future states into exact goals, which can overconstrain offline robot learning when task success depends only on a subset of the state. We propose Goal-Set Hindsight Relabeling…

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

Saliency-Guided Domain Adaptation for Left-Hand Driving in Autonomous Steering

2025-11-03 · Zahra Mehraban, Sebastien Glaser, Michael Milford, Ronald Schroeter arxiv

Domain adaptation is required for automated driving models to generalize well across diverse road conditions. This paper explores a training method for domain adaptation to adapt PilotNet, an end-to-end deep learning-bas…

Domain Adaptation