CVGRSep 14, 2025

On the Skinning of Gaussian Avatars

arXiv:2509.11411v1h-index: 16
Originality Incremental advance
AI Analysis

This work addresses a specific technical bottleneck in 3D human avatar animation for graphics and VR applications, offering an incremental improvement over existing methods.

The paper tackles artifacts in animating Gaussian avatars caused by linear blend skinning's incompatibility with Gaussian rotation properties, proposing a weighted rotation blending method using quaternion averaging that simplifies vertex-based Gaussians for efficient animation and integration.

Radiance field-based methods have recently been used to reconstruct human avatars, showing that we can significantly downscale the systems needed for creating animated human avatars. Although this progress has been initiated by neural radiance fields, their slow rendering and backward mapping from the observation space to the canonical space have been the main challenges. With Gaussian splatting overcoming both challenges, a new family of approaches has emerged that are faster to train and render, while also straightforward to implement using forward skinning from the canonical to the observation space. However, the linear blend skinning required for the deformation of the Gaussians does not provide valid results for their non-linear rotation properties. To address such artifacts, recent works use mesh properties to rotate the non-linear Gaussian properties or train models to predict corrective offsets. Instead, we propose a weighted rotation blending approach that leverages quaternion averaging. This leads to simpler vertex-based Gaussians that can be efficiently animated and integrated in any engine by only modifying the linear blend skinning technique, and using any Gaussian rasterizer.

Foundations

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

Your Notes