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

Multi-Frame Quality Enhancement for Compressed Video

About

The past few years have witnessed great success in applying deep learning to enhance the quality of compressed image/video. The existing approaches mainly focus on enhancing the quality of a single frame, ignoring the similarity between consecutive frames. In this paper, we investigate that heavy quality fluctuation exists across compressed video frames, and thus low quality frames can be enhanced using the neighboring high quality frames, seen as Multi-Frame Quality Enhancement (MFQE). Accordingly, this paper proposes an MFQE approach for compressed video, as a first attempt in this direction. In our approach, we firstly develop a Support Vector Machine (SVM) based detector to locate Peak Quality Frames (PQFs) in compressed video. Then, a novel Multi-Frame Convolutional Neural Network (MF-CNN) is designed to enhance the quality of compressed video, in which the non-PQF and its nearest two PQFs are as the input. The MF-CNN compensates motion between the non-PQF and PQFs through the Motion Compensation subnet (MC-subnet). Subsequently, the Quality Enhancement subnet (QE-subnet) reduces compression artifacts of the non-PQF with the help of its nearest PQFs. Finally, the experiments validate the effectiveness and generality of our MFQE approach in advancing the state-of-the-art quality enhancement of compressed video. The code of our MFQE approach is available at https://github.com/ryangBUAA/MFQE.git

Ren Yang, Mai Xu, Zulin Wang, Tianyi Li• 2018

Related benchmarks

TaskDatasetResultRank
Video Quality EnhancementHEVC sequences (test)
Delta PSNR (dB)0.7716
72
Compressed Video Quality EnhancementJCT-VC Random Access (RA)
Delta PSNR0.14
24
Compressed Video Quality EnhancementJCT-VC HEVC (Low Delay B (LDB))
Delta PSNR (dB)0.2
12
Video Quality EnhancementHEVC test sequences 240p (Class D)
FPS19.38
8
Compressed Video Quality Enhancement10 sequences from previous database (test)
ΔPSNR (dB)0.557
7
Video Quality EnhancementHEVC Sequences QP 37 (test)
Delta PSNR (dB)0.455
7
Video Quality EnhancementHEVC sequences QP 42 (test)
Delta PSNR (dB)0.444
7
Video Quality EnhancementHEVC QP 32 (test)
Delta PSNR (dB)0.431
7
Video Quality EnhancementHEVC QP 27 (test)
ΔPSNR (dB)0.399
7
Video Quality EnhancementHEVC QP 22 (test)
Delta PSNR (dB)0.307
7
Showing 10 of 20 rows

Other info

Code

Follow for update