CVAug 31, 2023

GHuNeRF: Generalizable Human NeRF from a Monocular Video

arXiv:2308.16576v314 citationsh-index: 23Has Code
Originality Incremental advance
AI Analysis

It addresses the limitation of requiring multi-view inputs for generalizable human NeRF models, enabling free-viewpoint rendering from monocular videos for unseen identities.

The paper tackles the problem of learning a generalizable human NeRF model from a monocular video, achieving comparable performance to multi-view methods on the ZJU-MoCap dataset and better performance on the People-Snapshot dataset.

In this paper, we tackle the challenging task of learning a generalizable human NeRF model from a monocular video. Although existing generalizable human NeRFs have achieved impressive results, they require muti-view images or videos which might not be always available. On the other hand, some works on free-viewpoint rendering of human from monocular videos cannot be generalized to unseen identities. In view of these limitations, we propose GHuNeRF to learn a generalizable human NeRF model from a monocular video of the human performer. We first introduce a visibility-aware aggregation scheme to compute vertex-wise features, which is used to construct a 3D feature volume. The feature volume can only represent the overall geometry of the human performer with insufficient accuracy due to the limited resolution. To solve this, we further enhance the volume feature with temporally aligned point-wise features using an attention mechanism. Finally, the enhanced feature is used for predicting density and color for each sampled point. A surface-guided sampling strategy is also adopted to improve the efficiency for both training and inference. We validate our approach on the widely-used ZJU-MoCap dataset, where we achieve comparable performance with existing multi-view video based approaches. We also test on the monocular People-Snapshot dataset and achieve better performance than existing works when only monocular video is used. Our code is available at the project website.

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