Compression-Realized Deep Structural Network for Video Quality Enhancement
Hanchi Sun, Xiaohong Liu, Xinyang Jiang, Yifei Shen, Dongsheng Li, Xiongkuo Min, Guangtao Zhai
TL;DR
The paper addresses how to improve video quality after compression by introducing codec-informed inductive biases into a deep VQE model. It proposes a Compression-Realized Deep Structural Network (CRDS) consisting of Mutual Neighborhood Attention (MuNA), Latent Degradation Residual Auto-Encoder (LDR-AE), and Progressive Denoising with Intermediate Supervision (PDIS), which operate in a latent space aligned with classic codec stages. By modeling residuals in latent space, progressively denoising them, and guiding motion estimation with mutual neighborhood attention, CRDS achieves state-of-the-art results on LDV 2.0 and MFQE 2.0 and shows strong out-of-distribution generalization. The work demonstrates that integrating compression priors into network design yields robust, interpretable VQE with practical implications for streaming and storage efficiency.
Abstract
This paper focuses on the task of quality enhancement for compressed videos. Although deep network-based video restorers achieve impressive progress, most of the existing methods lack a structured design to optimally leverage the priors within compression codecs. Since the quality degradation of the video is primarily induced by the compression algorithm, a new paradigm is urgently needed for a more ``conscious'' process of quality enhancement. As a result, we propose the Compression-Realized Deep Structural Network (CRDS), introducing three inductive biases aligned with the three primary processes in the classic compression codec, merging the strengths of classical encoder architecture with deep network capabilities. Inspired by the residual extraction and domain transformation process in the codec, a pre-trained Latent Degradation Residual Auto-Encoder is proposed to transform video frames into a latent feature space, and the mutual neighborhood attention mechanism is integrated for precise motion estimation and residual extraction. Furthermore, drawing inspiration from the quantization noise distribution of the codec, CRDS proposes a novel Progressive Denoising framework with intermediate supervision that decomposes the quality enhancement into a series of simpler denoising sub-tasks. Experimental results on datasets like LDV 2.0 and MFQE 2.0 indicate our approach surpasses state-of-the-art models.
