CVJun 3

VT-3DAD: Cross-Category 3D Anomaly Detection via Visual-Text Normal Space Alignment

arXiv:2606.0436982.6
Predicted impact top 25% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the need for few-shot anomaly detection across diverse 3D object categories without per-category training, benefiting applications in industrial inspection and robotics.

VT-3DAD introduces a training-free framework for cross-category 3D anomaly detection that aligns visual and textual normal spaces using frozen CLIP encoders. It achieves state-of-the-art performance on ShapeNetPart, improving one-shot average AUC-ROC from 92.49% to 94.80% and reducing standard deviation from 5.64 to 3.41.

Few-shot cross-category 3D anomaly detection aims to determine whether an unknown point cloud belongs to a target normal category using only a few normal references. Existing training-based methods usually require category-wise optimization, while recent training-free methods based on multi-view CLIP visual features mainly rely on visual similarity and may be confused by geometrically similar categories. In this paper, we propose VT-3DAD, a training-free framework for cross-category 3D anomaly detection via Visual-Text Normal Space Alignment. Given few-shot normal references and a test point cloud, VT-3DAD first generates realistic multi-view depth maps and extracts view-wise features using a frozen CLIP visual encoder. The visual branch measures reference-test deviation in the multi-view feature space. In parallel, depth-aware and 3D-aware prompts are encoded by the frozen CLIP text encoder to construct textual normal anchors, which provide semantic normality constraints for the target category. The final anomaly score is obtained by fusing visual deviation from normal references and semantic deviation from the textual normal space. Experiments on the ShapeNetPart dataset demonstrate that VT-3DAD achieves state-of-the-art performance. In particular, VT-3DAD improves the one-shot average AUC-ROC from 92.49% to 94.80% compared with the visual-only baseline, while also reducing the average standard deviation from 5.64 to 3.41.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes