← 返回论文检索
SIGGRAPH 20264D Humans

VFAvatar: Feed-Forward 3D Avatar Reconstruction from Casual Image Collections

Shuo Huang 0005, Zixuan Wang 0026, Xiaoyu Qin 0001, Shikun Sun, Jiayi Li, Jia Jia 0001

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。DOI 10.1145/3799902.3811171 ↗

摘要

The growing demand for personalized 3D avatars calls for efficient reconstruction methods from casual photos. This task remains challenging due to unconstrained viewpoints, partial body visibility, and temporal variations across input images. While some previous methods circumvent these difficulties by adopting generative approaches like score distillation, they struggle to preserve authentic appearance details from source images. To address these limitations, we introduce Visual-Fusion-Avatar (VFAvatar), a novel feed-forward framework that reconstructs 3D avatars by fusing visual cues in just a few seconds. VFAvatar couples a pose-free reconstruction foundation model with a pretrained human generation prior in a mutually reinforcing manner. And we propose a visibility-aware, view-attentive residual aggregation mechanism that routes and fuses per-view updates, allowing partial observations from different images to be assembled into a single coherent avatar. Experiments demonstrate that VFAvatar significantly outperforms state-of-the-art methods in both reconstruction fidelity and efficiency, while enabling shape and pose manipulation. Code is available on: https://github.com/huangshuo200823/VFAvatar.