Robust Non-Parametric Data Approximation of Pointsets via Data Reduction
Stephane Durocher, Alexandre Leblanc, Jason Morrison, Matthew Skala

TL;DR
This paper introduces a new non-parametric method for simplifying and approximating sequential point data in the plane, optimizing the trade-off between approximation accuracy and complexity.
Contribution
It presents algorithms for selecting minimal subsets of points to approximate polygonal chains with maximized crossings, including a bootstrapping approach for smooth data approximation.
Findings
Algorithms run in O(n^2 log n) for monotonic data
Algorithms run in O(n^2 log^2 n) for arbitrary data
Effective iterative approximation for robust data smoothing
Abstract
In this paper we present a novel non-parametric method of simplifying piecewise linear curves and we apply this method as a statistical approximation of structure within sequential data in the plane. We consider the problem of minimizing the average length of sequences of consecutive input points that lie on any one side of the simplified curve. Specifically, given a sequence of points in the plane that determine a simple polygonal chain consisting of segments, we describe algorithms for selecting an ordered subset (including the first and last points of ) that determines a second polygonal chain to approximate , such that the number of crossings between the two polygonal chains is maximized, and the cardinality of is minimized among all such maximizing subsets of . Our algorithms have respective running times when is monotonic…
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.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Digital Image Processing Techniques · Data Management and Algorithms
