LGApr 21, 2022

Testing robustness of predictions of trained classifiers against naturally occurring perturbations

arXiv:2204.10046v25 citationsh-index: 14
Originality Incremental advance
AI Analysis

This addresses the need for reliable robustness assessment in ML models for real-world applications, though it is incremental as it builds on prior work with a new method.

The paper tackled the problem of quantifying the robustness of individual predictions in machine learning models against naturally occurring perturbations, showing that an existing counterfactual method is insufficient and proposing a flexible, probabilistic approach that computes the likelihood of prediction changes without requiring model internals, illustrated on datasets like Iris and Ionosphere.

Correctly quantifying the robustness of machine learning models is a central aspect in judging their suitability for specific tasks, and ultimately, for generating trust in them. We address the problem of finding the robustness of individual predictions. We show both theoretically and with empirical examples that a method based on counterfactuals that was previously proposed for this is insufficient, as it is not a valid metric for determining the robustness against perturbations that occur ``naturally'', outside specific adversarial attack scenarios. We propose a flexible approach that models possible perturbations in input data individually for each application. This is then combined with a probabilistic approach that computes the likelihood that a ``real-world'' perturbation will change a prediction, thus giving quantitative information of the robustness of individual predictions of the trained machine learning model. The method does not require access to the internals of the classifier and thus in principle works for any black-box model. It is, however, based on Monte-Carlo sampling and thus only suited for input spaces with small dimensions. We illustrate our approach on the Iris and the Ionosphere datasets, on an application predicting fog at an airport, and on analytically solvable cases.

Foundations

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

Your Notes