CanonicalFusion: Generating Drivable 3D Human Avatars from Multiple Images
Jisu Shin, Junmyeong Lee, Seongmin Lee, Min-Gyu Park, Ju-Mi Kang, Ju Hong Yoon, Hae-Gon Jeon
TL;DR
CanonicalFusion tackles the problem of generating animatable drivable 3D human avatars from multiple images by predicting dual‑sided depth and compressed LBS maps and directly canonicalizing the mesh into a shared canonical space. It introduces a shared‑encoder dual‑decoder network to produce depth and LBS maps, compresses the LBS weights to a 3‑D latent vector, and reconstructs a canonical mesh that is refined through forward skinning‑based differentiable rendering across multiple views. Key contributions include the compressed LBS weight representation, a forward skinning rendering framework for multi‑image fusion, and a robust canonicalization pipeline that fills holes via signed distance integration and Flexicubes reparameterization. The method demonstrates improved accuracy over state‑of‑the‑art approaches on public datasets and shows practical applicability in‑the‑wild, with open‑source code available for replication and extension.
Abstract
We present a novel framework for reconstructing animatable human avatars from multiple images, termed CanonicalFusion. Our central concept involves integrating individual reconstruction results into the canonical space. To be specific, we first predict Linear Blend Skinning (LBS) weight maps and depth maps using a shared-encoder-dual-decoder network, enabling direct canonicalization of the 3D mesh from the predicted depth maps. Here, instead of predicting high-dimensional skinning weights, we infer compressed skinning weights, i.e., 3-dimensional vector, with the aid of pre-trained MLP networks. We also introduce a forward skinning-based differentiable rendering scheme to merge the reconstructed results from multiple images. This scheme refines the initial mesh by reposing the canonical mesh via the forward skinning and by minimizing photometric and geometric errors between the rendered and the predicted results. Our optimization scheme considers the position and color of vertices as well as the joint angles for each image, thereby mitigating the negative effects of pose errors. We conduct extensive experiments to demonstrate the effectiveness of our method and compare our CanonicalFusion with state-of-the-art methods. Our source codes are available at https://github.com/jsshin98/CanonicalFusion.
