Papers › KVQ: Kwai Video Quality Assessment for Short-form Videos

KVQ: Kwai Video Quality Assessment for Short-form Videos

11 Feb 2024CVPR 2024 1arXiv:2402.07220archive 2025-07-28

Yiting Lu, Xin Li, Yajing Pei, Kun Yuan, Qizhi Xie, Yunpeng Qu, Ming Sun, Chao Zhou, Zhibo Chen

Short-form UGC video platforms, like Kwai and TikTok, have been an emerging and irreplaceable mainstream media form, thriving on user-friendly engagement, and kaleidoscope creation, etc. However, the advancing content-generation modes, e.g., special effects, and sophisticated processing workflows, e.g., de-artifacts, have introduced significant challenges to recent UGC video quality assessment: (i) the ambiguous contents hinder the identification of quality-determined regions. (ii) the diverse and complicated hybrid distortions are hard to distinguish. To tackle the above challenges and assist in the development of short-form videos, we establish the first large-scale Kaleidoscope short Video database for Quality assessment, termed KVQ, which comprises 600 user-uploaded short videos and 3600 processed videos through the diverse practical processing workflows, including pre-processing, transcoding, and enhancement. Among them, the absolute quality score of each video and partial ranking score among indistinguishable samples are provided by a team of professional researchers specializing in image processing. Based on this database, we propose the first short-form video quality evaluator, i.e., KSVQE, which enables the quality evaluator to identify the quality-determined semantics with the content understanding of large vision language models (i.e., CLIP) and distinguish the distortions with the distortion understanding module. Experimental results have shown the effectiveness of KSVQE on our KVQ database and popular VQA databases.

PaperPDFConference PDFCodeCode 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="2402.07220")

Code

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

By repository: community (archive-listed): 28 samples from 1 repository, 22 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

lixinustc/kvq-challenge-cvpr-ntire2024 mentioned 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

28 samples harvested; 22 ran; 1 honoured the contract we drafted; 6 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.

1ran · honoured contract
4ran · our draft was wrong
3ran · fixture could not drive it
14ran
6unverified

Licence: 28 of the 28 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 lixinustc/kvq-challenge-cvpr-ntire2024. “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.

Attention lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 4f17b32dad980e53 · report
CLIP_extractor_addadapter_cls lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 30bffdd06e87afa5 · report
CONTRIQUE_model lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 51b3fd50153ad8b6 · report
Dist_Transformation3 lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 20223e0eec519729 · report
Dist_Transformation5 lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran no licence file found · pointer only · 64942b88f1136cf8 · report
Dist_Transformation7 lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran no licence file found · pointer only · 33c570bc8930a192 · report
Mlp lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · b684a3f5d798d30a · report
PatchEmbed3D lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · f9e0db5dae9068ca · report
PatchMerging lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 092afab2341fa8d8 · report
Semantic_Transformation4 lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · bf910f043f135ebe · report
Semantic_Transformation6 lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran fingerprinted no licence file found · pointer only · eb92a4f883719f46 · report
Semantic_Transformation8 lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran fingerprinted no licence file found · pointer only · e7160717d06600e2 · report
WindowAttention3D lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 5947884d8a6da577 · report
compute_mask lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 9c5f0f9b1e7635c8 · report
crossattention1 lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · ff6d01ab74ef0fd2 · report
distortion_contrastive_supervised lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 29bcc276db28ab85 · report
fragment_infos lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran · honoured contract no licence file found · pointer only · e4f140f85865ac5e · report
get_adaptive_window_size lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · f9ad01f8ca274dca · report
get_network lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · c19485093ee920a2 · report
global_position_index lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 555de784c61b26da · report
resize_pos_embed2d lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · ff07c6c05a30f4a8 · report
window_partition lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 0b61daa7a9e9cba6 · report
BasicLayer lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) unverified no licence file found · pointer only · 2041a50857f664d7 · report
KSVQE lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) unverified no licence file found · pointer only · 22a83c36ab143ed6 · report
Semantic_Transformation2 lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) unverified no licence file found · pointer only · ea1bb9ec61d67c3a · report
SwinTransformerBlock3D lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) unverified no licence file found · pointer only · 6dc7fae55e8b43e3 · report
build_CLIPmodel_basedadapter_cls lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) unverified no licence file found · pointer only · c85d5e20f082b1f0 · report
load_clip_to_cpu lixinustc/kvq-challenge-cvpr-ntire2024/models/backbones/KSVQE_model.py community (archive-listed) unverified no licence file found · pointer only · 04ec11cc7e389655 · report

Tasks

FormVideo Quality AssessmentVisual Question Answering (VQA)

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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