ICML2026

Remove the Ambiguity: Few-shot Multimodal Anomaly Detection Using Crossmodal Feature Replacers

Yuan Guo, Wanqi Zhang, Xu Wang

Abstract

A key challenge in reconstruction-based multimodal anomaly detection is the one-to-many crossmodal mapping problem: a single 3D feature may correspond to multiple plausible RGB appearances, causing deterministic crossmodal regression to collapse valid targets into over-smoothed reconstructions and thereby weaken anomaly discrimination. In this paper, we propose Crossmodal Feature Replacer (CFR), a self-supervised framework that addresses this failure mode through selective inference-time feature replacement. CFR first learns bidirectional cyclic mappings for coarse crossmodal reconstruction, then identifies unreliable reconstructed features and selectively replaces them with high-confidence normal features to correct ambiguity-induced reconstruction failures. Extensive experiments on MVTec 3D-AD and Eyecandies under few-shot settings show that CFR consistently outperforms prior methods. In the challenging 1-shot setting, CFR achieves AUPRO scores of 92.3 and 82.7 at 30% FPR, together with image-level AUROC scores of 74.0 and 75.9, on MVTec 3D-AD and Eyecandies, respectively. Code is available at https://github.com/Yuan-Honoka-Guo/CFR.