CVMay 17, 2023

Imbalanced Aircraft Data Anomaly Detection

arXiv:2305.10082v11 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the practical problem of detecting rare anomalies in aviation sensor data for safety applications, but it is incremental as it combines existing techniques like clustering and loss adjustments.

The paper tackled anomaly detection in imbalanced temporal sensor data from aviation by proposing a Graphical Temporal Data Analysis (GTDA) framework, which improved F1-scores on multiple datasets through modules for data conversion, resampling, and loss balancing.

Anomaly detection in temporal data from sensors under aviation scenarios is a practical but challenging task: 1) long temporal data is difficult to extract contextual information with temporal correlation; 2) the anomalous data are rare in time series, causing normal/abnormal imbalance in anomaly detection, making the detector classification degenerate or even fail. To remedy the aforementioned problems, we propose a Graphical Temporal Data Analysis (GTDA) framework. It consists three modules, named Series-to-Image (S2I), Cluster-based Resampling Approach using Euclidean Distance (CRD) and Variance-Based Loss (VBL). Specifically, for better extracts global information in temporal data from sensors, S2I converts the data to curve images to demonstrate abnormalities in data changes. CRD and VBL balance the classification to mitigate the unequal distribution of classes. CRD extracts minority samples with similar features to majority samples by clustering and over-samples them. And VBL fine-tunes the decision boundary by balancing the fitting degree of the network to each class. Ablation experiments on the Flights dataset indicate the effectiveness of CRD and VBL on precision and recall, respectively. Extensive experiments demonstrate the synergistic advantages of CRD and VBL on F1-score on Flights and three other temporal datasets.

Foundations

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

Your Notes