H-CNN: Spatial Hashing Based CNN for 3D Shape Analysis
Tianjia Shao, Yin Yang, Yanlin Weng, Qiming Hou, Kun Zhou

TL;DR
This paper introduces H-CNN, a spatial hashing data structure that enables efficient, high-resolution 3D shape analysis with CNNs by significantly reducing memory usage and improving processing speed compared to existing methods.
Contribution
The paper presents a novel spatial hashing data structure and GPU algorithms that outperform octree-based methods in memory efficiency and speed for 3D shape analysis with CNNs.
Findings
Reduces memory footprint to one-third of octree-based methods.
Enables CNN processing of higher-resolution 3D shapes.
Achieves comparable or better accuracy in shape analysis.
Abstract
We present a novel spatial hashing based data structure to facilitate 3D shape analysis using convolutional neural networks (CNNs). Our method well utilizes the sparse occupancy of 3D shape boundary and builds hierarchical hash tables for an input model under different resolutions. 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 spatial hashing is nearly minimal, and our data structure is almost of the same size as the raw input. Compared with state-of-the-art octree-based 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
