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

MFQE 2.0: A New Approach for Multi-frame Quality Enhancement on 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, not considering the similarity between consecutive frames. Since heavy fluctuation exists across compressed video frames as investigated in this paper, frame similarity can be utilized for quality enhancement of low-quality frames given their neighboring high-quality frames. This task is Multi-Frame Quality Enhancement (MFQE). Accordingly, this paper proposes an MFQE approach for compressed video, as the first attempt in this direction. In our approach, we firstly develop a Bidirectional Long Short-Term Memory (BiLSTM) 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 the input. In MF-CNN, motion between the non-PQF and PQFs is compensated by a motion compensation subnet. Subsequently, a quality enhancement subnet fuses the non-PQF and compensated PQFs, and then reduces the compression artifacts of the non-PQF. Also, PQF quality is enhanced in the same way. Finally, experiments validate the effectiveness and generalization ability of our MFQE approach in advancing the state-of-the-art quality enhancement of compressed video. The code is available at https://github.com/RyanXingQL/MFQEv2.0.git.

Qunliang Xing, Zhenyu Guan, Mai Xu, Ren Yang, Tie Liu, Zulin Wang• 2019

Related benchmarks

TaskDatasetResultRank
Video Quality EnhancementHEVC test sequences 240p (Class D)
FPS25.29
8
Compressed Video Quality Enhancement10 sequences from previous database (test)
ΔPSNR (dB)0.68
7
Video Quality EnhancementHEVC Sequences QP 37 (test)
Delta PSNR (dB)0.562
7
Video Quality EnhancementHEVC sequences QP 42 (test)
Delta PSNR (dB)0.589
7
Video Quality EnhancementHEVC QP 32 (test)
Delta PSNR (dB)0.516
7
Video Quality EnhancementHEVC QP 27 (test)
ΔPSNR (dB)0.486
7
Video Quality EnhancementHEVC QP 22 (test)
Delta PSNR (dB)0.458
7
Compressed Video EnhancementHEVC Sequences Class A (test)
Traffic Delta PSNR (dB)0.585
7
Compressed Video EnhancementHEVC Sequences Class B (test)
Kimono Delta PSNR (dB)0.55
7
Compressed Video EnhancementHEVC Sequences Class C (test)
RaceHorses Delta PSNR (dB)0.394
7
Showing 10 of 17 rows

Other info

Code

Follow for update