CVIVJul 6, 2024

CLIPVQA:Video Quality Assessment via CLIP

arXiv:2407.04928v123 citationsh-index: 26
Originality Incremental advance
AI Analysis

This addresses the problem of accurately assessing video quality for applications like streaming and content creation, representing an incremental improvement by adapting CLIP to a specific domain.

The paper tackles video quality assessment (VQA) by proposing CLIPVQA, a CLIP-based Transformer method that extracts spatiotemporal quality features and integrates them with language embeddings for prediction, achieving new state-of-the-art performance with up to 37% better generalizability than existing methods on eight diverse video datasets.

In learning vision-language representations from web-scale data, the contrastive language-image pre-training (CLIP) mechanism has demonstrated a remarkable performance in many vision tasks. However, its application to the widely studied video quality assessment (VQA) task is still an open issue. In this paper, we propose an efficient and effective CLIP-based Transformer method for the VQA problem (CLIPVQA). Specifically, we first design an effective video frame perception paradigm with the goal of extracting the rich spatiotemporal quality and content information among video frames. Then, the spatiotemporal quality features are adequately integrated together using a self-attention mechanism to yield video-level quality representation. To utilize the quality language descriptions of videos for supervision, we develop a CLIP-based encoder for language embedding, which is then fully aggregated with the generated content information via a cross-attention module for producing video-language representation. Finally, the video-level quality and video-language representations are fused together for final video quality prediction, where a vectorized regression loss is employed for efficient end-to-end optimization. Comprehensive experiments are conducted on eight in-the-wild video datasets with diverse resolutions to evaluate the performance of CLIPVQA. The experimental results show that the proposed CLIPVQA achieves new state-of-the-art VQA performance and up to 37% better generalizability than existing benchmark VQA methods. A series of ablation studies are also performed to validate the effectiveness of each module in CLIPVQA.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes