paper-with-me

Papers

Deep Learned Frame Prediction for Video Compression

2018-11-27 · Serkan Sulun

Motion compensation is one of the most essential methods for any video compression algorithm. Video frame prediction is a task analogous to motion compensation. In recent years, the task of frame prediction is undertaken by deep neural networks (DNNs). In this thesis we create a DNN to perform learned frame prediction and additionally implement a codec that contains our DNN. We train our network using two methods for two different goals. Firstly we train our network based on mean square error (MSE) only, aiming to obtain highest PSNR values at frame prediction and video compression. Secondly we use adversarial training to produce visually more realistic frame predictions. For frame prediction, we compare our method with the baseline methods of frame difference and 16x16 block motion compensation. For video compression we further include x264 video codec in the comparison. We show that in frame prediction, adversarial training produces frames that look sharper and more realistic, compared MSE based training, but in video compression it consistently performs worse. This proves that even though adversarial training is useful for generating video frames that are more pleasing to the human eye, they should not be employed for video compression. Moreover, our network trained with MSE produces accurate frame predictions, and in quantitative results, for both tasks, it produces comparable results in all videos and outperforms other methods on average. More specifically, learned frame prediction outperforms other methods in terms of rate-distortion performance in case of high motion video, while the rate-distortion performance of our method is competitive with that of x264 in low motion video.

📄 PDF Abstract BibTeX arXiv:1811.10946

Code (0)

등록된 구현이 없습니다.

Tasks

Motion CompensationPredictionVideo Compression

Similar Papers 제목 키워드 기반

Versatile Learned Video Compression

2021-11-05 · NeurIPS 2021 12 · Runsen Feng, Zongyu Guo, Zhizheng Zhang, Zhibo Chen

Learned video compression methods have demonstrated great promise in catching up with traditional video codecs in their rate-distortion (R-D) performance. However, existing learned video compression schemes are limited b…

Motion CompensationMS-SSIMPredictionSSIM+1

Advancing Learned Video Compression with In-loop Frame Prediction

2022-11-13 · Ren Yang, Radu Timofte, Luc van Gool

Recent years have witnessed an increasing interest in end-to-end learned video compression. Most previous works explore temporal redundancy by detecting and compressing a motion map to warp the reference frame towards th…

MS-SSIMPredictionSSIMVideo Compression

Flexible-Rate Learned Hierarchical Bi-Directional Video Compression With Motion Refinement and Frame-Level Bit Allocation

2022-06-27 · Eren Cetin, M. Akin Yilmaz, A. Murat Tekalp

This paper presents improvements and novel additions to our recent work on end-to-end optimized hierarchical bi-directional video compression to further advance the state-of-the-art in learned video compression. As an im…

Image CompressionMotion EstimationVideo Compression

Accelerating Learned Video Compression via Low-Resolution Representation Learning

2024-07-23 · Zidian Qiu, Zongyao He, Zhi Jin

In recent years, the field of learned video compression has witnessed rapid advancement, exemplified by the latest neural video codecs DCVC-DC that has outperformed the upcoming next-generation codec ECM in terms of comp…

Parameter PredictionRepresentation LearningVideo Compression

M-LVC: Multiple Frames Prediction for Learned Video Compression

2020-04-21 · CVPR 2020 6 · Jianping Lin, Dong Liu, Houqiang Li, Feng Wu

We propose an end-to-end learned video compression scheme for low-latency scenarios. Previous methods are limited in using the previous one frame as reference. Our method introduces the usage of the previous multiple fra…

MS-SSIMPredictionSSIMVideo Compression