English

Animated 3DGS Avatars in Diverse Scenes with Consistent Lighting and Shadows

Computer Vision and Pattern Recognition 2026-01-06 v1

Abstract

We present a method for consistent lighting and shadows when animated 3D Gaussian Splatting (3DGS) avatars interact with 3DGS scenes or with dynamic objects inserted into otherwise static scenes. Our key contribution is Deep Gaussian Shadow Maps (DGSM), a modern analogue of the classical shadow mapping algorithm tailored to the volumetric 3DGS representation. Building on the classic deep shadow mapping idea, we show that 3DGS admits closed form light accumulation along light rays, enabling volumetric shadow computation without meshing. For each estimated light, we tabulate transmittance over concentric radial shells and store them in octahedral atlases, which modern GPUs can sample in real time per query to attenuate affected scene Gaussians and thus cast and receive shadows consistently. To relight moving avatars, we approximate the local environment illumination with HDRI probes represented in a spherical harmonic (SH) basis and apply a fast per Gaussian radiance transfer, avoiding explicit BRDF estimation or offline optimization. We demonstrate environment consistent lighting for avatars from AvatarX and ActorsHQ, composited into ScanNet++, DL3DV, and SuperSplat scenes, and show interactions with inserted objects. Across single and multi avatar settings, DGSM and SH relighting operate fully in the volumetric 3DGS representation, yielding coherent shadows and relighting while avoiding meshing.

Keywords

Cite

@article{arxiv.2601.01660,
  title  = {Animated 3DGS Avatars in Diverse Scenes with Consistent Lighting and Shadows},
  author = {Aymen Mir and Riza Alp Guler and Jian Wang and Gerard Pons-Moll and Bing Zhou},
  journal= {arXiv preprint arXiv:2601.01660},
  year   = {2026}
}

Comments

Our project page is available at https://miraymen.github.io/dgsm

R2 v1 2026-07-01T08:50:07.934Z