paper-with-me

Papers

Sparse Voxels Rasterization: Real-time High-fidelity Radiance Field Rendering

2024-12-05 · CVPR 2025 1 · Cheng Sun, Jaesung Choe, Charles Loop, Wei-Chiu Ma, Yu-Chiang Frank Wang

We propose an efficient radiance field rendering algorithm that incorporates a rasterization process on adaptive sparse voxels without neural networks or 3D Gaussians. There are two key contributions coupled with the proposed system. The first is to adaptively and explicitly allocate sparse voxels to different levels of detail within scenes, faithfully reproducing scene details with $65536^3$ grid resolution while achieving high rendering frame rates. Second, we customize a rasterizer for efficient adaptive sparse voxels rendering. We render voxels in the correct depth order by using ray direction-dependent Morton ordering, which avoids the well-known popping artifact found in Gaussian splatting. Our method improves the previous neural-free voxel model by over 4db PSNR and more than 10x FPS speedup, achieving state-of-the-art comparable novel-view synthesis results. Additionally, our voxel representation is seamlessly compatible with grid-based 3D processing techniques such as Volume Fusion, Voxel Pooling, and Marching Cubes, enabling a wide range of future extensions and applications.

📄 PDF Abstract BibTeX arXiv:2412.04459

Code (1)

nvlabs/svraster 공식 구현 pytorch

Tasks

Novel View Synthesis

Similar Papers 제목 키워드 기반

SVRecon: Sparse Voxel Rasterization for Surface Reconstruction

2025-11-21 · Seunghun Oh, Jaesung Choe, Dongjae Lee, Daeun Lee 외 arxiv

We extend the recently proposed sparse voxel rasterization paradigm to the task of high-fidelity surface reconstruction by integrating Signed Distance Function (SDF), named SVRecon. Unlike 3D Gaussians, sparse voxels are…

DrivingVoxels: Compositional Sparse Voxel Rasterization for Dynamic Driving Scene Reconstruction

2026-06-22 · Tania Aguirre, Luis Roldão, Moussab Bennehar, Nathan Piasco 외 arxiv

Reconstructing dynamic urban scenes remains challenging due to the unbounded nature of driving environments and the presence of multiple dynamic objects. Currently, potentially faster sparse voxel methods are mainly desi…

Advancing Structured Priors for Sparse-Voxel Surface Reconstruction

2026-01-25 · Ting-Hsun Chi, Chu-Rong Chen, Chi-Tun Hsu, Hsuan-Ting Lin 외 arxiv

Reconstructing accurate surfaces with radiance fields has progressed rapidly, yet two promising explicit representations, 3D Gaussian Splatting and sparse-voxel rasterization, exhibit complementary strengths and weakness…

OpenVoxel: Training-Free Grouping and Captioning Voxels for Open-Vocabulary 3D Scene Understanding

2026-01-14 · Sheng-Yu Huang, Jaesung Choe, Yu-Chiang Frank Wang, Cheng Sun arxiv

We propose OpenVoxel, a training-free algorithm for grouping and captioning sparse voxels for the open-vocabulary 3D scene understanding tasks. Given the sparse voxel rasterization (SVR) model obtained from multi-view im…

Referring Expression SegmentationScene Understanding

SaLF: Sparse Local Fields for Multi-Sensor Rendering in Real-Time

2025-07-24 · Yun Chen, Matthew Haines, Jingkang Wang, Sahil Jain 외 arxiv

High-fidelity sensor simulation of light-based sensors such as cameras and LiDARs is critical for safe and accurate autonomy testing. Neural radiance field (NeRF)-based methods that reconstruct sensor observations via ra…