Speculative Progressive Raycasting for Memory Constrained Isosurface Visualization of Massive Volumes
Will Usher, Landon Dyken, Sidharth Kumar

TL;DR
This paper introduces a progressive, memory-efficient GPU-based isosurface rendering algorithm for massive volume visualization in web browsers, utilizing speculative ray-block intersection to enhance performance on lightweight devices.
Contribution
It presents a novel implicit isosurface rendering method that reduces memory usage and accelerates rendering through speculative traversal and parallel GPU execution.
Findings
Achieves 1.7x-5.7x reduction in memory overhead
Reduces data decompression by up to 8.4x
Improves interactivity with progressive surface rendering
Abstract
New web technologies have enabled the deployment of powerful GPU-based computational pipelines that run entirely in the web browser, opening a new frontier for accessible scientific visualization applications. However, these new capabilities do not address the memory constraints of lightweight end-user devices encountered when attempting to visualize the massive data sets produced by today's simulations and data acquisition systems. In this paper, we propose a novel implicit isosurface rendering algorithm for interactive visualization of massive volumes within a small memory footprint. We achieve this by progressively traversing a wavefront of rays through the volume and decompressing blocks of the data on-demand to perform implicit ray-isosurface intersections. The progressively rendered surface is displayed after each pass to improve interactivity. Furthermore, to accelerate rendering…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputer Graphics and Visualization Techniques · Advanced Optical Imaging Technologies · 3D Shape Modeling and Analysis
