Residency Octree: A Hybrid Approach for Scalable Web-Based Multi-Volume Rendering
Lukas Herzberger, Markus Hadwiger, Robert Kr\"uger, Peter Sorger,, Hanspeter Pfister, Eduard Gr\"oller, Johanna Beyer

TL;DR
The paper introduces Residency Octree, a hybrid multi-volume rendering method that decouples data resolution from spatial subdivision, enabling efficient, flexible, and scalable web-based visualization of large multi-volume datasets.
Contribution
It proposes a novel Residency Octree structure that allows mixed-resolution out-of-core rendering with fine-grained empty-space skipping, improving speed and flexibility over prior methods.
Findings
Faster rendering compared to previous approaches.
Supports adaptive resolution mixing and sampling.
Efficient for multiple data channels in web-based environments.
Abstract
We present a hybrid multi-volume rendering approach based on a novel Residency Octree that combines the advantages of out-of-core volume rendering using page tables with those of standard octrees. Octree approaches work by performing hierarchical tree traversal. However, in octree volume rendering, tree traversal and the selection of data resolution are intrinsically coupled. This makes fine-grained empty-space skipping costly. Page tables, on the other hand, allow access to any cached brick from any resolution. However, they do not offer a clear and efficient strategy for substituting missing high-resolution data with lower-resolution data. We enable flexible mixed-resolution out-of-core multi-volume rendering by decoupling the cache residency of multi-resolution data from a resolution-independent spatial subdivision determined by the tree. Instead of one-to-one node-to-brick…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputer Graphics and Visualization Techniques · Medical Image Segmentation Techniques · Advanced Data Compression Techniques
