Generative Video Compression Based on Hierarchical Referencing

📅 2026-08-11
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Existing generative video compression methods suffer from limited coding efficiency and exacerbated artifact propagation due to the lack of joint design between reference structures and quality layers, as well as the neglect of frame-level quality variations in denoising-based reconstruction. To address these issues, this work proposes a hierarchical reference–quality coupling mechanism that jointly optimizes reference relationships and quality layers during latent encoding. Furthermore, a hierarchical attention adapter is introduced during reconstruction to constrain the denoising process to utilize only references from the same or lower quality layers. Integrated with hierarchical temporal context modeling and a video diffusion Transformer, the proposed approach effectively suppresses artifact propagation and enhances compression efficiency. Experiments demonstrate significant improvements, achieving 50.5% and 54.0% BD-rate gains in LPIPS and DISTS metrics, respectively, across multiple benchmarks, with clearly superior visual quality over state-of-the-art methods.
📝 Abstract
Diffusion-based generative video compression has emerged as a promising paradigm to improve perceptual quality, where latent frames are required to be encoded efficiently while serving as denoising conditions. However, existing methods neither carefully design reference and quality structures during latent coding nor account for the impact of frame-level quality variation on denoising procedure, which limits coding efficiency and aggravates artifact propagation during generative reconstruction. In this paper, we propose GVCHR, Generative Video Compression based on Hierarchical Referencing. The key idea is to organize latent frames hierarchically, where the selected high-quality references benefit both latent coding and generative reconstruction. In latent coding, GVCHR couples a hierarchical reference structure with a hierarchical quality structure, assigning more bits to lower-layer frames that are reused more frequently as references. Built on this design, we introduce Hierarchical Temporal Context Mining to exploits complementary short- and long-term temporal context for effective latent coding. In generative reconstruction, the coding-side hierarchy is incorporated into a Hierarchical Attentive Adapter which is attached to a video diffusion transformer. This adapter uses hierarchical attention to restrict each latent frame to attend only to the same- or lower-layer references, thereby reducing artifact propagation during denoising. Experiments validate GVCHR on multiple benchmarks. Compared with the previous state-of-the-art method, GVCHR achieves 50.5% and 54.0% BD-rate gains in terms of LPIPS and DISTS, respectively, while also delivering clearly improved visual quality.
Problem

Research questions and friction points this paper is trying to address.

Generative Video Compression
Diffusion-based Compression
Latent Coding
Artifact Propagation
Hierarchical Referencing
Innovation

Methods, ideas, or system contributions that make the work stand out.

Hierarchical Referencing
Generative Video Compression
Diffusion Transformer
Temporal Context Mining
Hierarchical Attention