Computing the Distance between Piecewise-Linear Bivariate Functions
Guillaume Moroz (INRIA Lorraine - LORIA), Boris Aronov (NYU-Poly)

TL;DR
This paper presents an efficient algorithm to compute the L2 distance between two piecewise-linear bivariate functions, reducing the complexity from quadratic to near-linear time, with applications in terrain matching.
Contribution
It introduces a novel algorithm that computes the L2 distance between such functions in O(n log^4 n) time, improving over the naive quadratic approach.
Findings
The algorithm reduces computational complexity from Θ(n^2) to O(n log^4 n).
It employs multi-point polynomial evaluation techniques.
Application demonstrated in terrain matching scenarios.
Abstract
We consider the problem of computing the distance between two piecewise-linear bivariate functions and defined over a common domain . We focus on the distance induced by the -norm, that is . If is defined by linear interpolation over a triangulation of with triangles, while is defined over another such triangulation, the obvious na\"ive algorithm requires arithmetic operations to compute this distance. We show that it is possible to compute it in arithmetic operations, by reducing the problem to multi-point evaluation of a certain type of polynomials. We also present an application to terrain matching.
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
TopicsPolynomial and algebraic computation · Data Management and Algorithms · Computational Geometry and Mesh Generation
