Group-of-Latents: Perceptual Video Compression at Extreme Bitrates via Masked Latent Generative Modeling
Summary
Peking University researchers introduce Group-of-Latents (GoL), a unified generative framework for extreme-low bitrate video compression, operating below 0.005 bpp. This method leverages pre-trained Diffusion Transformer (DiT) priors and a causal tokenizer to explicitly partition the latent stream into intra I-latents and inter P-latents. The Deep Compression Module (I-DCM) encodes key I-latents for perceptual anchors with minimal overhead. Subsequently, the DiT-based Unified Latent Denoising Module (U-LDM) refines intra-frame textures and synthesizes P-latents from noise, reconstructing temporal dynamics at zero additional bitrate. Experiments demonstrate state-of-the-art perceptual fidelity, rich spatial details, and robust temporal consistency, outperforming traditional and neural codecs in the extreme-low bitrate regime. The framework supports dynamic bitrate adjustment without retraining.
Key takeaway
For Machine Learning Engineers developing video streaming or storage solutions, this GoL framework offers a critical advancement for extreme-low bitrate scenarios. You should consider integrating this approach to achieve superior perceptual quality and temporal consistency below 0.005 bpp, where traditional codecs fail. Its dynamic GoL configuration allows flexible bitrate adaptation without model retraining, simplifying deployment for varying bandwidth conditions.
Key insights
Decoupling spatial and temporal video latents with generative priors enables extreme-low bitrate perceptual compression.
Principles
- Explicitly decouple spatial texture and temporal motion in latent space.
- Leverage generative priors for perceptual quality at extreme bitrates.
- Dynamic GoL allows flexible bitrate adaptation without retraining.
Method
Partition latent stream into I-latents (compressed by I-DCM) and P-latents (synthesized from noise by U-LDM using DiT priors), guided by text.
In practice
- Use GoL masks to dynamically adjust video compression bitrates.
- Apply DiT-based denoising for perceptual refinement of compressed latents.
Topics
- Video Compression
- Perceptual Compression
- Diffusion Models
- Diffusion Transformer
- Group-of-Latents
- Extreme Bitrates
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.