産業用異常検出 (IAD) は、産業用品質検査の自動化に不可欠です。データセットの多様性は、包括的な IAD アルゴリズムを開発するための基盤です。既存の IAD データセットは、同じデータ カテゴリ内のドメインの多様性を見過ごして、データ カテゴリの多様性に焦点を当てています。この論文では、このギャップを埋めるために、単一ブレード データセットとブレードのビデオ異常検出データセットの 2 つのサブデータセットで構成される航空エンジン ブレード異常検出 (AeBAD) データセットを提案します。既存のデータセットと比較すると、AeBAD には次の 2 つの特徴があります。1.) ターゲット サンプルは整列されておらず、スケールも異なります。 2.) テスト セットとトレーニング セットの正常なサンプルの分布の間にドメイン シフトがあり、ドメイン シフトは主に照明とビューの変化によって引き起こされます。このデータセットに基づいて、現在の最先端 (SOTA) の IAD メソッドは、テスト セット内の正常なサンプルのドメインがシフトしたときに制限を示すことがわかります。この問題に対処するために、マスクされたマルチスケール再構成(MMR)と呼ばれる新しい方法を提案します。これは、マスクされた再構成タスクによって通常のサンプルのパッチ間の因果関係を推定するモデルの能力を高めます。 MMR は、AeBAD データセットの SOTA メソッドと比較して優れたパフォーマンスを実現します。さらに、MMR は、MVTec AD データセットでさまざまなタイプの異常を検出する SOTA メソッドと競合するパフォーマンスを実現します。コードとデータセットは https://github.com/zhangzilongc/MMR で入手できます。
Industrial anomaly detection (IAD) is crucial for automating industrial quality inspection. The diversity of the datasets is the foundation for developing comprehensive IAD algorithms. Existing IAD datasets focus on the diversity of data categories, overlooking the diversity of domains within the same data category. In this paper, to bridge this gap, we propose the Aero-engine Blade Anomaly Detection (AeBAD) dataset, consisting of two sub-datasets: the single-blade dataset and the video anomaly detection dataset of blades. Compared to existing datasets, AeBAD has the following two characteristics: 1.) The target samples are not aligned and at different scales. 2.) There is a domain shift between the distribution of normal samples in the test set and the training set, where the domain shifts are mainly caused by the changes in illumination and view. Based on this dataset, we observe that current state-of-the-art (SOTA) IAD methods exhibit limitations when the domain of normal samples in the test set undergoes a shift. To address this issue, we propose a novel method called masked multi-scale reconstruction (MMR), which enhances the model's capacity to deduce causality among patches in normal samples by a masked reconstruction task. MMR achieves superior performance compared to SOTA methods on the AeBAD dataset. Furthermore, MMR achieves competitive performance with SOTA methods to detect the anomalies of different types on the MVTec AD dataset. Code and dataset are available at https://github.com/zhangzilongc/MMR.