Arbitrary-Scale Point Cloud Upsampling by Voxel-Based Network with Latent Geometric-Consistent Learning
Hang Du, Xuejun Yan, Jingjing Wang, Di Xie, Shiliang Pu
TL;DR
This work tackles arbitrary-scale upsampling of sparse, noisy point clouds by introducing PU-VoxelNet, a voxel-based network that treats surface patches as density distributions within regular grid cells. It couples density-guided grid resampling (D-FPS) with a latent geometric-consistent learning objective to improve local surface fidelity, and leverages multi-scale voxelization with a 3D CNN decoder and a refinement module (2D offsets + Point Transformer) to generate high-fidelity points at any rate $r$. The method is trained with a joint loss combining Chamfer-based reconstruction, voxel occupancy/density supervision, a latent-space geometric-consistency term, and regularization, and is shown to outperform state-of-the-art methods on synthetic and real datasets in both fixed and arbitrary-scale upsampling tasks. The results also indicate improved performance in downstream surface reconstruction, and ablations confirm the efficacy of both density-guided resampling and latent geometric-consistent learning for robust surface approximation and detail preservation.
Abstract
Recently, arbitrary-scale point cloud upsampling mechanism became increasingly popular due to its efficiency and convenience for practical applications. To achieve this, most previous approaches formulate it as a problem of surface approximation and employ point-based networks to learn surface representations. However, learning surfaces from sparse point clouds is more challenging, and thus they often suffer from the low-fidelity geometry approximation. To address it, we propose an arbitrary-scale Point cloud Upsampling framework using Voxel-based Network (\textbf{PU-VoxelNet}). Thanks to the completeness and regularity inherited from the voxel representation, voxel-based networks are capable of providing predefined grid space to approximate 3D surface, and an arbitrary number of points can be reconstructed according to the predicted density distribution within each grid cell. However, we investigate the inaccurate grid sampling caused by imprecise density predictions. To address this issue, a density-guided grid resampling method is developed to generate high-fidelity points while effectively avoiding sampling outliers. Further, to improve the fine-grained details, we present an auxiliary training supervision to enforce the latent geometric consistency among local surface patches. Extensive experiments indicate the proposed approach outperforms the state-of-the-art approaches not only in terms of fixed upsampling rates but also for arbitrary-scale upsampling.
