Generative Face Video Coding (GFVC)
- GFVC is a video compression paradigm that leverages compact facial priors and deep generative decoders to efficiently reconstruct talking-head sequences.
- It integrates conventional key-frame coding with sparse inter-frame representations to achieve ultra-low bitrate transmission and perceptual optimization.
- GFVC methods employ diverse facial representations—such as 2D keypoints, 3D semantics, and latent spaces—and extend to multi-reference, layered, and joint audio-video coding.
Searching arXiv for recent GFVC papers to ground the article in current literature. Generative Face Video Coding (GFVC) is a model-based compression paradigm for talking-head sequences in which inter frames are represented by compact facial priors or latent codes and reconstructed by a deep generative decoder conditioned on one or more conventionally coded key-reference frames. In the unified formulation reported in recent reviews, a key frame is coded by a standard codec such as VVC, an analysis module extracts a low-dimensional representation for each non-key frame, and a generator synthesizes the reconstructed frame from the decoded key frame and decoded representation (Chen et al., 9 Jun 2025, Chen et al., 2023). Across the literature, GFVC is characterized by semantic-aware representation, perceptual optimization, and operation in ultra-low-bitrate regimes; several works also extend the paradigm toward layered scalability, multi-reference prediction, joint audio-video coding, standardization through Supplemental Enhancement Information (SEI), and low-complexity deployment (Chen et al., 2024, Chen et al., 24 Feb 2025).
1. Paradigm and formal definition
A generalized GFVC system partitions a face-only sequence into key-reference frames and generative inter frames. For key frames, a conventional codec produces reconstructed references. For each inter frame, the encoder extracts a compact facial prior or , entropy-codes it, and the decoder synthesizes the frame with a generator conditioned on the decoded key frame and decoded prior (Chen et al., 2023, Chen et al., 9 Jun 2025). The formal decomposition reported in the surveys is
The associated training criterion is a Lagrangian rate–distortion objective,
or, in the alternate review formulation,
with an optional perception term in (Chen et al., 9 Jun 2025, Chen et al., 2023).
This abstraction generalizes early Model-Based Coding by replacing analytic synthesis with deep generative networks. The encoder no longer transmits dense block motion fields and residual transforms as in hybrid coding; instead it transmits sparse or compact face representations such as 2D landmarks, 3D landmarks, semantic maps, temporal-evolution features, or latent codes, and relies on a learned synthesizer for dense motion recovery and image generation (Chen et al., 2024, Chen et al., 2024). A plausible implication is that GFVC shifts the principal coding burden from pixel-domain residual transmission to representation design and decoder prior quality.
2. Representation families and decoder architectures
The surveys organize GFVC methods primarily by representation type. One major class uses 2D keypoints. In this setting, the encoder transmits a small set of facial keypoints, optionally with local affine motions or Jacobians, and the decoder predicts dense flow and occlusion before synthesizing the frame through a U-Net- or SPADE-style generator (Chen et al., 9 Jun 2025, Chen et al., 2023). In "Neural Face Video Compression using Multiple Views" (Volokitin et al., 2022), the single-view baseline follows the First Order Motion Model (FOMM): a keypoint detector outputs sparse 2D keypoints, a dense motion predictor 0 refines a coarse flow into a dense field 1 and predicts an occlusion map 2, an encoder 3 extracts source-view features, warp-and-occlusion 4 bilinearly samples the feature map, and a ResNet-based generator 5 produces the reconstruction. The coarse flow is
6
with refinement
7
and warped features
8
In the multi-view extension, 9 source views are stored, each view is warped independently, and the warped features are fused by a permutation-invariant aggregation module 0 before decoding (Volokitin et al., 2022).
A second class uses 3D semantic or morphable-model representations. "Interactive Face Video Coding: A Generative Compression Framework" (Chen et al., 2023) represents each inter frame by a compact set of 3D-face semantic parameters after an Internal Dimension Increase (IDI) stage. The regressed latent 1 contains appearance and motion terms, while the transmitted compact semantics are 2. A 3D mesh reconstruction module produces a dense 2D facial mesh and eye-blink map, a mesh-based motion estimation network generates coarse and fine flow, and a CSSFT-GAN generator synthesizes the output frame (Chen et al., 2023). This line of work emphasizes editable semantics and direct control over mouth motion, eye blinking, head rotation, and head translation.
A third class uses learned compact features or latent spaces. The reviews list CFTE as a representative compact latent-matrix method and note that learned feature vectors or temporal-evolution features can replace explicit landmarks (Chen et al., 9 Jun 2025, Chen et al., 2023). "Video Coding Using Learned Latent GAN Compression" (Shukor et al., 2022) represents frames by latent codes in the StyleGAN2 3 space and learns an invertible proxy space 4 through a RealNVP normalizing flow,
5
The encoder inverts each frame into 6, maps it to 7, quantizes and entropy-encodes 8, and reconstructs by 9 using fixed StyleGAN2 encoder and generator components (Shukor et al., 2022). This establishes a distinct GFVC branch in which synthesis quality derives from a pretrained GAN prior rather than explicit motion warping alone.
Across these representation families, decoder design recurrently combines dense motion estimation, warping, occlusion handling, and a conditional generator. Depending on the method, realism is enforced by perceptual losses, adversarial losses, feature matching, equivariance constraints, or latent-space reconstruction objectives (Volokitin et al., 2022, Shukor et al., 2022, Chen et al., 2023).
3. Coding objectives, losses, and rate–distortion behavior
GFVC training is consistently expressed as rate–distortion optimization, but the distortion term is often perceptual rather than pixel-fidelity oriented. Reviews summarize this as
0
while standardization-oriented descriptions write
1
with 2 including both base-picture bits and generative side information (Chen et al., 2024, Chen et al., 2023). Typical distortion terms include 3 or 4 reconstruction, VGG-based perceptual loss, adversarial loss, and task-specific regularizers such as equivariance or identity preservation (Chen et al., 2024, Chen et al., 2023).
In the multi-view FOMM extension, the paper uses a multi-scale perceptual loss on VGG features and optionally a pixel-wise 5 or 6 term; no adversarial loss is used in that work (Volokitin et al., 2022). The perceptual term is
7
Its per-frame rate is explicitly derived from keypoint transmission: with 8 2D keypoints encoded as 16-bit floats, the inter-frame cost is 9 bits/frame (Volokitin et al., 2022).
By contrast, SGANC defines both rate and distortion in latent space. For intra coding,
0
with 1, and the distortion term is mean-squared error in 2,
3
For inter coding, successive latent differences are quantized, optional residuals are inserted every 4 frames, and the loss is
5
The paper justifies latent-space distortion by arguing that 6 encodes multi-scale, semantically disentangled face attributes and reports that latent-space MSE yields a better rate–distortion trade-off than image-space MSE or LPIPS within that framework (Shukor et al., 2022).
The empirical rate–distortion literature consistently notes that GFVC targets perceptual quality more than classical PSNR optimality. The 2025 survey reports average perceptual BD-rate savings at 7 of 8 for FOMM, 9 for CFTE, 0 for FV2V, 1 for DAC, and 2 for TPS relative to VVC in Rate-DISTS; corresponding Rate-LPIPS savings are 3, 4, 5, 6, and 7 (Chen et al., 9 Jun 2025). The same survey also states that GFVC lags in PSNR/SSIM and that this reflects the semantic-perceptual target rather than a failure of the paradigm (Chen et al., 9 Jun 2025). This addresses a recurrent misconception: lower pixel-domain fidelity does not preclude superior perceptual quality under GFVC’s design objective.
4. Multi-reference, layered, and bandwidth-intelligent extensions
Several works extend baseline GFVC to address instability, narrow bitrate range, or limited bandwidth adaptation. One line of development introduces multiple references. The multi-view extension of FOMM stores 8 source views, computes a dense flow and warped feature map for each, and fuses them with either pooling or cross-view self-attention (Volokitin et al., 2022). The self-attention formulation computes
9
followed by
0
and weighted merging
1
On VoxCeleb2, the single-view baseline reported 2, 3 dB, 4, and 5, whereas the 3-view model MAX-RS-3 reported 6, 7 dB, 8, and 9 (Volokitin et al., 2022).
A more explicit multi-reference animation framework is MRDAC, which augments a conventional HEVC or VVC pipeline by carrying model side information in SEI, maintaining a small buffer of decoded references, predicting dense flow and occlusion from each reference in parallel, and aggregating warped deep features through weighted max-pooling (Konuko et al., 2024). Its per-reference warping is
0
and aggregation is
1
MRDAC additionally introduces a contrastive loss on warped representations from different references for the same target frame, with cosine similarity and temperature 2, to align multi-reference features and reduce reconstruction drift (Konuko et al., 2024). The paper states that, in standard long-GOP open-loop tests, MRDAC improves LPIPS by 3 across 4 kbps, improves MS-SSIM by 5 over DAC/MVAC, improves VMAF by 6 points at 7 kbps, and yields approximate BD-rate gains of 8 versus DAC and 9 versus MVAC; bi-directional mode provides an additional 0 MS-SSIM gain at the cost of 1 s added latency (Konuko et al., 2024).
A second extension introduces layered or progressive coding to widen bitrate coverage. "A Hybrid Deep Animation Codec for Low-bitrate Video Conferencing" (Konuko et al., 2022) combines a deep animation branch with a low-bitrate HEVC base-layer video and a learned fusion module. Keypoints and Jacobians are transmitted for animation, while HEVC P-frames at 2 provide a 3 kbps auxiliary stream for 4 fps video. Over VoxCeleb2 and Xiph.org sequences, the method reports BD-Rate gains over HEVC of 5 and 6 in PSNR, 7 and 8 in SSIM, and 9 and 0 in msVGG, and the authors state that H-DAC extends DAC’s operational range up to 1 kbps (Konuko et al., 2022).
The notion of bandwidth intelligence is developed further by PGen and PFVC. PGen adds optional enhancement layers of auxiliary facial features at progressively coarser spatial resolutions such as 2, 3, and 4, yielding a layered bitstream of base GFVC latents plus scalable feature maps (Chen et al., 24 Feb 2025). The enhancement path includes a U-Net + GDN feature descriptor, a learned hyperprior and autoregressive entropy model, attention-guided signal enhancement via Hadamard product, and coarse-to-fine GAN-based generation with SPADE and multi-scale warping (Chen et al., 24 Feb 2025). The paper reports that PGen extends GFVC’s useful perceptual rate range from 5 kbps up to 6 kbps and that PGen+CFTE achieves average BD-rate improvement against VVC of DISTS 7, FVD 8, and MANIQA 9 (Chen et al., 24 Feb 2025).
PFVC replaces fixed-dimensional inter-frame codes with adaptive visual tokens at four granularities: 00 The encoder selects the token prefix up to granularity level 01, and the decoder reconstructs motion features, dense flow, occlusion mask, and final frame through a GAN-based generator (Chen et al., 2024). The paper states that PFVC strictly outperforms VVC, CFTE, and FOMM in DISTS, LPIPS, FVD, and MANIQA across the entire bitrate range, matches or slightly outperforms VVC in PSNR/SSIM below 02 kbps, and covers from ultra-low 03 kbps up to medium 04 kbps seamlessly (Chen et al., 2024). This suggests that hierarchical inter-frame representations address one of the central constraints identified for early GFVC systems: coarse rate control tied mainly to key-frame QP.
5. Standardization, interoperability, and systems aspects
GFVC has moved from isolated research codecs toward standardization through SEI carriage in standard hybrid bitstreams. The SEI-based framework proposed in 2024 defines a GFV SEI message for compact facial parameter streams such as 2D/3D keypoints, facial semantics, or compact features, inserted into a VVC bitstream and adopted as a technology under consideration in the JVET work item for Versatile Supplemental Enhancement Information, to be standardized as a new version of "ITU-T H.274 | ISO/IEC 23002-7" (Chen et al., 2024). The message syntax includes flags for coordinate and matrix parameters, optional prediction, a precision factor, and Uniform Resource Identifiers for TranslatorNN and GenerativeNN: 46 The design is backward-compatible: decoders unaware of the SEI ignore it and display the hybrid-coded base pictures, while SEI-aware decoders invoke GFV post-processing (Chen et al., 2024).
The surveys describe this as a high-level syntax for transporting facial parameters 05 and mapping codes, enabling interoperable signaling of representation type, latent dimension or point count, temporal indexing, quantization parameters, and translator flags (Chen et al., 9 Jun 2025, Chen et al., 2023). In MRDAC, GFVC side information rides in the SEI payload while the conventional HEVC/VVC bitstream remains unchanged, and the SEI payload typically remains 06 bytes/frame (Konuko et al., 2024). This standardization path is closely related to application-layer flexibility: user-specified animation or filtering, metaverse avatars, progressive enhancement, translator-network signaling, and model upgrades by URI changes are all explicitly identified as enabled functionalities (Chen et al., 2024).
GFVC research has also increasingly addressed decoder complexity and deployment constraints. The 2025 survey summarizes a low-complexity CFTE implementation based on depthwise separable convolutions and network slimming, reducing parameters from 07 M to 08 M and MACs/pixel from 09 to 10 kMAC while keeping Rate-DISTS and Rate-LPIPS virtually unchanged and still superior to VVC at low bitrate (Chen et al., 9 Jun 2025). "A Lightweight Dual-Mode Optimization for Generative Face Video Coding" (Zhang et al., 19 Aug 2025) gives a more detailed complexity-reduction study for a CFTE baseline. It replaces 11 convolutions with depthwise separable convolutions, halves bottleneck channels in the Generation Module, and applies two-stage adaptive channel pruning using a MaskedBatchNorm2d with trainable scales 12 and a learnable threshold 13. The sparsity term is
14
with total objective
15
The resulting model reduces parameters from 16 M to 17 M and KMACs/pixel from 18 to 19, corresponding to approximately 20 parameter reduction and 21 computation saving, while the pruned CFTE-Lite model achieves BD-Rate DISTS 22 and BD-Rate LPIPS 23 against VVC (Zhang et al., 19 Aug 2025).
A hardware-centric realization is provided by GRACE, which targets FPGA deployment for an animation-based generative codec decoder (Wan et al., 12 Nov 2025). The system applies layer fusion and post-training static quantization, partitions lightweight tasks to the processor side and heavy operators such as Conv2D, grid-sample, upsample, and Hadamard product to programmable logic, and uses double buffering and loop unrolling for acceleration (Wan et al., 12 Nov 2025). On a PYNQ-Z1 platform, the prototype reports 24 Frame/J, 25 per reconstructed pixel, and energy-efficiency gains of 26 over CPU and 27 over GPU, with 28 FPS at 29 and a 30 MHz PL clock (Wan et al., 12 Nov 2025). These studies make clear that GFVC’s practical feasibility depends not only on coding theory but also on model compression, quantization, and hardware/software co-design.
6. Evaluation practice, misconceptions, and current research directions
Evaluation in GFVC has shifted decisively toward perceptual and temporal metrics. The 2025 survey reports a large-scale GFVC-compressed face video database with subjective Mean Opinion Scores based on 31 test sequences, 32 algorithms, and 33 QPs, evaluated under a DSCQE protocol with 34 participants, yielding final MOS on 35 sequences and 36 subjects after outlier processing (Chen et al., 9 Jun 2025). The study finds that DISTS, LPIPS, TOPIQ, FVD, and no-reference MANIQA/FAVOR correlate best with MOS, with PLCC/SRCC approximately 37, while PSNR and SSIM correlate poorly at approximately 38 (Chen et al., 9 Jun 2025). This empirical result reinforces the earlier survey observation that classic pixel-domain fidelity measures are often inadequate for generative face reconstruction (Chen et al., 2023).
A common misconception is that GFVC should be judged primarily by PSNR, in the same way as block-based hybrid codecs. The literature repeatedly qualifies this point. PFVC notes that GAN-based perceptual coding may remain below VVC in PSNR at very high rates even while outperforming in perceptual metrics (Chen et al., 2024). The 2025 survey states that GFVC lags in PSNR/SSIM because it targets semantic-perceptual reconstruction rather than strict pixel reproduction (Chen et al., 9 Jun 2025). Likewise, SGANC reports that at low BPP its PSNR is comparable to H.265/VTM while LPIPS is drastically lower and outputs are artifact-free and photo-realistic; at higher BPP GFVC leads on PSNR and MS-SSIM as well (Shukor et al., 2022).
Another persistent issue is reconstruction instability and drift. PFVC identifies unstable reconstruction, narrow bitrate envelope, and lack of bandwidth adaptation as key limitations of prior GFVC algorithms (Chen et al., 2024). MRDAC frames drift as the growth of reconstruction error with increasing temporal distance from reference frames and argues that multi-reference aggregation and contrastive alignment reduce drift growth rate (Konuko et al., 2024). H-DAC observes that sparse-keypoint animation can drift over long intervals and fail on non-facial motion, while the auxiliary base layer regularizes background changes and disocclusions (Konuko et al., 2022). These critiques are not contradictions of the paradigm; rather, they define the main axes along which later GFVC systems have evolved.
The application space is broader than ultra-low-bitrate face teleconferencing. IFVC emphasizes editable semantic bitstreams and interactive coding without additional manipulation processes (Chen et al., 2023). The SEI standardization paper enumerates user-specified facial animation or filtering, metaverse avatars, progressive enhancement, chroma-key fusion, and model upgrades via URIs (Chen et al., 2024). AVCC extends GFVC to joint audio-video compression. It encodes an identity code 39, pose code 40, and audio tokens 41, and decodes them through an Audio-Visual Diffusion module with cross-attention between audio and visual latents (Xu et al., 17 Dec 2025). The cross-modal diffusion objective denoises both modalities jointly, and the training loss adds perceptual, adversarial, feature-matching, and lip-sync terms,
42
The paper reports that AVCC achieves uniformly better video reconstruction quality than VVC and leading GFVC methods in DISTS, LPIPS, and FID, saves up to 43 bitrate versus VVC on selected datasets, and improves audio quality at 44 kbps relative to Encodec at 45 kbps in MEL, STFT, VIS, and WER (Xu et al., 17 Dec 2025). A plausible implication is that GFVC is beginning to evolve from face-only semantic video coding toward multimodal communication systems.
Current challenges remain explicit in the survey literature: computational demands and edge deployment, interpretability and robustness, quality assessment, generalization beyond celebrity-style training data, and privacy and ethics related to realistic face generation (Chen et al., 9 Jun 2025, Chen et al., 2023). The same sources identify likely future directions: diffusion and transformer generators, temporal models, full-bandwidth coverage, improved GFVC-tailored metrics, hardware/software co-design, and extension beyond faces to full scenes or human bodies (Chen et al., 9 Jun 2025, Chen et al., 2023).