paper-with-me

Papers

SqueezeMe: Efficient Gaussian Avatars for VR

2024-12-19 · Shunsuke Saito, Stanislav Pidhorskyi, Igor Santesteban, Forrest Iandola, Divam Gupta, Anuj Pahuja, Nemanja Bartolovic, Frank Yu, Emanuel Garbin, Tomas Simon

Gaussian Splatting has enabled real-time 3D human avatars with unprecedented levels of visual quality. While previous methods require a desktop GPU for real-time inference of a single avatar, we aim to squeeze multiple Gaussian avatars onto a portable virtual reality headset with real-time drivable inference. We begin by training a previous work, Animatable Gaussians, on a high quality dataset captured with 512 cameras. The Gaussians are animated by controlling base set of Gaussians with linear blend skinning (LBS) motion and then further adjusting the Gaussians with a neural network decoder to correct their appearance. When deploying the model on a Meta Quest 3 VR headset, we find two major computational bottlenecks: the decoder and the rendering. To accelerate the decoder, we train the Gaussians in UV-space instead of pixel-space, and we distill the decoder to a single neural network layer. Further, we discover that neighborhoods of Gaussians can share a single corrective from the decoder, which provides an additional speedup. To accelerate the rendering, we develop a custom pipeline in Vulkan that runs on the mobile GPU. Putting it all together, we run 3 Gaussian avatars concurrently at 72 FPS on a VR headset. Demo videos are at https://forresti.github.io/squeezeme.

📄 PDF Abstract BibTeX arXiv:2412.15171

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderGPU

Methods 이 논문이 사용한 방법론

BASE 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

GASP: Gaussian Avatars with Synthetic Priors

2024-12-10 · CVPR 2025 1 · Jack Saunders, Charlie Hewitt, Yanan Jian, Marek Kowalski 외

Gaussian Splatting has changed the game for real-time photo-realistic rendering. One of the most popular applications of Gaussian Splatting is to create animatable avatars, known as Gaussian Avatars. Recent works have pu…

Gaussian Pixel Codec Avatars: A Hybrid Representation for Efficient Rendering

2025-12-17 · Divam Gupta, Anuj Pahuja, Nemanja Bartolovic, Tomas Simon 외 arxiv

We present Gaussian Pixel Codec Avatars (GPiCA), photorealistic head avatars that can be generated from multi-view images and efficiently rendered on mobile devices. GPiCA utilizes a unique hybrid representation that com…

Gaussian Wardrobe: Compositional 3D Gaussian Avatars for Free-Form Virtual Try-On

2026-03-04 · Zhiyi Chen, Hsuan-I Ho, Tianjian Jiang, Jie Song 외 arxiv

We introduce Gaussian Wardrobe, a novel framework to digitalize compositional 3D neural avatars from multi-view videos. Existing methods for 3D neural avatars typically treat the human body and clothing as an inseparable…

Virtual Try-on

ProgressiveAvatars: Progressive Animatable 3D Gaussian Avatars

2026-03-17 · Kaiwen Song, Jinkai Cui, Juyong Zhang arxiv

In practical real-time XR and telepresence applications, network and computing resources fluctuate frequently. Therefore, a progressive 3D representation is needed. To this end, we propose ProgressiveAvatars, a progressi…

DEGAS: Detailed Expressions on Full-Body Gaussian Avatars

2024-08-20 · Zhijing Shao, Duotun Wang, Qing-Yao Tian, Yao-Dong Yang 외

Although neural rendering has made significant advances in creating lifelike, animatable full-body and head avatars, incorporating detailed expressions into full-body avatars remains largely unexplored. We present DEGAS,…

3DGSNeural Rendering