DOVER
FreeVideo Quality Assessment on User Generated Contents from Aesthetic and Technical Perspectives.
About DOVER
DOVER (Disentangled Objective Video Quality Evaluator) is an open-source tool from the ICCV 2023 paper that separates video quality assessment into aesthetic and technical perspectives for user-generated content (UGC). Developed by VQAssessment, it provides official code, pretrained weights, and evaluation scripts. The full DOVER model achieves state-of-the-art performance on benchmarks like KoNViD-1k (PLCC 0.883), LIVE-VQC (0.854), and LSVQ (0.889). A lightweight variant, DOVER-Mobile, uses only 9.86M parameters and runs on CPU at 1.4s per video. The repository includes training code, ONNX conversion, and a demo for evaluating single videos or whole datasets. All weights are available on Hugging Face.
Key Features
Pros & Cons
- State-of-the-art performance on KoNViD-1k, LIVE-VQC, LSVQ (PLCC 0.883, 0.854, 0.889)
- Lightweight DOVER-Mobile runs on CPU at 1.4s per video, 5.4x fewer GFLOPs than DOVER
- Open-source with permissive S-Lab License and easily installable via pip
- Provides separate aesthetic and technical quality scores for deeper analysis
- Includes pretrained weights, demo scripts, and training code for reproducibility
- Full DOVER model requires GPU for practical inference (3.6s per video on CPU)
- Primarily designed for user-generated content; performance on other video types may vary
- Documentation as a research repo; less beginner-friendly than commercial tools
- Limited community support beyond GitHub issues