Towards Syn-to-Real IQA: A Novel Perspective on Reshaping Synthetic Data Distributions
Aobo Li, Jinjian Wu, Yongxu Liu, Leida Li, Weisheng Dong
TL;DR
This work tackles the limited cross-domain generalization of BIQA models trained on synthetic distortions by identifying a discrete, clustered feature distribution that hinders regression. It introduces SynDR-IQA, a data-distribution reshaping framework with two strategies: Distribution-aware Diverse Content Upsampling (DDCUp) to boost content diversity while preserving distribution, and Density-aware Redundant Cluster Downsampling (DRCDown) to reduce overrepresented clusters and balance density. A theoretical generalization bound guides the design, highlighting the roles of diverse samples $m$ and redundancy heterogeneity $\eta$. Empirically, SynDR-IQA improves synthetic-to-authentic, synthetic-to-algorithmic, and synthetic-to-synthetic BIQA generalization across multiple backbones, with ablations confirming each component's contribution and CLIP-enhanced upsampling providing further gains. This data-centric approach offers a practical, model-agnostic route to stronger cross-domain perceptual quality assessment without incurring extra inference costs.
Abstract
Blind Image Quality Assessment (BIQA) has advanced significantly through deep learning, but the scarcity of large-scale labeled datasets remains a challenge. While synthetic data offers a promising solution, models trained on existing synthetic datasets often show limited generalization ability. In this work, we make a key observation that representations learned from synthetic datasets often exhibit a discrete and clustered pattern that hinders regression performance: features of high-quality images cluster around reference images, while those of low-quality images cluster based on distortion types. Our analysis reveals that this issue stems from the distribution of synthetic data rather than model architecture. Consequently, we introduce a novel framework SynDR-IQA, which reshapes synthetic data distribution to enhance BIQA generalization. Based on theoretical derivations of sample diversity and redundancy's impact on generalization error, SynDR-IQA employs two strategies: distribution-aware diverse content upsampling, which enhances visual diversity while preserving content distribution, and density-aware redundant cluster downsampling, which balances samples by reducing the density of densely clustered areas. Extensive experiments across three cross-dataset settings (synthetic-to-authentic, synthetic-to-algorithmic, and synthetic-to-synthetic) demonstrate the effectiveness of our method. The code is available at https://github.com/Li-aobo/SynDR-IQA.
