Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Item TypeItem Type
-
SubjectSubject
-
YearFrom:-To:
-
More FiltersMore FiltersSourceLanguage
Done
Filters
Reset
5
result(s) for
"ALDabbas, Ashraf"
Sort by:
Advanced Trajectory Analysis of NASA’s Juno Mission Using Unsupervised Machine Learning: Insights into Jupiter’s Orbital Dynamics
2025
NASA’s Juno mission, involving a pioneering spacecraft the size of a basketball court, has been instrumental in observing Jupiter’s atmosphere and surface from orbit since it reached the intended orbit. Over its first decade of operation, Juno has provided unprecedented insights into the solar system’s origins through advanced remote sensing and technological innovations. This study focuses on change detection in terms of Juno’s trajectory, leveraging cutting-edge data computing techniques to analyze its orbital dynamics. Utilizing 3D position and velocity time series data from NASA, spanning 11 years and 5 months (August 2011 to January 2023), with 5.5 million samples at 1 min accuracy, we examine the spacecraft’s trajectory modifications. The instantaneous average acceleration, jerk, and snap are computed as approximations of the first, second, and third derivatives of velocity, respectively. The Hilbert transform is employed to visualize the spectral properties of Juno’s non-stationary 3D movement, enabling the detection of extreme events caused by varying forces. Two unsupervised machine learning algorithms, DBSCAN and OPTICS, are applied to cluster the sampling events in two 3D state spaces: (velocity, acceleration, jerk) and (acceleration, jerk, snap). Our results demonstrate that the OPTICS algorithm outperformed DBSCAN in terms of the outlier detection accuracy across all three operational phases (OP1, OP2, and OP3), achieving accuracies of 99.3%, 99.1%, and 98.9%, respectively. In contrast, DBSCAN yielded accuracies of 98.8%, 98.2%, and 97.4%. These findings highlight OPTICS as a more effective method for identifying outliers in elliptical orbit data, albeit with higher computational resource requirements and longer processing times. This study underscores the significance of advanced machine learning techniques in enhancing our understanding of complex orbital dynamics and their implications for planetary exploration.
Journal Article
A Dual-Attention CNN–GCN–BiLSTM Framework for Intelligent Intrusion Detection in Wireless Sensor Networks
2026
Wireless Sensor Networks (WSNs) are increasingly being used in mission-critical infrastructures. In such applications, they are evaluated on the risk of cyber intrusions that can target the already constrained resources. Traditionally, Intrusion Detection Systems (IDS) in WSNs have been based on machine learning techniques; however, these models fail to capture the nonlinear, temporal, and topological dependencies across the network nodes. As a result, they often suffer degradation in detection accuracy and exhibit poor adaptability against evolving threats. To overcome these limitations, this study introduces a hybrid deep learning-based IDS that integrates multi-scale convolutional feature extraction, dual-stage attention fusion, and graph convolutional reasoning. Moreover, bidirectional long short-term memory components are embedded into the unified framework. Through this combination, the proposed architecture effectively captures the hierarchical spatial–temporal correlations in the traffic patterns, thereby enabling precise discrimination between normal and attack behaviors across several intrusion classes. The model has been evaluated on a publicly available benchmarking dataset, and it has been found to attain higher classification capability in multiclass scenarios. Furthermore, the model outperforms conventional IDS-focused approaches. In addition, the proposed design aims to retain suitable computational efficiency, making it appropriate for edge and distributed deployments. Consequently, this makes it an effective solution for next-generation WSN cybersecurity. Overall, the findings emphasize that combining topology-aware learning with multi-branch attention mechanisms offers a balanced trade-off between interpretability, accuracy, and deployment efficiency for resource-constrained WSN environments.
Journal Article
Recurrent neural network variants based model for Cassini-Huygens spacecraft trajectory modifications recognition
by
ALDabbas, Ashraf
,
Gal, Zoltan
in
Artificial Intelligence
,
Cassini mission
,
Computational Biology/Bioinformatics
2022
Over the last 13.7 years period of the Cassini mission, amendments to the spacecraft’s flight path were needed. This research is being carried out as there is a limited number of studies that use a temporal discrimination analysis to handle raw data. More complex inspection and analysis of the collected broad trajectory dataset is necessary to classify orbital events in the signal travel period (approximately 88 minutes on the Earth-Cassini travel channel length). This paper provides an innovative, in-depth learning method to identify offline modifications in the Cassini spacecraft trajectory. The models are based on variants of Recurrent Neural Networks (RNNs: Gated Recurrent Unit (GRU)/ Long Short-Term Memory (LSTM)/ Bidirectional Long Short-Term Memory (BiLSTM)) to derive valuable data and learn the inner data structure of the time sequence, along with the penetration of long-term and short-term phase-dependencies of the RNNs layers. To validate our models, we used a variety of statistical approaches in our analysis. A considerable number of tests have been carried out, and the findings obtained have shown that the GRU and LSTM give a substantial boost to increasing the efficiency of the detection mechanism. The proposed model would consolidate potential exploration in outer space exploration to accommodate massive databases, search for correlations, and recognize complex events and outliers with an accuracy that exceeds 99 %. This method can be utilized for similar detection processes within the future outer space expedition. The results show that binary classifications of Matthews Correlation Coefficient (MCC) are more accurate than
F
1
score.
Journal Article
Cassini-Huygens mission images classification framework by deep learning advanced approach
2021
Developing a deep learning (DL) model for image classification commonly demands a crucial architecture organization. Planetary expeditions produce a massive quantity of data and images. However, manually analyzing and classifying flight missions image databases with hundreds of thousands of images is ungainly and yield weak accuracy. In this paper, we speculate an essential topic related to the classification of remotely sensed images, in which the process of feature coding and extraction are decisive procedures. Diverse feature extraction techniques are intended to stimulate a discriminative image classifier. Features extraction is the primary engagement in raw data processing with the purpose of data classification; when it comes across the task of analysis of vast and varied data, these kinds of tasks are considered as time-consuming and hard to be treated with. Most of these classifiers are either, in principle, quite intricate or virtually unattainable to calculate for massive datasets. Stimulated by this perception, we put forward a straightforward, efficient classifier based on feature extraction by analyzing the cell of tensors via layered MapReduce framework beside meta-learning LSTM followed by a SoftMax classifier. Experiment results show that the provided model attains a classification accuracy of 96.7%, which makes the provided model quite valid for diverse image databases with varying sizes.
Journal Article
GACL-Net: Hybrid Deep Learning Framework for Accurate Motor Imagery Classification in Stroke Rehabilitation
by
Chearanai, Thanaphon
,
Bunterngchit, Chayut
,
Baniata, Mohammad H.
in
Accuracy
,
Attention
,
Classification
2025
Stroke is a leading cause of death and disability worldwide, significantly impairing motor and cognitive functions. Effective rehabilitation is often hindered by the heterogeneity of stroke lesions, variability in recovery patterns, and the complexity of electroencephalography (EEG) signals, which are often contaminated by artifacts. Accurate classification of motor imagery (MI) tasks, involving the mental simulation of movements, is crucial for assessing rehabilitation strategies but is challenged by overlapping neural signatures and patient-specific variability. To address these challenges, this study introduces a graph-attentive convolutional long short-term memory (LSTM) network (GACL-Net), a novel hybrid deep learning model designed to improve MI classification accuracy and robustness. GACL-Net incorporates multi-scale convolutional blocks for spatial feature extraction, attention fusion layers for adaptive feature prioritization, graph convolutional layers to model inter-channel dependencies, and bidirectional LSTM layers with attention to capture temporal dynamics. Evaluated on an open-source EEG dataset of 50 acute stroke patients performing left and right MI tasks, GACL-Net achieved 99.52% classification accuracy and 97.43% generalization accuracy under leave-one-subject-out cross-validation, outperforming existing state-of-the-art methods. Additionally, its real-time processing capability, with prediction times of 33–56 ms on a T4 GPU, underscores its clinical potential for real-time neurofeedback and adaptive rehabilitation. These findings highlight the model’s potential for clinical applications in assessing rehabilitation effectiveness and optimizing therapy plans through precise MI classification.
Journal Article