Animated DiffusionAvatars
DiffusionAvatars synthesizes a high-fidelity 3D head avatar of a person, offering intuitive control over both pose and expression.
We propose a diffusion-based neural renderer that leverages generic 2D priors to produce compelling images of faces. For coarse guidance of the expression and head pose, we render a neural parametric head model (NPHM) from the target viewpoint, which acts as a proxy geometry of the person. Additionally, to enhance the modeling of intricate facial expressions, we condition DiffusionAvatars directly on the expression codes obtained from NPHM via cross-attention. Finally, to synthesize consistent surface details across different viewpoints and expressions, we rig learnable spatial features to the head’s surface via TriPlane lookup in NPHM’s canonical space.
We train DiffusionAvatars on RGB videos and corresponding tracked NPHM meshes of a person and test the obtained avatars in both self-reenactment and animation scenarios. Our experiments demonstrate that DiffusionAvatars generates temporally consistent and visually appealing videos for novel poses and expressions of a person, outperforming existing approaches.
A DiffusionAvatar can be animated by expression transfer. We obtain the expression code zexp by fitting NPHM to a video sequence of a different person. Our diffusion-based neural renderer then transfers the expression to the avatar.
Source sequence | Animated DiffusionAvatar |
A DiffusionAvatar can also be controlled via the underlying NPHM. We obtain expression codes zexp by interpolating between several target expressions. Using rasterization and our diffusion-based neural renderer, the expression codes are translated into a realistic avatar with viewpoint control.
DiffusionAvatars decodes an NPHM expression code zexp in two ways to obtain a realistic image:
Here is an interactive viewer allowing for interpolations between four different expressions. Drag the blue cursor around to change zexp, which animates the avatar on the right.
@article{kirschstein2023diffusionavatars,
title={DiffusionAvatars: Deferred Diffusion for High-fidelity 3D Head Avatars},
author={Kirschstein, Tobias and Giebenhain, Simon and Nie{\ss}ner, Matthias},
journal={arXiv preprint arXiv:2311.18635},
year={2023}
}