UGD: An Unsupervised Geometric Distance for Evaluating Real-world Noisy Point Cloud Denoising

arXiv cs.CV / 4/21/2026

📰 NewsSignals & Early TrendsModels & Research

Key Points

  • The paper introduces UGD (Unsupervised Geometric Distance), an unsupervised metric for evaluating real-world noisy point cloud denoising using only noisy point clouds, avoiding the need for ground-truth clean data.
  • UGD works by learning a patch-wise “pristine” prior from clean point clouds via a feature extraction network and fitting a Gaussian Mixture Model (GMM) in patch space, then using this learned prior as a reference.
  • The metric quantifies denoising degradation by computing weighted geometric distances between denoised patches and the learned pristine GMM, enabling quantitative comparison without full-reference supervision.
  • The authors train the patch-wise feature extraction network with a self-supervised multi-task framework (quality ranking, distortion classification, and distortion distribution prediction), and report that experiments on synthetic and real data show performance comparable to supervised full-reference metrics.
  • As a result, UGD provides a practical evaluation approach for point cloud denoising methods in settings where clean ground truth is unavailable.

Abstract

Point cloud denoising is a fundamental and crucial challenge in real-world point cloud applications. Existing quantitative evaluation metrics for point cloud denoising methods are implemented in a supervised manner, which requires both the denoised point cloud and the corresponding ground-truth clean point cloud to compute a representative geometric distance. This requirement is highly problematic in real-world scenarios, where ground-truth clean point clouds are often unavailable. In this paper, we propose a simple yet effective unsupervised geometric distance (UGD) for real-world noisy point cloud denoising, calculated solely from noisy point clouds. The core idea of UGD is to learn a patch-wise prior model from a set of clean point clouds and then employ this prior model as the ground-truth to quantify the degradation by measuring the geometric variations of the denoised point cloud. To this end, we first learn a pristine Gaussian Mixture Model (GMM) with extracted patch-wise quality-aware features from a set of pristine clean point clouds by a patch-wise feature extraction network, which serves as the ground-truth for the quantitative evaluation. Then, the UGD is defined as the weighted sum of distances between each patch of the denoised point cloud and the learned pristine GMM model in the patch space. To train the employed patch-wise feature extraction network, we propose a self-supervised training framework through multi-task learning, which includes pair-wise quality ranking, distortion classification, and distortion distribution prediction. Quantitative experiments with synthetic noise confirm that the proposed UGD achieves comparable performance to supervised full-reference metrics. Moreover, experimental results on real-world data demonstrate that the proposed UGD enables unsupervised evaluation of point cloud denoising methods based exclusively on noisy point clouds.