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.

Learning local and global prototypes with optimal transport for unsupervised anomaly detection and localization

Created by
  • Haebom

Author

Robin Trombetta, Carole Lartizien

Outline

This paper proposes a novel method for unsupervised anomaly detection (UAD). This method is based on prototype learning and introduces a novel metric that balances feature-based and spatial-based costs. Leveraging this metric, we learn local and global prototypes using optimal transport from latent representations extracted by a pre-trained image encoder. We demonstrate that structural constraints applied during prototype learning allow us to capture the underlying structure of normal samples, thereby enabling more effective detection of image anomalies. We achieve comparable performance to robust baseline models on two benchmarks for industrial image anomaly detection.

Takeaways, Limitations

Takeaways:
A novel UAD method combining prototype learning and optimal transport is presented.
Performance improvements through new metrics that take feature and spatial information into account.
Leveraging structural information from normal samples and improving anomaly detection performance through structural constraints.
Achieving competitive performance on industrial image anomaly detection benchmarks.
Limitations:
Additional experiments are needed to evaluate the generalization performance of the proposed method.
Further evaluation is needed for various types of anomalies and datasets.
Lack of detailed discussion on parameter tuning of metrics
Further research is needed on the dependency on specific image encoders and the applicability of other encoders.
👍