FractalCloud: A Fractal-Inspired Architecture for Efficient Large-Scale Point Cloud Processing
Abstract
Three-dimensional (3D) point clouds are increasingly used in applications such as autonomous driving, robotics, and virtual reality (VR). Point-based neural networks (PNNs) have demonstrated strong performance in point cloud analysis, originally targeting small-scale inputs. However, as PNNs evolve to process large-scale point clouds with hundreds of thousands of points, all-to-all computation and global memory access in point cloud processing introduce substantial overhead, causing computational complexity and memory traffic where n is the number of points}. Existing accelerators, primarily optimized for small-scale workloads, overlook this challenge and scale poorly due to inefficient partitioning and non-parallel architectures. To address these issues, we propose FractalCloud, a fractal-inspired hardware architecture for efficient large-scale 3D point cloud processing. FractalCloud introduces two key optimizations: (1) a co-designed Fractal method for shape-aware and hardware-friendly partitioning, and (2) block-parallel point operations that decompose and parallelize all point operations. A dedicated hardware design with on-chip fractal and flexible parallelism further enables fully parallel processing within limited memory resources. Implemented in 28 nm technology as a chip layout with a core area of 1.5 , FractalCloud achieves 21.7x speedup and 27x energy reduction over state-of-the-art accelerators while maintaining network accuracy, demonstrating its scalability and efficiency for PNN inference.
Cite
@article{arxiv.2511.07665,
title = {FractalCloud: A Fractal-Inspired Architecture for Efficient Large-Scale Point Cloud Processing},
author = {Yuzhe Fu and Changchun Zhou and Hancheng Ye and Bowen Duan and Qiyu Huang and Chiyue Wei and Cong Guo and Hai "Helen'' Li and Yiran Chen},
journal= {arXiv preprint arXiv:2511.07665},
year = {2025}
}
Comments
Accepted for publication in HPCA2026. Codes are released at https://github.com/Yuzhe-Fu/FractalCloud