CVNov 22, 2018

MGANet: A Robust Model for Quality Enhancement of Compressed Video

arXiv:1811.09150v423 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses video compression enhancement for applications requiring high visual quality, but it is incremental as it builds on existing deep learning approaches by incorporating multi-frame guidance.

The paper tackles the problem of enhancing compressed video quality by leveraging both intra-frame priors and temporal information from adjacent frames, achieving robust and superior performance in experiments.

In video compression, most of the existing deep learning approaches concentrate on the visual quality of a single frame, while ignoring the useful priors as well as the temporal information of adjacent frames. In this paper, we propose a multi-frame guided attention network (MGANet) to enhance the quality of compressed videos. Our network is composed of a temporal encoder that discovers inter-frame relations, a guided encoder-decoder subnet that encodes and enhances the visual patterns of target frame, and a multi-supervised reconstruction component that aggregates information to predict details. We design a bidirectional residual convolutional LSTM unit to implicitly discover frames variations over time with respect to the target frame. Meanwhile, the guided map is proposed to guide our network to concentrate more on the block boundary. Our approach takes advantage of intra-frame prior information and inter-frame information to improve the quality of compressed video. Experimental results show the robustness and superior performance of the proposed method.Code is available at https://github.com/mengab/MGANet

Code Implementations4 repos
Foundations

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

Your Notes