Poster Session 2 · Wednesday, December 3, 2025 4:30 PM → 7:30 PM
#3301
Fully Dynamic Algorithms for Chamfer Distance
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 standard ANN bounds, we obtain -approximation in update time and -approximation in update time.
We evaluate our method on real-world datasets and demonstrate that it performs competitively against natural baselines.