Divide and Conquer: High-Resolution Industrial Anomaly Detection via Memory Efficient Tiled Ensemble
Bla\v{z} Rolih, Dick Ameln, Ashwin Vaidya, Samet Akcay

TL;DR
This paper introduces a tiled ensemble approach for high-resolution industrial anomaly detection that significantly reduces memory usage by training models on image tiles, enabling effective detection without extensive hardware requirements.
Contribution
The proposed method allows high-resolution anomaly detection with minimal memory overhead by dividing images into overlapping tiles and training dedicated models for each, compatible with existing architectures.
Findings
Improves anomaly detection accuracy across multiple architectures.
Reduces GPU memory consumption to that of processing a single tile.
Achieves better results on MVTec and VisA datasets.
Abstract
Industrial anomaly detection is an important task within computer vision with a wide range of practical use cases. The small size of anomalous regions in many real-world datasets necessitates processing the images at a high resolution. This frequently poses significant challenges concerning memory consumption during the model training and inference stages, leaving some existing methods impractical for widespread adoption. To overcome this challenge, we present the tiled ensemble approach, which reduces memory consumption by dividing the input images into a grid of tiles and training a dedicated model for each tile location. The tiled ensemble is compatible with any existing anomaly detection model without the need for any modification of the underlying architecture. By introducing overlapping tiles, we utilize the benefits of traditional stacking ensembles, leading to further…
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
TopicsAnomaly Detection Techniques and Applications · Fault Detection and Control Systems · Network Security and Intrusion Detection
