4.8 Article

ASH: A Modern Framework for Parallel Spatial Hashing in 3D Perception

出版社

IEEE COMPUTER SOC
DOI: 10.1109/TPAMI.2022.3214347

关键词

Three-dimensional displays; Graphics processing units; Ash; Tensors; Task analysis; Image reconstruction; Arrays; Parallel hashing; GPU; volumetric reconstruction; SLAM; shape-from-shading; autodiff

向作者/读者索取更多资源

We present ASH, a modern and high-performance framework for parallel spatial hashing on GPU, which achieves higher performance, supports richer functionality, and requires fewer lines of code (LoC) compared to existing GPU hash map implementations. ASH provides a versatile tensor interface and enables direct access to spatially varying data via indices, allowing seamless integration with modern libraries such as PyTorch.
We present ASH, a modern and high-performance framework for parallel spatial hashing on GPU. Compared to existing GPU hash map implementations, ASH achieves higher performance, supports richer functionality, and requires fewer lines of code (LoC) when used for implementing spatially varying operations from volumetric geometry reconstruction to differentiable appearance reconstruction. Unlike existing GPU hash maps, the ASH framework provides a versatile tensor interface, hiding low-level details from the users. In addition, by decoupling the internal hashing data structures and key-value data in buffers, we offer direct access to spatially varying data via indices, enabling seamless integration to modern libraries such as PyTorch. To achieve this, we 1) detach stored key-value data from the low-level hash map implementation; 2) bridge the pointer-first low level data structures to index-first high-level tensor interfaces via an index heap; 3) adapt both generic and non-generic integer-only hash map implementations as backends to operate on multi-dimensional keys. We first profile our hash map against state-of-the-art hash maps on synthetic data to show the performance gain from this architecture. We then show that ASH can consistently achieve higher performance on various large-scale 3D perception tasks with fewer LoC by showcasing several applications, including 1) point cloud voxelization, 2) retargetable volumetric scene reconstruction, 3) non-rigid point cloud registration and volumetric deformation, and 4) spatially varying geometry and appearance refinement. ASH and its example applications are open sourced in Open3D (http://www.open3d.org).

作者

我是这篇论文的作者
点击您的名字以认领此论文并将其添加到您的个人资料中。

评论

主要评分

4.8
评分不足

次要评分

新颖性
-
重要性
-
科学严谨性
-
评价这篇论文

推荐

暂无数据
暂无数据