Search papers, labs, and topics across Lattice.
TinyGLASS, a lightweight adaptation of the GLASS anomaly detection framework, was developed for real-time in-sensor deployment on the Sony IMX500. The architecture replaces WideResNet-50 with a compact ResNet-18 and incorporates deployment-oriented modifications such as static graph tracing and INT8 quantization. Evaluated on MVTec-AD and a new MMS Dataset, TinyGLASS achieves 8.7x parameter compression while maintaining competitive anomaly detection performance, reaching 94.2% image-level AUROC on MVTec-AD at 20 FPS within the IMX500's memory constraints.
You can now run anomaly detection at 20 FPS with 94% AUROC on a Sony IMX500 sensor, thanks to an 8.7x parameter reduction in a new TinyGLASS architecture.
Anomaly detection plays a key role in industrial quality control, where defects must be identified despite the scarcity of labeled faulty samples. Recent self-supervised approaches, such as GLASS, learn normal visual patterns using only defect-free data and have shown strong performance on industrial benchmarks. However, their computational requirements limit deployment on resource-constrained edge platforms. This work introduces TinyGLASS, a lightweight adaptation of the GLASS framework designed for real-time in-sensor anomaly detection on the Sony IMX500 intelligent vision sensor. The proposed architecture replaces the original WideResNet-50 backbone with a compact ResNet-18 and introduces deployment-oriented modifications that enable static graph tracing and INT8 quantization using Sony's Model Compression Toolkit. In addition to evaluating performance on the MVTec-AD benchmark, we investigate robustness to contaminated training data and introduce a custom industrial dataset, named MMS Dataset, for cross-device evaluation. Experimental results show that TinyGLASS achieves 8.7x parameter compression while maintaining competitive detection performance, reaching 94.2% image-level AUROC on MVTec-AD and operating at 20 FPS within the 8 MB memory constraints of the IMX500 platform. System profiling demonstrates low power consumption (4.0 mJ per inference), real-time end-to-end latency (20 FPS), and high energy efficiency (470 GMAC/J). Furthermore, the model maintains stable performance under moderate levels of training data contamination.