CLIP-PCQA: Exploring Subjective-Aligned Vision-Language Modeling for Point Cloud Quality Assessment
Yating Liu, Yujie Zhang, Ziyu Shan, Yiling Xu
TL;DR
CLIP-PCQA targets NR-PCQA by predicting an Opinion Score Distribution $\\hat{P}$ over $K$ quality descriptions, instead of a single MOS. It projects 3D point clouds into $M$ view color and depth maps, extracts visual features with two fine-tuned CLIP encoders, and uses learnable prompts for $K$ textual descriptions to compute similarities. The predicted distribution is converted to a final score via $\\hat{Q} = \\sum_{k=1}^K \\hat{p}_k q_k$ and trained with a combined loss $L = L_{emd} + \alpha L_{quan} + \beta L_{con}$. On SJTU-PCQA, LS-PCQA, and BASICS, it achieves state-of-the-art performance and demonstrates robust cross-database generalization, with visual analyses confirming alignment between predicted OS distributions and subjective judgments.
Abstract
In recent years, No-Reference Point Cloud Quality Assessment (NR-PCQA) research has achieved significant progress. However, existing methods mostly seek a direct mapping function from visual data to the Mean Opinion Score (MOS), which is contradictory to the mechanism of practical subjective evaluation. To address this, we propose a novel language-driven PCQA method named CLIP-PCQA. Considering that human beings prefer to describe visual quality using discrete quality descriptions (e.g., "excellent" and "poor") rather than specific scores, we adopt a retrieval-based mapping strategy to simulate the process of subjective assessment. More specifically, based on the philosophy of CLIP, we calculate the cosine similarity between the visual features and multiple textual features corresponding to different quality descriptions, in which process an effective contrastive loss and learnable prompts are introduced to enhance the feature extraction. Meanwhile, given the personal limitations and bias in subjective experiments, we further covert the feature similarities into probabilities and consider the Opinion Score Distribution (OSD) rather than a single MOS as the final target. Experimental results show that our CLIP-PCQA outperforms other State-Of-The-Art (SOTA) approaches.
