CVMMIVJun 16, 2022

PeQuENet: Perceptual Quality Enhancement of Compressed Video with Adaptation- and Attention-based Network

arXiv:2206.07893v12 citationsh-index: 29
Originality Incremental advance
AI Analysis

This work addresses video compression quality enhancement for multimedia applications, but it is incremental as it builds on existing GAN and attention techniques.

The authors tackled the problem of enhancing perceptual quality in compressed videos by proposing a GAN framework with attention and adaptation modules, achieving superior performance compared to state-of-the-art methods.

In this paper we propose a generative adversarial network (GAN) framework to enhance the perceptual quality of compressed videos. Our framework includes attention and adaptation to different quantization parameters (QPs) in a single model. The attention module exploits global receptive fields that can capture and align long-range correlations between consecutive frames, which can be beneficial for enhancing perceptual quality of videos. The frame to be enhanced is fed into the deep network together with its neighboring frames, and in the first stage features at different depths are extracted. Then extracted features are fed into attention blocks to explore global temporal correlations, followed by a series of upsampling and convolution layers. Finally, the resulting features are processed by the QP-conditional adaptation module which leverages the corresponding QP information. In this way, a single model can be used to enhance adaptively to various QPs without requiring multiple models specific for every QP value, while having similar performance. Experimental results demonstrate the superior performance of the proposed PeQuENet compared with the state-of-the-art compressed video quality enhancement algorithms.

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