Papers › TOPIQ: A Top-down Approach from Semantics to Distortions for Image Quality Assessment

TOPIQ: A Top-down Approach from Semantics to Distortions for Image Quality Assessment

6 Aug 2023arXiv:2308.03060archive 2025-07-28

Chaofeng Chen, Jiadi Mo, Jingwen Hou, HaoNing Wu, Liang Liao, Wenxiu Sun, Qiong Yan, Weisi Lin

Image Quality Assessment (IQA) is a fundamental task in computer vision that has witnessed remarkable progress with deep neural networks. Inspired by the characteristics of the human visual system, existing methods typically use a combination of global and local representations (\ie, multi-scale features) to achieve superior performance. However, most of them adopt simple linear fusion of multi-scale features, and neglect their possibly complex relationship and interaction. In contrast, humans typically first form a global impression to locate important regions and then focus on local details in those regions. We therefore propose a top-down approach that uses high-level semantics to guide the IQA network to focus on semantically important local distortion regions, named as \emph{TOPIQ}. Our approach to IQA involves the design of a heuristic coarse-to-fine network (CFANet) that leverages multi-scale features and progressively propagates multi-level semantic information to low-level representations in a top-down manner. A key component of our approach is the proposed cross-scale attention mechanism, which calculates attention maps for lower level features guided by higher level features. This mechanism emphasizes active semantic regions for low-level distortions, thereby improving performance. CFANet can be used for both Full-Reference (FR) and No-Reference (NR) IQA. We use ResNet50 as its backbone and demonstrate that CFANet achieves better or competitive performance on most public FR and NR benchmarks compared with state-of-the-art methods based on vision transformers, while being much more efficient (with only ∼13% FLOPS of the current best FR method). Codes are released at \url{https://github.com/chaofengc/IQA-PyTorch}.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2308.03060")

Code

Syntology Ran 3 of 10 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 3 ran with no contract checked.

By repository: official repository: 10 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

chaofengc/iqa-pytorch officialmentioned in papermentioned on GitHubpytorchNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

10 samples harvested; 3 ran; 0 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran
7unverified

Licence: 10 of the 10 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from chaofengc/iqa-pytorch. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

norm_loss_with_normalization chaofengc/iqa-pytorch/pyiqa/losses/iqa_losses.py official repository ran licence not identified · pointer only · 03c4d04768b427ed · report
plcc_loss chaofengc/iqa-pytorch/pyiqa/losses/iqa_losses.py official repository ran fingerprinted licence not identified · pointer only · 085c0ae1d875a3e2 · report
str_to_bool chaofengc/iqa-pytorch/benchmark_results.py official repository ran licence not identified · pointer only · 06964fd66b132112 · report
build_model chaofengc/iqa-pytorch/pyiqa/archs/afineclip_model.py official repository unverified licence not identified · pointer only · e15e0f88defc7c70 · report
build_model chaofengc/iqa-pytorch/pyiqa/archs/clip_model.py official repository unverified licence not identified · pointer only · f459f1b3bcda12f6 · report
expand2square chaofengc/iqa-pytorch/pyiqa/archs/compare2score_arch.py official repository unverified licence not identified · pointer only · 66c27cd25f8c24da · report
flatten_list chaofengc/iqa-pytorch/benchmark_results.py official repository unverified no licence file found · pointer only · 024e0b35d03e4520 · report
get_dataset_info chaofengc/iqa-pytorch/pyiqa/api_helpers.py official repository unverified licence not identified · pointer only · 2404f7ff4c470f2c · report
load chaofengc/iqa-pytorch/pyiqa/archs/afineclip_model.py official repository unverified licence not identified · pointer only · b6761b4b4e8d8987 · report
load chaofengc/iqa-pytorch/pyiqa/archs/clip_model.py official repository unverified licence not identified · pointer only · 832a38a42cafb12b · report

Tasks

Image Quality AssessmentLocal DistortionNo-Reference Image Quality AssessmentVideo Quality Assessment

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Video Quality Assessment MSU SR-QA Dataset TOPIQ trained on SPAQ (NR) KLCC 0.53140 #11 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ trained on SPAQ (NR) PLCC 0.60905 #11 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ trained on SPAQ (NR) SROCC 0.64923 #11 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ trained on SPAQ (NR) Type NR #11 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ KLCC 0.50670 #14 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ PLCC 0.57674 #14 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ SROCC 0.62715 #14 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ Type NR #14 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ FACE KLCC 0.48428 #21 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ FACE PLCC 0.58949 #21 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ FACE SROCC 0.59564 #21 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ FACE Type NR #21 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ KLCC 0.46217 #23 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ PLCC 0.57955 #23 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ SROCC 0.57341 #23 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ Type FR #23 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ trained on PIPAL KLCC 0.42811 #27 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ trained on PIPAL PLCC 0.57564 #27 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ trained on PIPAL SROCC 0.55568 #27 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ trained on PIPAL Type FR #27 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ (IAA) KLCC 0.40663 #35 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ (IAA) PLCC 0.51061 #35 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ (IAA) SROCC 0.51687 #35 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ (IAA) Type NR #35 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ + Res50 (IAA) KLCC 0.28473 #42 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ + Res50 (IAA) PLCC 0.34000 #42 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ + Res50 (IAA) SROCC 0.36204 #42 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ + Res50 (IAA) Type NR #42 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ trained on FLIVE KLCC 0.26774 #45 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ trained on FLIVE PLCC 0.33940 #45 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ trained on FLIVE SROCC 0.34092 #45 of 60 Archive leaderboard report
Video Quality Assessment MSU SR-QA Dataset TOPIQ trained on FLIVE Type NR #45 of 60 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Focus

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections