paper-with-me

Papers

Temporal Context Mining for Learned Video Compression

2021-11-27 · Xihua Sheng, Jiahao Li, Bin Li, Li Li, Dong Liu, Yan Lu

We address end-to-end learned video compression with a special focus on better learning and utilizing temporal contexts. For temporal context mining, we propose to store not only the previously reconstructed frames, but also the propagated features into the generalized decoded picture buffer. From the stored propagated features, we propose to learn multi-scale temporal contexts, and re-fill the learned temporal contexts into the modules of our compression scheme, including the contextual encoder-decoder, the frame generator, and the temporal context encoder. Our scheme discards the parallelization-unfriendly auto-regressive entropy model to pursue a more practical decoding time. We compare our scheme with x264 and x265 (representing industrial software for H.264 and H.265, respectively) as well as the official reference software for H.264, H.265, and H.266 (JM, HM, and VTM, respectively). When intra period is 32 and oriented to PSNR, our scheme outperforms H.265--HM by 14.4% bit rate saving; when oriented to MS-SSIM, our scheme outperforms H.266--VTM by 21.1% bit rate saving.

📄 PDF Abstract BibTeX arXiv:2111.13850

Code (1)

microsoft/dcvc pytorch

Tasks

DecoderMS-SSIMSSIMVideo Compression

Similar Papers 제목 키워드 기반

Spatial Decomposition and Temporal Fusion based Inter Prediction for Learned Video Compression

2024-01-29 · Xihua Sheng, Li Li, Dong Liu, Houqiang Li

Video compression performance is closely related to the accuracy of inter prediction. It tends to be difficult to obtain accurate inter prediction for the local video regions with inconsistent motion and occlusion. Tradi…

Motion EstimationMS-SSIMPredictionSSIM+1

ECVC: Exploiting Non-Local Correlations in Multiple Frames for Contextual Video Compression

2024-10-13 · CVPR 2025 1 · Wei Jiang, Junru Li, Kai Zhang, Li Zhang

In Learned Video Compression (LVC), improving inter prediction, such as enhancing temporal context mining and mitigating accumulated errors, is crucial for boosting rate-distortion performance. Existing LVCs mainly focus…

Video Compression

Conditional Neural Video Coding with Spatial-Temporal Super-Resolution

2024-01-25 · Henan Wang, Xiaohan Pan, Runsen Feng, Zongyu Guo 외

This document is an expanded version of a one-page abstract originally presented at the 2024 Data Compression Conference. It describes our proposed method for the video track of the Challenge on Learned Image Compression…

Data CompressionImage CompressionMotion EstimationSuper-Resolution

Learned Video Compression via Joint Spatial-Temporal Correlation Exploration

2019-12-13 · Haojie Liu, Han Shen, Lichao Huang, Ming Lu 외

Traditional video compression technologies have been developed over decades in pursuit of higher coding efficiency. Efficient temporal information representation plays a key role in video coding. Thus, in this paper, we …

Optical Flow EstimationVideo Compression

Multiscale Motion-Aware and Spatial-Temporal-Channel Contextual Coding Network for Learned Video Compression

2023-10-19 · Yiming Wang, Qian Huang, Bin Tang, Huashan Sun 외

Recently, learned video compression has achieved exciting performance. Following the traditional hybrid prediction coding framework, most learned methods generally adopt the motion estimation motion compensation (MEMC) m…

Motion CompensationMotion Estimationmotion predictionMS-SSIM+2