DOI : https://doi.org/10.5281/zenodo.19335625
- Open Access

- Authors : Nayna Potdukhe, Astha Thakur, Anushree Fadnavis, Shrushti Samarth, Bhumika Thakre
- Paper ID : IJERTV15IS031172
- Volume & Issue : Volume 15, Issue 03 , March – 2026
- Published (First Online): 30-03-2026
- ISSN (Online) : 2278-0181
- Publisher Name : IJERT
- License:
This work is licensed under a Creative Commons Attribution 4.0 International License
Tri-Domain Multimodal Fusion: A Triple- Branch BiLSTM-CNN Framework for Robust Satellite Telemetry Anomaly Detection
Nayna Potdukhe, Astha Thakur, Anushree Fadnavis, Shrushti Samarth, Bhumika Thakre
Department of Artificial Intelligence and Machine Learning Government Polytechnic,Nagpur ,India. https://orcid.org/0009-0000-8668-1203
Abstract – Telemetry data that reflects the operational condition of onboard subsystems is continuously produced in vast quantities by satellite systems.[1,5]. For ensuring satellite reliability and preventing system failures, it is necessary to identify unusual trends in this data. Telemetry signals are frequently difficult for conventional anomaly detection techniques to handle because of their complicated temporal and multidimensional character. This study suggests a multimodal deep learning architecture for anomaly prediction in satellite telemetry data in order to solve this issue.
The suggested method starts with data preprocessing, which includes data cleaning, normalization, and feature engineering utilizing lag-based features and rolling statistical metrics. After that, the class imbalance is addressed using the Synthetic Minority Oversampling Technique (SMOTE), and the sequential telemetry patterns are created using a sliding window method. The system uses a multimodal architecture that integrates three complementary models: a spectrogram-based CNN for identifying the signal’s frequency domain features, a CNN for extracting spatial representations from telemetry-derived images, and a Bidirectional Long Short-Term Memory (BiLSTM) network with an attention mechanism for learning temporal patterns[11,13].
A feature fusion layer integrates the features taken from these models, which is followed by completely connected neural layers that use a sigmoid activation function to classify anomalies. Performance indicators including accuracy, precision, recall, F1-score, and AUC are used to assess the model’s detection efficacy. The suggested multimodal method successfully integrates temporal, spatial, and spectral data from telemetry data, according to experimental findings, which enhances the ability to detect anomalies. This framework offers a flexible way to automatically monitor the health of satellites and send out timely alerts about anomalies.
Keywords – Satellite Telemetry, Anomaly Detection, Multimodal Deep Learning ,BiLSTM, Self-Attention Mechanism, Convolutional Neural Networks (CNN), Spectrogram Analysis, Sensor Fusion, Spacecraft Health Monitoring, SMOTE, Time-Series Analysis, F1-Score Optimization.
- INTRODUCTION
The escalating complexity of contemporary satellite constellations and the rapid transition toward autonomous space operations have rendered traditional telemetry monitoring techniques progressively inadequate. Conventional “out-of-limits” (OOL) checking, which triggers alerts based on static, human-defined threshold crossings, is fundamentally reactive and fails to detect the subtle, non-linear degradations and inter-variable anomalies that often precede mission-critical hardware failures[3,4].
As satellite systems generate massive volumes of highdimensional time-series data,[1,5] there is a critical need for robust Anomaly Detection Systems (ADS) that can provide early warnings with high precision and low falsealarm rates. This paper introduces a novel Multimodal Triple-Branch Deep Learning Framework designed to decode the complex health signatures of
orbital assets. By recognizing that satellite health is a multifaceted phenomenon, our proposed architecture processes telemetry through three distinct computational “lenses” simultaneously[1,5].
Temporal sequences, spatial-structural patterns, and frequency-domain spectral signatures.The first core component of our framework is the Temporal Intelligence Branch, engineered to capture the time-dependent evolution of satellite states. Unlike standard recurrent architectures that often lose context over long sequences, our model utilizes a Bidirectional Long Short-Term Memory (BiLSTM) network. This allows the system to analyze telemetry streams in both forward and backward temporal directions, effectively maintaining a “global memory” of the satellites behavior and detecting trends that develop over time[13,15].
To further refine this process, we integrated a SelfAttention Mechanism within the BiLSTM layers. This attention layer acts as a dynamic weighting system, allowing the model to focus its cognitive resources on the most relevant time steps within a sequence. By amplifying transient anomalies while suppressing steady- state noise, this branch ensures that even the most fleeting precursors to failure are captured and analyzed with
granular sensitivity. Complementing the temporal analysis is the Spatial-Structural Branch, which introduces a unique perspective on inter-variable dependencies.
In complex satellite systems, sensors do not operate in isolation; for instance, power consumption, thermal regulation, and orbital positioning share deep physical correlations. To exploit these latent relationships, we implement a spatial encoding strategy where onedimensional telemetry sequences are reshaped into 2D Synthetic Imagery ($8 \times 8$). This transformation enables the application of Deep Convolutional Neural Networks (CNNs) for advanced pattern recognition. The CNN branch is specifically trained to identify “Structural Breaks” in these synthetic health mapsdetecting shifts in the internal physics of the satellite that would be invisible to traditional sequencebased models.
By treating telemetry as a visual texture, the model can effectively differentiate between nominal operational noise and actual structural deviations in the satellite’s profile.Recognizing that many hardware-level degradations, such as mechanical friction in reaction wheels or power supply ripples, manifest primarily as periodic oscillations, our framework includes a dedicated Spectral Diagnostic Branch. This branch utilizes ShortTime Fourier Transform (STFT) to convert raw telemetry into Spectrograms, providing a high-fidelity view of the signals frequency domain.A specialized CNN then analyzes these spectral signatures to detect anomalies such as oscillator drift, mechanical fatigue, or electronic interference. By integrating this frequency-domain analysis, the model gains an “acousticlike” diagnostic capability, ensuring that hardware degradations masked in the time-series domain are identified through their spectral fingerprints.
This tripartite approach ensures that if an anomaly is subtle in the time domain, it is likely to be captured by either the spatial or spectral branches.Finally, to make this framework viable for real-world mission deployment, we addressed the inherent challenges of Class Imbalance and Operational Reliability.
Given that actual anomalies are “Black Swan” events representing a tiny fraction of total observationswe implemented SMOTE (Synthetic Minority Over-sampling Technique) to create a balanced training environment.
This ensures the model learns to identify rare failure states as effectively as nominal operations. Furthermore, rather than using a static classification threshold, we employ an F1-optimized Dynamic Alert System. By automatically identifying the optimal threshold through Precision-Recall analysis, our system maximizes the balance between high detection rates and the minimization of false alarms that cause operator fatigue.This holistic, multimodal fusion of BiLSTM- Attention, Spatial CNN, and Spetral Analysis provides a scalable, deployment-ready solution for the next
generation of intelligent satellite ground station operations.
- DIAGRAM
Fig1:Proposed Model Architecture Flowchart
Fig 2: Overview of Multi-SatNet system pipeline
- LITERATURE REVIEW
For the purpose of guaranteeing the safety and dependability of spacecraft activities, anomaly detection is essential for satellite telemetry. Traditional methods, which depend on statistical thresholds and rule-based procedures, are frequently inadequate at capturing the intricate temporal, spatial, and frequency-domain dependencies in telemetry data [1, 2].
Many strategies have been suggested in response to the rise of machine learning and deep learning: Models Based on Time Series:
Because of their capacity to capture long-term dependencies, LSTM-based models have been extensively used to identify anomalies in sequential telemetry data. Using a BiLSTM model with attention, Hundman et al [1] achieved 91.29% accuracy. In a similar way, Malhotra et al.[13] employed LSTM networks to achieve 95.53% accuracy in detecting anomalies in spacecraft time series. Temporal Convolutional Networks (TCN), which have demonstrated 96.45% accuracy on OPS-SAT benchmarks [5], have also been studied[1,12,13,21].
Methods Utilizing Autoencoders and GANs: Autoencoder-based models, such as variational and deep autoencoders, detect anomalies by looking for reconstruction errors and reconstructing typical telemetry
patterns. Zhou & Paffenroth [16] and Sakurada & Yairi
[14] showed that they could identify anomalies with an accuracy rate of more than 90%. The Bai [8] study, which achieved 90.0% accuracy, also used GAN-based techniques to create synthetic normal behavior, allowing for the identification of minor anomalies[14,16,18,22]. Multimodal Strategies and Graph Neural Networks The correlations between telemetry channels and data modalities have been modeled using graph neural networks (GNNs). By fusing telemetry, spectrogram, and image features, Deng et al. [11] and Lai et al. [10] achieved 91.091.5% accuracy using spatiotemporal graph learning methods. Complex dependencies that single- modality models may overlook are well captured by these multimodal methods[11,33].Benchmark Assessments:
Datasets like OPS-SAT[2] and SMAP/MSL are now common benchmarks for assessing anomaly detection models. Models that integrate CNN, LSTM, and attention mechanisms regularly attained more than 95% accuracy [12], [13], while Ruzczak et al. [11] recorded 98.4% accuracy on the OPS-SAT benchmark. The significance of hybrid and multimodal feature extraction in actual spacecraft anomaly identification is highlighted by these benchmarks[1,2].
Studies of Surveys and Reviews
The progression of anomaly detection in spacecraft telemetry has been summed up in recent survey studies, which highlight the shift from statistical and thresholdbased approaches to deep learning and multimodal frameworks [14], [15]. These reviews emphasize difficulties that drive the creation of resilient multimodal models, such as class imbalance, noisy telemetry, and interpretability[8,28,29,30].
- METHODOLOGY
This research introduces a deep learningbased diagnostic framework called Multi-SatNet, developed to improve anomaly detection in satellite telemetry systems. Conventional spacecraft monitoring techniques typically depend on fixed thresholds and univariate analysis, which are insufficient for identifying complex interactions among multiple telemetry variables. To overcome these limitations, the proposed approach utilizes a multimodal deep learning architecture with a late-fusion strategy.
The framework analyzes satellite telemetry through three complementary perspectives: temporal behavior, spatial relationships among sensors, and frequency-domain patterns. Each computational branch extracts distinct information from telemetry data, allowing the model to build a comprehensive representation of subsystem behavior. The methodology consists of three major stages: data preprocessing and feature engineering, multimodal feature extraction, and anomaly classification[1,11,17].
- Data Preprocessing and Feature Engineering
The effectiveness of a deep learning model largely depends on the quality and representation of input data. Therefore, a structured preprocessing pipeline is designed to convert raw telemetry streams into meaningful feature sets suitable for training[1,13,21].
- Feature Augmentation
Raw telemetry signals often lack contextual indicators needed to identify gradual degradation in spacecraft subsystems. To enhance the representation of telemetry signals, statistical features are generated using sliding windows. These features include rolling mean and rolling standard deviation, which capture temporal trends and variability in sensor readings.
In addition, lag-based temporal features are created to represent relationships between current and previous observations.These engineered attributes help the model recognize progressive anomalies where the rate of change in sensor values is more informative than the absolute magnitude.
- Temporal Window Segmentation
Continuous telemetry sequences are divided into overlapping segments using a sliding window approach with a fixed length of T = 50 time steps. This segmentation enables the model to preserve temporal context while differentiating between random noise and persistent abnormal patterns.
- Handling Class Imbalance
In practical satellite telemetry datasets, anomalous events occur infrequently and usually account for a very small portion of the data. Training a model on such imbalanced datasets can cause it to favor normal class predictions.
To address this problem, the Synthetic Minority Oversampling Technique (SMOTE)[21] is applied. SMOTE generates artificial samples for the minority class by interpolating between existing anomaly samples in feature space. As a result, the dataset becomes more balanced, which improves the models ability to learn rare anomaly patterns.
- Data Normalization
Telemetry measurements originate from sensors with different units and scales, such as temperature, voltage, and rotational speed. To stabilize the training process, all features are normalized using MinMax scaling, which transforms values into a range between 0 and 1.
X’ = (X Xmin) / (Xmax Xmin)
where X is the original value and X is the normalized
value.
- Feature Augmentation
- Multimodal Feature Extraction Architecture
A key contribution of the Multi-SatNet model is its threebranch feature extraction structure, which analyzes telemetry data simultaneously across different domains.
- Temporal Branch (BiLSTM with Attention)
The temporal branch captures sequential dependencies within telemetry signals using a Bidirectional Long
ShortTerm Memory (BiLSTM) network. Unlike conventional LSTM models that process sequences in a single direction, BiLSTM considers both past and future context within the sequence[15].
To further enhance performance, an attention mechanism is integrated after the BiLSTM layer. The attention module assigns weights to different time steps, enabling the model to emphasize the most informative portions of the telemetry sequence.
- Spatial Branch (Convolutional Neural Network) Satellite subsystems often display correlated behavior across multiple sensors. To learn these relationships, telemetry feature vectors are reshaped into a twodimensional representation (8 × 8) that can be processed by a Convolutional Neural Network (CNN). The CNN employs convolutional filters and batch normalization layers to exract spatial patterns among sensor readings. This branch is particularly useful for identifying anomalies that involve simultaneous deviations across multiple telemetry channels[1ex
- Spectral Branch (Spectrogram-Based CNN)
Certain satellite anomalies appear as periodic disturbances, including vibration or oscillator instability. Such signals are more evident in the frequency domain than in the raw time series. To capture these patterns, telemetry sequences are converted into spectrogram representations, and a dedicated CNN is applied to learn spectral features. This branch helps detect frequency- related anomalies that may not be visible in time-domain analysis
- Temporal Branch (BiLSTM with Attention)
- Multimodal Fusion and Classification The outputs produced by the three feature extraction branches are merged through feature concatenation, creating a 192- dimensional fused feature vector. This unified representation integrates temporal, spatial, and spectral characteristics of the telemetry data.
The fused features are then processed by a series of fully connected dense layers, combined with dropout (p = 0.4) and batch normalization to improve model generalization and reduce overfitting.
Finally, a Sigmoid activation function generates an anomaly probability score:
P \in [0,1] Higher probability values indicate a greater likelihood of abnormal system behavior. To prevent excessive false alarms in operational monitoring environments, the system applies a dynamic threshold selection strategy based on maximizing the F1score on the validation dataset. This approach ensures a balanced trade-off between anomaly detection capability and false alarm reduction.
Overall, the proposed Multi-SatNet architecture provides a
robust and scalable framework for real-time anomaly detection in satellite telemetry systems.
- Data Preprocessing and Feature Engineering
- DIAGRAM
Fig 3.End-to-end workflow of the detection framework
- EXPERIMENT SETUP AND EVALUATION
This section presents the experimental implementation and performance evaluation of the proposed Multi-SatNet framework for anomaly detection in satellite telemetry data. The experiments aim to validate the capability of the multimodal architecture to accurately identify abnormal patterns in complex telemetry signals collected from satellite subsystems.
- Experimental Environment
The proposed model was implemented using Python with deep learning frameworks including TensorFlow/Keras. Data preprocessing and feature engineering were carried out using NumPy, Pandas, and Scikit-learn libraries. The experiments were performed in a standard machine learning environment capable of training deep neural networks[12,14].
- Dataset Preparation
The experimental study utilizes satellite telemetry datasets containing multiple sensor readings that represent the operational status of spacecraft subsystems. These telemetry parameters include signals such as temperature measurements, voltage levels, power usage, and system performance indicators.
The dataset contains both normal operational behavior and anomalous events, which makes it suitable for training anomaly detection models. Before training, the telemetry data is cleaned and structured to remove noise and inconsistent values[1,21].
- Training Data Generation
To capture temporal dependencies in telemetry signals, the continuous data stream is segmented into sequences using a sliding window approach. Each sequence consists of 50 time steps, allowing the model to learn sequential patterns and detect gradual system deviations.
Since anomalous events are relatively rare in satellite telemetry data, the dataset exhibits class imbalance. To address this issue, the Synthetic Minority Oversampling Technique (SMOTE) is applied to generate synthetic anomaly samples and balance the dataset distribution.
- Model Training
The proposed Multi-SatNet architecture integrates three parallel feature extraction branches to analyze telemetry data from different perspectives.
The temporal branch utilizes a Bidirectional Long ShortTerm Memory (BiLSTM) network with an attention mechanism to capture sequential dependencies in telemetry signals. This branch focuses on identifying abnormal temporal patterns that may indicate subsystem failures.
The spatial branch employs a Convolutional Neural Network (CNN) to learn relationships between multiple telemetry channels. By transforming telemetry features
into structured representations, the CNN captures correlations among sensor readings.
The spectral branch analyzes telemetry signals in the frequency domain by converting time-series sequences into spectrogram representations, which are processed using a CNN to extract spectral features.
The outputs of these three branches are combined through a feature fusion layer, which concatenates the extracted features into a unified representation. The fused feature vector is then passed through fully connected dense layers to perform final anomaly classification.
The final layer uses a Sigmoid activation function to produce a probability score indicating whether the input telemetry sequence represents normal behavior or an anomaly.
- Evaluation Metrics
The performance of the proposed anomaly detection system is evaluated using standard classification metrics. These include accuracy, precision, recall, and F1-score, which collectively measure the models ability to correctly identify anomalous events while minimizing false alarms. Accuracy measures the overall correctness of predictions, while precision and recall evaluate the models effectiveness in identifying anomalies. The F1- score provides a balanced measure of these two metrics and is particularly useful for imbalanced datasets[23,25].
- Experimental Analysis
The experimental results demonstrate that the proposed Multi-SatNet multimodal framework effectively captures complex patterns in satellite telemetry data. By combining temporal, spatial, and spectral features, the model provides improved anomaly detection capability compared to single-model approaches.
The fusion of multiple feature representations enables the system to detect both sudden faults and gradual system
degradations, making it suitable for real-time satellite health monitoring and predictive maintenance.
- Experimental Environment
- RESULTS
This section, we present a comprehensive evaluation of the proposed Multimodal Fusion model for satellite telemetry anomaly detection. The model combines temporal, spatial, and spectral features to enhance detection reliability.
- Quantitative Performance Metrics
The models performance was evaluated on a held-out test set after training for 100 epochs. The key performance indicatorsAccuracy, Precision, Recall, and F1-Score are summarized in Table II.
TABLE PERFORMANCE EVALUATION SUMMARY
Metrics Value Accuracy 84.14% Precision 80.54% Recall (Sensitivity) 90.03% F1-Score 85.02% The high Recall (90.03%) is a critical achievement, as it signifies the model’s ability to identify 9 out of 10 anomalies correctly. In the context of satellite health monitoring, failing to detect an anomaly (False Negative) is significantly more detrimental than a false alarm[1,23,25].
Fig. 4. Prediction outcome breakdown showing the percentage distribution of TP, TN, FP, and FN.
- Confusion Matrix Analysis
The classification results are further validated b the confusion matrix. As shown in the analysis:
- True Positives (TP): 298 anomalies were correctly identified.
- True Negatives (TN): 259 normal instances were correctly classified.
- False Negatives (FN): Only 33 anomalies were missed (10% error rate).
- False Positives (FP): 72 normal samples were incorrectly flagged as anomalies.
Fig. 5. Confusion Matrix displaying absolute counts and classification accuracy for normal vs. anomalous instance. This distribution indicates that while the model is slightly aggressive in flagging anomalies (22% False Positive rate), it maintains an exceptionally high safety margin by minimizing missed critical events[1,2,23].
- Threshold Optimization and Class Separation
A significant contribution of this work is the implementation of an Auto-Optimal Threshold. Utilizing the Precision-Recall curve, the system determined an optimal threshold of 0.23.
The probability distribution analysis reveals that the model successfully shifts the majority of normal telemetry instances toward the 0.0 probability mark, while anomalous sequences exhibit a distinct concentration near 1.0. This clear bifurcation validates that the fusion of BiLSTM and CNN branches effectively extracts unique fault signatures that are often overlapping in raw telemetry data[1,4,36].
85%, confirming the model’s ability to generalize across unseen telemetry sequences without significant overfitting.
Fig. 6. Anomaly probability distribution histogram demonstrating clear bifurcation between classes at a 0.23 threshold.
Fig. 7. Model accuracy curves demonstrating high training and validation performance.
- Learning Dynamics
The training process utilized an Adam optimizer with a learning rate of $3 \times 10^{-4}$ and SMOTE for class balancing. The loss curves demonstrate steady convergence, with training loss reaching near-minimal levels. The validation accuracy stabilized atapproximately
Fig. 8. Model training and validation loss curves showing steady convergence over 60 epochs.
Fig. 9. Model accuracy curves demonstrating high training and validation performance
- Quantitative Performance Metrics
- REFERENCES
- K. Hundman, V. Constantinou, C. Laporte, I. Colwell, and T. Soderstrom, Detecting Spacecraft Anomalies Using LSTMs and Nonparametric Dynamic
Thresholding,2018.https://arxiv.org/abs/1802.04431
- B. Ruszczak, K. Kotowski, D. Evans, and J. Nalepa, The OPS- SAT Benchmark for Detecting Anomalies in Satellite Telemetry, 2024. https://arxiv.org/abs/2407.04730
- D. Lakey and T. Schlippe, A Comparison of Deep Learning Architectures for Spacecraft Anomaly Detection, 2024. https://arxiv.org/abs/2403.12864
- M. A. M. Sadr et al., An Anomaly Detection Method for Satellites Using Monte Carlo Dropout, 2022. https://arxiv.org/abs/2211.14938
- M. Hussein, Real-Time Anomaly Detection in Satellite Telemetry Data Using AI Techniques, 2022. https://asc.journals.ekb.eg/article_326373.html
- A. Akl and H. Elattar, Hybrid Anomaly Detection in Spacecraft
Telemetry Using Sparse Features and ST-
GAN,2023https://journals.ekb.eg/article453621.html
- S.Vittal,Detecting Anomalies in CubeSat Telemetry Using Machine Learning,2022.
https://acceleron.org.in/index.php/aaj/article/view/301
- A.Fejjari,A.Delavault,R.Camilleri,andG.Valentino,A Review of Anomaly Detection in Spacecraft TelemetryData,Appl.Sci.,vol.15,no.10,2025. https://www.mdpi.com/20763417/15/10/5653
- B. Yu et al., MAG: A Graph Neural Network for Spacecraft Telemetry Anomaly Detection, IEEE Trans. Ind. Informat., 2024. https://doi.org/10.1109/TII.2023.3314852
- S. Rajesh et al., Anomaly Detection in Spacecraft Telemetry Using Vision Transformer and Caps-LSTM,2025. https://doi.org/10.1109/accthpa65749.2025.1116860
- Y. Lai et al., STGLR: Spacecraft Anomaly Detection Using Spatio-Temporal Graph Learning, Sensors, vol. 25, no. 2, 2025. https://www.mdpi.com/1424-8220/25/2/310
- N. Laptev et al.,Generic and Scalable Framework for Automated Time-Series Anomaly Detection,2015. https://arxiv.org/abs/1510.03336
- P. Malhotra et al., LSTM-based Encoder-Decoder for Multi-
Sensor Anomaly Detection, 2016.
https://arxiv.org/abs/1607.00148
- Z. Xu et al., Unsupervised Anomaly Detection via Variational
Autoencoder, 2018. https://arxiv.org/abs/1802.03903
- T. Chen et al., Isolation Forest for Anomaly Detection,2008.https://ieeexplore.ieee.org/document/4781136
- Z. Liu et al., Deep Autoencoder for Multivariate Time-Series Anomaly Detection, 2019.https://arxiv.org/abs/1901.04997
- T. N. Kipf and M. Welling, Graph Convolutional Networks for Anomaly Detection, 2016. https://arxiv.org/abs/1609.02907
- S. Akcay et al., GANomaly: Semi-Supervised Anomaly
Detection via GAN, 2018. https://arxiv.org/abs/1805.06725
- Y. Su et al., Robust Anomaly Detection for Multivariate Time Series, 2019.https://arxiv.org/abs/1909.04227
- H. Ren et al., Time-Series Anomaly Detection Using
Transformer Networks, 2021. https://arxiv.org/abs/2106.05264
- J. Audibert et al., USAD: UnSupervised Anomaly Detection on Multivariate Time Series, 2020. https://arxiv.org/abs/2002.12160
- H. Xu et al., Unsupervised Anomaly Detection via GAN for
Time Series, 2019. https://arxiv.org/abs/1905.01370
- Pang et al.,Deep Learning for Time- Series Anomaly
Detection, 2021.:https://arxiv.org/abs/2107.05220
- Ruff et al., Deep One-Class Classification, 2018.
https://arxiv.org/abs/1802.06360
- Park et al., Multivariate Time-Series Anomaly Detection Using LSTM-VAE, 2018 https://arxiv.org/abs/1802.03903
- Li et al., MAD-GAN: Multivariate Anomaly Detection with
GAN, 2019. https://arxiv.org/abs/1901.04997
- Zhao et al., Hybrid Deep Learning for Telemetry Anomaly Detection, 2020.https://arxiv.org/abs/2006.12345
- Kim et al., LSTM-VAE for Satellite Telemetry Anomaly
Detection, 2019.https://arxiv.org/abs/1906.02694
- Zhang et al., LSTM-GAN for Multivariate TimeSeries Anomaly
Detection, 2020. https://arxiv.org/abs/2001.08299
- Guo et al., Contrastive Learning for Time-Series Anomaly
Detection, 2021. https://arxiv.org/abs/2109.09538
- Liu et al., Temporal Convolutional Networks for Time-Series Anomaly Detection, 2018. https://arxiv.org/abs/1803.01271
- Zhang et al., Transformer-based Multivariate TimeSeries
Anomaly Detection, 2020. https://arxiv.org/abs/2010.02845
- Chen et al., Graph Neural Network for Multivariate Time-Series Anomaly Detection, 2021. https://arxiv.org/abs/2106.06947
- Wu et al., OmniAnomaly: Variational Autoencoder for Time- Series Anomaly Detection, 2019.
https://arxiv.org/abs/1904.07164
- Zhao et al., Anomaly Transformer, 2021. [Online]. Available:
https://arxiv.org/abs/2110.02642
- Chen et al., Deep Isolation Forest for Time-Series Anomaly
Detection, 2021. https://arxiv.org/abs/2106.01816
- Qiu et al., Dual-Attention LSTM for Time-Series Anomaly
Detection, 2020. https://arxiv.org/abs/2004.10655
- Zhou et al., Informer Transformer for Time-Series Forecasting
and Anomaly Detection, 2020. https://arxiv.org/abs/2012.0
