English

Adversarial Examples for $k$-Nearest Neighbor Classifiers Based on Higher-Order Voronoi Diagrams

Machine Learning 2021-11-02 v2 Artificial Intelligence Cryptography and Security Machine Learning

Abstract

Adversarial examples are a widely studied phenomenon in machine learning models. While most of the attention has been focused on neural networks, other practical models also suffer from this issue. In this work, we propose an algorithm for evaluating the adversarial robustness of kk-nearest neighbor classification, i.e., finding a minimum-norm adversarial example. Diverging from previous proposals, we take a geometric approach by performing a search that expands outwards from a given input point. On a high level, the search radius expands to the nearby Voronoi cells until we find a cell that classifies differently from the input point. To scale the algorithm to a large kk, we introduce approximation steps that find perturbations with smaller norm, compared to the baselines, in a variety of datasets. Furthermore, we analyze the structural properties of a dataset where our approach outperforms the competition.

Keywords

Cite

@article{arxiv.2011.09719,
  title  = {Adversarial Examples for $k$-Nearest Neighbor Classifiers Based on Higher-Order Voronoi Diagrams},
  author = {Chawin Sitawarin and Evgenios M. Kornaropoulos and Dawn Song and David Wagner},
  journal= {arXiv preprint arXiv:2011.09719},
  year   = {2021}
}

Comments

Appears at NeurIPS 2021. Code is available at https://github.com/wagner-group/geoadex

R2 v1 2026-06-23T20:21:55.566Z