Optimizing redundant-data clustering for interactive walkthrough applications
Shan Jiang, Behzad Sajadi, Alexander Ihler, M. Gopi
In The Visual Computer, 30(6-8), June 2014.
Abstract: In modern walkthrough applications, storing massive datasets has become easy and inexpensive due to the availability of gigantic disk-based storage devices including hard drives, DVDs, and Blu-ray discs. However, fetching data from these devices for processing and rendering in interactive environments remains a bottleneck as data transfer speed has not kept pace with the sizes of both the secondary storage and main memory.Out-of-core algorithms are commonly used as a solution to transfer data efficiently from the secondary storage to main memory. Existing algorithms strongly rely on suitable data layout algorithms to reduce the data fetch time. However, in spite of all commonly used techniques, the total time required to seek and transfer data can still easily exceed the budget for total data fetch time. In this work, we propose an orthogonal approach to aggregate data and store them redundantly in multiple places in the storage device to ensure consistent data fetching performance. We pose this as a linear integer programming problem to minimize the amount of redundancy subject to the fetch time budget constraint. We provide an implementation on datasets with hundreds of millions of triangles to demonstrate how this data clustering can be created in practice and how the optimal solution is found.
@article{Jiang:2014:ORC,
author = {Shan Jiang and Behzad Sajadi and Alexander Ihler and M. Gopi},
title = {Optimizing redundant-data clustering for interactive walkthrough applications},
journal = {The Visual Computer},
volume = {30},
number = {6-8},
pages = {637--647},
month = jun,
year = {2014},
}
Return to the search page.
graphbib: Powered by "bibsql" and "SQLite3."