paper-with-me

Papers

A Multi-Step Comparative Framework for Anomaly Detection in IoT Data Streams

2025-05-22 · Mohammed Al-Qudah, Fadi AlMahamid

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.

📄 PDF Abstract BibTeX arXiv:2505.16872

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly Detectionfeature selection

Similar Papers 제목 키워드 기반

Sintel: A Machine Learning Framework to Extract Insights from Signals

2022-04-19 · Sarah Alnegheimish, Dongyu Liu, Carles Sala, Laure Berti-Equille 외

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 Analysis

Multivariate Time series Anomaly Detection:A Framework of Hidden Markov Models

2025-11-11 · Jinbo Li, Witold Pedrycz, Iqbal Jamal arxiv

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 Detection

LSTM-based Anomaly Detection for Non-linear Dynamical System

2020-06-05 · Yue Tan, Chunjing Hu, Kuan Zhang, Kan Zheng 외

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 DetectionPrediction

Algorithmic Recourse for Anomaly Detection in Multivariate Time Series

2023-09-28 · Xiao Han, Lu Zhang, Yongkai Wu, Shuhan Yuan

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 Detection

Multivariate Time Series Anomaly Detection using DiffGAN Model

2025-01-03 · Guangqiang Wu, Fu Zhang

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