paper-with-me

홈 › Papers

Convolutional Neural Network Design and Evaluation for Real-Time Multivariate Time Series Fault Detection in Spacecraft Attitude Sensors

2024-10-11 · Riccardo Gallon, Fabian Schiemenz, Alessandra Menicucci, Eberhard Gill

Traditional anomaly detection techniques onboard satellites are based on reliable, yet limited, thresholding mechanisms which are designed to monitor univariate signals and trigger recovery actions according to specific European Cooperation for Space Standardization (ECSS) standards. However, Artificial Intelligence-based Fault Detection, Isolation and Recovery (FDIR) solutions have recently raised with the prospect to overcome the limitations of these standard methods, expanding the range of detectable failures and improving response times. This paper presents a novel approach to detecting stuck values within the Accelerometer and Inertial Measurement Unit of a drone-like spacecraft for the exploration of Small Solar System Bodies (SSSB), leveraging a multi-channel Convolutional Neural Network (CNN) to perform multi-target classification and independently detect faults in the sensors. Significant attention has been dedicated to ensuring the compatibility of the algorithm within the onboard FDIR system, representing a step forward to the in-orbit validation of a technology that remains experimental until its robustness is thoroughly proven. An integration methodology is proposed to enable the network to effectively detect anomalies and trigger recovery actions at the system level. The detection performances and the capability of the algorithm in reaction triggering are evaluated employing a set of custom-defined detection and system metrics, showing the outstanding performances of the algorithm in performing its FDIR task.

📄 PDF Abstract BibTeX arXiv:2410.09126

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionFault DetectionTime Series

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Deep Air Quality Forecasting Using Hybrid Deep Learning Framework

2018-12-12 · Shengdong Du, Tianrui Li, Yan Yang, Shi-Jinn Horng

Air quality forecasting has been regarded as the key problem of air pollution early warning and control management. In this paper, we propose a novel deep learning model for air quality (mainly PM2.5) forecasting, which …

Deep LearningManagementTime SeriesTime Series Analysis

Grouped Convolutional Neural Networks for Multivariate Time Series

2017-03-29 · Subin Yi, Janghoon Ju, Man-Ki Yoon, Jaesik Choi

Analyzing multivariate time series data is important for many applications such as automated control, fault diagnosis and anomaly detection. One of the key challenges is to learn latent features automatically from dynami…

Anomaly DetectionClusteringFault DiagnosisTime Series+1

dCAM: Dimension-wise Class Activation Map for Explaining Multivariate Data Series Classification

2022-07-25 · Paul Boniol, Mohammed Meftah, Emmanuel Remy, Themis Palpanas

Data series classification is an important and challenging problem in data science. Explaining the classification decisions by finding the discriminant parts of the input that led the algorithm to some decisions is a rea…

ClassificationExplainable ModelsTime SeriesTime Series Analysis

Balanced Graph Structure Learning for Multivariate Time Series Forecasting

2022-01-24 · Weijun Chen, Yanze Wang, Chengshuo Du, Zhenglong Jia 외

Accurate forecasting of multivariate time series is an extensively studied subject in finance, transportation, and computer science. Fully mining the correlation and causation between the variables in a multivariate time…

Graph GenerationGraph LearningGraph structure learningMultivariate Time Series Forecasting+3

Multivariate Time Series Classification using Dilated Convolutional Neural Network

2019-05-05 · Omolbanin Yazdanbakhsh, Scott Dick

Multivariate time series classification is a high value and well-known problem in machine learning community. Feature extraction is a main step in classification tasks. Traditional approaches employ hand-crafted features…

Activity RecognitionClassificationGeneral ClassificationHuman Activity Recognition+3