H-CNN: Spatial Hashing Based CNN for 3D Shape Analysis

Tianjia Shao,Yin Yang,Yanlin Weng,Qiming Hou,Kun Zhou
DOI: https://doi.org/10.1109/tvcg.2018.2887262
IF: 5.2
2020-07-01
IEEE Transactions on Visualization and Computer Graphics
Abstract:We present a novel spatial hashing based data structure to facilitate 3D shape analysis using convolutional neural networks (CNNs). Our method builds hierarchical hash tables for an input model under different resolutions that leverage the sparse occupancy of 3D shape boundary. Based on this data structure, we design two efficient GPU algorithms namely hash2col and col2hash so that the CNN operations like convolution and pooling can be efficiently parallelized. The perfect spatial hashing is employed as our spatial hashing scheme, which is not only free of hash collision but also nearly minimal so that our data structure is almost of the same size as the raw input. Compared with existing 3D CNN methods, our data structure significantly reduces the memory footprint during the CNN training. As the input geometry features are more compactly packed, CNN operations also run faster with our data structure. The experiment shows that, under the same network structure, our method yields comparable or better benchmark results compared with the state-of-the-art while it has only one-third memory consumption when under high resolutions (i.e., 256<sup>3</sup>).
What problem does this paper attempt to address?