Flexible-weighted Chamfer Distance: Enhanced Objective Function for Point Cloud Completion
This addresses a specific problem in point cloud completion for computer vision applications, but it is incremental as it modifies an existing objective function rather than introducing a new paradigm.
The paper tackled the issue of Chamfer Distance (CD) as an objective function in point cloud completion, where fixed weights lead to poor global distribution despite low CD scores, and proposed a Flexible-Weighted Chamfer Distance (FCD) that adjusts weights to improve global distribution while maintaining overall performance, achieving superior results across multiple metrics including CD, EMD, DCD, and F-Score.
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.