paper-with-me

홈 › Papers

Density-aware Chamfer Distance as a Comprehensive Metric for Point Cloud Completion

2021-11-24 · Tong Wu, Liang Pan, Junzhe Zhang, Tai Wang, Ziwei Liu, Dahua Lin

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 .

📄 PDF Abstract BibTeX arXiv:2111.12702

Code (1)

wutong16/density_aware_chamfer_distance 공식 구현 pytorch

Tasks

Point Cloud Completion

Similar Papers 제목 키워드 기반

Balanced Chamfer Distance as a Comprehensive Metric for Point Cloud Completion

2021-12-01 · NeurIPS 2021 12 · Tong Wu, Liang Pan, Junzhe Zhang, Tai Wang 외

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 usual…

Point Cloud Completion

Comprehensive Assessment of LiDAR Evaluation Metrics: A Comparative Study Using Simulated and Real Data

2025-11-04 · Syed Mostaquim Ali, Taufiq Rahman, Ghazal Farhani, Mohamed H. Zaki 외 arxiv

For developing safe Autonomous Driving Systems (ADS), rigorous testing is required before they are deemed safe for road deployments. Since comprehensive conventional physical testing is impractical due to cost and safety…

Semantic SegmentationAutonomous Driving

On the Structural Failure of Chamfer Distance in 3D Shape Optimization

2026-03-10 · Chang-Yong Song, David Hyde arxiv

Chamfer distance is the standard training loss for point cloud reconstruction, completion, and generation, yet directly optimizing it can produce worse Chamfer values than not optimizing it at all. We show that this para…

Rethinking Metrics and Diffusion Architecture for 3D Point Cloud Generation

2025-11-07 · Matteo Bastico, David Ryckelynck, Laurent Corté, Yannick Tillier 외 arxiv

As 3D point clouds become a cornerstone of modern technology, the need for sophisticated generative models and reliable evaluation metrics has grown exponentially. In this work, we first expose that some commonly used me…

Point Cloud GenerationPoint Clouds

InfoCD: A Contrastive Chamfer Distance Loss for Point Cloud Completion

2023-09-21 · NeurIPS 2023 11

A point cloud is a discrete set of data points sampled from a 3D geometric surface. Chamfer distance (CD) is a popular metric and training loss to measure the distances between point clouds, but also well known to be sen…