paper-with-me

홈 › Papers

GRAD: Real-Time Gated Recurrent Anomaly Detection in Autonomous Vehicle Sensors Using Reinforced EMA and Multi-Stage Sliding Window Techniques

2025-10-27 · Mohammad Hossein Jafari Naeimi, Ali Norouzi, Athena Abdi arxiv

This paper introduces GRAD, a real-time anomaly detection method for autonomous vehicle sensors that integrates statistical analysis and deep learning to ensure the reliability of sensor data. The proposed approach combines the Reinforced Exponential Moving Average (REMA), which adapts smoothing factors and thresholding for outlier detection, with the Multi-Stage Sliding Window (MS-SW) technique for capturing both short- and long-term patterns. These features are processed using a lightweight Gated Recurrent Unit (GRU) model, which detects and classifies anomalies based on bias types, while a recovery module restores damaged sensor data to ensure continuous system operation. GRAD has a lightweight architecture consisting of two layers of GRU with a limited number of neurons that make it appropriate for real-time applications while maintaining high detection accuracy. The GRAD framework achieved remarkable performance in anomaly detection and classification. The model demonstrated an overall F1-score of 97.6% for abnormal data and 99.4% for normal data, signifying its high accuracy in distinguishing between normal and anomalous sensor data. Regarding the anomaly classification, GRAD successfully categorized different anomaly types with high precision, enabling the recovery module to accurately restore damaged sensor data. Relative to analogous studies, GRAD surpasses current models by attaining a balance between elevated detection accuracy and diminished computational expense. These results demonstrate GRAD's potential as a reliable and efficient solution for real-time anomaly detection in autonomous vehicle systems, guaranteeing safe vehicle operation with minimal computational overhead.

📄 PDF Abstract BibTeX arXiv:2510.23327

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly ClassificationOutlier DetectionAnomaly Detection

Similar Papers 제목 키워드 기반

Machine Learning-based Anomaly Detection in Optical Fiber Monitoring

2022-03-19 · Khouloud Abdelli, JOO YEON CHO, Florian Azendorf, Helmut Griesser 외

Secure and reliable data communication in optical networks is critical for high-speed Internet. However, optical fibers, serving as the data transmission medium providing connectivity to billons of users worldwide, are p…

Anomaly DetectionBIG-bench Machine LearningFault DetectionFault Diagnosis

Quantum Gated Recurrent GAN with Gaussian Uncertainty for Network Anomaly Detection

2025-10-30 · Wajdi Hammami, Soumaya Cherkaoui, Jean-Frederic Laprade, Ola Ahmad 외 arxiv

Anomaly detection in time-series data is a critical challenge with significant implications for network security. Recent quantum machine learning approaches, such as quantum kernel methods and variational quantum circuit…

Quantum Machine LearningAnomaly Detection

KoopAGRU: A Koopman-based Anomaly Detection in Time-Series using Gated Recurrent Units

2025-01-29 · Issam Ait Yahia, Ismail Berrada

Anomaly detection in real-world time-series data is a challenging task due to the complex and nonlinear temporal dynamics involved. This paper introduces KoopAGRU, a new deep learning model designed to tackle this proble…

Anomaly DetectionTime Series

ML-based Anomaly Detection in Optical Fiber Monitoring

2022-02-23 · Khouloud Abdelli, JOO YEON CHO, Carsten Tropschug

Secure and reliable data communication in optical networks is critical for high-speed internet. We propose a data driven approach for the anomaly detection and faults identification in optical networks to diagnose physic…

Anomaly Detection

Unsupervised and Semi-supervised Anomaly Detection with LSTM Neural Networks

2017-10-25 · Tolga Ergen, Ali Hassan Mirza, Suleyman Serdar Kozat

We investigate anomaly detection in an unsupervised framework and introduce Long Short Term Memory (LSTM) neural network based algorithms. In particular, given variable length data sequences, we first pass these sequence…

Anomaly DetectionSemi-supervised Anomaly DetectionSupervised Anomaly DetectionTime Series Analysis