NELGMar 14

MO-SAE:Multi-Objective Stacked Autoencoders Optimization for Edge Anomaly Detection

arXiv:2603.1389522.4h-index: 4
AI Analysis

This addresses the problem of deploying resource-intensive anomaly detection models on edge devices for applications like cloud-edge collaborative systems, representing an incremental improvement through multi-objective optimization.

The paper tackles the challenge of optimizing Stacked AutoEncoders for resource-constrained edge anomaly detection by proposing MO-SAE, a multi-objective optimization framework that integrates model clipping, multi-branch exit design, and matrix approximation. Results show it reduces storage and power by at least 50%, improves runtime by 28% on x86, and boosts inference speed by 15% on ARM while maintaining performance.

Stacked AutoEncoders (SAE) have been widely adopted in edge anomaly detection scenarios. However, the resource-intensive nature of SAE can pose significant challenges for edge devices, which are typically resource-constrained and must adapt rapidly to dynamic and changing conditions. Optimizing SAE to meet the heterogeneous demands of real-world deployment scenarios, including high performance under constrained storage, low power consumption, fast inference, and efficient model updates, remains a substantial challenge. To address this, we propose an integrated optimization framework that jointly considers these critical factors to achieve balanced and adaptive system-level optimization. Specifically, we formulate SAE optimization for edge anomaly detection as a multi-objective optimization problem and propose MO-SAE (Multi-Objective Stacked AutoEncoders). The multiple objectives are addressed by integrating model clipping, multi-branch exit design, and a matrix approximation technique. In addition, a multi-objective heuristic algorithm is employed to effectively balance the competing objectives in SAE optimization. Our results demonstrate that the proposed MO-SAE delivers substantial improvements over the original approach. On the x86 architecture, it reduces storage space and power consumption by at least 50%, improves runtime efficiency by no less than 28%, and achieves an 11.8% compression rate, all while maintaining application performance. Furthermore, MO-SAE runs efficiently on edge devices with ARM architecture. Experimental results show a 15% improvement in inference speed, facilitating efficient deployment in cloud-edge collaborative anomaly detection systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes