UPDA: Unsupervised Progressive Domain Adaptation for No-Reference Point Cloud Quality Assessment
Bingxu Xie, Fang Zhou, Jincan Wu, Yonghui Liu, Weiqing Li, Zhiyong Su
TL;DR
UPDA tackles domain shift in NR-PCQA by introducing a two-stage unsupervised progressive domain adaptation framework. It first performs discrepancy-aware coarse-grained alignment (DACA) to transfer relative quality rankings via ranking prediction and discrepancy-weighted MMD, then applies perception fusion fine-grained alignment (PFFA) with symmetric feature fusion and a conditional discriminator to transfer absolute quality scoring. The approach preserves the original model architecture at inference and improves cross-domain generalization across multiple NR-PCQA backbones on SJTU-PCQA, WPC, and WPC 2.0, as shown by extensive cross-distortion and cross-dataset experiments and thorough ablations. The method achieves practical applicability with modest training overhead and provides code for reproducibility, suggesting potential extensions to source-free and test-time adaptation. Overall, UPDA represents a principled, two-stage strategy that leverages ranking signals and feature fusion to robustly generalize NR-PCQA across diverse domains.
Abstract
While no-reference point cloud quality assessment (NR-PCQA) approaches have achieved significant progress over the past decade, their performance often degrades substantially when a distribution gap exists between the training (source domain) and testing (target domain) data. However, to date, limited attention has been paid to transferring NR-PCQA models across domains. To address this challenge, we propose the first unsupervised progressive domain adaptation (UPDA) framework for NR-PCQA, which introduces a two-stage coarse-to-fine alignment paradigm to address domain shifts. At the coarse-grained stage, a discrepancy-aware coarse-grained alignment method is designed to capture relative quality relationships between cross-domain samples through a novel quality-discrepancy-aware hybrid loss, circumventing the challenges of direct absolute feature alignment. At the fine-grained stage, a perception fusion fine-grained alignment approach with symmetric feature fusion is developed to identify domain-invariant features, while a conditional discriminator selectively enhances the transfer of quality-relevant features. Extensive experiments demonstrate that the proposed UPDA effectively enhances the performance of NR-PCQA methods in cross-domain scenarios, validating its practical applicability. The code is available at https://github.com/yokeno1/UPDA-main.
