paper-with-me

Papers

SparsePipe: Parallel Deep Learning for 3D Point Clouds

2020-12-27 · Keke Zhai, Pan He, Tania Banerjee, Anand Rangarajan, Sanjay Ranka

We propose SparsePipe, an efficient and asynchronous parallelism approach for handling 3D point clouds with multi-GPU training. SparsePipe is built to support 3D sparse data such as point clouds. It achieves this by adopting generalized convolutions with sparse tensor representation to build expressive high-dimensional convolutional neural networks. Compared to dense solutions, the new models can efficiently process irregular point clouds without densely sliding over the entire space, significantly reducing the memory requirements and allowing higher resolutions of the underlying 3D volumes for better performance. SparsePipe exploits intra-batch parallelism that partitions input data into multiple processors and further improves the training throughput with inter-batch pipelining to overlap communication and computing. Besides, it suitably partitions the model when the GPUs are heterogeneous such that the computing is load-balanced with reduced communication overhead. Using experimental results on an eight-GPU platform, we show that SparsePipe can parallelize effectively and obtain better performance on current point cloud benchmarks for both training and inference, compared to its dense solutions.

📄 PDF Abstract BibTeX arXiv:2012.13846

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningGPU

Similar Papers 제목 키워드 기반

Human Vision Based 3D Point Cloud Semantic Segmentation of Large-Scale Outdoor Scene

2023-01-30 · Sunghwan Yoo, Yeongjeong Jeong, Maryam Jameela, Gunho Sohn

This paper proposes EyeNet, a novel semantic segmentation network for point clouds that addresses the critical yet often overlooked parameter of coverage area size. Inspired by human peripheral vision, EyeNet overcomes t…

3D Semantic SegmentationPhilosophyPoint Cloud SegmentationSemantic Segmentation

FractalCloud: A Fractal-Inspired Architecture for Efficient Large-Scale Point Cloud Processing

2025-11-10 · Yuzhe Fu, Changchun Zhou, Hancheng Ye, Bowen Duan 외 arxiv

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 c…

Autonomous DrivingPoint Clouds

Towards Better Gradient Consistency for Neural Signed Distance Functions via Level Set Alignment

2023-05-19 · CVPR 2023 1 · Baorui Ma, Junsheng Zhou, Yu-Shen Liu, Zhizhong Han

Neural signed distance functions (SDFs) have shown remarkable capability in representing geometry with details. However, without signed distance supervision, it is still a challenge to infer SDFs from point clouds or mul…

NPTC-net: Narrow-Band Parallel Transport Convolutional Neural Network on Point Clouds

2019-05-29 · Pengfei Jin, Tianhao Lai, Rongjie Lai, Bin Dong

Convolution plays a crucial role in various applications in signal and image processing, analysis, and recognition. It is also the main building block of convolution neural networks (CNNs). Designing appropriate convolut…

General ClassificationPoint Cloud Classification

GenReg: Deep Generative Method for Fast Point Cloud Registration

2021-11-23 · Xiaoshui Huang, Zongyi Xu, Guofeng Mei, Sheng Li 외

Accurate and efficient point cloud registration is a challenge because the noise and a large number of points impact the correspondence search. This challenge is still a remaining research problem since most of the exist…

Point Cloud Registration