Flexible-weighted Chamfer Distance: Enhanced Objective Function for Point Cloud Completion
Jie Li, Shengwei Tian, Long Yu, Xin Ning
TL;DR
The paper addresses the instability of using Chamfer Distance with fixed, equal weights for its local and global components in point cloud completion. It proposes Flexible-weighted Chamfer Distance (FCD), which treats the CD components as two learning objectives with adaptable weights, allowing a global-distribution–first training regime through Preset Adaptive Weighting and Uncertainty Weighting strategies. Empirical results on ShapeNet55 and PCN datasets using AdaPoinTr and SeedFormer show that FCD improves global distribution (lower DCD/EMD) while maintaining or enhancing local fidelity (CD, F-Score), corroborated by qualitative visualizations. The approach is plug-and-play and generalizable to other CD-based objectives, offering a practical route to better complete point clouds with balanced global structure and local detail.
Abstract
Chamfer Distance (CD) comprises two components that can evaluate the global distribution and local performance of generated point clouds, making it widely utilized as a similarity measure between generated and target point clouds in point cloud completion tasks. Additionally, CD's computational efficiency has led to its frequent application as an objective function for guiding point cloud generation. However, using CD directly as an objective function with fixed equal weights for its two components can often result in seemingly high overall performance (i.e., low CD score), while failing to achieve a good global distribution. This is typically reflected in high Earth Mover's Distance (EMD) and Decomposed Chamfer Distance (DCD) scores, alongside poor human assessments. To address this issue, we propose a Flexible-Weighted Chamfer Distance (FCD) to guide point cloud generation. FCD assigns a higher weight to the global distribution component of CD and incorporates a flexible weighting strategy to adjust the balance between the two components, aiming to improve global distribution while maintaining robust overall performance. Experimental results on two state-of-the-art networks demonstrate that our method achieves superior results across multiple evaluation metrics, including CD, EMD, DCD, and F-Score, as well as in human evaluations.
