CVAIIVNov 12, 2024

No-Reference Point Cloud Quality Assessment via Graph Convolutional Network

arXiv:2411.07728v117 citationsh-index: 34Has CodeIEEE transactions on multimedia
Originality Incremental advance
AI Analysis

This addresses quality assessment for point clouds in multimedia systems, which is incremental as it applies a known method (GCN) to a specific domain.

The paper tackles the problem of automatically assessing the quality of 3D point clouds without a reference, using a graph convolutional network to analyze multi-view projected images, and achieves superior performance compared to state-of-the-art metrics on two benchmark databases.

Three-dimensional (3D) point cloud, as an emerging visual media format, is increasingly favored by consumers as it can provide more realistic visual information than two-dimensional (2D) data. Similar to 2D plane images and videos, point clouds inevitably suffer from quality degradation and information loss through multimedia communication systems. Therefore, automatic point cloud quality assessment (PCQA) is of critical importance. In this work, we propose a novel no-reference PCQA method by using a graph convolutional network (GCN) to characterize the mutual dependencies of multi-view 2D projected image contents. The proposed GCN-based PCQA (GC-PCQA) method contains three modules, i.e., multi-view projection, graph construction, and GCN-based quality prediction. First, multi-view projection is performed on the test point cloud to obtain a set of horizontally and vertically projected images. Then, a perception-consistent graph is constructed based on the spatial relations among different projected images. Finally, reasoning on the constructed graph is performed by GCN to characterize the mutual dependencies and interactions between different projected images, and aggregate feature information of multi-view projected images for final quality prediction. Experimental results on two publicly available benchmark databases show that our proposed GC-PCQA can achieve superior performance than state-of-the-art quality assessment metrics. The code will be available at: https://github.com/chenwuwq/GC-PCQA.

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