Low-Complexity Patch-based No-Reference Point Cloud Quality Metric exploiting Weighted Structure and Texture Features
Michael Neri, Federica Battisti
TL;DR
PST-PCQA tackles no-reference point cloud quality assessment by decomposing a distorted point cloud into patches and jointly analyzing local structure and texture features. The method uses dual streams (SFE and TFE) with patch-wise weighting and a global aggregation to predict MOS, achieving low model complexity ($1.8$M parameters) and real-time feasibility. Across three large NR PCQA datasets, PST-PCQA yields strong correlations with subjective scores, outperforms many NR baselines, and demonstrates cross-dataset generalization, with ablations confirming the value of patch-wise analysis. The work advances practical quality assessment for point clouds in real-world, reference-unavailable scenarios and suggests avenues for further efficiency gains through adaptive kernels.
Abstract
During the compression, transmission, and rendering of point clouds, various artifacts are introduced, affecting the quality perceived by the end user. However, evaluating the impact of these distortions on the overall quality is a challenging task. This study introduces PST-PCQA, a no-reference point cloud quality metric based on a low-complexity, learning-based framework. It evaluates point cloud quality by analyzing individual patches, integrating local and global features to predict the Mean Opinion Score. In summary, the process involves extracting features from patches, combining them, and using correlation weights to predict the overall quality. This approach allows us to assess point cloud quality without relying on a reference point cloud, making it particularly useful in scenarios where reference data is unavailable. Experimental tests on three state-of-the-art datasets show good prediction capabilities of PST-PCQA, through the analysis of different feature pooling strategies and its ability to generalize across different datasets. The ablation study confirms the benefits of evaluating quality on a patch-by-patch basis. Additionally, PST-PCQA's light-weight structure, with a small number of parameters to learn, makes it well-suited for real-time applications and devices with limited computational capacity. For reproducibility purposes, we made code, model, and pretrained weights available at https://github.com/michaelneri/PST-PCQA.
