arXiv:2603.22861cs.CV2026-03中稿 · Knowledge-Based Sy…被引 3

通过打乱重建成分,让模型更关注整体上下文,提升跨场景异常检测能力

A Feature Shuffling and Restoration Strategy for Universal Unsupervised Anomaly Detection

  • 用多尺度特征块打乱再重建,逼模型理解全局语义
  • 在多个数据集上实现比现有方法更高的检测准确率
  • 适合工业中不同场景的通用异常检测任务

无监督异常检测在工业领域至关重要,基于重建的方法因其简单有效被广泛采用。然而,这类方法常陷入‘相同捷径’问题:正常与异常区域都能被良好重建,导致无法识别异常。该问题在正常数据分布复杂时尤为严重,使现有方法在特定场景表现优异,但迁移至其他场景时性能急剧下降。本文致力于构建跨场景通用的异常检测模型,提出一种新颖、简洁而高效的框架——特征打乱与重建(FSR)。FSR不以原始像素为重建目标,而是使用富含语义信息的多尺度特征。将这些特征划分为非重叠块后进行随机打乱,并通过重建网络恢复原状。该设计促使模型聚焦于全局上下文。此外,引入打乱率调控任务复杂度,缓解跨场景下的相同捷径问题。从网络结构和互信息角度提供了理论解释。大量实验验证了FSR在不同设置下的优越性与高效性。代码已公开于https://github.com/luow23/FSR。

原文摘要 · Abstract (English)

Unsupervised anomaly detection is vital in industrial fields, with reconstruction-based methods favored for their simplicity and effectiveness. However, reconstruction methods often encounter an identical shortcut issue, where both normal and anomalous regions can be well reconstructed and fail to identify outliers. The severity of this problem increases with the complexity of the normal data distribution. Consequently, existing methods may exhibit excellent detection performance in a specific scenario, but their performance sharply declines when transferred to another scenario. This paper focuses on establishing a universal model applicable to anomaly detection tasks across different settings, termed as universal anomaly detection. In this work, we introduce a novel, straightforward yet efficient framework for universal anomaly detection: \uline{F}eature \uline{S}huffling and \uline{R}estoration (FSR), which can alleviate the identical shortcut issue across different settings. First and foremost, FSR employs multi-scale features with rich semantic information as reconstruction targets, rather than raw image pixels. Subsequently, these multi-scale features are partitioned into non-overlapping feature blocks, which are randomly shuffled and then restored to their original state using a restoration network. This simple paradigm encourages the model to focus more on global contextual information. Additionally, we introduce a novel concept, the shuffling rate, to regulate the complexity of the FSR task, thereby alleviating the identical shortcut across different settings. Furthermore, we provide theoretical explanations for the effectiveness of FSR framework from two perspectives: network structure and mutual information. Extensive experimental results validate the superiority and efficiency of the FSR framework across different settings.Code is available at https://github.com/luow23/FSR.

异常检测无监督学习特征重建跨场景

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。