paper-with-me

홈 › Papers

Non-Local ConvLSTM for Video Compression Artifact Reduction

2019-10-27 · ICCV 2019 10 · Yi Xu, Longwen Gao, Kai Tian, Shuigeng Zhou, Huyang Sun

Video compression artifact reduction aims to recover high-quality videos from low-quality compressed videos. Most existing approaches use a single neighboring frame or a pair of neighboring frames (preceding and/or following the target frame) for this task. Furthermore, as frames of high quality overall may contain low-quality patches, and high-quality patches may exist in frames of low quality overall, current methods focusing on nearby peak-quality frames (PQFs) may miss high-quality details in low-quality frames. To remedy these shortcomings, in this paper we propose a novel end-to-end deep neural network called non-local ConvLSTM (NL-ConvLSTM in short) that exploits multiple consecutive frames. An approximate non-local strategy is introduced in NL-ConvLSTM to capture global motion patterns and trace the spatiotemporal dependency in a video sequence. This approximate strategy makes the non-local module work in a fast and low space-cost way. Our method uses the preceding and following frames of the target frame to generate a residual, from which a higher quality frame is reconstructed. Experiments on two datasets show that NL-ConvLSTM outperforms the existing methods.

📄 PDF Abstract BibTeX arXiv:1910.12286

Code (0)

등록된 구현이 없습니다.

Tasks

Video Compression

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
ConvLSTM ConvLSTM is a type of recurrent neural network for spatio-temporal prediction that has convolutional structures in both the input-to-state and state-to-state transitions. The…

Similar Papers 제목 키워드 기반

Super Efficient Neural Network for Compression Artifacts Reduction and Super Resolution

2024-01-26 · Wen Ma, Qiuwen Lou, Arman Kazemi, Julian Faraone 외

Video quality can suffer from limited internet speed while being streamed by users. Compression artifacts start to appear when the bitrate decreases to match the available bandwidth. Existing algorithms either focus on r…

Efficient Neural NetworkSuper-Resolution

Adversarial Distortion for Learned Video Compression

2020-04-20 · Vijay Veerabadran, Reza Pourreza, Amirhossein Habibian, Taco Cohen

In this paper, we present a novel adversarial lossy video compression model. At extremely low bit-rates, standard video coding schemes suffer from unpleasant reconstruction artifacts such as blocking, ringing etc. Existi…

BlockingMS-SSIMSSIMVideo Compression

MMVC: Learned Multi-Mode Video Compression with Block-based Prediction Mode Selection and Density-Adaptive Entropy Coding

2023-04-05 · CVPR 2023 1 · Bowen Liu, Yu Chen, Rakesh Chowdary Machineni, Shiyu Liu 외

Learning-based video compression has been extensively studied over the past years, but it still has limitations in adapting to various motion patterns and entropy models. In this paper, we propose multi-mode video compre…

BenchmarkingMS-SSIMOptical Flow EstimationPrediction+3

Deep Kalman Filtering Network for Video Compression Artifact Reduction

2018-09-01 · ECCV 2018 9 · Guo Lu, Wanli Ouyang, Dong Xu, Xiaoyun Zhang 외

When lossy video compression algorithms are applied, compression artifacts often appear in videos, making decoded videos unpleasant for human visual systems. In this paper, we model the video artifact reduction task as a…

Video Compression

IBVC: Interpolation-driven B-frame Video Compression

2023-09-25 · Chenming Xu, Meiqin Liu, Chao Yao, Weisi Lin 외

Learned B-frame video compression aims to adopt bi-directional motion estimation and motion compensation (MEMC) coding for middle frame reconstruction. However, previous learned approaches often directly extend neural P-…

DecoderMotion CompensationMotion EstimationOptical Flow Estimation+3