Efficient Point Cloud Analysis Using Hilbert Curve

Abstract

Previous state-of-the-art research on analyzing point cloud mainly rely on the voxelization quantization because it keeps the better spatial locality and geometry. However, these 3D voxelization methods and subsequent 3D convolution networks often bring the large computational overhead and GPU occupation. A straightforward alternative is to flatten 3D voxelization into 2D structure or utilize the pillar representation to perform the dimension reduction, while all of them would inevitably alter the spatial locality and 3D geometric information. In this way, we propose the HilbertNet to maintain the locality advantage of voxel-based methods while significantly reducing the computational cost. Here the key component is a new flattening mechanism based on Hilbert curve, which is a famous locality and geometry preserving function. Namely, if flattening 3D voxels using Hilbert curve encoding, the resulting structure will have similar spatial topology compared with original voxels. Through the Hilbert flattening, we can not only use 2D convolution (more lightweight than 3D convolution) to process voxels, but also incorporate technologies suitable in 2D space, such as transformer, to boost the performance. Our proposed HilbertNet achieves state-of-the-art performance on ShapeNet and ModelNet40 datasets with smaller cost and GPU occupation.

Cite

Text

Chen et al. "Efficient Point Cloud Analysis Using Hilbert Curve." Proceedings of the European Conference on Computer Vision (ECCV), 2022. doi:10.1007/978-3-031-20086-1_42

Markdown

[Chen et al. "Efficient Point Cloud Analysis Using Hilbert Curve." Proceedings of the European Conference on Computer Vision (ECCV), 2022.](https://mlanthology.org/eccv/2022/chen2022eccv-efficient/) doi:10.1007/978-3-031-20086-1_42

BibTeX

@inproceedings{chen2022eccv-efficient,
  title     = {{Efficient Point Cloud Analysis Using Hilbert Curve}},
  author    = {Chen, Wanli and Zhu, Xinge and Chen, Guojin and Yu, Bei},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2022},
  doi       = {10.1007/978-3-031-20086-1_42},
  url       = {https://mlanthology.org/eccv/2022/chen2022eccv-efficient/}
}