Density-aware Chamfer Distance as a Comprehensive Metric for Point Cloud Completion
Tong Wu, Liang Pan, Junzhe Zhang, Tai Wang, Ziwei Liu, Dahua Lin
TL;DR
This work identifies fundamental limitations of CD (insensitivity to local density) and EMD (global-structure emphasis, high cost) for evaluating and training on point clouds. It introduces Density-aware Chamfer Distance (DCD), a bounded, density-aware variant of CD that leverages per-point query frequency and an exponential distance term to better capture local structure while remaining efficient. DCD can serve as both an evaluation metric and a training objective, and is integrated into a two-stage point-cloud completion framework augmented by a learned point discriminator and guided down-sampling to balance density and preserve details. Experiments on MVP demonstrate that DCD offers more reliable, consistent correlations with visual quality than CD or EMD, and the proposed balanced design yields improvements across metrics with practical training benefits.
Abstract
Chamfer Distance (CD) and Earth Mover's Distance (EMD) are two broadly adopted metrics for measuring the similarity between two point sets. However, CD is usually insensitive to mismatched local density, and EMD is usually dominated by global distribution while overlooks the fidelity of detailed structures. Besides, their unbounded value range induces a heavy influence from the outliers. These defects prevent them from providing a consistent evaluation. To tackle these problems, we propose a new similarity measure named Density-aware Chamfer Distance (DCD). It is derived from CD and benefits from several desirable properties: 1) it can detect disparity of density distributions and is thus a more intensive measure of similarity compared to CD; 2) it is stricter with detailed structures and significantly more computationally efficient than EMD; 3) the bounded value range encourages a more stable and reasonable evaluation over the whole test set. We adopt DCD to evaluate the point cloud completion task, where experimental results show that DCD pays attention to both the overall structure and local geometric details and provides a more reliable evaluation even when CD and EMD contradict each other. We can also use DCD as the training loss, which outperforms the same model trained with CD loss on all three metrics. In addition, we propose a novel point discriminator module that estimates the priority for another guided down-sampling step, and it achieves noticeable improvements under DCD together with competitive results for both CD and EMD. We hope our work could pave the way for a more comprehensive and practical point cloud similarity evaluation. Our code will be available at: https://github.com/wutong16/Density_aware_Chamfer_Distance .
