Blind Quality Enhancement of Compressed Video via Fine-Grained Degradation-Guided Sequential Inference

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Video Processing & Computer Vision · Depth: Expert, extended

Summary

A new blind quality enhancement framework for compressed video (QECV) addresses limitations of existing methods by introducing a Degradation-aware Hierarchical Termination approach. This framework utilizes a Degradation Representation Learning (DRL) module, which employs dual-supervision with contrastive and classification learning, to extract fine-grained, multi-scale degradation representations from video content. Unlike prior blind methods that use global degradation vectors, DRL provides spatially detailed guidance for artifact removal. Additionally, a hierarchical termination mechanism dynamically adjusts the number of artifact reduction stages based on the video's compression level, optimizing computational efficiency. Experimental results on the MFQEv2 dataset, using HEVC and VVC standards, show significant performance gains. The method achieves a 110% PSNR improvement (from 0.31 dB to 0.65 dB) over a state-of-the-art blind method at QP = 22 and reduces average inference time at QP = 22 by half compared to QP = 42. It also demonstrates superior generalization to unseen quantization parameters and reduces computational complexity by approximately 73.7% compared to FBCNN.

Key takeaway

For Machine Learning Engineers developing video processing pipelines, especially for streaming or surveillance where quantization parameters are often unknown, this degradation-aware framework offers a compelling solution. You can achieve a 110% PSNR improvement at QP=22 and halve inference time for lighter compressions, significantly enhancing video quality and reducing computational overhead. Consider adopting this approach to deploy a single, adaptive model that maintains high visual fidelity across diverse compression levels. This will improve user experience and operational efficiency.

Key insights

Fine-grained, multi-scale degradation representation and adaptive processing stages significantly improve blind compressed video quality enhancement.

Principles

Method

A pretrained Degradation Representation Learning (DRL) module extracts multi-scale degradation features using contrastive and classification learning. This guides a blind QECV network with a hierarchical termination mechanism and a dual-branch artifact reduction structure.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.