PO3AD: Predicting Point Offsets toward Better 3D Point Cloud Anomaly Detection
Jianan Ye, Weiguang Zhao, Xi Yang, Guangliang Cheng, Kaizhu Huang
TL;DR
PO3AD addresses 3D point cloud anomaly detection in the anomaly-free setting by shifting from reconstruction to per-point offset prediction on pseudo anomalies. The method introduces Norm-AS, a normal-vector guided augmentation that produces credible pseudo anomalies, enabling effective distillation of normal representations. A MinkUNet-based backbone with an offset predictor is trained using a joint offset loss that combines distance and direction terms to learn both normal and pseudo-abnormal offsets, producing anomaly scores directly from offsets. On Anomaly-ShapeNet and Real3D-AD, PO3AD achieves state-of-the-art results with average AUC-ROC gains of $9.0\%$ and $1.4\%$, respectively, demonstrating strong detection/localization performance and robustness to noise. The work offers a practical, data-efficient approach for 3D anomaly detection without relying on real anomalous samples, with potential for extension to multi-category models.
Abstract
Point cloud anomaly detection under the anomaly-free setting poses significant challenges as it requires accurately capturing the features of 3D normal data to identify deviations indicative of anomalies. Current efforts focus on devising reconstruction tasks, such as acquiring normal data representations by restoring normal samples from altered, pseudo-anomalous counterparts. Our findings reveal that distributing attention equally across normal and pseudo-anomalous data tends to dilute the model's focus on anomalous deviations. The challenge is further compounded by the inherently disordered and sparse nature of 3D point cloud data. In response to those predicaments, we introduce an innovative approach that emphasizes learning point offsets, targeting more informative pseudo-abnormal points, thus fostering more effective distillation of normal data representations. We also have crafted an augmentation technique that is steered by normal vectors, facilitating the creation of credible pseudo anomalies that enhance the efficiency of the training process. Our comprehensive experimental evaluation on the Anomaly-ShapeNet and Real3D-AD datasets evidences that our proposed method outperforms existing state-of-the-art approaches, achieving an average enhancement of 9.0% and 1.4% in the AUC-ROC detection metric across these datasets, respectively.
