Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

CostFilter-AD: Enhancing Anomaly Detection through Matching Cost Filtering

Created by
  • Haebom

Author

Zhe Zhang, Mingxiu Cai, Hanxiao Wang, Gaochang Wu, Tianyou Chai, Xiatian Zhu

Outline

This paper proposes CostFilter-AD, which introduces the cost filtering concept borrowed from classical matching tasks such as depth and flow estimation, to the UAD problem to address the problem of inaccuracy in the process of deriving anomaly scores by relying on image- or feature-level matching in existing unsupervised anomaly detection (UAD) methods. CostFilter-AD constructs a matching cost volume between input and normal samples, and suppresses matching noise while preserving edge structure and capturing subtle anomalies through a cost volume filtering network guided by input observations. It is designed as a generic post-processing plugin that can be integrated into both reconstruction-based and embedding-based methods. Extensive experiments on the MVTec-AD and VisA benchmarks demonstrate the general advantages of CostFilter-AD for both single- and multi-class UAD tasks.

Takeaways, Limitations

Takeaways:
A new approach is presented that effectively addresses the inaccuracy issues that arise during the matching process of existing UAD methods.
Designed as a general post-processing plugin applicable to both reconstruction-based and embedding-based methods, ensuring flexibility.
Excellent performance verified in MVTec-AD and VisA benchmarks.
Provides reproducibility and extensibility through open code and models.
Limitations:
Lack of detailed description of the design and parameter tuning of cost volume filtering networks.
Further validation of generalization performance across various anomaly types and datasets is needed.
Lack of analysis of computational costs and memory usage.
👍