paper-with-me

Papers

Learning to Compress Videos without Computing Motion

2020-09-29 · Meixu Chen, Todd Goodall, Anjul Patney, Alan C. Bovik

With the development of higher resolution contents and displays, its significant volume poses significant challenges to the goals of acquiring, transmitting, compressing, and displaying high-quality video content. In this paper, we propose a new deep learning video compression architecture that does not require motion estimation, which is the most expensive element of modern hybrid video compression codecs like H.264 and HEVC. Our framework exploits the regularities inherent to video motion, which we capture by using displaced frame differences as video representations to train the neural network. In addition, we propose a new space-time reconstruction network based on both an LSTM model and a UNet model, which we call LSTM-UNet. The new video compression framework has three components: a Displacement Calculation Unit (DCU), a Displacement Compression Network (DCN), and a Frame Reconstruction Network (FRN). The DCU removes the need for motion estimation found in hybrid codecs and is less expensive. In the DCN, an RNN-based network is utilized to compress displaced frame differences as well as retain temporal information between frames. The LSTM-UNet is used in the FRN to learn space-time differential representations of videos. Our experimental results show that our compression model, which we call the MOtionless VIdeo Codec (MOVI-Codec), learns how to efficiently compress videos without computing motion. Our experiments show that MOVI-Codec outperforms the Low-Delay P veryfast setting of the video coding standard H.264 and exceeds the performance of the modern global standard HEVC codec, using the same setting, as measured by MS-SSIM, especially on higher resolution videos. In addition, our network outperforms the latest H.266 (VVC) codec at higher bitrates, when assessed using MS-SSIM, on high-resolution videos.

📄 PDF Abstract BibTeX arXiv:2009.14110

Code (1)

Meixu-Chen/MOVI-Codec 공식 구현

Tasks

Motion EstimationMS-SSIMSSIMVideo Compression

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

MVFlow: Deep Optical Flow Estimation of Compressed Videos with Motion Vector Prior

2023-08-03 · Shili Zhou, Xuhao Jiang, Weimin Tan, Ruian He 외

In recent years, many deep learning-based methods have been proposed to tackle the problem of optical flow estimation and achieved promising results. However, they hardly consider that most videos are compressed and thus…

Optical Flow Estimation

Foveation-based Deep Video Compression without Motion Search

2022-03-30 · Meixu Chen, Richard Webb, Alan C. Bovik

The requirements of much larger file sizes, different storage formats, and immersive viewing conditions of VR pose significant challenges to the goals of acquiring, transmitting, compressing, and displaying high-quality …

Foveationmotion predictionVideo Compression

Temporal Realism Evaluation of Generated Videos Using Compressed-Domain Motion Vectors

2025-11-17 · Mert Onur Cakiroglu, Idil Bilge Altun, Zhihe Lu, Mehmet Dalkilic 외 arxiv

Temporal realism remains a central weakness of current generative video models, as most evaluation metrics prioritize spatial appearance and offer limited sensitivity to motion. We introduce a scalable, model-agnostic fr…

A Codec Information Assisted Framework for Efficient Compressed Video Super-Resolution

2022-10-15 · Hengsheng Zhang, Xueyi Zou, Jiaming Guo, Youliang Yan 외

Online processing of compressed videos to increase their resolutions attracts increasing and broad attention. Video Super-Resolution (VSR) using recurrent neural network architecture is a promising solution due to its ef…

Motion EstimationOptical Flow EstimationSuper-ResolutionVideo Super-Resolution

Motion Adaptive Pose Estimation From Compressed Videos

2021-01-01 · ICCV 2021 10 · Zhipeng Fan, Jun Liu, Yao Wang

Human pose estimation from videos has many real-world applications. Existing methods focus on applying models with a uniform computation profile on fully de- coded frames, ignoring the freely available motion signals…

Motion CompensationPose Estimation