A Multi-Step Comparative Framework for Anomaly Detection in IoT Data Streams
The rapid expansion of Internet of Things (IoT) devices has introduced critical security challenges, underscoring the need for accurate anomaly detection. Although numerous studies have proposed machine learning (ML) methods for this purpose, limited research systematically examines how different preprocessing steps--normalization, transformation, and feature selection--interact with distinct model architectures. To address this gap, this paper presents a multi-step evaluation framework assessing the combined impact of preprocessing choices on three ML algorithms: RNN-LSTM, autoencoder neural networks (ANN), and Gradient Boosting (GBoosting). Experiments on the IoTID20 dataset shows that GBoosting consistently delivers superior accuracy across preprocessing configurations, while RNN-LSTM shows notable gains with z-score normalization and autoencoders excel in recall, making them well-suited for unsupervised scenarios. By offering a structured analysis of preprocessing decisions and their interplay with various ML techniques, the proposed framework provides actionable guidance to enhance anomaly detection performance in IoT environments.
Code (0)
등록된 구현이 없습니다.
Tasks
Anomaly Detectionfeature selectionSimilar Papers 제목 키워드 기반
Sintel: A Machine Learning Framework to Extract Insights from Signals
The detection of anomalies in time series data is a critical task with many monitoring applications. Existing systems often fail to encompass an end-to-end detection process, to facilitate comparative analysis of various…
Anomaly DetectionBIG-bench Machine LearningTime SeriesTime Series AnalysisMultivariate Time series Anomaly Detection:A Framework of Hidden Markov Models
In this study, we develop an approach to multivariate time series anomaly detection focused on the transformation of multivariate time series to univariate time series. Several transformation techniques involving Fuzzy C…
Time Series Anomaly DetectionLSTM-based Anomaly Detection for Non-linear Dynamical System
Anomaly detection for non-linear dynamical system plays an important role in ensuring the system stability. However, it is usually complex and has to be solved by large-scale simulation which requires extensive computing…
Anomaly DetectionPredictionAlgorithmic Recourse for Anomaly Detection in Multivariate Time Series
Anomaly detection in multivariate time series has received extensive study due to the wide spectrum of applications. An anomaly in multivariate time series usually indicates a critical event, such as a system fault or an…
Anomaly DetectionTime SeriesTime Series Anomaly DetectionMultivariate Time Series Anomaly Detection using DiffGAN Model
In recent years, some researchers have applied diffusion models to multivariate time series anomaly detection. The partial diffusion strategy, which depends on the diffusion steps, is commonly used for anomaly detection …
Anomaly DetectionGenerative Adversarial NetworkmodelTime Series+1