{"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/blind-image-quality-assessment-using-a-deep","title":"Blind Image Quality Assessment Using A Deep Bilinear Convolutional Neural Network","arxiv_id":"1907.02665","date":"2019-07-05","proceeding":null,"authors":["Weixia Zhang","Kede Ma","Jia Yan","Dexiang Deng","Zhou Wang"],"abstract":"We propose a deep bilinear model for blind image quality assessment (BIQA) that handles both synthetic and authentic distortions. Our model consists of two convolutional neural networks (CNN), each of which specializes in one distortion scenario. For synthetic distortions, we pre-train a CNN to classify image distortion type and level, where we enjoy large-scale training data. For authentic distortions, we adopt a pre-trained CNN for image classification. The features from the two CNNs are pooled bilinearly into a unified representation for final quality prediction. We then fine-tune the entire model on target subject-rated databases using a variant of stochastic gradient descent. Extensive experiments demonstrate that the proposed model achieves superior performance on both synthetic and authentic databases. Furthermore, we verify the generalizability of our method on the Waterloo Exploration Database using the group maximum differentiation competition.","url_abs":"https://arxiv.org/abs/1907.02665v1","url_pdf":"https://arxiv.org/pdf/1907.02665v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"blind-image-quality-assessment-using-a-deep","repo_url":"https://github.com/zwx8981/DBCNN-PyTorch","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"image-classification","task_name":"Image Classification"},{"task_slug":"image-quality-assessment","task_name":"Image Quality Assessment"},{"task_slug":"no-reference-image-quality-assessment","task_name":"No-Reference Image Quality Assessment"},{"task_slug":"image-classification","task_name":"image-classification"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/no-reference-image-quality-assessment-on-csiq","task":"No-Reference Image Quality Assessment","dataset":"CSIQ","model":"DB-CNN","rank_in_archive_order":4,"of":8,"metrics":{"PLCC":"0.959","SRCC":"0.946"},"uses_additional_data":false},{"leaderboard":"/sota/no-reference-image-quality-assessment-on-1","task":"No-Reference Image Quality Assessment","dataset":"KADID-10k","model":"DB-CNN","rank_in_archive_order":8,"of":9,"metrics":{"PLCC":"0.856","SRCC":"0.851"},"uses_additional_data":false},{"leaderboard":"/sota/no-reference-image-quality-assessment-on","task":"No-Reference Image Quality Assessment","dataset":"TID2013","model":"DB-CNN","rank_in_archive_order":6,"of":8,"metrics":{"PLCC":"0.865","SRCC":"0.816"},"uses_additional_data":false},{"leaderboard":"/sota/video-quality-assessment-on-msu-video-quality","task":"Video Quality Assessment","dataset":"MSU NR VQA Database","model":"DBCNN","rank_in_archive_order":2,"of":21,"metrics":{"KLCC":"0.7750","PLCC":"0.9222","SRCC":"0.9220","Type":"NR"},"uses_additional_data":false},{"leaderboard":"/sota/video-quality-assessment-on-msu-sr-qa-dataset","task":"Video Quality Assessment","dataset":"MSU SR-QA Dataset","model":"DBCNN","rank_in_archive_order":5,"of":60,"metrics":{"KLCC":"0.55139","PLCC":"0.63971","SROCC":"0.68621","Type":"NR"},"uses_additional_data":false}],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=1907.02665","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1907.02665"}},"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":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/zwx8981/DBCNN-PyTorch","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_fixture":2,"ran_draft_wrong":1,"ran_honours":1,"unverified":6},"by_repo_kind":{"official":{"samples":10,"ran":4,"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":0,"samples":[{"code_sha256_prefix":"3e3d33392b6ecdd9","entry":"CovpoolLayer","repo":"zwx8981/DBCNN-PyTorch","repo_kind":"official","path":"MPNCOV.py","file_url":"https://github.com/zwx8981/DBCNN-PyTorch/blob/HEAD/MPNCOV.py","link_basis":"plan_row","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3e3d33392b6ecdd9"}},{"code_sha256_prefix":"3c7b6412a1bc9cf4","entry":"SqrtmLayer","repo":"zwx8981/DBCNN-PyTorch","repo_kind":"official","path":"MPNCOV.py","file_url":"https://github.com/zwx8981/DBCNN-PyTorch/blob/HEAD/MPNCOV.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3c7b6412a1bc9cf4"}},{"code_sha256_prefix":"5cee54d3483cad8f","entry":"TriuvecLayer","repo":"zwx8981/DBCNN-PyTorch","repo_kind":"official","path":"MPNCOV.py","file_url":"https://github.com/zwx8981/DBCNN-PyTorch/blob/HEAD/MPNCOV.py","link_basis":"plan_row","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5cee54d3483cad8f"}},{"code_sha256_prefix":"f321f54723433661","entry":"pil_loader","repo":"zwx8981/DBCNN-PyTorch","repo_kind":"official","path":"BaseCNN.py","file_url":"https://github.com/zwx8981/DBCNN-PyTorch/blob/HEAD/BaseCNN.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f321f54723433661"}},{"code_sha256_prefix":"404fb2b2daa1ae78","entry":"accimage_loader","repo":"zwx8981/DBCNN-PyTorch","repo_kind":"official","path":"BaseCNN.py","file_url":"https://github.com/zwx8981/DBCNN-PyTorch/blob/HEAD/BaseCNN.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"404fb2b2daa1ae78"}},{"code_sha256_prefix":"7bf07d5f59aae36d","entry":"default_loader","repo":"zwx8981/DBCNN-PyTorch","repo_kind":"official","path":"BaseCNN.py","file_url":"https://github.com/zwx8981/DBCNN-PyTorch/blob/HEAD/BaseCNN.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7bf07d5f59aae36d"}},{"code_sha256_prefix":"87435c3bde0423f0","entry":"default_loader","repo":"zwx8981/DBCNN-PyTorch","repo_kind":"official","path":"Koniq_10k.py","file_url":"https://github.com/zwx8981/DBCNN-PyTorch/blob/HEAD/Koniq_10k.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"87435c3bde0423f0"}},{"code_sha256_prefix":"c7c109231d52f840","entry":"getDistortionTypeFileName","repo":"zwx8981/DBCNN-PyTorch","repo_kind":"official","path":"LIVEChallengeFolder.py","file_url":"https://github.com/zwx8981/DBCNN-PyTorch/blob/HEAD/LIVEChallengeFolder.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c7c109231d52f840"}},{"code_sha256_prefix":"21279e4b4f46e1ce","entry":"getFileName","repo":"zwx8981/DBCNN-PyTorch","repo_kind":"official","path":"Koniq_10k.py","file_url":"https://github.com/zwx8981/DBCNN-PyTorch/blob/HEAD/Koniq_10k.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"21279e4b4f46e1ce"}},{"code_sha256_prefix":"ca6adfb82b2bf37e","entry":"getFileName","repo":"zwx8981/DBCNN-PyTorch","repo_kind":"official","path":"LIVEFolder.py","file_url":"https://github.com/zwx8981/DBCNN-PyTorch/blob/HEAD/LIVEFolder.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ca6adfb82b2bf37e"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}