GRLGJul 30

A Query-Efficient Stochastic Volume Rendering Framework for Time-Varying Implicit Neural Volumes

arXiv:2607.280475.7
Predicted impact top 75% in GR · last 90 daysOriginality Incremental advance
AI Analysis

This work enables interactive rendering of time-varying implicit neural representations, which is a bottleneck for scientific visualization and dynamic CT, providing a practical solution for domain-specific applications.

The paper presents a query-efficient stochastic volume rendering framework for time-varying implicit neural volumes, achieving ~30-40 FPS at 1024x1024 resolution on an RTX 4090 GPU and enabling interactive temporal exploration with timestep updates of ~1-2 ms.

Time-varying implicit neural representations (INRs) provide a compact representation of scientific volumes and, for modalities such as dynamic X-ray computed tomography (CT), are often the only practical way to represent the data. However, interactive volume rendering of INRs is challenging, as cheap memory lookups are replaced by expensive neural inferences, hindering the performance. Therefore, conventional volume rendering methods such as ray marching with dense sampling are often impractical. While resampling, caching, and retraining can mitigate this cost, they compromise convenience and accuracy and become impractical for time-varying data. We tackle these challenges using a query-efficient stochastic volume rendering framework based on delta tracking. Our system employs a four-stage pipeline that exploits heterogeneous parallelism, using ray tracing cores for traversal and tensor cores for batched neural evaluation. Furthermore, we present strategies to reduce INR queries via ray budgeting and query pruning, thereby increasing per-frame performance. Using our renderer, many time-varying INRs can be rendered directly from their original representation. The system achieves ~30-40 FPS at 1024x1024 resolution on an RTX 4090 GPU and converges to high-fidelity images. Moreover, the system enables interactive temporal exploration of the continuous domain, with timestep updates taking approximately 1-2 ms.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes