LGAIMLMay 22, 2023

Relabeling Minimal Training Subset to Flip a Prediction

arXiv:2305.12809v4105 citations
Originality Incremental advance
AI Analysis

This work addresses the need for users to understand and challenge model predictions, offering a method to evaluate robustness and reveal biases, though it is incremental as it builds on influence functions for a specific model type.

The paper tackles the problem of flipping a machine learning model's prediction on a test point by identifying and relabeling the smallest subset of training data, proposing an efficient algorithm for binary classification with convex loss, and finding that relabeling fewer than 2% of training points can always achieve this.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes