IVCVMMJan 22, 2022

DCNGAN: A Deformable Convolutional-Based GAN with QP Adaptation for Perceptual Quality Enhancement of Compressed Video

arXiv:2201.08944v37 citations
AI Analysis

This addresses video compression quality issues for users of streaming or storage systems, but it is incremental as it builds on existing GAN and deformable convolution methods.

The paper tackles perceptual quality enhancement of compressed video by proposing DCNGAN, a deformable convolutional-based GAN with QP adaptation, which outperforms other state-of-the-art algorithms in experiments.

In this paper, we propose a deformable convolution-based generative adversarial network (DCNGAN) for perceptual quality enhancement of compressed videos. DCNGAN is also adaptive to the quantization parameters (QPs). Compared with optical flows, deformable convolutions are more effective and efficient to align frames. Deformable convolutions can operate on multiple frames, thus leveraging more temporal information, which is beneficial for enhancing the perceptual quality of compressed videos. Instead of aligning frames in a pairwise manner, the deformable convolution can process multiple frames simultaneously, which leads to lower computational complexity. Experimental results demonstrate that the proposed DCNGAN outperforms other state-of-the-art compressed video quality enhancement algorithms.

Foundations

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

Your Notes