{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2601-00225","title":"Towards Syn-to-Real IQA: A Novel Perspective on Reshaping Synthetic Data Distributions","arxiv_id":"2601.00225","date":"2026-01-01","proceeding":null,"authors":["Aobo Li","Jinjian Wu","Yongxu Liu","Leida Li","Weisheng Dong"],"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.","url_abs":"https://arxiv.org/abs/2601.00225","url_pdf":"https://arxiv.org/pdf/2601.00225","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2601.00225","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2601.00225"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Li-aobo/SynDR-IQA","reach":null}],"summary":{"ran":2,"ran_fixture":2,"ran_honours":1,"unverified":1},"by_repo_kind":{"found_in_text":{"samples":6,"ran":5,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":6,"samples":[{"code_sha256_prefix":"585ebe44464a7331","entry":"BaseIQASolver","repo":"Li-aobo/SynDR-IQA","repo_kind":"found_in_text","path":"BaseIQASolver.py","file_url":"https://github.com/Li-aobo/SynDR-IQA/blob/HEAD/BaseIQASolver.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"585ebe44464a7331"}},{"code_sha256_prefix":"5fa0f763a753217c","entry":"Baseline","repo":"Li-aobo/SynDR-IQA","repo_kind":"found_in_text","path":"BaseIQASolver.py","file_url":"https://github.com/Li-aobo/SynDR-IQA/blob/HEAD/BaseIQASolver.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5fa0f763a753217c"}},{"code_sha256_prefix":"1f5a49d5560c5c48","entry":"DRCDown","repo":"Li-aobo/SynDR-IQA","repo_kind":"found_in_text","path":"BaseIQASolver.py","file_url":"https://github.com/Li-aobo/SynDR-IQA/blob/HEAD/BaseIQASolver.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1f5a49d5560c5c48"}},{"code_sha256_prefix":"cf4d93563f49fc5c","entry":"_filter_samples","repo":"Li-aobo/SynDR-IQA","repo_kind":"found_in_text","path":"BaseIQASolver.py","file_url":"https://github.com/Li-aobo/SynDR-IQA/blob/HEAD/BaseIQASolver.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"cf4d93563f49fc5c"}},{"code_sha256_prefix":"2401987099494a51","entry":"_union_find","repo":"Li-aobo/SynDR-IQA","repo_kind":"found_in_text","path":"BaseIQASolver.py","file_url":"https://github.com/Li-aobo/SynDR-IQA/blob/HEAD/BaseIQASolver.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2401987099494a51"}},{"code_sha256_prefix":"8d5502292190f44a","entry":"weight_init","repo":"Li-aobo/SynDR-IQA","repo_kind":"found_in_text","path":"BaseIQASolver.py","file_url":"https://github.com/Li-aobo/SynDR-IQA/blob/HEAD/BaseIQASolver.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8d5502292190f44a"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CV","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}