TL;DR
This paper introduces CBiGAN, a novel anomaly detection method combining GANs and autoencoders with a consistency constraint, achieving high accuracy and efficiency, especially in texture anomalies, on high-resolution images.
Contribution
The paper presents CBiGAN, a new approach that enhances BiGANs with a regularization term for improved anomaly detection performance and computational efficiency.
Findings
Outperforms standard BiGANs significantly
Achieves comparable results to iterative methods with less computation
Sets new state-of-the-art in texture anomaly detection
Abstract
In this work, we propose CBiGAN -- a novel method for anomaly detection in images, where a consistency constraint is introduced as a regularization term in both the encoder and decoder of a BiGAN. Our model exhibits fairly good modeling power and reconstruction consistency capability. We evaluate the proposed method on MVTec AD -- a real-world benchmark for unsupervised anomaly detection on high-resolution images -- and compare against standard baselines and state-of-the-art approaches. Experiments show that the proposed method improves the performance of BiGAN formulations by a large margin and performs comparably to expensive state-of-the-art iterative methods while reducing the computational cost. We also observe that our model is particularly effective in texture-type anomaly detection, as it sets a new state of the art in this category. Our code is available at…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsBidirectional GAN
