# Quality-Gated Convolutional LSTM for Enhancing Compressed Video

**Authors:** Ren Yang, Xiaoyan Sun, Mai Xu, Wenjun Zeng

arXiv: 1903.04596 · 2019-08-13

## TL;DR

This paper introduces a novel bi-directional QG-ConvLSTM network that adaptively leverages inter-frame correlations and quality fluctuations to significantly improve compressed video quality enhancement.

## Contribution

It proposes a quality-gated ConvLSTM with learned gates from quality features, effectively utilizing multi-frame information with varying quality levels.

## Key findings

- Outperforms existing state-of-the-art methods in video quality enhancement
- Effectively exploits inter-frame correlation and quality fluctuation
- Demonstrates adaptive gating improves information utilization

## Abstract

The past decade has witnessed great success in applying deep learning to enhance the quality of compressed video. However, the existing approaches aim at quality enhancement on a single frame, or only using fixed neighboring frames. Thus they fail to take full advantage of the inter-frame correlation in the video. This paper proposes the Quality-Gated Convolutional Long Short-Term Memory (QG-ConvLSTM) network with bi-directional recurrent structure to fully exploit the advantageous information in a large range of frames. More importantly, due to the obvious quality fluctuation among compressed frames, higher quality frames can provide more useful information for other frames to enhance quality. Therefore, we propose learning the "forget" and "input" gates in the ConvLSTM cell from quality-related features. As such, the frames with various quality contribute to the memory in ConvLSTM with different importance, making the information of each frame reasonably and adequately used. Finally, the experiments validate the effectiveness of our QG-ConvLSTM approach in advancing the state-of-the-art quality enhancement of compressed video, and the ablation study shows that our QG-ConvLSTM approach is learnt to make a trade-off between quality and correlation when leveraging multi-frame information. The project page: https://github.com/ryangchn/QG-ConvLSTM.git.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.04596/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1903.04596/full.md

## References

17 references — full list in the complete paper: https://tomesphere.com/paper/1903.04596/full.md

---
Source: https://tomesphere.com/paper/1903.04596