Skip to main content

Showing 1–4 of 4 results for author: Lindstrom, P

Searching in archive cs. Search in all archives.
.
  1. arXiv:2308.11759  [pdf, other

    cs.DB cs.GR

    A General Framework for Progressive Data Compression and Retrieval

    Authors: Victor A. P. Magri, Peter Lindstrom

    Abstract: In scientific simulations, observations, and experiments, the cost of transferring data to and from disk and across networks has become a significant bottleneck that particularly impacts subsequent data analysis and visualization. To address this challenge, compression techniques have been widely adopted. However, traditional lossy compression approaches often require setting error tolerances cons… ▽ More

    Submitted 7 August, 2023; originally announced August 2023.

    Comments: To be published in Proceedings of IEEE VIS 2023, IEEE Transactions on Visualization and Computer Graphics

    Report number: LLNL-JRNL-852463

  2. AMM: Adaptive Multilinear Meshes

    Authors: Harsh Bhatia, Duong Hoang, Nate Morrical, Valerio Pascucci, Peer-Timo Bremer, Peter Lindstrom

    Abstract: Adaptive representations are increasingly indispensable for reducing the in-memory and on-disk footprints of large-scale data. Usual solutions are designed broadly along two themes: reducing data precision, e.g., through compression, or adapting data resolution, e.g., using spatial hierarchies. Recent research suggests that combining the two approaches, i.e., adapting both resolution and precision… ▽ More

    Submitted 25 February, 2022; v1 submitted 30 July, 2020; originally announced July 2020.

    Journal ref: IEEE Trans. Vis. Comp. Graph. (TVCG), 28(6), 2350-3363, 2022

  3. TTHRESH: Tensor Compression for Multidimensional Visual Data

    Authors: Rafael Ballester-Ripoll, Peter Lindstrom, Renato Pajarola

    Abstract: Memory and network bandwidth are decisive bottlenecks when handling high-resolution multidimensional data sets in visualization applications, and they increasingly demand suitable data compression strategies. We introduce a novel lossy compression algorithm for multidimensional data over regular grids. It leverages the higher-order singular value decomposition (HOSVD), a generalization of the SVD… ▽ More

    Submitted 6 March, 2019; v1 submitted 15 June, 2018; originally announced June 2018.

  4. arXiv:1307.5899  [pdf, other

    cs.DS

    Optimal Hierarchical Layouts for Cache-Oblivious Search Trees

    Authors: Peter Lindstrom, Deepak Rajan

    Abstract: This paper proposes a general framework for generating cache-oblivious layouts for binary search trees. A cache-oblivious layout attempts to minimize cache misses on any hierarchical memory, independent of the number of memory levels and attributes at each level such as cache size, line size, and replacement policy. Recursively partitioning a tree into contiguous subtrees and prescribing an orderi… ▽ More

    Submitted 26 July, 2013; v1 submitted 22 July, 2013; originally announced July 2013.

    Comments: Extended version with proofs added to the appendix