paper-with-me

Papers

VRSplat: Fast and Robust Gaussian Splatting for Virtual Reality

2025-05-15 · Xuechang Tu, Lukas Radl, Michael Steiner, Markus Steinberger, Bernhard Kerbl, Fernando de la Torre

3D Gaussian Splatting (3DGS) has rapidly become a leading technique for novel-view synthesis, providing exceptional performance through efficient software-based GPU rasterization. Its versatility enables real-time applications, including on mobile and lower-powered devices. However, 3DGS faces key challenges in virtual reality (VR): (1) temporal artifacts, such as popping during head movements, (2) projection-based distortions that result in disturbing and view-inconsistent floaters, and (3) reduced framerates when rendering large numbers of Gaussians, falling below the critical threshold for VR. Compared to desktop environments, these issues are drastically amplified by large field-of-view, constant head movements, and high resolution of head-mounted displays (HMDs). In this work, we introduce VRSplat: we combine and extend several recent advancements in 3DGS to address challenges of VR holistically. We show how the ideas of Mini-Splatting, StopThePop, and Optimal Projection can complement each other, by modifying the individual techniques and core 3DGS rasterizer. Additionally, we propose an efficient foveated rasterizer that handles focus and peripheral areas in a single GPU launch, avoiding redundant computations and improving GPU utilization. Our method also incorporates a fine-tuning step that optimizes Gaussian parameters based on StopThePop depth evaluations and Optimal Projection. We validate our method through a controlled user study with 25 participants, showing a strong preference for VRSplat over other configurations of Mini-Splatting. VRSplat is the first, systematically evaluated 3DGS approach capable of supporting modern VR applications, achieving 72+ FPS while eliminating popping and stereo-disrupting floaters.

📄 PDF Abstract BibTeX arXiv:2505.10144

Code (1)

cekavis/vrsplat 공식 구현 pytorch

Tasks

3DGSGPUNovel View Synthesis

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

PolGS: Polarimetric Gaussian Splatting for Fast Reflective Surface Reconstruction

2025-09-24 · Yufei Han, Bowen Tie, Heng Guo, Youwei Lyu 외 arxiv

Efficient shape reconstruction for surfaces with complex reflectance properties is crucial for real-time virtual reality. While 3D Gaussian Splatting (3DGS)-based methods offer fast novel view rendering by leveraging the…

Enhancing non-Rigid 3D Model Deformations Using Mesh-based Gaussian Splatting

2025-07-09 · Wijayathunga W. M. R. D. B arxiv

We propose a novel framework that enhances non-rigid 3D model deformations by bridging mesh representations with 3D Gaussian splatting. While traditional Gaussian splatting delivers fast, real-time radiance-field renderi…

VR-GS: A Physical Dynamics-Aware Interactive Gaussian Splatting System in Virtual Reality

2024-01-30 · Ying Jiang, Chang Yu, Tianyi Xie, Xuan Li 외

As consumer Virtual Reality (VR) and Mixed Reality (MR) technologies gain momentum, there's a growing focus on the development of engagements with 3D virtual content. Unfortunately, traditional techniques for content cre…

Mixed RealitySemantic Segmentation

3D Gaussian as a New Era: A Survey

2024-02-11 · Ben Fei, Jingyi Xu, Rui Zhang, Qingyuan Zhou 외

3D Gaussian Splatting (3D-GS) has emerged as a significant advancement in the field of Computer Graphics, offering explicit scene representation and novel view synthesis without the reliance on neural networks, such as N…

Autonomous NavigationNeRFNovel View SynthesisSurvey

PolGS++: Physically-Guided Polarimetric Gaussian Splatting for Fast Reflective Surface Reconstruction

2026-03-11 · Yufei Han, Chu Zhou, Youwei Lyu, Qi Chen 외 arxiv

Accurate reconstruction of reflective surfaces remains a fundamental challenge in computer vision, with broad applications in real-time virtual reality and digital content creation. Although 3D Gaussian Splatting (3DGS) …