Rethinking Data Input for Point Cloud Upsampling
Tongxu Zhang
TL;DR
This work questions the default patch-based input paradigm for point cloud upsampling by introducing Average Segment (AS), a full-model input. Using the PU-GCN backbone, experiments on PU1K and ABC10K compare Patch and AS inputs across multiple upsampling scales, with CD and HD as primary metrics. Results show Patch-based inputs outperform AS on both datasets, while ablations reveal boundary processing and local feature extraction as key drivers of performance. The study suggests that while AS can retain global context, effective boundary handling and local detail—embodied by patch-based processing—remain superior under the tested conditions, pointing to future work on integrating global and local information through encoding strategies.
Abstract
Point cloud upsampling is crucial for tasks like 3D reconstruction. While existing methods rely on patch-based inputs, and there is no research discussing the differences and principles between point cloud model full input and patch based input. Ergo, we propose a novel approach using whole model inputs i.e. Average Segment input. Our experiments on PU1K and ABC datasets reveal that patch-based inputs consistently outperform whole model inputs. To understand this, we will delve into factors in feature extraction, and network architecture that influence upsampling results.
