Perfect spatial hashing
Sylvain Lefebvre, Hugues Hoppe
In ACM Transactions on Graphics, 25(3), July 2006.
Abstract: We explore using hashing to pack sparse data into a compact table while retaining efficient random access. Specifically, we design a perfect multidimensional hash function -- one that is precomputed on static data to have no hash collisions. Because our hash function makes a single reference to a small offset table, queries always involve exactly two memory accesses and are thus ideally suited for parallel SIMD evaluation on graphics hardware. Whereas prior hashing work strives for pseudorandom mappings, we instead design the hash function to preserve spatial coherence and thereby improve runtime locality of reference. We demonstrate numerous graphics applications including vector images, texture sprites, alpha channel compression, 3D-parameterized textures, 3D painting, simulation, and collision detection.
Keyword(s): TOG, adaptive textures, minimal perfect hash, multidimensional hashing, sparse data, vector images
@article{Lefebvre:2006:PSH,
author = {Sylvain Lefebvre and Hugues Hoppe},
title = {Perfect spatial hashing},
journal = {ACM Transactions on Graphics},
volume = {25},
number = {3},
pages = {579--588},
month = jul,
year = {2006},
}
Return to the search page.
graphbib: Powered by "bibsql" and "SQLite3."