paper-with-me

홈 › Papers

LiteVoxel: Low-memory Intelligent Thresholding for Efficient Voxel Rasterization

2025-11-04 · Jee Won Lee, Jongseong Brad Choi arxiv

Sparse-voxel rasterization is a fast, differentiable alternative for optimization-based scene reconstruction, but it tends to underfit low-frequency content, depends on brittle pruning heuristics, and can overgrow in ways that inflate VRAM. We introduce LiteVoxel, a self-tuning training pipeline that makes SV rasterization both steadier and lighter. Our loss is made low-frequency aware via an inverse-Sobel reweighting with a mid-training gamma-ramp, shifting gradient budget to flat regions only after geometry stabilize. Adaptation replaces fixed thresholds with a depth-quantile pruning logic on maximum blending weight, stabilized by EMA-hysteresis guards and refines structure through ray-footprint-based, priority-driven subdivision under an explicit growth budget. Ablations and full-system results across Mip-NeRF 360 (6scenes) and Tanks & Temples (3scenes) datasets show mitigation of errors in low-frequency regions and boundary instability while keeping PSNR/SSIM, training time, and FPS comparable to a strong SVRaster pipeline. Crucially, LiteVoxel reduces peak VRAM by ~40%-60% and preserves low-frequency detail that prior setups miss, enabling more predictable, memory-efficient training without sacrificing perceptual quality.

📄 PDF Abstract BibTeX arXiv:2511.02510

Code (0)

등록된 구현이 없습니다.

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…

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 외

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 pro…

Novel View Synthesis

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…

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…

GVKF: Gaussian Voxel Kernel Functions for Highly Efficient Surface Reconstruction in Open Scenes

2024-11-04 · Gaochao Song, Chong Cheng, Hao Wang

In this paper we present a novel method for efficient and effective 3D surface reconstruction in open scenes. Existing Neural Radiance Fields (NeRF) based works typically require extensive training and rendering time due…

3DGSNeRFSurface Reconstruction