CVLGIVMay 13, 2023

No-Reference Point Cloud Quality Assessment via Weighted Patch Quality Prediction

arXiv:2305.07829v28 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses quality assessment for point clouds in 3D vision applications, representing an incremental improvement by focusing on local quality distribution.

The paper tackles the problem of no-reference point cloud quality assessment by proposing COPP-Net, which analyzes local quality variance through patch-based features and correlation weights, and it outperforms state-of-the-art methods in experiments.

With the rapid development of 3D vision applications based on point clouds, point cloud quality assessment(PCQA) is becoming an important research topic. However, the prior PCQA methods ignore the effect of local quality variance across different areas of the point cloud. To take an advantage of the quality distribution imbalance, we propose a no-reference point cloud quality assessment (NR-PCQA) method with local area correlation analysis capability, denoted as COPP-Net. More specifically, we split a point cloud into patches, generate texture and structure features for each patch, and fuse them into patch features to predict patch quality. Then, we gather the features of all the patches of a point cloud for correlation analysis, to obtain the correlation weights. Finally, the predicted qualities and correlation weights for all the patches are used to derive the final quality score. Experimental results show that our method outperforms the state-of-the-art benchmark NR-PCQA methods. The source code for the proposed COPP-Net can be found at https://github.com/philox12358/COPP-Net.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes