Search papers, labs, and topics across Lattice.
This paper introduces Synthesis4AD, a novel end-to-end paradigm for 3D anomaly detection that uses synthetic anomalies generated by a new software platform, 3D-DefectStudio, built on the MPAS synthesis engine. The system leverages a multimodal large language model (MLLM) to interpret product designs and generate anomaly synthesis instructions, enabling scalable, knowledge-driven data generation. Experiments on multiple datasets, including real-world industrial parts, demonstrate state-of-the-art anomaly detection performance by using spatial-distribution normalization and geometry-faithful data augmentations to improve the robustness of Point Transformer architectures.
Forget painstakingly collecting real-world defect data: high-fidelity synthetic anomalies, automatically generated from product designs using an MLLM, can dramatically improve 3D anomaly detection.
Industrial 3D anomaly detection performance is fundamentally constrained by the scarcity and long-tailed distribution of abnormal samples. To address this challenge, we propose Synthesis4AD, an end-to-end paradigm that leverages large-scale, high-fidelity synthetic anomalies to learn more discriminative representations for 3D anomaly detection. At the core of Synthesis4AD is 3D-DefectStudio, a software platform built upon the controllable synthesis engine MPAS, which injects geometrically realistic defects guided by higher-dimensional support primitives while simultaneously generating accurate point-wise anomaly masks. Furthermore, Synthesis4AD incorporates a multimodal large language model (MLLM) to interpret product design information and automatically translate it into executable anomaly synthesis instructions, enabling scalable and knowledge-driven anomalous data generation. To improve the robustness and generalization of the downstream detector on unstructured point clouds, Synthesis4AD further introduces a training pipeline based on spatial-distribution normalization and geometry-faithful data augmentations, which alleviates the sensitivity of Point Transformer architectures to absolute coordinates and improves feature learning under realistic data variations. Extensive experiments demonstrate state-of-the-art performance on Real3D-AD, MulSen-AD, and a real-world industrial parts dataset. The proposed synthesis method MPAS and the interactive system 3D-DefectStudio will be publicly released at https://github.com/hustCYQ/Synthesis4AD.