Robust Classification of Dynamic Bichromatic point Sets in R2
Erwin Glazenburg, Frank Staals, Marc van Kreveld

TL;DR
This paper introduces efficient algorithms and data structures for robustly classifying dynamic red and blue point sets in the plane, allowing for at most k outliers and minimizing the maximum misclassification distance.
Contribution
It presents the first semi-online dynamic data structure and both exact and approximation algorithms for robust linear separation with outlier tolerance.
Findings
Exact algorithm runs in O(nk + n log n) time.
Approximation algorithm achieves (1+ε)-approximation in O(ε^{-1/2}((n + k^2) log n)) time.
New semi-online data structures enable efficient maintenance of such separators.
Abstract
Let be a set of points in , and let . Our goal is to compute a line that "best" separates the "red" points from the "blue" points with at most outliers. We present an efficient semi-online dynamic data structure that can maintain whether such a separator exists. Furthermore, we present efficient exact and approximation algorithms that compute a linear separator that is guaranteed to misclassify at most , points and minimizes the distance to the farthest outlier. Our exact algorithm runs in time, and our -approximation algorithm runs in time. Based on our -approximation algorithm we then also obtain a semi-online data structure to maintain such a separator efficiently.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
