CVDec 10, 2021

HeadNeRF: A Real-time NeRF-based Parametric Head Model

arXiv:2112.05637v3324 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the need for efficient, high-quality 3D head avatars in applications like VR and gaming, representing an incremental improvement over existing parametric models by using NeRF as a proxy.

The paper tackles the problem of slow rendering in neural radiance fields (NeRF) for human head modeling by proposing HeadNeRF, a parametric model that integrates NeRF with 2D neural rendering, achieving real-time rendering at 25ms per frame and high-fidelity details like teeth gaps and wrinkles.

In this paper, we propose HeadNeRF, a novel NeRF-based parametric head model that integrates the neural radiance field to the parametric representation of the human head. It can render high fidelity head images in real-time on modern GPUs, and supports directly controlling the generated images' rendering pose and various semantic attributes. Different from existing related parametric models, we use the neural radiance fields as a novel 3D proxy instead of the traditional 3D textured mesh, which makes that HeadNeRF is able to generate high fidelity images. However, the computationally expensive rendering process of the original NeRF hinders the construction of the parametric NeRF model. To address this issue, we adopt the strategy of integrating 2D neural rendering to the rendering process of NeRF and design novel loss terms. As a result, the rendering speed of HeadNeRF can be significantly accelerated, and the rendering time of one frame is reduced from 5s to 25ms. The well designed loss terms also improve the rendering accuracy, and the fine-level details of the human head, such as the gaps between teeth, wrinkles, and beards, can be represented and synthesized by HeadNeRF. Extensive experimental results and several applications demonstrate its effectiveness. The trained parametric model is available at https://github.com/CrisHY1995/headnerf.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes