paper-with-me

Papers

LightAvatar: Efficient Head Avatar as Dynamic Neural Light Field

2024-09-26 · Huan Wang, Feitong Tan, Ziqian Bai, yinda zhang, Shichen Liu, Qiangeng Xu, Menglei Chai, Anish Prabhu, Rohit Pandey, Sean Fanello, Zeng Huang, Yun Fu

Recent works have shown that neural radiance fields (NeRFs) on top of parametric models have reached SOTA quality to build photorealistic head avatars from a monocular video. However, one major limitation of the NeRF-based avatars is the slow rendering speed due to the dense point sampling of NeRF, preventing them from broader utility on resource-constrained devices. We introduce LightAvatar, the first head avatar model based on neural light fields (NeLFs). LightAvatar renders an image from 3DMM parameters and a camera pose via a single network forward pass, without using mesh or volume rendering. The proposed approach, while being conceptually appealing, poses a significant challenge towards real-time efficiency and training stability. To resolve them, we introduce dedicated network designs to obtain proper representations for the NeLF model and maintain a low FLOPs budget. Meanwhile, we tap into a distillation-based training strategy that uses a pretrained avatar model as teacher to synthesize abundant pseudo data for training. A warping field network is introduced to correct the fitting error in the real data so that the model can learn better. Extensive experiments suggest that our method can achieve new SOTA image quality quantitatively or qualitatively, while being significantly faster than the counterparts, reporting 174.1 FPS (512x512 resolution) on a consumer-grade GPU (RTX3090) with no customized optimization.

📄 PDF Abstract BibTeX arXiv:2409.18057

Code (1)

mingsun-tse/lightavatar-tensorflow 공식 구현 tf

Tasks

GPUNeRF

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Artist-Friendly Relightable and Animatable Neural Heads

2023-12-06 · CVPR 2024 1 · Yingyan Xu, Prashanth Chandran, Sebastian Weiss, Markus Gross 외

An increasingly common approach for creating photo-realistic digital avatars is through the use of volumetric neural fields. The original neural radiance field (NeRF) allowed for impressive novel view synthesis of static…

NeRFNovel View Synthesis

HHAvatar: Gaussian Head Avatar with Dynamic Hairs

2023-12-05 · CVPR 2024 1 · Zhanfeng Liao, Yuelang Xu, Zhe Li, Qijing Li 외

Creating high-fidelity 3D head avatars has always been a research hotspot, but it remains a great challenge under lightweight sparse view setups. In this paper, we propose HHAvatar represented by controllable 3D Gaussian…

2k

AvatarStudio: Text-driven Editing of 3D Dynamic Human Head Avatars

2023-06-01 · Mohit Mendiratta, Xingang Pan, Mohamed Elgharib, Kartik Teotia 외

Capturing and editing full head performances enables the creation of virtual characters with various applications such as extended reality and media production. The past few years witnessed a steep rise in the photoreali…

NeRF

HAvatar: High-fidelity Head Avatar via Facial Model Conditioned Neural Radiance Field

2023-09-29 · Xiaochen Zhao, Lizhen Wang, Jingxiang Sun, Hongwen Zhang 외

The problem of modeling an animatable 3D human head avatar under light-weight setups is of significant importance but has not been well solved. Existing 3D representations either perform well in the realism of portrait i…

Image-to-Image TranslationNeRF

ArchitectHead: Continuous Level of Detail Control for 3D Gaussian Head Avatars

2025-10-07 · Peizhi Yan, Rabab Ward, Qiang Tang, Shan Du arxiv

3D Gaussian Splatting (3DGS) has enabled photorealistic and real-time rendering of 3D head avatars. Existing 3DGS-based avatars typically rely on tens of thousands of 3D Gaussian points (Gaussians), with the number of Ga…

Continuous Control