Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

FAST-VQA: Efficient End-to-end Video Quality Assessment with Fragment Sampling

About

Current deep video quality assessment (VQA) methods are usually with high computational costs when evaluating high-resolution videos. This cost hinders them from learning better video-quality-related representations via end-to-end training. Existing approaches typically consider naive sampling to reduce the computational cost, such as resizing and cropping. However, they obviously corrupt quality-related information in videos and are thus not optimal for learning good representations for VQA. Therefore, there is an eager need to design a new quality-retained sampling scheme for VQA. In this paper, we propose Grid Mini-patch Sampling (GMS), which allows consideration of local quality by sampling patches at their raw resolution and covers global quality with contextual relations via mini-patches sampled in uniform grids. These mini-patches are spliced and aligned temporally, named as fragments. We further build the Fragment Attention Network (FANet) specially designed to accommodate fragments as inputs. Consisting of fragments and FANet, the proposed FrAgment Sample Transformer for VQA (FAST-VQA) enables efficient end-to-end deep VQA and learns effective video-quality-related representations. It improves state-of-the-art accuracy by around 10% while reducing 99.5% FLOPs on 1080P high-resolution videos. The newly learned video-quality-related representations can also be transferred into smaller VQA datasets, boosting performance in these scenarios. Extensive experiments show that FAST-VQA has good performance on inputs of various resolutions while retaining high efficiency. We publish our code at https://github.com/timothyhtimothy/FAST-VQA.

Haoning Wu, Chaofeng Chen, Jingwen Hou, Liang Liao, Annan Wang, Wenxiu Sun, Qiong Yan, Weisi Lin• 2022

Related benchmarks

TaskDatasetResultRank
Video Quality AssessmentKoNViD-1k
SROCC0.893
134
Video Quality AssessmentYouTube-UGC
SROCC0.863
69
Video Quality AssessmentLIVE-VQC
SRCC0.853
64
Video Quality AssessmentKonViD 1k (test)
SRCC0.891
62
Video Quality AssessmentLIVE-VQC (test)
SRCC0.849
54
Video Quality AssessmentLSVQ (test)
SRCC0.876
52
No-Reference Video Quality AssessmentLIVE-VQC
SRCC0.823
50
No-Reference Video Quality AssessmentYouTube-UGC
SRCC0.855
47
Video Quality AssessmentLSVQ 1080p
SRCC0.779
46
Video Quality AssessmentCVD 2014 (test)
SRCC0.891
44
Showing 10 of 48 rows

Other info

Code

Follow for update