用统一提示机制提升点云分析在噪声和缺失下的鲁棒性。
UPP: Unified Point-Level Prompting for Robust Point Cloud Analysis
- 将去噪与补全转化为点级提示,实现参数高效增强。
- 在四个数据集上显著优于现有方法,有效保留几何特征。
- 适合需要高鲁棒性的3D点云实际应用,如自动驾驶。
预训练点云分析模型在下游任务中表现优异,但在真实场景中常因点云质量差(如噪声和不完整)而受限,这源于物体遮挡及3D传感器采集不佳。现有方法通过专用去噪和补全模型提升点云质量,但因其与下游任务分离,难以泛化至多样现实场景;且去噪与补全目标冲突,限制了集成范式对关键几何特征的保留。为此,我们提出统一点级提示方法,将点云去噪与补全重构为提示机制,实现参数高效的鲁棒分析。首先引入校正提示器,通过预测校正向量提示适应噪声点,有效滤除噪声并保留关键几何特征。随后,引入补全提示器,基于校正后的点云生成辅助点提示,增强鲁棒性与适应性。最后,利用形状感知单元模块统一并捕获过滤后的几何特征以支持下游分析。在四个数据集上的大量实验表明,该方法在处理噪声与不完整点云时优于现有最先进方法。代码已开源:https://github.com/zhoujiahuan1991/ICCV2025-UPP。
原文摘要 · Abstract (English)
Pre-trained point cloud analysis models have shown promising advancements in various downstream tasks, yet their effectiveness is typically suffering from low-quality point cloud (i.e., noise and incompleteness), which is a common issue in real scenarios due to casual object occlusions and unsatisfactory data collected by 3D sensors. To this end, existing methods focus on enhancing point cloud quality by developing dedicated denoising and completion models. However, due to the isolation between the point cloud enhancement and downstream tasks, these methods fail to work in various real-world domains. In addition, the conflicting objectives between denoising and completing tasks further limit the ensemble paradigm to preserve critical geometric features. To tackle the above challenges, we propose a unified point-level prompting method that reformulates point cloud denoising and completion as a prompting mechanism, enabling robust analysis in a parameter-efficient manner. We start by introducing a Rectification Prompter to adapt to noisy points through the predicted rectification vector prompts, effectively filtering noise while preserving intricate geometric features essential for accurate analysis. Sequentially, we further incorporate a Completion Prompter to generate auxiliary point prompts based on the rectified point clouds, facilitating their robustness and adaptability. Finally, a Shape-Aware Unit module is exploited to efficiently unify and capture the filtered geometric features for the downstream point cloud analysis.Extensive experiments on four datasets demonstrate the superiority and robustness of our method when handling noisy and incomplete point cloud data against existing state-of-the-art methods. Our code is released at https://github.com/zhoujiahuan1991/ICCV2025-UPP.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。