CVGRNov 29, 2023

HUGS: Human Gaussian Splats

arXiv:2311.17910v1193 citationsh-index: 16Has Code
Originality Highly original
AI Analysis

This enables efficient generation of animatable human avatars from limited video data, addressing a bottleneck in neural rendering for dynamic human scenes.

The paper tackles the problem of creating animatable human avatars from monocular video by introducing Human Gaussian Splats (HUGS), which disentangles static scenes and humans using 3D Gaussian Splatting, achieving state-of-the-art rendering quality at 60 FPS and training ~100x faster than previous work.

Recent advances in neural rendering have improved both training and rendering times by orders of magnitude. While these methods demonstrate state-of-the-art quality and speed, they are designed for photogrammetry of static scenes and do not generalize well to freely moving humans in the environment. In this work, we introduce Human Gaussian Splats (HUGS) that represents an animatable human together with the scene using 3D Gaussian Splatting (3DGS). Our method takes only a monocular video with a small number of (50-100) frames, and it automatically learns to disentangle the static scene and a fully animatable human avatar within 30 minutes. We utilize the SMPL body model to initialize the human Gaussians. To capture details that are not modeled by SMPL (e.g. cloth, hairs), we allow the 3D Gaussians to deviate from the human body model. Utilizing 3D Gaussians for animated humans brings new challenges, including the artifacts created when articulating the Gaussians. We propose to jointly optimize the linear blend skinning weights to coordinate the movements of individual Gaussians during animation. Our approach enables novel-pose synthesis of human and novel view synthesis of both the human and the scene. We achieve state-of-the-art rendering quality with a rendering speed of 60 FPS while being ~100x faster to train over previous work. Our code will be announced here: https://github.com/apple/ml-hugs

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