English

Robust Bichromatic Classification using Two Lines

Computational Geometry 2024-10-04 v3

Abstract

Given two sets RR and BB of nn points in the plane, we present efficient algorithms to find a two-line linear classifier that best separates the "red" points in RR from the "blue" points in BB and is robust to outliers. More precisely, we find a region WB\mathcal{W}_B bounded by two lines, so either a halfplane, strip, wedge, or double wedge, containing (most of) the blue points BB, and few red points. Our running times vary between optimal O(nlogn)O(n\log n) and around O(n3)O(n^3), depending on the type of region WB\mathcal{W}_B and whether we wish to minimize only red outliers, only blue outliers, or both.

Cite

@article{arxiv.2401.02897,
  title  = {Robust Bichromatic Classification using Two Lines},
  author = {Erwin Glazenburg and Thijs van der Horst and Tom Peters and Bettina Speckmann and Frank Staals},
  journal= {arXiv preprint arXiv:2401.02897},
  year   = {2024}
}

Comments

26 pages, 17 figures. Full version of article to be presented at ISAAC24