Fully Dynamic Algorithms for Chamfer Distance
Gramoz Goranci, Shaofeng Jiang, Peter Kiss, Eva Szilagyi, Qiaoyuan Yang

TL;DR
This paper introduces the first fully dynamic algorithms for approximating Chamfer distance in point clouds under and norms, enabling efficient updates for evolving datasets with practical applications.
Contribution
It presents novel dynamic algorithms for maintaining approximate Chamfer distances under and norms, reducing the problem to approximate nearest neighbor search.
Findings
Achieves -approximation with ilde{O}(rac{1}{\u03b5}^d) update time.
Achieves (1+)-approximation with ilde{O}(d n^{\u03b5^2} \u03b5^{-4}) update time.
Demonstrates competitive performance on real-world datasets.
Abstract
We study the problem of computing Chamfer distance in the fully dynamic setting, where two set of points , each of size up to , dynamically evolve through point insertions or deletions and the goal is to efficiently maintain an approximation to , where is a distance measure. Chamfer distance is a widely used dissimilarity metric for point clouds, with many practical applications that require repeated evaluation on dynamically changing datasets, e.g., when used as a loss function in machine learning. In this paper, we present the first dynamic algorithm for maintaining an approximation of the Chamfer distance under the norm for . Our algorithm reduces to approximate nearest neighbor (ANN) search with little overhead. Plugging in…
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
Taxonomy
TopicsTopological and Geometric Data Analysis · Graph Theory and Algorithms · Computational Geometry and Mesh Generation
