Abstract
Creating high-quality animatable 3D human avatars from a single image remainsa significant challenge in computer vision due to the inherent difficulty ofreconstructing complete 3D information from a single viewpoint. Currentapproaches face a clear limitation: 3D Gaussian Splatting (3DGS) methodsproduce high-quality results but require multiple views or video sequences,while video diffusion models can generate animations from single images butstruggle with consistency and identity preservation. We present SVAD, a novelapproach that addresses these limitations by leveraging complementary strengthsof existing techniques. Our method generates synthetic training data throughvideo diffusion, enhances it with identity preservation and image restorationmodules, and utilizes this refined data to train 3DGS avatars. Comprehensiveevaluations demonstrate that SVAD outperforms state-of-the-art (SOTA)single-image methods in maintaining identity consistency and fine detailsacross novel poses and viewpoints, while enabling real-time renderingcapabilities. Through our data augmentation pipeline, we overcome thedependency on dense monocular or multi-view training data typically required bytraditional 3DGS approaches. Extensive quantitative, qualitative comparisonsshow our method achieves superior performance across multiple metrics againstbaseline models. By effectively combining the generative power of diffusionmodels with both the high-quality results and rendering efficiency of 3DGS, ourwork establishes a new approach for high-fidelity avatar generation from asingle image input.