This paper presents a comprehensive review of how Mixed Reality (MR) systems can enhance space mission operations by combining real-time telemetry data, Computer-Aided Design (CAD)-based Three-Dimensional (3D) modeling, and Artificial Intelligence (AI).These technologies offer immersive platforms for decision-making, anomaly detection, and predictive analysis of space missions for example, through Long Short-Term Memory (LSTM) networks for time-series predictive maintenance. MR platforms provide immersive and interactive environments that enhances situational awareness, anomaly detection, and decision-making across different phases of space missions. MR hardware, such as Microsoft HoloLens and Varjo XR-4, enables astronauts and ground crews to collaborate with virtual spacecraft models superimposed with telemetry data, enabling real-time troubleshooting and collaborative decision-making. The review paper further investigates Artificial Intelligence and Machine Learning (AI/ML) integration in context-aware guidance, highlighting the importance of edge-cloud architectures formalized as two-tier Decision Support System (DSS) for achieving low latency constraints, system integration complexity, and secure collaboration. The review also examines the use of virtual modeling software to create detailed 3D spacecraft models for simulation and mission planning, thereby improving operational precision and risk assessment. Challenges and existing limitations are discussed along with proposed solutions. Finally, the paper highlights emerging trends in MR hardware and AI innovation, outlining their potential as promising developments that could enable new functionalities in future missions, by improving space operations through greater safety, efficiency, and collaboration. The transformative potential of MR is highlighted throughout this review at all stages of the space operations timeline, including pre-launch and launch planning, in-mission execution, and astronaut training.
Named Entity Recognition (NER) is a fundamental component of Natural Language Processing. It enables structured understanding of textual data across various domains such as news articles, Wikipedia, government records, social media, and other general data. NER is also useful for down-stream tasks like text summarization (summarizing text by identifying key entities and events), text classification, information retrieval and filtering, question-answering, and many more. The research article proposes a transformer-based fully fine-tuned XLNet model with 117M parameters. The model is designed to recognize and extract named entities form general domain data. A full fine-tuning approach is employed, updating all model parameters. Differential optimization rules are applied to distinct parameter groups, with normalization layer parameters (bias, gamma, beta) excluded from weight decay. This strategy helps to enhance model generalization and decrease the risk of overfitting. A full fine-tuning was employed on transformer-based models such as Bidirectional Encoder Representations from Transformers (BERT), DistilBERT, XLNet(117M), ALBERT, ELECTRA and ERNIE. In addition, probabilistic deep learning based classifier models like Multinomial Naïve Bayes (MNB) and Bidirectional LSTM-Conditional Random Field (BiLSTM-CRF) were also evaluated. For evaluation, metrics such as F1-score, recall, precision and macro-average values were used, along entity-level evaluation. Overall, transformer-based models outperformed others, achieving higher score on evaluation metrics with strong performance at the entity level. The proposed fully fine-tuned XLNet(117M) model achieved the highest training and testing accuracies of 97.1% for both. Additionally, the proposed framework outperformed other models in terms of evaluation metrics with a precision (97.1%), recall (95.9%), and F1-score (96.5%). Moreover, XLNet(117M) also obtained maximum macro average values in terms of precision (64%), recall (55%) and F1-score (58%) making it the prominent and best performing model. Since the proposed framework is trained on general purpose data, it can be used for content recommendation, information retrieval in Q&A systems. It can also serve as a base-model to use it further in domain specific tasks by transfer-learning.
Parth Goel, A. Bhatt, Biswajeet Pradhan et al.· PeerJ Computer Science· 0 citations