paper-with-me

홈 › Papers

Deep Learning in Latent Space for Video Prediction and Compression

2021-06-19 · CVPR 2021 1 · Bowen Liu, Yu Chen, Shiyu Liu, Hun-Seok Kim

Learning-based video compression has achieved substantial progress during recent years. The most influential approaches adopt deep neural networks (DNNs) to remove spatial and temporal redundancies by finding the appropriate lower-dimensional representations of frames in the video. We propose a novel DNN based framework that predicts and compresses video sequences in the latent vector space. The proposed method first learns the efficient lower-dimensional latent space representation of each video frame and then performs inter-frame prediction in that latent domain. The proposed latent domain compression of individual frames is obtained by a deep autoencoder trained with a generative adversarial network (GAN). To exploit the temporal correlation within the video frame sequence, we employ a convolutional long short-term memory (ConvLSTM) network to predict the latent vector representation of the future frame. We demonstrate our method with two applications; video compression and abnormal event detection that share the identical latent frame prediction network. The proposed method exhibits superior or competitive performance compared to the state-of-the-art algorithms specifically designed for either video compression or anomaly detection.

📄 PDF Abstract BibTeX

Code (1)

BowenL0218/Video_Compression 공식 구현 pytorch

Tasks

Anomaly DetectionDeep LearningEvent DetectionGenerative Adversarial NetworkVideo CompressionVideo Prediction

Similar Papers 제목 키워드 기반

Generative Latent Coding for Ultra-Low Bitrate Image and Video Compression

2025-05-22 · Linfeng Qi, Zhaoyang Jia, Jiahao Li, Bin Li 외

Most existing approaches for image and video compression perform transform coding in the pixel space to reduce redundancy. However, due to the misalignment between the pixel-space distortion and human perception, such sc…

Image CompressionVideo Compression

Neural Inter-Frame Compression for Video Coding

2019-10-01 · ICCV 2019 10 · Abdelaziz Djelouah, Joaquim Campos, Simone Schaub-Meyer, Christopher Schroers

While there are many deep learning based approaches for single image compression, the field of end-to-end learned video coding has remained much less explored. Therefore, in this work we present an inter-frame compressio…

Image CompressionMotion CompensationOptical Flow Estimation

Progressive Growing of Video Tokenizers for Highly Compressed Latent Spaces

2025-01-09 · Aniruddha Mahapatra, Long Mai, Yitian Zhang, David Bourgin 외

Video tokenizers are essential for latent video diffusion models, converting raw video data into spatiotemporally compressed latent spaces for efficient training. However, extending state-of-the-art video tokenizers to a…

Video Generation

Adaptive 1D Video Diffusion Autoencoder

2026-02-04 · Yao Teng, Minxuan Lin, Xian Liu, Shuai Wang 외 arxiv

Recent video generation models largely rely on video autoencoders that compress pixel-space videos into latent representations. However, existing video autoencoders suffer from three major limitations: (1) fixed-rate com…

Video Generation

Spatiotemporal Entropy Model is All You Need for Learned Video Compression

2021-04-13 · Zhenhong Sun, Zhiyu Tan, Xiuyu Sun, Fangyi Zhang 외

The framework of dominant learned video compression methods is usually composed of motion prediction modules as well as motion vector and residual image compression modules, suffering from its complex structure and error…

AllImage Compressionmotion predictionMS-SSIM+2