An Intelligent Fault Diagnosis Method for General Aviation Aircraft Based on Multi-Fidelity Digital Twin and FMEA Knowledge Enhancement

arXiv cs.AI / 4/28/2026

💬 OpinionDeveloper Stack & InfrastructureModels & Research

Key Points

  • The paper addresses general aviation fault diagnosis challenges such as limited real fault data, heterogeneous fault types, and weak fault signatures by proposing a multi-fidelity digital-twin-based framework.
  • It builds a digital twin with JSBSim 6-DoF flight dynamics and generates 23-channel engine health monitoring signals using semi-empirical sensor synthesis equations.
  • A three-layer FMEA-driven fault injection engine models causal propagation for 19 engine fault types, supporting realistic simulation of failures.
  • For diagnosis, it proposes multi-fidelity residual feature extraction using a paired-mirror approach (high-fidelity, clean deviation signals) and a GRU surrogate approach (low-fidelity, real-time residual computation), followed by a 1D-CNN classifier over 20 fault classes.
  • An LLM-enhanced reporting module integrates classification outputs, residual evidence, and FMEA causal knowledge to produce interpretable natural-language diagnostic reports, with experiments showing Macro-F1 of 96.2% and ~4.3x inference acceleration with only a 0.6% performance drop, plus a key finding that residual feature quality outweighs classifier architecture by ~5x.

Abstract

Fault diagnosis of general aviation aircraft faces challenges including scarce real fault data, diverse fault types, and weak fault signatures. This paper proposes an intelligent fault diagnosis framework based on multi-fidelity digital twin, integrating four modules: high-fidelity flight dynamics simulation, FMEA-driven fault injection, multi-fidelity residual feature extraction, and large language model (LLM)-enhanced interpretable report generation. A digital twin is constructed using the JSBSim six-degree-of-freedom (6-DoF) flight dynamics engine, generating 23-channel engine health monitoring data via semi-empirical sensor synthesis equations. A three-layer fault injection engine based on failure mode and effects analysis (FMEA) models the physical causal propagation of 19 engine fault types. A multi-fidelity residual computation framework comprising paired-mirror residuals and GRU surrogate prediction residuals is proposed: the high-fidelity path obtains clean fault deviation signals using nominal mirror trajectories with identical initial conditions, while the low-fidelity path achieves online real-time residual computation through a multi-step prediction GRU surrogate model. A 1D-CNN classifier performs end-to-end diagnosis of 20 fault classes. An LLM diagnostic report engine enhanced with FMEA knowledge fuses classification results, residual evidence, and domain causal knowledge to generate interpretable natural language reports. Experiments show the paired-mirror residual scheme achieves a Macro-F1 of 96.2% on the 20-class task, while the GRU surrogate scheme achieves 4.3x inference acceleration at only 0.6% performance cost. Comparison across 24 schemes reveals that residual feature quality contributes approximately 5x more to diagnostic performance than classifier architecture, establishing the "residual quality first" design principle.