Table of Contents
Fetching ...

Human Hair Reconstruction with Strand-Aligned 3D Gaussians

Egor Zakharov, Vanessa Sklyarova, Michael Black, Giljoo Nam, Justus Thies, Otmar Hilliges

TL;DR

A new hair modeling method that uses a dual representation of classical hair strands and 3D Gaussians to produce accurate and realistic strand-based reconstructions from multi-view data and demonstrates state-of-the-art performance in the task of strand-based hair reconstruction.

Abstract

We introduce a new hair modeling method that uses a dual representation of classical hair strands and 3D Gaussians to produce accurate and realistic strand-based reconstructions from multi-view data. In contrast to recent approaches that leverage unstructured Gaussians to model human avatars, our method reconstructs the hair using 3D polylines, or strands. This fundamental difference allows the use of the resulting hairstyles out-of-the-box in modern computer graphics engines for editing, rendering, and simulation. Our 3D lifting method relies on unstructured Gaussians to generate multi-view ground truth data to supervise the fitting of hair strands. The hairstyle itself is represented in the form of the so-called strand-aligned 3D Gaussians. This representation allows us to combine strand-based hair priors, which are essential for realistic modeling of the inner structure of hairstyles, with the differentiable rendering capabilities of 3D Gaussian Splatting. Our method, named Gaussian Haircut, is evaluated on synthetic and real scenes and demonstrates state-of-the-art performance in the task of strand-based hair reconstruction.

Human Hair Reconstruction with Strand-Aligned 3D Gaussians

TL;DR

A new hair modeling method that uses a dual representation of classical hair strands and 3D Gaussians to produce accurate and realistic strand-based reconstructions from multi-view data and demonstrates state-of-the-art performance in the task of strand-based hair reconstruction.

Abstract

We introduce a new hair modeling method that uses a dual representation of classical hair strands and 3D Gaussians to produce accurate and realistic strand-based reconstructions from multi-view data. In contrast to recent approaches that leverage unstructured Gaussians to model human avatars, our method reconstructs the hair using 3D polylines, or strands. This fundamental difference allows the use of the resulting hairstyles out-of-the-box in modern computer graphics engines for editing, rendering, and simulation. Our 3D lifting method relies on unstructured Gaussians to generate multi-view ground truth data to supervise the fitting of hair strands. The hairstyle itself is represented in the form of the so-called strand-aligned 3D Gaussians. This representation allows us to combine strand-based hair priors, which are essential for realistic modeling of the inner structure of hairstyles, with the differentiable rendering capabilities of 3D Gaussian Splatting. Our method, named Gaussian Haircut, is evaluated on synthetic and real scenes and demonstrates state-of-the-art performance in the task of strand-based hair reconstruction.
Paper Structure (28 sections, 8 equations, 14 figures)

This paper contains 28 sections, 8 equations, 14 figures.

Figures (14)

  • Figure 1: Gaussian Haircut works with multi-view images and uses strand-aligned 3D Gaussians to reconstruct a hairstyle. In the first stage, 3D lifting, we reconstruct the scene using unstructured primitives in the form of Gaussians. These unstructured primitives are then used in the second stage, strands fitting, to supervise our dual hair strand representation consisting of 3D Gaussians that are attached to hair strands. As a result, we produce a realistic strand-based hairstyle that can be rendered, edited, and animated using classical computer graphics techniques.
  • Figure 2: (a) In our work, we utilize both structured and unstructured sets of Gaussians. The former are attached to the strands and thus cover an entire hair volume, while the latter concentrate only on the visible part of the hair surface. (b) During coarse strand-based fitting, we decode only a set of guiding strands from the latent hair map at each training step, as generating a full hairstyle is computationally- and memory-expensive. We then convert these strands into a dense hair map suitable for rendering by conducting interpolation in the space of their 3D coordinates. (c) Finally, we conduct a fine strand-based optimization step. We decode a dense hairstyle from a latent map and directly optimize their coordinates instead of latent representations.
  • Figure 3: A qualitative comparison of the reconstructed strand-based geometry against Neural Haircut sklyarova2023neural_haircut. Our method has higher accuracy of the reconstructed hairstyles while achieving more than ten times improvement in the optimization speed.
  • Figure 4: Our method can achieve photorealistic renders of strand-based geometry using structured Gaussians. We showcase the rendering results produced by our Gaussian-based strand rasterization method from test views. Since these images were not included in the training set and thus were not part of the bundle adjustment, there is a slight misalignment between the predicted images and the ground truth.
  • Figure 5: Hairstyles produced by our method can be easily imported into a computer graphics engine for editing, rendering, and simulation. Here, we show the simulation results of the reconstructed hairstyle in Unreal Engine unrealengine.
  • ...and 9 more figures