LGSPMar 19, 2025

Pruning-Based TinyML Optimization of Machine Learning Models for Anomaly Detection in Electric Vehicle Charging Infrastructure

arXiv:2503.14799v12 citationsh-index: 13ICC 2025 - IEEE International Conference on Communications
Originality Synthesis-oriented
AI Analysis

This work addresses computational efficiency for IoT devices in electric vehicle charging, but it is incremental as it applies existing pruning and feature selection methods to a new dataset.

This paper tackled the problem of optimizing machine learning models for real-time anomaly detection in resource-constrained electric vehicle charging infrastructure, achieving significant reductions in model size and inference times with only marginal performance impact.

With the growing need for real-time processing on IoT devices, optimizing machine learning (ML) models' size, latency, and computational efficiency is essential. This paper investigates a pruning method for anomaly detection in resource-constrained environments, specifically targeting Electric Vehicle Charging Infrastructure (EVCI). Using the CICEVSE2024 dataset, we trained and optimized three models-Multi-Layer Perceptron (MLP), Long Short-Term Memory (LSTM), and XGBoost-through hyperparameter tuning with Optuna, further refining them using SHapley Additive exPlanations (SHAP)-based feature selection (FS) and unstructured pruning techniques. The optimized models achieved significant reductions in model size and inference times, with only a marginal impact on their performance. Notably, our findings indicate that, in the context of EVCI, pruning and FS can enhance computational efficiency while retaining critical anomaly detection capabilities.

Code Implementations1 repo
Foundations

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

Your Notes