Papers › KVQ: Boosting Video Quality Assessment via Saliency-guided Local Perception

KVQ: Boosting Video Quality Assessment via Saliency-guided Local Perception

13 Mar 2025CVPR 2025 1arXiv:2503.10259archive 2025-07-28

Yunpeng Qu, Kun Yuan, Qizhi Xie, Ming Sun, Chao Zhou, Jian Wang

Video Quality Assessment (VQA), which intends to predict the perceptual quality of videos, has attracted increasing attention. Due to factors like motion blur or specific distortions, the quality of different regions in a video varies. Recognizing the region-wise local quality within a video is beneficial for assessing global quality and can guide us in adopting fine-grained enhancement or transcoding strategies. Due to the heavy cost of annotating region-wise quality, the lack of ground truth constraints from relevant datasets further complicates the utilization of local perception. Inspired by the Human Visual System (HVS) that links global quality to the local texture of different regions and their visual saliency, we propose a Kaleidoscope Video Quality Assessment (KVQ) framework, which aims to effectively assess both saliency and local texture, thereby facilitating the assessment of global quality. Our framework extracts visual saliency and allocates attention using Fusion-Window Attention (FWA) while incorporating a Local Perception Constraint (LPC) to mitigate the reliance of regional texture perception on neighboring areas. KVQ obtains significant improvements across multiple scenarios on five VQA benchmarks compared to SOTA methods. Furthermore, to assess local perception, we establish a new Local Perception Visual Quality (LPVQ) dataset with region-wise annotations. Experimental results demonstrate the capability of KVQ in perceiving local distortions. KVQ models and the LPVQ dataset will be available at https://github.com/qyp2000/KVQ.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2503.10259")

Code

Syntology Ran 9 of 13 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 3 ran · fixture could not drive it; 5 ran with no contract checked.

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

qyp2000/kvq officialmentioned in papermentioned on GitHubpytorch 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

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

1ran · our draft was wrong
3ran · fixture could not drive it
5ran
4unverified

Licence: 13 of the 13 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 qyp2000/KVQ. “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.

CrossWindowAttention3D qyp2000/KVQ/vqa/models/kvq.py official repository ran no licence file found · pointer only · 9d98150dc26639b2 · report
SalientHead qyp2000/KVQ/vqa/models/kvq.py official repository ran no licence file found · pointer only · 41c2a23916f4de8e · report
TopkRouting qyp2000/KVQ/vqa/models/kvq.py official repository ran fingerprinted no licence file found · pointer only · ef39b517351848d6 · report
VQAHead qyp2000/KVQ/vqa/models/kvq.py official repository ran no licence file found · pointer only · 19f608c8a84eaa3b · report
WindowAttention3D qyp2000/KVQ/vqa/models/kvq.py official repository ran no licence file found · pointer only · 9fe56e5dd36cd5d8 · report
compute_mask qyp2000/KVQ/vqa/models/kvq.py official repository ran · our draft was wrong no licence file found · pointer only · 6af013ed0732fd80 · report
get_adaptive_window_size qyp2000/KVQ/vqa/models/kvq.py official repository ran · fixture could not drive it no licence file found · pointer only · 0f0460042f50af71 · report
window_partition qyp2000/KVQ/vqa/models/kvq.py official repository ran · fixture could not drive it no licence file found · pointer only · a168a4b2deed08db · report
window_process qyp2000/KVQ/vqa/models/kvq.py official repository ran · fixture could not drive it no licence file found · pointer only · 5728ba1a61bc8ba3 · report
BasicLayer qyp2000/KVQ/vqa/models/kvq.py official repository unverified no licence file found · pointer only · 5d131053b59593c9 · report
KVQ qyp2000/KVQ/vqa/models/kvq.py official repository unverified no licence file found · pointer only · 948f64fb15da495e · report
SwinTransformer3D qyp2000/KVQ/vqa/models/kvq.py official repository unverified no licence file found · pointer only · 330b001a1802dab9 · report
SwinTransformerBlock3D qyp2000/KVQ/vqa/models/kvq.py official repository unverified no licence file found · pointer only · d72969cac508cd41 · report

Tasks

Video Quality AssessmentVisual Question Answering (VQA)

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AttentionSoftmax

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