SELGJul 17, 2023

Systematic Testing of the Data-Poisoning Robustness of KNN

arXiv:2307.08288v18 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses the security vulnerability of data poisoning in KNN for machine learning practitioners, offering a more reliable verification method, though it is incremental as it builds on existing robustness testing approaches.

The paper tackles the problem of certifying and falsifying data-poisoning robustness for k-nearest neighbors (KNN) by proposing a systematic testing method that combines abstract and concrete domain analyses, resulting in faster and more accurate performance than state-of-the-art techniques, with the method able to decide robustness for most test inputs.

Data poisoning aims to compromise a machine learning based software component by contaminating its training set to change its prediction results for test inputs. Existing methods for deciding data-poisoning robustness have either poor accuracy or long running time and, more importantly, they can only certify some of the truly-robust cases, but remain inconclusive when certification fails. In other words, they cannot falsify the truly-non-robust cases. To overcome this limitation, we propose a systematic testing based method, which can falsify as well as certify data-poisoning robustness for a widely used supervised-learning technique named k-nearest neighbors (KNN). Our method is faster and more accurate than the baseline enumeration method, due to a novel over-approximate analysis in the abstract domain, to quickly narrow down the search space, and systematic testing in the concrete domain, to find the actual violations. We have evaluated our method on a set of supervised-learning datasets. Our results show that the method significantly outperforms state-of-the-art techniques, and can decide data-poisoning robustness of KNN prediction results for most of the test inputs.

Foundations

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

Your Notes