Akapulu Labs logo Akapulu Labs Research

FFAvatar

FFAvatar: Feed-Forward 4D Head Avatar Reconstruction from Sparse Portrait Images

FFAvatar — method overview

A feed-forward method for reconstructing animatable 4D head avatars from sparse portrait images with incremental refinement. It uses alternating attention to disentangle identity from expression/viewpoint and combines sparse-to-dense learning with motion refinement for efficient, identity-consistent avatar animation.

  • head-avatar
  • gaussian-splatting
  • portrait-animation
  • face-animation
  • few-shot
  • audio-driven
  • realtime

Authors: Jianjiang Yao, Ke Xian, Renxiang Dai, Robert Caiming Qiu

Categories: cs.CV, cs.AI

Published 2026-06-29 · Updated 2026-06-29

Abstract

We present FFAvatar, a Transformer-based 3D Gaussian framework for fast construction of high-quality and animatable 4D head avatars from one or more reference portrait images. Unlike existing feed-forward approaches that require a fixed number of input views, FFAvatar supports incremental reconstruction, progressively refining the avatar representation as additional reference images become available. At the core of our method is an alternating attention mechanism that disentangles identity appearance from expression and viewpoint variations, enabling the reconstruction of a canonical 3D appearance that remains consistent across poses and facial expressions. To balance visual fidelity and computational efficiency, we introduce a sparse-to-dense learning paradigm. Coarse appearance features are first learned using sparse primitives anchored to the FLAME vertex level and are subsequently densified in the UV domain to capture fine-grained geometric and texture details. We further propose a plug-and-play motion refinement module that enables subject-specific dynamic personalization by modeling residual motion beyond parametric deformation. Extensive experiments demonstrate that FFAvatar efficiently produces high-fidelity and controllable 4D head avatars, achieving superior flexibility, driving efficiency, and identity-consistent rendering across diverse expressions and viewpoints.


Introduction and Motivation

High-quality 4D avatar head reconstruction is a foundational problem for applications in virtual reality, digital humans, telepresence, and immersive content creation. An ideal 4D avatar must faithfully preserve a person's identity while supporting realistic, temporally stable facial dynamics across diverse expressions, head poses, and viewpoints. Despite remarkable progress in neural rendering and avatar modeling, three key limitations continue to hamper existing approaches:

  • Limited generalization under sparse observations. Many methods rely on dense multi-view captures and per-subject optimization, making them impractical in single- or few-shot settings. Existing feed-forward 4D avatar methods largely focus on single-reference scenarios, where ambiguous geometry and incomplete appearance remain significant challenges. Methods that extend to few-shot settings often construct multiple view-dependent canonical subspaces per input image, leading to redundant Gaussian representations and growing computational overhead as more views are added.
  • Entanglement between identity appearance and motion. Identity features are often intertwined with expression- and pose-related variations, leading to visual artifacts, identity drift, and rendering inconsistencies when driving avatars to novel expressions or viewpoints.
  • Trade-off between representation fidelity and efficiency. High-fidelity rendering typically demands dense UV representations or large numbers of 3D Gaussians, incurring substantial memory and computational cost.

FFAvatar is proposed to address all three challenges simultaneously through a novel, incremental, feed-forward Transformer-based 3D Gaussian framework that reconstructs animatable 4D head avatars from one or more reference portrait images in a single forward pass.

FFAvatar demo showing feed-forward 4D portrait avatar reconstruction from reference portrait images, including AI-generated virtual characters.
FFAvatar reconstructs high-fidelity 4D portrait avatars from one or more reference portrait images, including virtual characters synthesized by large-scale generative models from text prompts. Diffusion-based augmentation can further enhance reconstruction quality and view-consistent appearance.

Problem Formulation

Given a set of $N$ head images $\mathcal{I} = \{I_i\}_{i=1}^{N}$ captured under different viewpoints and expressions (where $N$ can range from 1 to hundreds), the goal is to reconstruct a viewpoint- and expression-invariant canonical 3D head appearance represented as a set of 3D Gaussian primitives $G$, and to animate this representation under arbitrary target expressions and poses.

Unlike existing methods that fix the number of input views or create view-dependent canonical subspaces per input, FFAvatar builds a single unified global canonical Gaussian field anchored to the FLAME parametric head model. This means that the number of Gaussians, animation speed, and memory consumption are all independent of the number of input images.

Method Overview

The FFAvatar framework consists of two main stages:

  1. Static Appearance Canonical Field Generation: extract a global appearance representation from multi-view and multi-expression images, perform sparse-to-dense cross-modal alignment, and decode an expression- and viewpoint-invariant static 3D Gaussian appearance.
  2. 3D Head Avatar Animation: animate the static appearance using the FLAME model, followed by motion refinement through a Motion-Aware Refinement Module (MARM) to capture fine-grained dynamic details.
Overview of FFAvatar pipeline: alternating attention for appearance aggregation, sparse-to-dense cross-modal alignment, FLAME-driven deformation, and motion-aware refinement.
Overview of FFAvatar. Canonical field modeling: Visual features extracted by DINOv3 are concatenated with camera pose and expression encodings. An alternating attention mechanism performs intra- and inter-image matching to infer a consistent global appearance representation across all inputs. This representation is aligned with the FLAME template through the Sparse-to-Dense Cross-modal Alignment Module, producing an expression- and viewpoint-invariant static 3D appearance. Deformable field modeling: Facial motions are driven by FLAME using standard linear blend skinning (LBS) and corrective blendshapes, and further refined by the Motion-Aware Refinement Module.

Stage 1: Static Appearance Canonical Field Generation

Feature Extraction and Global Appearance Aggregation

For each input image $I_i$, dense visual features are extracted using a frozen pretrained DINOv3 ViT-L/16 backbone:

$$I_{i}^{\text{feat}} = \text{DINOv3}(I_i) \in \mathbb{R}^{H \times W \times C}$$

The backbone operates at $512 \times 512$ resolution, producing a $32 \times 32$ patch grid (1024 visual tokens). Multi-scale features from four intermediate layers $\{4, 11, 17, 23\}$ are fused by a DPT-style head, yielding 1024-dimensional dense features per patch.

Each feature map is augmented with camera embeddings $\mathbf{Z}^{\text{cam}}$ and expression embeddings $\mathbf{Z}^{\text{exp}}$. Expression and pose parameters are projected to 1024-dimensional tokens and concatenated with visual tokens before aggregation. These augmented tokens are then processed by an alternating attention mechanism that interleaves intra-image (frame-level) and inter-image (global) attention blocks. This design, inspired by VGGT, aggregates identity-consistent appearance cues across all $N$ input images while suppressing viewpoint- and expression-specific variations:

$$\mathbf{Z}^{\text{app}} \leftarrow \text{AlterAtt}([\{I_{i}^{\text{feat}}\}_{i=1}^{N}, \mathbf{Z}^{\text{cam}}, \mathbf{Z}^{\text{exp}}]) \in \mathbb{R}^{NHW \times C}$$

The alternating attention aggregator uses token dimension 1024, depth 24, 16 attention heads, MLP ratio 4.0, alternating order [frame, global] with block size 1, QK normalization, 4 register tokens, and 2D rotary positional encoding with frequency 100. The result is a single global appearance representation that consolidates information from all input images into a unified identity-aware representation.

Sparse-to-Dense Cross-modal Alignment

To balance computational efficiency with representation fidelity, FFAvatar adopts a hierarchical sparse-to-dense alignment strategy. The key insight is that FLAME template vertices (5,023 points) provide semantically stable structural anchors, while UV-space densification enables recovery of high-frequency geometric and texture details.

Sparse alignment: Sparse Gaussian centers are initialized using FLAME template vertices $\mathbf{V}_0 \in \mathbb{R}^{5023 \times 3}$ and aligned with the global appearance representation via cross-attention with 8 sparse Transformer layers:

$$\mathbf{T}_{s} \leftarrow \text{CrossAtt}(\text{PE}(\mathbf{V}_0),\ \mathbf{Z}^{\text{app}})$$

UV densification: The FLAME mesh is rasterized into a planar UV grid of size $\text{uv\_size} \times \text{uv\_size}$ (default 128). Each valid UV location $(u,v)$ corresponds to a triangle with vertex indices $(i,j,k)$ and barycentric coefficients $(\alpha, \beta, \gamma)$. Dense UV features are obtained by barycentric interpolation of the sparse features:

$$\mathbf{T}_{\text{uv}}(u,v) = \alpha\,\mathbf{T}_s(i) + \beta\,\mathbf{T}_s(j) + \gamma\,\mathbf{T}_s(k)$$

Flattening all valid UV samples yields dense features $\mathbf{T}_{\text{uv}} \in \mathbb{R}^{M \times C}$, where $M < \text{uv\_size}^2$ is the number of valid UV locations (approximately 15,000 for UV resolution 128).

Second-stage dense alignment: The combined sparse and UV-dense features are further refined through 2 additional dense cross-attention layers against the global appearance tokens to enforce cross-view consistency:

$$\mathbf{T}_{d} \leftarrow \text{CrossAtt}([\mathbf{T}_{\text{uv}},\ \mathbf{T}_{s}],\ \mathbf{Z}^{\text{app}})$$

This hierarchical alignment progressively transfers identity-consistent appearance from global image observations to both sparse structural anchors and dense surface samples. The refined feature set $\mathbf{T}_{d}$ captures semantically stable coarse geometry together with high-frequency surface detail.

Canonical 3D Gaussian Field Decoding

The refined feature set $\mathbf{T}_d$ is decoded into a canonical 3D Gaussian head representation by a feed-forward GS decoder $\mathcal{D}_{\text{static}}$. Each Gaussian primitive has the following attributes:

$$G = \{f_n, o_n, c_n, s_n, r_n\}_{n=1}^{M+5023} = \mathcal{D}_{\text{static}}(\mathbf{T}_d)$$

where $\mathbf{f}_n \in \mathbb{R}^3$ is the positional offset relative to the underlying FLAME template (bounded to $[-0.1, 0.1]$ via scaled sigmoid), $o_n \in \mathbb{R}$ is opacity (sigmoid with initial bias $\sigma^{-1}(0.1)$), $\mathbf{c}_n \in \mathbb{R}^3$ is RGB color, $\mathbf{s}_n \in \mathbb{R}^3$ is anisotropic scaling (truncated exponential, clipped at 0.2), and $\mathbf{r}_n \in \mathbb{R}^4$ is the rotation quaternion ($\ell_2$-normalized). The GS decoder uses independent linear projection layers $\text{Linear}(1024, d_{\text{out}})$ for each attribute.

The resulting $M + 5023$ Gaussian primitives define a viewpoint- and expression-invariant canonical appearance field serving as the static structural basis for animation.

Stage 2: 3D Head Avatar Animation

FLAME-Based Mesh Deformation

FLAME parameterizes head geometry with pose and expression coefficients $\boldsymbol{\theta} = \{\boldsymbol{\theta}^{\text{pose}}, \boldsymbol{\theta}^{\text{exp}}\}$, where $\boldsymbol{\theta}^{\text{pose}}$ models rigid head motion and jaw articulation, and $\boldsymbol{\theta}^{\text{exp}}$ controls non-rigid facial expressions. The posed mesh is obtained via linear blend skinning with corrective blendshapes:

$$\mathbf{V}(\boldsymbol{\theta}) = \text{LBS}(\mathbf{V}_0, \boldsymbol{\theta})$$

Following FLAME deformation, vertex-level motion is propagated to the dense UV-space surface points via the same UV rasterization. Each UV pixel $(u,v)$ is mapped to a barycentric combination over the deformed mesh:

$$\tilde{\mathbf{x}}_n = \alpha\,\mathbf{V}_i(\boldsymbol{\theta}) + \beta\,\mathbf{V}_j(\boldsymbol{\theta}) + \gamma\,\mathbf{V}_k(\boldsymbol{\theta}), \quad n = 1,\dots,M$$

Both the densified surface points and the original deformed FLAME vertices are retained, giving a pose-dependent surface with $M + 5023$ points:

$$\tilde{\mathbf{X}}(\boldsymbol{\theta}) = [\{\tilde{\mathbf{x}}_n\}_{n=1}^{M},\ \{\mathbf{V}_m(\boldsymbol{\theta})\}_{m=1}^{5023}]$$

Each Gaussian primitive is anchored to a corresponding point in $\tilde{\mathbf{X}}(\boldsymbol{\theta})$. During animation, the learned canonical offsets are preserved to retain identity-specific geometry, while coarse rigid motion is provided by FLAME.

Motion-Aware Refinement Module (MARM)

FLAME provides physically plausible coarse deformation but cannot capture identity-specific nonlinear motion patterns such as subtle muscle dynamics or personalized expression styles. The MARM addresses this by predicting residual Gaussian attribute updates conditioned on the current animation state. A lightweight residual Transformer $\mathcal{R}_{\text{motion}}$ takes as input the positional encoding of canonical FLAME vertices, the expression and pose parameters $\boldsymbol{\theta}$, and camera parameters $\boldsymbol{\theta}^{\text{cam}}$:

$$\Delta \mathbf{g} \leftarrow \mathcal{R}_{\text{motion}}(\text{PE}(\mathbf{V}_0), \boldsymbol{\theta}, \boldsymbol{\theta}^{\text{cam}})$$

The module predicts motion-dependent corrections beyond template-driven deformation, refining geometry and appearance in a view-aware manner. This avoids directly regressing full Gaussian parameters, focusing instead on compact residual updates. The final animated Gaussian field is:

$$G(\boldsymbol{\theta}) = G' \oplus \Delta \mathbf{g}$$

where $G'$ denotes the FLAME-driven coarse Gaussian field and $\oplus$ denotes attribute-wise updates. The MARM uses hidden dimension 1024, 4 Transformer layers, and 8 attention heads. It is a plug-and-play module, trained in a separate second stage after the rest of the framework is frozen, enabling subject-specific dynamic personalization.

Training Objective

The model is trained with photometric supervision and geometric regularization. The overall loss is:

$$\mathcal{L} = \mathcal{L}_{\text{rgb}} + \lambda_{\text{mask}}\,\mathcal{L}_{\text{mask}} + \lambda_{\text{off}}\,\mathcal{L}_{\text{off}}$$

RGB Loss combines pixel-level L1 reconstruction with LPIPS perceptual similarity:

$$\mathcal{L}_{\text{rgb}} = \|\mathbf{I}^{\text{pred}} - \mathbf{I}^{\text{gt}}\|_1 + \lambda_{\text{lpips}}\,\text{LPIPS}(\mathbf{I}^{\text{pred}}, \mathbf{I}^{\text{gt}})$$

Mask Loss enforces foreground alignment:

$$\mathcal{L}_{\text{mask}} = \|\mathbf{S}^{\text{pred}} - \mathbf{S}^{\text{gt}}\|_1$$

The mask weight gradually increases during training via an exponential schedule:

$$\lambda_{\text{mask}}(t) = \lambda_{\text{start}} + (\lambda_{\text{end}} - \lambda_{\text{start}})\,\frac{1 - e^{-\alpha t}}{1 - e^{-\alpha}}$$

with $t = \min(\text{step}/T, 1)$, $\lambda_{\text{start}} = 0$, $\lambda_{\text{end}} = 1.0$, $\alpha = 0.5$, $T = 10{,}000$.

Offset Regularization stabilizes Gaussian deformation by penalizing large center offsets:

$$\mathcal{L}_{\text{off}} = \frac{1}{|\mathcal{P}|}\sum_{\mathbf{p} \in \mathcal{P}} \|\Delta \mathbf{p}\|_2$$

Loss weights are set as $\lambda_{\text{lpips}} = 1.0$ and $\lambda_{\text{off}} = 0.1$.

Architecture Summary

ModuleKey Hyper-parameters
Alternating Attention AggregatorDINOv3 ViT-L/16 (frozen), $32 \times 32$ tokens, dim 1024, depth 24, 16 heads, MLP 4.0, 4 register tokens, 2D RoPE freq=100
Sparse-to-Dense Cross-modal Alignment10 Transformer layers (8 sparse + 2 dense), UV res 128, 16 heads, dim 1024
Motion-Aware Refinement4 Transformer layers, 8 heads, dim 1024
GS DecoderLinear(1024, $d_{\text{out}}$) per attribute; outputs $\Delta\mathbf{x}$(3), $\mathbf{s}$(3), $\mathbf{q}$(4), $\alpha$(1), RGB(3)

Implementation Details

FFAvatar is implemented in PyTorch and trained on 8 NVIDIA Tesla A800 GPUs using a two-stage training strategy: all modules except MARM are trained first, then the rest of the network is frozen while only MARM is optimized. Total training takes approximately one week. Optimization uses Adam with learning rate $4.0 \times 10^{-5}$ for $300{,}000$ iterations. For each batch, 1–8 frames are randomly sampled from a monocular video. GAGAvatar tracker is used to extract camera-pose and FLAME facial-expression conditions. All images are resized to $512 \times 512$ with background removal. Evaluation is performed on a single RTX 4090D GPU (24 GB memory).

Datasets and Evaluation Protocol

Training: The VFHQ dataset (15,204 monocular video clips, ~3M frames) is used exclusively for training. Facial regions are detected, bounding boxes enlarged for context, and images cropped and resized to $512 \times 512$. Camera pose estimation and FLAME parameter tracking are performed per frame following the GAGAvatar pipeline.

Evaluation datasets:

  • VFHQ test set (50 identities): 8 expressions randomly selected as inputs, remaining frames used for evaluation under novel expression synthesis.
  • NeRSemble multi-view dataset (4 identity sequences): evaluated under novel view synthesis (8 input views, 8 unseen views) and novel expression synthesis (16 input expressions, unseen poses and expressions). The NeRSemble dataset is not used during training.
  • Ava-256 dataset: used for qualitative comparisons with Avat3r and FastGHA using color-calibrated inputs.

Metrics: PSNR, SSIM, LPIPS (rendering quality); CSIM/ArcFace (identity consistency); AED (average expression distance); APD (average pose distance); creation time (seconds); animation FPS.

Baselines

In the one-shot setting: Portrait4D-v2, Real3D-Portrait, GAGAvatar, LAM, FastAvatar.

In the few-shot setting: FlashAvatar, GHA, GaussianAvatars (optimization-based); GPAvatar, FastAvatar (feed-forward). Avat3r and FastGHA are compared qualitatively on Ava-256 since their implementations are not publicly available.

Quantitative Results

Novel Expression Synthesis on VFHQ

The following table reports results on the VFHQ monocular test set. FFAvatar (few-shot, 8 inputs) achieves the best performance across all quality and motion metrics in the few-shot setting, and the fast variant achieves 468 FPS — substantially outperforming all baselines.

MethodSetting PSNR↑SSIM↑LPIPS↓ CSIM↑AED↓APD↓ Creation↓FPS↑
Real3D-PortraitOne-shot20.880.7800.1540.7500.1500.2683.5s15
Portrait4D-v221.340.7940.1440.7170.1170.1872.9s11
GAGAvatar21.830.8180.1280.8160.1110.1351.6s63
LAM22.650.8290.1090.8220.1020.1341.1s219
FastAvatar17.850.8130.1670.6790.1360.3282.6s339
Ours21.820.8430.1080.8170.1090.1491.3s31
GPAvatarFew-shot22.910.7950.1540.7650.1380.1890.7s5
FastAvatar18.120.8190.1530.7810.1160.32112.2s97
Ours (fast)23.200.8620.0880.8520.0840.1172.1s468
Ours23.350.8640.0810.8610.0790.1142.1s31
Qualitative comparison of novel expression synthesis on the VFHQ monocular test set.
Novel expression synthesis. Qualitative comparison of novel expression synthesis on the VFHQ monocular test set. Methods compared: Real3D-Portrait, Portrait4D-v2, GAGAvatar, LAM, GPAvatar, and FastAvatar.

Novel View and Expression Synthesis on NeRSemble

The model is trained exclusively on VFHQ; NeRSemble is used only for evaluation. In the one-shot setting, FFAvatar achieves competitive performance, outperforming most baselines in LPIPS and SSIM. In the few-shot setting, FFAvatar achieves the best LPIPS and SSIM for both novel-view and novel-expression tasks, demonstrating superior perceptual fidelity and structural consistency.

MethodSetting Novel Views Novel Expressions
LPIPS↓SSIM↑PSNR↑ LPIPS↓SSIM↑PSNR↑
Real3D-PortraitOne-shot0.1970.78516.220.1650.82117.48
Portrait4D-v20.1720.79716.810.1520.81418.24
GAGAvatar0.1290.83322.520.0950.85725.87
LAM-20K0.1750.81916.430.1220.83420.55
FastAvatar0.2320.80014.780.1850.82119.41
Ours0.1210.83919.180.1060.85120.23
FlashAvatarTrain from scratch0.2090.78517.840.2210.76416.94
GHA0.2690.72213.93
GaussianAvatars0.1640.81317.990.1780.82217.56
GPAvatarFew-shot0.1630.82222.260.1540.82922.58
FastAvatar0.1580.82420.110.1350.84522.49
Ours0.0980.85821.950.0750.88124.08
Qualitative comparison of novel view synthesis on the NeRSemble multi-view subset.
Novel View Synthesis. Qualitative comparison of novel view synthesis results on the NeRSemble multi-view subset. Single-reference: Portrait4D-v2, GAGAvatar, LAM, FastAvatar. Multi-reference: GaussianAvatars, FlashAvatar, GHA, GPAvatar.

Qualitative Comparisons on Ava-256

Qualitative comparisons with FastGHA and Avat3r on the Ava-256 dataset.
Qualitative comparisons with FastGHA and Avat3r on color-calibrated Ava-256 inputs. FFAvatar preserves sharper facial details and more stable identity consistency under comparable reference-input settings.

Extended Expression and Viewpoint Comparisons

Comparison of novel expression and viewpoint synthesis across single-reference and few-reference settings.
Comparison of novel expression and viewpoint synthesis. Single-reference: Real3D-Portrait, Portrait4D-v2, GAGAvatar, LAM, FastAvatar. Few-reference also includes GPAvatar, GaussianAvatars, FlashAvatar, and GHA. FFAvatar preserves finer facial details with more consistent geometry, especially under large viewpoint changes.

Ablation Studies

Incremental Reconstruction with Varying Input Count

FFAvatar supports incremental reconstruction from 1 to 32+ reference images. The table below shows progressive improvement as more input frames are added. The most significant gain occurs from 1 to 8 frames, suggesting multi-view and multi-expression cues are especially helpful for identity stabilization. Gains from 16 to 32 frames are smaller but consistent.

InputsPSNR↑SSIM↑LPIPS↓CSIM↑AED↓APD↓Creation↓
121.820.8430.1080.8170.1090.1491.3s
422.750.8580.0910.8520.0940.1191.7s
823.350.8640.0810.8610.0790.1142.1s
1623.360.8660.0800.8720.0780.1104.3s
3223.380.8670.0770.8740.0780.11111.6s
Multi-view rendering comparison with 1 vs 16 input images at yaw angles 30, 10, -10, -30 degrees.
Multi-view rendering results under single-image input (left) and 16-image input (right) at yaw angles $30^\circ$, $10^\circ$, $-10^\circ$, $-30^\circ$. RGB renderings, depth maps, and surface normal maps are shown from top to bottom.
Qualitative comparison of avatar reconstruction with 1, 4, 8, 16, and 32 reference views.
Qualitative comparison with 1, 4, 8, 16, and 32 reference views. As the number of input views increases, facial structure, hair contour, and side-view appearance become progressively more complete and consistent.

Sparse-to-Dense Learning Paradigm

The table below compares sparse-only (S-5K: 5,023 FLAME vertices), sparse-to-dense (S2D-20K at UV 128, S2D-64K at UV 256), and dense-only (D-20K, D-64K) strategies. Key findings:

  • S-5K shows clear quality degradation, lacking representational capacity for fine structures.
  • D-20K improves metrics but triples training time (120 min vs. 47 min) and uses 38.2 GB GPU memory.
  • S2D-20K achieves nearly identical quality to D-20K at roughly 2.5× speedup and significantly lower memory (25.8 GB vs. 38.2 GB).
  • S2D-64K achieves the best quality overall (23.42 PSNR), while D-64K is infeasible (OOM on 40 GB GPU).
MethodUV ResPSNR↑SSIM↑LPIPS↓CSIM↑AED↓APD↓Train Time↓Memory↓
S-5K19.690.8370.1740.6890.1310.14140 min22.5 GB
S2D-20K12823.350.8640.0810.8610.0790.11447 min25.8 GB
D-20K12823.410.8690.0970.8580.0870.115120 min38.2 GB
S2D-64K25623.420.8710.0770.8660.0780.11172 min37.1 GB
D-64K256OOM
Ablation study of key design components: sparse-only, dense-only, without MARM, and full model.
Ablation study of key design components. (a) Sparse FLAME vertices only: insufficient texture detail. (b) Dense point cloud directly: suboptimal deformation, some primitives not well optimized. (c) Without motion refinement: inaccurate dynamic motion. (d) Full model: most detailed appearance and accurate motion.

Motion Refinement Module

Comparing Ours (with MARM) vs. Ours (fast) (without MARM) in the novel-expression VFHQ setting: enabling MARM consistently improves perceptual quality (PSNR 23.35 vs. 23.20, SSIM 0.864 vs. 0.862, LPIPS 0.081 vs. 0.088), identity consistency (CSIM 0.861 vs. 0.852), and motion accuracy (AED 0.079 vs. 0.084, APD 0.114 vs. 0.117) with no change in creation time (2.1s). The trade-off is a reduction in animation speed from 468 FPS to 31 FPS.

Additional Ablations: UV-only and Camera Conditioning

A UV-only representation (without combining original FLAME point features) yields PSNR 23.05 / SSIM 0.861 / LPIPS 0.092, vs. the full model's 23.35 / 0.864 / 0.081. This demonstrates that combining UV-space features with original FLAME point features provides a denser and geometrically more consistent 3D Gaussian representation. Removing camera conditioning yields comparable image-level metrics (23.33 / 0.864 / 0.080) but reduces the ability to disentangle head pose from facial motion; camera conditioning is therefore retained as auxiliary information.

Scalability and Runtime Analysis

The table below (tested on RTX 4090D unless noted) demonstrates that FFAvatar's animation speed is independent of the number of reference images — a key advantage over methods such as FastAvatar that fuse per-view Gaussian representations:

Method1 ref4 ref8 ref16 ref32 ref108 ref (A800)
FastAvatar 2.6s / 339 FPS6.6s / 167 FPS12.2s / 97 FPS25.1s / 51 FPS
Ours 1.3s / 31 FPS1.7s / 31 FPS2.1s / 31 FPS4.3s / 31 FPS11.6s / 31 FPS122.3s / 23 FPS
Ours (fast) 1.3s / 468 FPS1.7s / 468 FPS2.1s / 468 FPS4.3s / 468 FPS11.6s / 468 FPS122.3s / 229 FPS

As more reference images are provided, creation time grows moderately but animation speed remains constant. The framework can scale to more than 100 input frames on NVIDIA A800 GPUs.

Robustness Analysis

FFAvatar's alternating attention mechanism demonstrates strong robustness to corrupted or irrelevant inputs. Two stress tests are reported:

  • Degraded inputs: Using 32 reference views where 16 are severely degraded (missing facial regions, occlusions, geometric distortions, color shifts) — the reconstructed avatar remains stable and identity-consistent.
  • Unrelated identities: Using 32 reference views where 16 correspond to completely different identities — the model still correctly reconstructs the target identity, effectively filtering out irrelevant information.
Robustness to noisy and irrelevant inputs: degraded views and unrelated identity views.
Robustness to noisy and irrelevant inputs. (a) 32 reference views with 16 severely degraded samples. (b) 32 reference views with 16 belonging to completely unrelated identities. FFAvatar maintains stable identity reconstruction in both cases.

Applications

Text-to-4D Avatar Generation

Reference images generated from text prompts using a text-to-image model can be directly fed into FFAvatar to reconstruct a dynamic 4D avatar. Diffusion-based data augmentation (using MMDM/CAP4D) and incremental reconstruction improve view consistency and motion realism.

Text-to-4D avatar generation pipeline.
Text-to-4D avatar generation. Reference images are generated from text prompts, then fed into FFAvatar with diffusion-based augmentation and incremental reconstruction to produce avatars with consistent appearance and realistic facial motion.

Open-Scenario Reconstruction from Stylized Portraits

Open-scenario avatar reconstruction from AI-generated stylized portraits.
Open-scenario avatar reconstruction from text-prompt-generated stylized portraits (e.g., "a portrait of Joe Biden" or anime-style characters). With diffusion-based augmentation, FFAvatar remains robust to out-of-domain inputs.

Speech-Driven Talking Head, Image Editing, and Background Replacement

FFAvatar can be combined with audio-to-3DMM methods to enable speech-driven animation. Because FLAME expression/pose parameters are the driving signal, any method that produces FLAME parameters from audio can directly animate FFAvatar reconstructions. The framework also supports appearance editing by modifying 2D reference images (e.g., style/color changes), and background replacement by manipulating Gaussian opacity values — enabled by the explicit 3D representation without needing post-processing networks.

Related applications: speech-driven talking head, appearance editing, and background replacement.
Related applications of FFAvatar. (a) Speech-driven talking head generation combined with audio-to-3DMM methods. (b) Avatar appearance editing via input image modification. (c) Background replacement using explicit 3D Gaussian opacity control.

Limitations

Despite strong performance, several limitations remain:

  • Tongue modeling: The tongue is not explicitly modeled, leading to inaccurate mouth interiors for large mouth-opening expressions.
  • Unseen regions: Regions rarely observed in reference images (e.g., back of the head under front-facing inputs) have limited detail under extreme viewpoints.
  • Single-view ambiguity: With only one reference image, unseen geometry and appearance can cause view-dependent artifacts under large pose changes. Multi-view inputs alleviate this significantly.
  • FLAME tracking dependency: Animation accuracy is bounded by FLAME parameter estimation quality; inaccurate tracking degrades expression transfer for extreme expressions, rapid motion, or occluded faces.
  • Training data bias: VFHQ is collected mainly from in-the-wild interview videos and may be imbalanced in identity, skin tone, age, and appearance distribution, potentially affecting reconstruction for underrepresented groups.
Failure cases: missing tongue and limited detail in rarely observed regions.
Failure cases. The tongue is not explicitly modeled, and unseen regions from the input views may contain limited details under extreme novel-view rendering.

Future work will explore more balanced training data, improved modeling of dynamic facial components such as the tongue, more robust handling of unseen regions, and extensions to dynamic hair and full-body avatar reconstruction.

Contributions Summary

FFAvatar makes three primary technical contributions:

  1. Incremental feed-forward framework with alternating attention for flexible, identity-disentangled multi-view feature aggregation into a unified global canonical Gaussian field — avoiding redundant multi-canonical representations and enabling scalable single-forward-pass 4D avatar reconstruction from 1 to 100+ images.
  2. Sparse-to-dense hierarchical feature learning paradigm — coarse features at the FLAME vertex level provide stable structural anchors, UV-space densification recovers high-frequency geometric and texture details, yielding a substantially better efficiency-vs-fidelity trade-off than dense-only approaches and enabling configurations (S2D-64K) that are infeasible with direct dense optimization.
  3. Motion-Aware Refinement Module (MARM) — a plug-and-play residual Transformer that captures subject-specific, identity-dependent nonlinear motion beyond the FLAME parametric model, improving perceptual quality, identity consistency, and motion accuracy with negligible creation time overhead.

Code & Implementation

The FFAvatar repository is currently a placeholder. The official GitHub repository contains only a README and project description; implementation code, training scripts, inference code, pretrained models, and data preprocessing utilities are marked as "coming soon."

The authors indicate that the following components will be released:

  • Inference code for 4D head avatar reconstruction
  • Training code for the Transformer-based 3D Gaussian framework
  • Pretrained models
  • Data preprocessing scripts
  • Demo examples

Once released, the implementation is expected to include modules for: (1) the alternating attention mechanism for disentangling identity appearance from expression and viewpoint; (2) the sparse-to-dense learning paradigm operating on FLAME vertex primitives and UV-space densification; and (3) the motion refinement module for subject-specific dynamic personalization. The codebase will likely support feed-forward inference with incremental refinement as additional reference images become available.

A project page with visualizations is available at https://jj-yao.github.io/ffavatar/.