paper-with-me

Papers

BakedAvatar: Baking Neural Fields for Real-Time Head Avatar Synthesis

2023-11-09 · Hao-Bin Duan, Miao Wang, Jin-Chuan Shi, Xu-Chuan Chen, Yan-Pei Cao

Synthesizing photorealistic 4D human head avatars from videos is essential for VR/AR, telepresence, and video game applications. Although existing Neural Radiance Fields (NeRF)-based methods achieve high-fidelity results, the computational expense limits their use in real-time applications. To overcome this limitation, we introduce BakedAvatar, a novel representation for real-time neural head avatar synthesis, deployable in a standard polygon rasterization pipeline. Our approach extracts deformable multi-layer meshes from learned isosurfaces of the head and computes expression-, pose-, and view-dependent appearances that can be baked into static textures for efficient rasterization. We thus propose a three-stage pipeline for neural head avatar synthesis, which includes learning continuous deformation, manifold, and radiance fields, extracting layered meshes and textures, and fine-tuning texture details with differential rasterization. Experimental results demonstrate that our representation generates synthesis results of comparable quality to other state-of-the-art methods while significantly reducing the inference time required. We further showcase various head avatar synthesis results from monocular videos, including view synthesis, face reenactment, expression editing, and pose editing, all at interactive frame rates.

📄 PDF Abstract BibTeX arXiv:2311.05521

Code (1)

buaavrcg/BakedAvatar 공식 구현 pytorch

Tasks

Face ReenactmentNeRF

Similar Papers 제목 키워드 기반

Prompt Baking

2024-09-04 · Aman Bhargava, Cameron Witkowski, Alexander Detkov, Matt Thomson

Two primary ways to change LLM behavior are prompting and weight updates (e.g., fine-tuning). Prompting LLMs is simple and effective, specifying the desired changes explicitly in natural language, whereas weight updates …

ARCGSM8KInstruction FollowingMath+1

LTM: Lightweight Textured Mesh Extraction and Refinement of Large Unbounded Scenes for Efficient Storage and Real-time Rendering

2024-01-01 · CVPR 2024 1 · Jaehoon Choi, Rajvi Shah, Qinbo Li, Yipeng Wang 외

Advancements in neural signed distance fields (SDFs) have enabled modeling 3D surface geometry from a set of 2D images of real-world scenes. Baking neural SDFs can extract explicit mesh with appearance baked into tex…

GPUNeRF

MERF: Memory-Efficient Radiance Fields for Real-time View Synthesis in Unbounded Scenes

2023-02-23 · Christian Reiser, Richard Szeliski, Dor Verbin, Pratul P. Srinivasan 외

Neural radiance fields enable state-of-the-art photorealistic view synthesis. However, existing radiance field representations are either too compute-intensive for real-time rendering or require too much memory to scale …

Baking Neural Radiance Fields for Real-Time View Synthesis

2021-03-26 · ICCV 2021 10 · Peter Hedman, Pratul P. Srinivasan, Ben Mildenhall, Jonathan T. Barron 외

Neural volumetric representations such as Neural Radiance Fields (NeRF) have emerged as a compelling technique for learning to represent 3D scenes from images with the goal of rendering photorealistic images of the scene…

GPUNeRF

2D Gaussian Splatting for Geometrically Accurate Radiance Fields

2024-03-26 · Binbin Huang, Zehao Yu, Anpei Chen, Andreas Geiger 외

3D Gaussian Splatting (3DGS) has recently revolutionized radiance field reconstruction, achieving high quality novel view synthesis and fast rendering speed without baking. However, 3DGS fails to accurately represent sur…

3DGSNovel View Synthesis