paper-with-me

Papers

SplatBus: A Gaussian Splatting Viewer Framework via GPU Interprocess Communication

2026-01-21 · Yinghan Xu, Théo Morales, John Dingliana arxiv

Radiance field-based rendering methods have attracted significant interest from the computer vision and computer graphics communities. They enable high-fidelity rendering with complex real-world lighting effects, but at the cost of high rendering time. 3D Gaussian Splatting solves this issue with a rasterisation-based approach for real-time rendering, enabling applications such as autonomous driving, robotics, virtual reality, and extended reality. However, current 3DGS implementations are difficult to integrate into traditional mesh-based rendering pipelines, which is a common use case for interactive applications and artistic exploration. To address this limitation, this software solution uses Nvidia's interprocess communication (IPC) APIs to easily integrate into implementations and allow the results to be viewed in external clients such as Unity, Blender, Unreal Engine, and OpenGL viewers. The code is available at https://github.com/RockyXu66/splatbus.

📄 PDF Abstract BibTeX arXiv:2601.15431

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Driving

Similar Papers 제목 키워드 기반

VoD-3DGS: View-opacity-Dependent 3D Gaussian Splatting

2025-01-29 · Mateusz Nowak, Wojciech Jarosz, Peter Chin

Reconstructing a 3D scene from images is challenging due to the different ways light interacts with surfaces depending on the viewer's position and the surface's material. In classical computer graphics, materials can be…

3DGSNeRF

Visionary: The World Model Carrier Built on WebGPU-Powered Gaussian Splatting Platform

2025-12-09 · Yuning Gong, Yifei Liu, Yifan Zhan, Muyao Niu 외 arxiv

Neural rendering, particularly 3D Gaussian Splatting (3DGS), has evolved rapidly and become a key component for building world models. However, existing viewer solutions remain fragmented, heavy, or constrained by legacy…

UniGS: Unified Geometry-Aware Gaussian Splatting for Multimodal Rendering

2025-10-14 · Yusen Xie, Zhenmin Huang, Jianhao Jiao, Dimitrios Kanoulas 외 arxiv

In this paper, we propose UniGS, a unified map representation and differentiable framework for high-fidelity multimodal 3D reconstruction based on 3D Gaussian Splatting. Our framework integrates a CUDA-accelerated raster…

3D Reconstruction

Gaussian Frosting: Editable Complex Radiance Fields with Real-Time Rendering

2024-03-21 · Antoine Guédon, Vincent Lepetit

We propose Gaussian Frosting, a novel mesh-based representation for high-quality rendering and editing of complex 3D effects in real-time. Our approach builds on the recent 3D Gaussian Splatting framework, which optimize…

Drop-In Perceptual Optimization for 3D Gaussian Splatting

2026-03-23 · Ezgi Ozyilkan, Zhiqi Chen, Oren Rippel, Jona Ballé 외 arxiv

Despite their output being ultimately consumed by human viewers, 3D Gaussian Splatting (3DGS) methods often rely on ad-hoc combinations of pixel-level losses, resulting in blurry renderings. To address this, we systemati…