Stratified Avatar Generation from Sparse Observations
Han Feng, Wenchao Ma, Quankai Gao, Xianwei Zheng, Nan Xue, Huijuan Xu
TL;DR
This paper tackles reconstructing 3D full-body avatars from sparse HMD observations by introducing Stratified Avatar Generation (SAGE). It decomposes the full-body motion into upper- and lower-body halves connected by a shared root and learns disentangled latent representations via separate VQ-VAE encoders/decoders, followed by a cascaded latent diffusion process that first models the upper half from sparse signals and then the lower half conditioned on the upper half. A full-body decoder fuses the two latents, with a Refiner GRU smoothing the sequence for realism. Evaluations on AMASS show state-of-the-art performance, particularly in lower-body reconstruction, demonstrating that stratified, diffusion-based generation from sparse inputs can yield plausible, immersive full-body avatars for AR/VR applications.
Abstract
Estimating 3D full-body avatars from AR/VR devices is essential for creating immersive experiences in AR/VR applications. This task is challenging due to the limited input from Head Mounted Devices, which capture only sparse observations from the head and hands. Predicting the full-body avatars, particularly the lower body, from these sparse observations presents significant difficulties. In this paper, we are inspired by the inherent property of the kinematic tree defined in the Skinned Multi-Person Linear (SMPL) model, where the upper body and lower body share only one common ancestor node, bringing the potential of decoupled reconstruction. We propose a stratified approach to decouple the conventional full-body avatar reconstruction pipeline into two stages, with the reconstruction of the upper body first and a subsequent reconstruction of the lower body conditioned on the previous stage. To implement this straightforward idea, we leverage the latent diffusion model as a powerful probabilistic generator, and train it to follow the latent distribution of decoupled motions explored by a VQ-VAE encoder-decoder model. Extensive experiments on AMASS mocap dataset demonstrate our state-of-the-art performance in the reconstruction of full-body motions.
