Balancing Safety and Efficiency in Aircraft Health Diagnosis: A Task Decomposition Framework with Heterogeneous Long-Micro Scale Cascading and Knowledge Distillation-based Interpretability

arXiv cs.LG / 3/25/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper addresses whole-aircraft health diagnosis for general aviation by targeting three main issues: data uncertainty, task heterogeneity, and high computational cost caused by end-to-end modeling that conflicts between global and local feature learning.
  • It introduces the Diagnosis Decomposition Framework (DDF), which decouples the problem into Anomaly Detection (AD) and Fault Classification (FC) using a Long-Micro Scale Diagnostician (LMSD) with a long-range global screening plus micro-scale local precise diagnosis strategy.
  • LMSD combines a Convolutional Tokenizer with Multi-Head Self-Attention (ConvTokMHSA) for global operational pattern discrimination and a Multi-Micro Kernel Network (MMK Net) for extracting local fault features.
  • The training approach separates “large-sample lightweight” from “small-sample complex” optimization to reduce training overhead under severe class imbalance.
  • For interpretability, the Keyness Extraction Layer (KEL) is trained using knowledge distillation to produce physically traceable explanations across the two-stage AD→FC decision pipeline, with reported 4–8% improvement on the NGAFID dataset and reduced training time.

Abstract

Whole-aircraft diagnosis for general aviation faces threefold challenges: data uncertainty, task heterogeneity, and computational inefficiency. Existing end-to-end approaches uniformly model health discrimination and fault characterization, overlooking intrinsic receptive field conflicts between global context modeling and local feature extraction, while incurring prohibitive training costs under severe class imbalance. To address these, this study proposes the Diagnosis Decomposition Framework (DDF), explicitly decoupling diagnosis into Anomaly Detection (AD) and Fault Classification (FC) subtasks via the Long-Micro Scale Diagnostician (LMSD). Employing a "long-range global screening and micro-scale local precise diagnosis" strategy, LMSD utilizes Convolutional Tokenizer with Multi-Head Self-Attention (ConvTokMHSA) for global operational pattern discrimination and Multi-Micro Kernel Network (MMK Net) for local fault feature extraction. Decoupled training separates "large-sample lightweight" and "small-sample complex" optimization pathways, significantly reducing computational overhead. Concurrently, Keyness Extraction Layer (KEL) via knowledge distillation furnishes physically traceable explanations for two-stage decisions, materializing interpretability-by-design. Experiments on the NGAFID real-world aviation dataset demonstrate approximately 4-8% improvement in Multi-Class Weighted Penalty Metric (MCWPM) over baselines with substantially reduced training time, validating comprehensive advantages in task adaptability, interpretability, and efficiency. This provides a deployable methodology for general aviation health management.