paper-with-me

홈 › Papers

Real-time High-fidelity Gaussian Human Avatars with Position-based Interpolation of Spatially Distributed MLPs

2025-04-17 · CVPR 2025 1 · Youyi Zhan, Tianjia Shao, Yin Yang, Kun Zhou

Many works have succeeded in reconstructing Gaussian human avatars from multi-view videos. However, they either struggle to capture pose-dependent appearance details with a single MLP, or rely on a computationally intensive neural network to reconstruct high-fidelity appearance but with rendering performance degraded to non-real-time. We propose a novel Gaussian human avatar representation that can reconstruct high-fidelity pose-dependence appearance with details and meanwhile can be rendered in real time. Our Gaussian avatar is empowered by spatially distributed MLPs which are explicitly located on different positions on human body. The parameters stored in each Gaussian are obtained by interpolating from the outputs of its nearby MLPs based on their distances. To avoid undesired smooth Gaussian property changing during interpolation, for each Gaussian we define a set of Gaussian offset basis, and a linear combination of basis represents the Gaussian property offsets relative to the neutral properties. Then we propose to let the MLPs output a set of coefficients corresponding to the basis. In this way, although Gaussian coefficients are derived from interpolation and change smoothly, the Gaussian offset basis is learned freely without constraints. The smoothly varying coefficients combined with freely learned basis can still produce distinctly different Gaussian property offsets, allowing the ability to learn high-frequency spatial signals. We further use control points to constrain the Gaussians distributed on a surface layer rather than allowing them to be irregularly distributed inside the body, to help the human avatar generalize better when animated under novel poses. Compared to the state-of-the-art method, our method achieves better appearance quality with finer details while the rendering speed is significantly faster under novel views and novel poses.

📄 PDF Abstract BibTeX arXiv:2504.12909

Code (1)

1231234zhan/mmlphuman 공식 구현 pytorch

Tasks

Position

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Animatable 3D Gaussians for High-fidelity Synthesis of Human Motions

2023-11-22 · Keyang Ye, Tianjia Shao, Kun Zhou

We present a novel animatable 3D Gaussian model for rendering high-fidelity free-view human motions in real time. Compared to existing NeRF-based methods, the model owns better capability in synthesizing high-frequency d…

NeRF

Human101: Training 100+FPS Human Gaussians in 100s from 1 View

2023-12-23 · MingWei Li, Jiachen Tao, Zongxin Yang, Yi Yang

Reconstructing the human body from single-view videos plays a pivotal role in the virtual reality domain. One prevalent application scenario necessitates the rapid reconstruction of high-fidelity 3D digital humans while …

NeRF

Relightable Gaussian Codec Avatars

2023-12-06 · CVPR 2024 1 · Shunsuke Saito, Gabriel Schwartz, Tomas Simon, Junxuan Li 외

The fidelity of relighting is bounded by both geometry and appearance representations. For geometry, both mesh and volumetric approaches have difficulty modeling intricate structures like 3D hair geometry. For appearance…

2DGS-Avatar: Animatable High-fidelity Clothed Avatar via 2D Gaussian Splatting

2025-03-04 · Qipeng Yan, Mingyang Sun, Lihua Zhang

Real-time rendering of high-fidelity and animatable avatars from monocular videos remains a challenging problem in computer vision and graphics. Over the past few years, the Neural Radiance Field (NeRF) has made signific…

3DGSNeRF

HiFi4G: High-Fidelity Human Performance Rendering via Compact Gaussian Splatting

2023-12-06 · CVPR 2024 1 · Yuheng Jiang, Zhehao Shen, Penghao Wang, Zhuo Su 외

We have recently seen tremendous progress in photo-real human modeling and rendering. Yet, efficiently rendering realistic human performance and integrating it into the rasterization pipeline remains challenging. In this…