Joint Point Cloud Upsampling and Cleaning with Octree-based CNNs
Jihe Li, Bo Pang, Peng-Shuai Wang

TL;DR
This paper introduces a simple, efficient octree-based 3D U-Net approach for joint point cloud upsampling and cleaning, achieving state-of-the-art results with significantly faster inference.
Contribution
It presents a novel, streamlined method that processes entire point clouds directly, reducing complexity and inference time compared to previous patch-based approaches.
Findings
Achieves at least 47 times faster inference
Attains state-of-the-art performance on benchmarks
Simplifies implementation of point cloud processing
Abstract
Recovering dense and uniformly distributed point clouds from sparse or noisy data remains a significant challenge. Recently, great progress has been made on these tasks, but usually at the cost of increasingly intricate modules or complicated network architectures, leading to long inference time and huge resource consumption. Instead, we embrace simplicity and present a simple yet efficient method for jointly upsampling and cleaning point clouds. Our method leverages an off-the-shelf octree-based 3D U-Net (OUNet) with minor modifications, enabling the upsampling and cleaning tasks within a single network. Our network directly processes each input point cloud as a whole instead of processing each point cloud patch as in previous works, which significantly eases the implementation and brings at least 47 times faster inference. Extensive experiments demonstrate that our method achieves…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRemote Sensing and LiDAR Applications · Advanced Optical Sensing Technologies · Optical measurement and interference techniques
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Concatenated Skip Connection · Convolution · Max Pooling · U-Net
