paper-with-me

홈 › Papers

Differentiable Voronoi Ray Tracing Beyond Rasterization Speeds

2026-08-18 · Bernardo Taveira, Carl Lindström, Joakim Johnander, Fredrik Kahl arxiv

Real-time novel view synthesis is dominated by rasterized explicit primitives. These projection-based pipelines provide high throughput but require specialized extensions for non-pinhole effects such as distortion, rolling shutter, and depth of field. Ray-based rendering expresses these effects naturally but is generally assumed too slow for competitive real-time rendering. We analyze the factors governing throughput in differentiable Voronoi ray tracing and identify traversal length, per-cell work, and memory locality as principal determinants. Guided by this, we introduce VoroTracing, which co-designs the scene representation, optimization, and GPU execution to reduce these costs. Compact octahedral appearance textures reduce memory traffic, while surface-concentrated opacity promotes early termination. The fixed-budget representation is optimized without pruning or densification and rendered with a GPU implementation designed for coherent traversal. On Mip-NeRF 360, VoroTracing renders at 623 FPS on an RTX 5090, providing $3.2\times$ the throughput of the fastest prior ray-based method and $2.8\times$ that of 3D Gaussian Splatting, while maintaining competitive reconstruction quality. Our renderer supports fisheye, rolling-shutter, motion-blur, and depth-of-field effects through ray generation and sampling, requiring no specialized rasterization. These results show that real-time throughput can be achieved with the flexibility of ray-based rendering. We release our source code, see https://research.zenseact.com/publications/vorotracing

📄 PDF Abstract BibTeX arXiv:2608.17682

Code (0)

등록된 구현이 없습니다.

Tasks

Novel View Synthesis

Similar Papers 제목 키워드 기반

Power Foam: Unifying Real-Time Differentiable Ray Tracing and Rasterization

2026-04-27 · Shrisudhan Govindarajan, Daniel Rebain, Dor Verbin, Kwang Moo Yi 외 arxiv

We introduce a differentiable 3D representation that unifies the ray tracing capabilities of foam-based ray tracing with the efficiency of modern rasterization pipelines. While prior foam representations enable constant-…

Radiance Meshes for Volumetric Reconstruction

2025-12-03 · Alexander Mai, Trevor Hedstrom, George Kopanas, Janne Kontkanen 외 arxiv

We introduce radiance meshes, a technique for representing radiance fields with constant density tetrahedral cells produced with a Delaunay tetrahedralization. Unlike a Voronoi diagram, a Delaunay tetrahedralization yiel…

UTrice: Unifying Primitives in Differentiable Ray Tracing and Rasterization via Triangles for Particle-Based 3D Scenes

2025-12-04 · Changhe Liu, Ehsan Javanmardi, Naren Bao, Alex Orsholits 외 arxiv

Ray tracing 3D Gaussian particles enables realistic effects such as depth of field, refractions, and flexible camera modeling for novel-view synthesis. However, existing methods trace Gaussians through proxy geometry, wh…

Stochastic Ray Tracing for the Reconstruction of 3D Gaussian Splatting

2026-03-24 · Peiyu Xu, Xin Sun, Krishna Mullia, Raymond Fei 외 arxiv

Ray-tracing-based 3D Gaussian splatting (3DGS) methods overcome the limitations of rasterization -- rigid pinhole camera assumptions, inaccurate shadows, and lack of native reflection or refraction -- but remain slower d…

DIB-R++: Learning to Predict Lighting and Material with a Hybrid Differentiable Renderer

2021-10-30 · NeurIPS 2021 12 · Wenzheng Chen, Joey Litalien, Jun Gao, Zian Wang 외

We consider the challenging problem of predicting intrinsic object properties from a single image by exploiting differentiable renderers. Many previous learning-based approaches for inverse graphics adopt rasterization-b…

Disentanglement