Streaming compression of tetrahedral volume meshes

  • Authors:
  • Martin Isenburg;Peter Lindstrom;Stefan Gumhold;Jonathan Shewchuk

  • Affiliations:
  • UC Berkeley;LLNL;TU Dresden;UC Berkeley

  • Venue:
  • GI '06 Proceedings of Graphics Interface 2006
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Geometry processing algorithms have traditionally assumed that the input data is entirely in main memory and available for random access. This assumption does not scale to large data sets, as exhausting the physical memory typically leads to IO-inefficient thrashing. Recent works advocate processing geometry in a "streaming" manner, where computation and output begin as soon as possible. Streaming is suitable for tasks that require only local neighbor information and batch process an entire data set.We describe a streaming compression scheme for tetrahedral volume meshes that encodes vertices and tetrahedra in the order they are written. To keep the memory footprint low, the compressor is informed when vertices are referenced for the last time (i.e. are finalized). The compression achieved depends on how coherent the input order is and how many tetrahedra are buffered for local reordering. For reasonably coherent orderings and a buffer of 10,000 tetrahedra, we achieve compression rates that are only 25 to 40 percent above the state-of-the-art, while requiring drastically less memory resources and less than half the processing time.