Research & Papers

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

New method combines LLMs and digital twins to detect 19 engine faults...

Deep Dive

Researchers have developed an intelligent fault diagnosis framework for general aviation aircraft that leverages multi-fidelity digital twins and failure mode and effects analysis (FMEA) knowledge. The system, detailed in a paper on arXiv, addresses challenges like scarce real fault data and weak fault signatures by integrating four modules: high-fidelity flight dynamics simulation using JSBSim's 6-DoF engine, an FMEA-driven fault injection engine modeling 19 fault types, a multi-fidelity residual feature extraction framework, and an LLM-enhanced interpretable report generator. The digital twin generates 23-channel engine health monitoring data via semi-empirical sensor synthesis equations.

The multi-fidelity residual computation framework includes two paths: a high-fidelity path using paired-mirror residuals with nominal mirror trajectories for clean fault deviation signals, and a low-fidelity path using a GRU surrogate model for online real-time residual computation. A 1D-CNN classifier performs end-to-end diagnosis across 20 fault classes. Experiments show the paired-mirror residual scheme achieves a Macro-F1 of 96.2%, while the GRU surrogate scheme provides 4.3x inference acceleration at only 0.6% performance cost. Analysis across 24 schemes reveals that residual feature quality contributes approximately 5x more to diagnostic performance than classifier architecture, establishing a "residual quality first" design principle.

Key Points
  • Paired-mirror residual scheme achieves 96.2% Macro-F1 on 20-class fault diagnosis task
  • GRU surrogate model enables 4.3x inference acceleration with only 0.6% performance loss
  • Residual feature quality contributes 5x more to diagnostic performance than classifier architecture

Why It Matters

This framework could revolutionize aircraft maintenance by enabling real-time, interpretable fault diagnosis with minimal real-world data.