Towards Scalable IoT Deployment for Visual Anomaly Detection via Efficient Compression
Arianna Stropeni, Francesco Borsatti, Manuel Barusco, Davide Dalle Pezze, Marco Fabris, Gian Antonio Susto
TL;DR
The paper tackles visual anomaly detection in resource-constrained IoT/IIoT settings by proposing a resource-aware pipeline that blends edge compression strategies (image and feature-based) with server-side anomaly detection. It formalizes the problem under edge budgets and demonstrates two deployment modes, supported by compression techniques such as WebP, random sampling, and product quantization. Through experiments on the MVTec AD benchmark, it shows that WebP-based feature compression can preserve high detection performance while dramatically reducing end-to-end latency (up to 80%), enabling scalable industrial deployment. The authors release MoViAD and outline future directions including adaptive bandwidth-aware strategies, online updates, and security enhancements for heterogeneous edge-server networks.
Abstract
Visual Anomaly Detection (VAD) is a key task in industrial settings, where minimizing operational costs is essential. Deploying deep learning models within Internet of Things (IoT) environments introduces specific challenges due to limited computational power and bandwidth of edge devices. This study investigates how to perform VAD effectively under such constraints by leveraging compact, efficient processing strategies. We evaluate several data compression techniques, examining the tradeoff between system latency and detection accuracy. Experiments on the MVTec AD benchmark demonstrate that significant compression can be achieved with minimal loss in anomaly detection performance compared to uncompressed data. Current results show up to 80% reduction in end-to-end inference time, including edge processing, transmission, and server computation.
