Method, System and Device for Identifying the State of Flight Simulator Test Data Based on Multimodal Learning

Through the multimodal learning method, multimodal data of the flight simulator is collected and processed, a structured knowledge base is built, and the health index is calculated, and the deviation range is dynamically adjusted, which solves the problems of insufficient error sensitivity and standard update lag in flight simulator verification, achieving efficient and accurate equipment status recognition and compliance evaluation.

CN120234699BActive Publication Date: 2025-08-01ZHUHAI XIANG YI AVIATION TECH CO LTD
View PDF 2 Cites 0 Cited by

Patent Information

Application Number
CN202510712119.X
Authority / Receiving Office
CN · China
Patent Type
Patents(China)
Current Assignee / Owner
Filing Date
2025-05-30
Publication Date
2025-08-01
Estimated Expiration
2045-05-30

AI Technical Summary

Technical Problem

The verification of existing flight simulators depends on manual verification, which has problems such as insufficient error sensitivity, lag in standard updates and lack of data correlation, resulting in low verification efficiency, poor compliance and difficult to fully identify equipment risks.

Method used

Using a multimodal learning method, multimodal test data is collected, feature extraction and splicing is performed, a structured knowledge base is constructed, health index is calculated, allowable deviation range is dynamically adjusted, and compliance judgment results are generated using the state classification model.

Benefits of technology

It significantly improves error sensitivity and verification accuracy, updates dynamic adaptation standards, realizes global recognition of systematic deviations, reduces labor costs and verification time, and enhances the adaptability and prospectiveness of equipment status evaluation.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN120234699B_ABST
    Figure CN120234699B_ABST
Patent Text Reader

Abstract

The present invention belongs to the field of aircraft simulation, and specifically relates to a method, system and device for identifying the state of test data of a flight simulator based on multi-modal learning, aiming to solve the problems of low verification efficiency, poor compliance and difficulty in comprehensively identifying equipment risks. The present invention includes: collecting time-series operation curve images, standard document texts and device time series, generating a multi-dimensional device state characterization vector through a feature extraction network after standardization processing; parsing the standard document to construct a structured knowledge base to extract the initial allowable deviation range, and using a health state decision tree to calculate the health index by integrating environmental parameters to adaptively adjust the upper and lower limits of the deviation interval; making an intelligent compliance determination by combining the compliance probability output by the state classification model and the dynamic deviation range. The present invention improves the accuracy and environmental adaptability of flight simulator test verification through the collaborative decision-making of multi-modal data analysis, deviation range optimization and quantitative evaluation of equipment health status.
Need to check novelty before this filing date? Find Prior Art

Description

Background Art

[0002] Flight simulators are core tools for aviation training and equipment verification, and their performance and data accuracy directly affect the safety and effectiveness of flight training. According to current international standards and domestic civil aviation regulatory requirements, the annual appraisal of flight simulators requires manual verification of more than a hundred objective test items. Taking the Airbus A320 flight simulator as an example, a single full-course verification requires 1 engineer to spend 1 day, and about 60% of the time is consumed in the manual comparison of curve data with the MQTG standard.

[0003] In the prior art, there are the following significant defects in manual verification:

[0004] Insufficient error sensitivity: The traditional visual inspection method has a high omission rate for subtle deviations of ±2% standard deviation, and it is difficult to meet the requirements of high-precision verification. For example, small deviations in key data such as the control response curve and engine parameter curve of a flight simulator may cause the training effect to deviate from the real flight scenario, and manual comparison is prone to missing such problems due to visual fatigue or subjective judgment errors.

[0005] Lagging standard update: International (such as ICAO, EASA) and domestic civil aviation standards (such as CAAC) are revised and updated, but manual verification relies on engineers' subjective understanding of the standards. After the standards are updated, retraining needs to be reorganized, resulting in the disconnection between the verification process and the latest standards and affecting the compliance of verification results.

[0006] Lack of data correlation: Existing verification methods analyze individual test items in isolation and cannot identify systematic deviations in the equipment status. For example, sensor errors, software algorithm drift, or hardware aging of a flight simulator may cause correlation anomalies in multiple test items, but manual verification lacks the ability to analyze global data and it is difficult to detect potential equipment risks in a timely manner.

[0007] The above defects lead to low efficiency (long time-consuming for single verification), high cost (relying on human input) in flight simulator verification, and the accuracy and comprehensiveness of verification results are limited, unable to meet the high requirements of aviation safety for equipment performance. Therefore, there is an urgent need for an automated and intelligent data processing method to solve the problems of insufficient error sensitivity, lagging standard update, and lack of data correlation in the prior art, and to improve the accuracy, efficiency, and compliance of flight simulator verification.

[0008] Based on this, the present invention proposes a method, system, and device for identifying the status of flight simulator test data based on multimodal learning. Summary of the Invention

[0009] To solve the above problems in the prior art, namely, the existing flight simulator calibration relies on manual calibration, with three major technical defects: insufficient error sensitivity (high omission rate of ±2% standard deviation), lagging standard updates (requiring retraining after revision), and lack of data correlation (inability to identify systematic deviations), resulting in low calibration efficiency, poor compliance, and difficulty in comprehensively identifying equipment risks, the present invention provides a method, system, and device for identifying the state of flight simulator test data based on multi-modal learning.

[0010] In the first aspect of the present invention, a method for identifying the state of flight simulator test data based on multi-modal learning is proposed. The method includes

[0011] Collecting multi-modal test data of the flight simulator and performing standardization processing. The multi-modal test data includes time-series operation curve images, standard document texts, and equipment operation time series;

[0012] Performing feature extraction on the standardized multi-modal test data based on a feature extraction network, and obtaining a multi-dimensional device state representation vector through feature splicing;

[0013] Constructing a structured knowledge base by parsing the standard document text, and extracting the initial allowable deviation range of each test item; based on the multi-physical parameters in the device state representation vector, calculating the environment-physical correlation feature vector in combination with environmental parameters, and inputting it into a health state decision tree to calculate the health index, and dynamically adjusting the upper and lower limits of the initial allowable deviation interval according to the health index to obtain the final allowable deviation range;

[0014] Inputting the device state representation vector into a pre-constructed and trained state classification model, outputting a compliance probability value, and combining the final allowable deviation range to generate a final compliance determination result.

[0015] Further, collecting multi-modal test data of the flight simulator and performing standardization processing specifically includes:

[0016] Extracting the curve key point coordinates of the time-series operation curve image through a visual processing model, and performing spatial alignment with the time axis;

[0017] Extracting the test item names, parameter thresholds, and constraint conditions of the standard document text through a natural language processing model;

[0018] Decomposing the equipment operation time series into a periodic component, a trend component, and a noise component.

[0019] Further, performing feature extraction on the standardized multi-modal test data based on a feature extraction network to obtain image modal features, text modal features, and time-series modal features;

[0020] The image modality features adopt a deep convolutional network to extract the spatial distribution patterns of curve images, including the curvature changes between key points and the histogram of gradient directions;

[0021] The text modality features extract the parameter thresholds and constraint conditions in standard documents through a semantic encoder, including numerical threshold intervals and logical judgment rules;

[0022] For the time-series modality features, the main frequency features are extracted from the periodic components, the long-term change slopes are calculated for the trend components, and the abnormal fluctuation intensities are analyzed for the noise components;

[0023] The image modality features, text modality features, and time-series modality features are concatenated and input into a deep autoencoder to generate a multi-dimensional device state representation vector.

[0024] Furthermore, based on the multi-physical parameters in the device state representation vector, combined with the environmental parameters, an environment-physical correlation feature vector is calculated and input into a health state decision tree to calculate the health index. The specific calculation method is as follows:

[0025] The device state representation vector is input into a pre-built and trained physical parameter decoder to generate physical parameters, which include mechanical wear amount, control response error, and sensor degradation degree;

[0026] The real-time environmental parameters of the flight simulator are collected, and the real-time environmental parameters include temperature data, humidity data, and electromagnetic intensity data;

[0027] An environmental parameter influence matrix is constructed, and the physical parameters and real-time environmental parameters are analyzed through multi-dimensional coupling to generate an environment-physical correlation feature vector;

[0028] The environment-physical correlation feature vector is input into a health state decision tree, and the verification result is output. The verification result is normalized to a health index, and the health index is a continuous value within the interval [0, 1], where 0 represents complete failure and 1 represents the best operating state.

[0029] Furthermore, according to the health index, the upper and lower limits of the initial allowable deviation interval are dynamically adjusted to obtain the final allowable deviation range, specifically:

[0030] Based on the magnitude of the health index, the device state levels are divided, and the levels include normal state, critical state, and abnormal state;

[0031] When the health index belongs to the normal state, the upper and lower limits of the initial allowable deviation interval are expanded according to a preset first ratio to form a relaxed final allowable deviation range;

[0032] When the health index is in the critical state, keep the upper and lower limits of the initial allowable deviation interval unchanged as the final allowable deviation range;

[0033] When the health index is in the abnormal state, reduce the upper and lower limits of the initial allowable deviation interval according to a preset second ratio to form a tightened final allowable deviation range;

[0034] Among them, the health index corresponding to the normal state is higher than the critical state, and the health index corresponding to the critical state is higher than the abnormal state.

[0035] Further, combining the final allowable deviation range to generate a final compliance determination result, specifically including:

[0036] Based on the compliance probability value output by the state classification model, extract the comparison result between the real-time operation parameters corresponding to each test item and the final allowable deviation range;

[0037] If the compliance probability value of a certain test item is higher than the preset threshold and its real-time operation parameters are within the final allowable deviation range, then determine that the test item is in a compliant state;

[0038] If the compliance probability value is lower than the preset threshold or the real-time operation parameters exceed the final allowable deviation range, then determine it as an abnormal state and mark the specific deviation parameters;

[0039] After traversing all test items, if there is at least one test item determined to be in an abnormal state, then generate a determination result that the overall equipment operation is unqualified; otherwise, output a final determination conclusion of full-item compliance;

[0040] Among them, the preset threshold is a dynamic threshold set according to the constraint conditions in the standard document, and the determination result of the abnormal state synchronously triggers the adaptive iterative update mechanism of the deviation range.

[0041] Further, after the method generates the final compliance determination result, it also includes:

[0042] Conduct correlation analysis on the compliance results of multiple test items to locate the equipment components that cause systematic deviations;

[0043] Generate a visualization report, marking the deviation values, dynamic allowable intervals, and historical change trends of the out-of-standard test items.

[0044] On the other hand, the present invention proposes a flight simulator test data state recognition system based on multi-modal learning. According to a flight simulator test data state recognition method based on multi-modal learning, the system includes:

[0045] A data acquisition and processing module, configured to acquire multi-modal test data of a flight simulator and perform standardized processing, where the multi-modal test data includes a timing operation curve image, a standard document text, and equipment operation time series;

[0046] A feature extraction module, configured to perform feature extraction on the standardized multi-modal test data based on a feature extraction network, and obtain a multi-dimensional device state characterization vector through feature splicing;

[0047] A deviation range construction module, configured to construct a structured knowledge base by parsing the standard document text, and extract the initial allowable deviation range of each test item; based on the multi-physical parameters in the device state characterization vector, calculate an environment-physical correlation feature vector in combination with environmental parameters, and input it into a health state decision tree to calculate a health index, and dynamically adjust the upper and lower limits of the initial allowable deviation interval according to the health index to obtain the final allowable deviation range;

[0048] A determination module, configured to input the device state characterization vector into a pre-constructed and trained state classification model, output a compliance probability value, and generate a final compliance determination result in combination with the final allowable deviation range.

[0049] In a third aspect of the present invention, an electronic device is proposed, including:

[0050] At least one processor; and

[0051] A memory communicatively connected to at least one of the processors; wherein,

[0052] The memory stores instructions executable by the processor, and the instructions are used to be executed by the processor to implement the above-mentioned method for identifying the state of flight simulator test data based on multi-modal learning.

[0053] In a fourth aspect of the present invention, a computer-readable storage medium is proposed, where the computer-readable storage medium stores computer instructions, and the computer instructions are used to be executed by the computer to implement the above-mentioned method for identifying the state of flight simulator test data based on multi-modal learning.

[0054] Advantages of the present invention:

[0055] Improve error sensitivity and verification accuracy: Deeply model the test data through a multi-modal feature extraction network, combine multi-dimensional information of images, texts, and time series, and significantly enhance the ability to identify subtle deviations. Compared with the traditional visual inspection method, it can effectively reduce the missed inspection problems caused by visual fatigue or subjective judgment, and ensure that the verification results of key parameters (such as control response, engine performance, etc.) are closer to the requirements of the real flight scenario.

[0056] Dynamic adaptation standard update to ensure compliance: By parsing the text of the standard document to construct a structured knowledge base and dynamically adjusting the allowable deviation range based on the device status representation vector, it breaks through the limitation of manual verification relying on the subjective understanding of engineers. This method can respond to international / domestic standard revisions in real time, and can keep the verification process synchronized with the latest standards without additional training, significantly improving the compliance and timeliness of verification results.

[0057] Achieve global identification of systematic deviations: The multi-dimensional device status representation vector integrates the temporal characteristics and correlation information of device operation, and can detect abnormal correlations of multiple test items caused by potential factors such as sensor errors, software drift, or hardware aging. Compared with the traditional method of analyzing individual test items in isolation, the present invention can identify systematic deviations in device status from a global perspective, early warning of potential risks, and avoiding the overall decline of device performance caused by the accumulation of local problems.

[0058] Reduce labor costs and verification time: Through automated feature extraction, health index calculation, and state classification model inference, it replaces manual comparison and empirical judgment, significantly shortening the time-consuming of a single verification. At the same time, the standardized processing process reduces the dependence on the individual experience of engineers, reduces the training and labor input costs, and improves the verification efficiency.

[0059] Enhance the adaptability and forward-looking of device status assessment: The dynamic adjustment mechanism of the health index can flexibly correct the allowable deviation range according to the actual operation status of the device (such as aging degree, environmental changes, etc.), avoiding misjudgment or missed judgment problems caused by static thresholds. Combining with the compliance probability value output by the state classification model, it can provide data support for device maintenance strategies, extend the service life of the device, and optimize resource allocation. Description of the Drawings

[0060] By reading the detailed description of the non-limiting embodiments with reference to the following drawings, other features, objects, and advantages of the present application will become more apparent:

[0061] Figure 1 It is a schematic flow chart of a method for identifying the status of flight simulator test data based on multi-modal learning of the present invention. Detailed Embodiments

[0062] The following further details the present application in conjunction with the drawings and embodiments. It can be understood that the specific embodiments described herein are only used to explain the relevant invention, rather than limiting the invention. Additionally, it should be noted that for the sake of description, only parts related to the relevant invention are shown in the drawings.

[0063] It should be noted that, without conflict, the embodiments in the present application and the features in the embodiments can be combined with each other. The following will detail the present application with reference to the drawings and embodiments.

[0064] The present invention provides a method for identifying the state of flight simulator test data based on multimodal learning, and the method includes

[0065] Step S10, collecting multimodal test data of the flight simulator and performing standardization processing, where the multimodal test data includes a time-series operation curve image, a standard document text, and a device operation time series;

[0066] Step S20, extracting features from the standardized multimodal test data based on a feature extraction network, and obtaining a multi-dimensional device state representation vector through feature splicing;

[0067] Step S30, constructing a structured knowledge base by parsing the standard document text, and extracting the initial allowable deviation range of each test item; based on the multi-physical parameters in the device state representation vector, calculating an environment-physical correlation feature vector in combination with environmental parameters, and inputting it into a health state decision tree to calculate a health index, and dynamically adjusting the upper and lower limits of the initial allowable deviation interval according to the health index to obtain the final allowable deviation range;

[0068] Step S40, inputting the device state representation vector into a pre-constructed and trained state classification model, outputting a compliance probability value, and generating a final compliance determination result in combination with the final allowable deviation range.

[0069] For a clearer description of a method for identifying the state of flight simulator test data based on multimodal learning of the present invention, the following is combined with Figure 1 Expand and detail each step in the embodiment of the present invention.

[0070] A method for identifying the state of flight simulator test data based on multimodal learning in the first embodiment of the present invention includes steps S10 - S40, and each step is described in detail as follows:

[0071] Step S10, collecting multimodal test data of the flight simulator and performing standardization processing, where the multimodal test data includes a time-series operation curve image, a standard document text, and a device operation time series;

[0072] In this embodiment, collecting multimodal test data of the flight simulator and performing standardization processing specifically includes:

[0073] Extracting the curve key point coordinates of the time-series operation curve image through a visual processing model, and performing spatial alignment with the time axis;

[0074] The present invention first grayscales the time-series operation curve image, removes noise through Gaussian filtering, locates the curve region through Canny edge detection, and uses the YOLOv8 model to identify the curve endpoints, inflection points, and extreme points, and outputs pixel coordinates.

[0075] Perform spatial alignment with the time axis, and the method is as follows:

[0076] Calculate the numerical axis scale factor: Extract the numerical range and the corresponding pixel height marked on the vertical axis of the time-series operation curve image, and calculate the scale factor: Scale factor = vertical axis pixel height / numerical range.

[0077] Convert pixel position to actual value: Actual value = maximum value on the vertical axis - (vertical pixel coordinate of the key point / numerical axis scale factor).

[0078] Among them, the maximum value on the vertical axis is the maximum value marked on the vertical axis of the image, and the vertical pixel coordinate of the key point is the y-direction coordinate of the detected curve key point.

[0079] Extract the test item name, parameter threshold, and constraint conditions from the standard document text through a natural language processing model;

[0080] Among them, in the present invention, the natural language processing model uses a bilingual pre-training model based on Transformer as the core architecture, and performs domain adaptation for the characteristics of aviation standard documents:

[0081] Annotate 3,200 ICAO, FAA, and CAAC standard documents (Chinese-English bilingual), and construct a corpus containing the following tags:

[0082] Test item name: such as "Pitch attitude maintenance test", "Engine windmill state test";

[0083] Parameter threshold: including numerical type (±2%), conditional type (≤70% when V≥200 knots), and function expression type;

[0084] Constraint conditions: such as equipment status constraints, environmental condition constraints, test item dependency constraints, time validity constraints.

[0085] Use a dynamic masking strategy to enhance the capture of long-distance dependencies, improve the relevance between clause numbers and test items, introduce a Pointer Network to accurately locate the start and end positions of threshold parameters in the text, and train a multi-task learning framework to synchronously complete named entity recognition (NER) and relation extraction (RE).

[0086] The test item in the present invention is a standardized description of the performance verification target of a specific device, and needs to include the test object and test type, including modules such as the flight control system, power plant, and avionics system.

[0087] In the present invention, the test item name extraction rule is as follows:

[0088] Match the gerund structure in the clause title (such as "XXXX test", "YYYY verification");

[0089] Analyze the test purpose adverbial clause (e.g., "Evaluate the deflection efficiency of the rudder under crosswind conditions" → Extract "Rudder crosswind deflection test");

[0090] Establish a synonym mapping table (e.g., "Inspect" → "Test", "Verify" → "Check").

[0091] In this embodiment, the numerical parameter thresholds include absolute value type and percentage type;

[0092] For the absolute value type, such as "Pitch angle deviation ≤ 1.5°", the parsed output form: {Maximum threshold: 1.5, Unit: Angle}.

[0093] For the percentage type, such as "Airspeed error ± 2%", the parsed output form: {Minimum threshold: -2%, Maximum threshold: +2%}.

[0094] For the conditional type, such as the example "When the altitude ≥ 10,000 feet, the bank angle limit is ± 25°", the parsed output form: {Condition: Altitude ≥ 10,000 feet, Threshold: {Minimum value: -25°, Maximum value: +25°}}.

[0095] For the function expression type, such as "Roll rate threshold = 0.8 × V / 250 (V: knots)", the parsed output form: {Formula: "0.8 × V / 250", Variables: ["Airspeed V"]}.

[0096] In this embodiment, the equipment state constraint is, for example, "Execute only when both channels A and B of the hydraulic system are normal";

[0097] The environmental condition constraint is, for example, "Under icing conditions, the elevator efficiency threshold is relaxed by 15%".

[0098] The test item dependency constraint is, for example, "Test item T305 can be started only after test item T201 is completed".

[0099] The time validity constraint is, for example, "Execute the new version threshold (± 1.5%) after 2024".

[0100] Decompose the equipment operation time series into periodic components, trend components, and noise components.

[0101] In this embodiment, a filter is used to perform smoothing and denoising processing on the equipment operation time series, retain the effective signal features, and fill in the missing data points by linear interpolation method to ensure the continuity of the time series.

[0102] For the periodic component, its decomposition method is:

[0103] Macroscopic period identification: For the fixed working modes during equipment operation (such as daily start / stop cycles), use the seasonal decomposition algorithm (STL) to extract explicit periodic patterns.

[0104] Microscopic period analysis: Detect implicit high-frequency periodic signals (such as motor vibration period) through spectral analysis, and combine with sliding window Fourier transform to locate the start and end time points of the period.

[0105] Period component reconstruction: Superimpose multiple detected periodic signals to generate a synthetic periodic component that reflects the inherent working rhythm of the device.

[0106] For the trend component, its decomposition method is as follows:

[0107] Use the Hodrick-Prescott filtering algorithm to decompose the time series into a long-term trend term and a short-term fluctuation term by dynamically optimizing the smoothing parameter. The algorithm iteratively adjusts the smoothness of the trend curve to balance the slow decline law of device performance (such as mechanical wear) and the impact of sudden fluctuations.

[0108] Introduce the Bayesian optimization strategy to automatically adjust the filtering parameter according to the local fluctuation intensity of the sequence, avoiding the over-smoothing or under-smoothing problems caused by fixed parameters in traditional methods.

[0109] For the noise component, its decomposition method is as follows:

[0110] Deduct the trend component and the periodic component from the original sequence to obtain an initial residual sequence.

[0111] Separate the steady-state noise (such as bearing friction noise) related to the inherent characteristics of the device through independent component analysis (ICA).

[0112] Use wavelet threshold denoising technology to identify and strip external random interferences (such as power fluctuations, sudden temperature changes).

[0113] Step S20: Extract features from the standardized multi-modal test data based on the feature extraction network, and obtain a multi-dimensional device state characterization vector through feature splicing;

[0114] In this embodiment, features are extracted from the standardized multi-modal test data based on the feature extraction network to obtain image modality features, text modality features, and time series modality features;

[0115] The image modality features use a deep convolutional network to extract the spatial distribution pattern of the curve image, including the curvature change between key points and the histogram of gradient directions;

[0116] The text modality features extract parameter thresholds and constraint conditions in the standard document through a semantic encoder, including numerical threshold intervals and logical judgment rules;

[0117] For the time-series modal features, it includes extracting the main frequency features of the periodic components, calculating the long-term change slope of the trend components, and analyzing the abnormal fluctuation intensity of the noise components;

[0118] Concatenate the image modal features, text modal features, and time-series modal features, and input them into a deep autoencoder to generate a multi-dimensional device state representation vector.

[0119] Among them, the deep convolutional network in this embodiment is preferably a pre-trained ResNet-50 model, and the semantic encoder is preferably a pre-trained BERT model.

[0120] In this embodiment, perform a fast Fourier transform (FFT) on the decomposed periodic components, and extract the 3 frequency values with the highest energy ratio;

[0121] Calculate the phase difference between the periodic waveform and the standard reference signal to generate a phase consistency score;

[0122] Trend component processing:

[0123] Long-term change slope: Use the least squares method to fit the trend line and calculate the average change rate per thousand hours (such as the hydraulic pressure attenuation rate of 0.03 MPa / thousand hours);

[0124] Inflection point detection: Identify the trend mutation points (such as the performance recovery point after maintenance) through the CUSUM algorithm;

[0125] Noise component processing:

[0126] Abnormal fluctuation intensity: Calculate the standard deviation to peak ratio of the noise component to quantify the transient interference level;

[0127] Pulse counting: Count the occurrence frequency of abnormal pulses exceeding the 3σ threshold;

[0128] Output features: Concatenate the period, trend, and noise features to form a 128-dimensional time-series feature vector;

[0129] Multi-modal feature fusion and representation generation

[0130] Feature concatenation: Concatenate the 512-dimensional image modal, 256-dimensional text modal, and 128-dimensional time-series modal feature vectors by dimension to form an 896-dimensional joint feature;

[0131] Deep autoencoder processing:

[0132] Encoder structure:

[0133] Fully connected dimensionality reduction layer: Compress the 896-dimensional input to 512 dimensions (activation function: ReLU);

[0134] Feature Refinement Layer: Redundant information is removed through a three-layer bottleneck structure (512→256→256→512);

[0135] Decoder Structure:

[0136] Feature Expansion Layer: Restore the 256-dimensional encoded vector to 896 dimensions (activation function: Sigmoid);

[0137] Multi-modal Reconstruction: Split the reconstructed vector into image, text, and time-series components, and calculate the reconstruction error of each modality;

[0138] Loss Function: Jointly optimize the mean squared error of image pixels, cross-entropy of text intervals, and correlation coefficient of time-series components;

[0139] Output Representation: Extract a 256-dimensional device status representation vector from the encoder bottleneck layer to represent the comprehensive health status of the device.

[0140] Step S30, construct a structured knowledge base by parsing the standard document text, and extract the initial allowable deviation range of each test item; based on the multi-physical parameters in the device status representation vector, calculate the environment-physical correlation feature vector in combination with the environmental parameters, and input it into the health status decision tree to calculate the health index, and dynamically adjust the upper and lower limits of the initial allowable deviation interval according to the health index to obtain the final allowable deviation range;

[0141] In this embodiment, the method for constructing a structured knowledge base by parsing the standard document text and extracting the initial allowable deviation range of each test item is as follows:

[0142] Step S31, divide the standard document into paragraphs according to the test items (such as "engine speed test", "hydraulic system pressure detection"), and use the natural language processing model to identify the test item name, parameter type (such as temperature, pressure, speed) and constraint conditions (such as unit, threshold range) of each paragraph.

[0143] Extract the numerical threshold intervals (such as "temperature allowable deviation ±2°C", "pressure upper limit ≤8MPa") and logical judgment rules (such as "the average value of three consecutive measurement values needs to meet the conditions") in the document through a semantic encoder (such as BERT or LSTM).

[0144] Step S32, organize the extracted information such as test item names, parameter thresholds, and constraint conditions into a knowledge graph in the form of entity-relationship-attribute. For example:

[0145] Entities: Test items (such as "engine speed"), parameters (such as "speed value"), constraints (such as "maximum allowable deviation").

[0146] Relationships: Test items contain parameters, and parameters are associated with constraint conditions.

[0147] Use a vector database or a graph database to store structured data, and support quickly locating the target test items and corresponding thresholds through natural language queries (such as "query the allowable range of the hydraulic system pressure").

[0148] Step S33, directly extract the explicit numerical range from the document (such as "the temperature range is 30°C to 35°C"), and convert it into a standardized format (such as [30, 35]). If the document does not explicitly give a numerical value (such as "it is necessary to meet the industry standard"), supplement the missing information by associating with an external standard database.

[0149] Convert the constraint conditions into executable rule logics (such as "if the fluctuation of the measured value exceeds 5% for 3 consecutive times, an alarm will be triggered"), and embed them into the inference engine of the knowledge base.

[0150] Manually review the extracted deviation range, correct the errors caused by text ambiguity or model misjudgment, and update the corrected results to the knowledge base.

[0151] In this embodiment, based on the multi-physical parameters in the device state characterization vector, calculate the environment-physical correlation feature vector in combination with the environmental parameters, and input it into the health status decision tree to calculate the health index. The specific calculation method is as follows:

[0152] Input the device state characterization vector into a pre-constructed and trained physical parameter decoder to generate physical parameters, where the physical parameters include mechanical wear amount, control response error, and sensor degradation degree;

[0153] Assign initial weights to the physical parameters according to the set values;

[0154] Collect the real-time environmental parameters of the flight simulator, where the real-time environmental parameters include temperature data, humidity data, and electromagnetic intensity data, and dynamically correct the initial weights based on the environmental parameters;

[0155] Weight the physical parameters based on the corrected initial weights, input the weighted parameters into the health status decision tree, output the verification result, and normalize the verification result into a health index. The health index is a continuous value within the range of [0, 1], where 0 represents complete failure and 1 represents the best operating state.

[0156] In this embodiment, pre-train a physical parameter decoder (such as a regression model based on deep learning), with the input being the device state characterization vector (generated by splicing multi-modal features), and the output being the parameters reflecting the physical state of the device, including:

[0157] Mechanical wear amount: Infer the wear degree of key components through vibration signals and displacement sensor data.

[0158] Control response error: Compare the difference between the actual control instruction and the device execution result (such as the steering gear deflection angle error).

[0159] Sensor degradation degree: Evaluate its performance attenuation through the stability of the sensor output (such as the fluctuation range of the temperature sensor).

[0160] Set the initial weights according to the influence degree of each physical parameter on the device health. For example:

[0161] The weight of mechanical wear is 0.4 (directly affecting the device life);

[0162] The weight of control response error is 0.3 (related to the operation accuracy);

[0163] The weight of sensor degradation degree is 0.3 (affecting data reliability).

[0164] The weight assignment needs to be determined by combining the experience of domain experts or the analysis results of historical fault data.

[0165] The steps of dynamically correcting the initial weights based on real-time environmental parameters specifically include:

[0166] Divide the scenarios according to the collected real-time environmental parameters (temperature data, humidity data, electromagnetic intensity data), and execute the corresponding weight adjustment rules:

[0167] High-temperature scenario: When the temperature data exceeds the preset threshold (such as 40 °C), increase the weight ratio of mechanical wear by 15%, and at the same time decrease the weight ratio of sensor degradation degree by 15%;

[0168] High-humidity scenario: When the humidity data is higher than the preset threshold (such as 80%), increase the weight ratio of sensor degradation degree by 10%, and at the same time decrease the weight ratio of control response error by 10%;

[0169] Strong electromagnetic interference scenario: When the electromagnetic intensity data exceeds the safe range, significantly increase the weight ratio of sensor degradation degree by 20%; (such as initially 0.3, adjusted to 0.5);

[0170] The adjusted weights of each physical parameter need to satisfy the sum normalization constraint (that is, the sum of all weights is 1), which is specifically achieved through the following method:

[0171] Scale the adjusted weights proportionally to ensure the sum is 1;

[0172] If a certain environmental parameter triggers multiple adjustment rules, execute the adjustments in order of priority and finally perform unified normalization.

[0173] Multiply the corrected weights by the physical parameters and sum them up to obtain the weighted comprehensive score.

[0174] Input a pre-trained health status decision tree model (such as a CART tree or a random forest), and output the preliminary verification result of the device status (such as "normal", "critical", "abnormal").

[0175] Health index normalization:

[0176] Map the verification result output by the decision tree to the interval [0, 1]:

[0177] 0: Complete failure (such as the decision tree determines a serious abnormality and the physical parameters exceed the safety threshold);

[0178] 1: Optimal operating state (such as all physical parameters are within the ideal range);

[0179] The intermediate value is calculated by a linear interpolation or a non-linear normalization method (such as the Sigmoid function).

[0180] For example: If the verification result is "critical", the corresponding health index is 0.5; if it is "normal", the health index is 0.8; if it is "abnormal", the health index is 0.2.

[0181] Device status level classification:

[0182] Normal state: Health index ≥ 0.7 (the device operates stably and has no potential risks);

[0183] Critical state: 0.4 ≤ health index < 0.7 (specific parameter fluctuations need to be monitored, but immediate maintenance is not required);

[0184] Abnormal state: Health index < 0.4 (immediate repair or shutdown for maintenance is required).

[0185] In this embodiment, another method for calculating the health index is given, specifically:

[0186] Input the device status characterization vector into a pre-constructed and trained physical parameter decoder to generate physical parameters, which include mechanical wear amount, control response error, and sensor degradation degree;

[0187] Collect the real-time environmental parameters of the flight simulator, which include temperature data, humidity data, and electromagnetic intensity data;

[0188] Construct an environmental parameter influence matrix, perform multi-dimensional coupling analysis on the physical parameters and the real-time environmental parameters, and generate an environment-physical correlation feature vector;

[0189] Input the environment-physical correlation feature vector into the health status decision tree, output the verification result, and normalize the verification result into a health index, which is a continuous value in the interval [0, 1], where 0 represents complete failure and 1 represents the optimal operating state.

[0190] In this embodiment, the node splitting rule of the health status decision tree is dynamically constructed based on the interaction between environmental parameters and physical parameters;

[0191] By traversing the branch paths of the health status decision tree, the state deviation degree is calculated, and the state deviation degree is mapped to a health index based on an exponential decay function. The health index is a continuous value within the range of [0, 1], where 0 represents complete failure and 1 represents the best operating state. Among them, the evaluation weight of mechanical wear reduction is automatically reduced in a high-temperature environment, and the detection sensitivity of sensor deterioration is enhanced in a high-humidity environment.

[0192] Construct an environmental parameter influence matrix, perform multi-dimensional coupling analysis on the physical parameters and real-time environmental parameters, and generate an environment-physical correlation feature vector, which specifically includes the following steps:

[0193] Normalize the physical parameters (mechanical wear amount, control response error, sensor deterioration degree) and real-time environmental parameters (temperature, humidity, electromagnetic intensity) respectively, and map them to the range of [0, 1];

[0194] Based on a predefined environment-physical coupling rule table, determine the dynamic influence coefficients of each environmental parameter on the physical parameters;

[0195] In the coupling rule table, the influence coefficient of a high-temperature environment on the mechanical wear amount is the reciprocal of the temperature value, the influence coefficient of a high-humidity environment on the sensor deterioration degree is an exponential function of the humidity value, and the influence coefficient of electromagnetic intensity on the control response error is generated by piecewise linear interpolation;

[0196] Construct a three-dimensional environmental parameter influence matrix, where the matrix dimension is (number of environmental parameters × number of physical parameters × coupling depth), and:

[0197] The row dimension is the environmental parameter category (temperature, humidity, electromagnetic intensity), the column dimension is the physical parameter category (wear amount, response error, deterioration degree), and the depth dimension is the coupling level, including basic linear coupling and non-linear interaction coupling;

[0198] The basic linear coupling layer calculates the element-wise product of the environmental parameters and physical parameters to generate primary coupling features;

[0199] Based on the non-linear interaction coupling layer, perform a non-linear transformation on the product result through an activation function (such as Sigmoid), and introduce the gradient change rate of the environmental parameters as a dynamic modulation factor;

[0200] Compress the features of the environmental parameter influence matrix along the coupling depth dimension, use max pooling to extract the key response values of each coupling layer, and expand them into a one-dimensional vector in row-column order;

[0201] Concatenate the compressed vector with the original physical parameter values, and perform feature fusion through a fully connected layer to generate the final environment-physical association feature vector for input into the health status decision tree.

[0202] In this embodiment, the actual physical parameter detection is as follows:

[0203] Mechanical wear P 1 = 0.8; Control response error P 2 = 0.6; Sensor degradation P 3 = 0.4;

[0204] The environment parameters detected in real time are: Temperature E 1 = 0.9; Humidity E 2 = 0.7; Electromagnetic intensity E 3 = 0.5.

[0205] According to the predefined environment-physical coupling rule table:

[0206] The influence coefficient of temperature on mechanical wear :

[0207] ;

[0208] The influence coefficient of electromagnetic intensity on control response error :

[0209] If , then ; If , then ; If , then ;

[0210] In this embodiment, , so .

[0211] The influence coefficient of humidity on sensor degradation : ;

[0212] The matrix dimension is 3×3×2 (environment parameter × physical parameter × coupling depth):

[0213] ;

[0214] Nonlinear interaction coupling layer (including dynamic modulation factor): The activation function in this embodiment is Sigmoid, and the gradient change rate is the time derivative of the environment parameter:

[0215] ;

[0216] Taking as an example:

[0217] , 0.67×(1 + 0.1)=0.74;

[0218] Final non - linear layer matrix: ;

[0219] Take the maximum value along the coupling depth dimension and expand it into a one - dimensional vector:

[0220] ;

[0221] Concatenate the original values of physical parameters: Compressed vector + :

[0222] ;

[0223] Fully - connected layer fusion (the weight matrix in this embodiment is a randomly initialized 12×6 matrix):

[0224] Finally generate the environment - physical correlation feature vector:

[0225] [0.85, 0.72, 0.53, 0.61, 0.49, 0.38];

[0226] Input the feature vector into the decision tree. According to the node splitting rule (for example, the weight of mechanical wear reduction in a high - temperature environment is reduced), finally output the health index:

[0227] Health index = 0.75 (indicating that the device is in a medium - health state) Health index = 0.75 (indicating that the device is in a medium - health state).

[0228] Calculate the state deviation degree by traversing the branch path of the health - state decision tree, and map the state deviation degree to the health index based on the exponential decay function. The method is:

[0229] Construction of dynamic node splitting rule:

[0230] The node splitting condition of the health - state decision tree is dynamically generated based on the interaction between environmental parameters and physical parameters, where:

[0231] The node splitting feature is selected from the dimensions in the environment - physical correlation feature vector, and the physical parameter most strongly correlated with the current gradient change rate of environmental parameters is selected;

[0232] The splitting threshold is dynamically adjusted according to the normalized value of environmental parameters, satisfying the formula:

[0233] ;

[0234] Among them, is the environmental sensitivity coefficient, which is obtained by training historical failure data.

[0235] Calculation of state deviation degree:

[0236] Traverse from the root node to the leaf node, and record the set of nodes that do not meet the splitting condition in the path;

[0237] For each unmet node, calculate the absolute deviation between its splitting threshold and the current eigenvalue, and multiply it by the node weight , and the weight is calculated from the real-time change rate of environmental parameters:

[0238] ;

[0239] Total state deviation degree D is the sum of the weighted deviations of all unmet nodes, normalized to the interval [0, 1]:

[0240] ;

[0241] is the current eigenvalue, is the splitting threshold.

[0242] The state deviation degree is converted into a health index by using an exponential decay function, and the function form is:

[0243] ;

[0244] where, λ is the preset environmental adaptive decay factor, μ is the preset health floor value, preferably 0.2 in this embodiment.

[0245] Dynamically adjust the upper and lower limits of the initial allowable deviation interval according to the health index to obtain the final allowable deviation range, specifically:

[0246] Based on the magnitude of the health index, divide the equipment state level, and the levels include normal state, critical state and abnormal state;

[0247] When the health index belongs to the normal state, expand the upper and lower limits of the initial allowable deviation interval according to the preset first ratio to form a relaxed final allowable deviation range;

[0248] When the health index belongs to the critical state, keep the upper and lower limits of the initial allowable deviation interval unchanged as the final allowable deviation range;

[0249] When the health index belongs to the abnormal state, reduce the upper and lower limits of the initial allowable deviation interval according to the preset second ratio to form a tightened final allowable deviation range;

[0250] Among them, the health index corresponding to the normal state is higher than that of the critical state, and the health index corresponding to the critical state is higher than that of the abnormal state.

[0251] In this embodiment, the first ratio and the second ratio are preferably 10%-20%.

[0252] Step S40: Input the device state characterization vector into a pre-constructed and trained state classification model to output a compliance probability value, and combine it with the final allowable deviation range to generate a final compliance determination result.

[0253] In this embodiment, the combination of the final allowable deviation range to generate the final compliance determination result specifically includes:

[0254] Based on the compliance probability value output by the state classification model, extract the comparison result between the real-time operating parameters corresponding to each test item and the final allowable deviation range;

[0255] If the compliance probability value of a certain test item is higher than the preset threshold and its real-time operating parameters are within the final allowable deviation range, then determine that the test item is in a compliant state;

[0256] If the compliance probability value is lower than the preset threshold or the real-time operating parameters exceed the final allowable deviation range, then determine it as an abnormal state and mark the specific deviation parameters;

[0257] After traversing all test items, if there is at least one test item determined to be in an abnormal state, then generate a determination result that the overall device operation is unqualified; otherwise, output a final determination conclusion of full-item compliance;

[0258] Among them, the preset threshold is a dynamic threshold set according to the constraint conditions in the standard document, and the determination result of the abnormal state synchronously triggers the adaptive iterative update mechanism of the deviation range.

[0259] After this method generates the final compliance determination result, it further includes:

[0260] Conduct a correlation analysis on the compliance results of multiple test items to locate the device components that cause systematic deviations;

[0261] Generate a visualization report, marking the deviation values, dynamic allowable intervals, and historical change trends of the out-of-standard test items.

[0262] Although the above embodiments describe each step in the above sequential order, those skilled in the art can understand that in order to achieve the effects of this embodiment, different steps do not have to be executed in such an order. They can be executed simultaneously (in parallel) or in a reversed order, and these simple changes are all within the protection scope of the present invention.

[0263] A flight simulator test data status recognition system according to the second embodiment of the present invention, based on a method for recognizing the status of flight simulator test data based on multi-modal learning, the system includes:

[0264] A data acquisition and processing module configured to collect multi-modal test data of a flight simulator and perform standardized processing, where the multi-modal test data includes a time-series operation curve image, a standard document text, and a device operation time series;

[0265] A feature extraction module configured to extract features from the multi-modal test data after standardized processing based on a feature extraction network, and obtain a multi-dimensional device status representation vector through feature splicing;

[0266] A deviation range construction module configured to construct a structured knowledge base by parsing the standard document text, and extract the initial allowable deviation range of each test item; based on the multi-physical parameters in the device status representation vector, calculate an environment-physical correlation feature vector in combination with environmental parameters, and input it into a health status decision tree to calculate a health index, and dynamically adjust the upper and lower limits of the initial allowable deviation interval according to the health index to obtain the final allowable deviation range;

[0267] A determination module configured to input the device status representation vector into a pre-constructed and trained status classification model, output a compliance probability value, and generate a final compliance determination result in combination with the final allowable deviation range. Those skilled in the art can clearly understand that for the convenience and brevity of description, the specific working process and related descriptions of the system described above can refer to the corresponding process in the foregoing method embodiment, and will not be repeated here.

[0268] It should be noted that the flight simulator test data status recognition system based on multi-modal learning provided in the above embodiment is only illustrated by the division of the above functional modules. In actual applications, the above functions can be allocated to different functional modules according to needs, that is, the modules or steps in the embodiments of the present invention can be further decomposed or combined. For example, the modules in the above embodiment can be combined into one module, or further split into multiple sub-modules to complete all or part of the functions described above. For the names of the modules and steps involved in the embodiments of the present invention, they are only used to distinguish each module or step, and are not regarded as an improper limitation of the present invention.

[0269] An electronic device according to the third embodiment of the present invention includes:

[0270] At least one processor; and

[0271] A memory communicatively connected to at least one of the processors; wherein,

[0272] The memory stores instructions executable by the processor, and the instructions are used to be executed by the processor to implement the above method for identifying the state of flight simulator test data based on multimodal learning.

[0273] A computer-readable storage medium according to a fourth embodiment of the present invention, the computer-readable storage medium stores computer instructions, and the computer instructions are used to be executed by the computer to implement the above method for identifying the state of flight simulator test data based on multimodal learning.

[0274] Those skilled in the art can clearly understand that for the convenience and conciseness of description, the specific working processes and related descriptions of the above-described storage device and processing device can refer to the corresponding processes in the foregoing method embodiments, and will not be repeated here.

[0275] Those skilled in the art should be able to realize that the modules and method steps of each example described in combination with the embodiments disclosed herein can be implemented by electronic hardware, computer software, or a combination of the two. The programs corresponding to the software modules and method steps can be placed in a random access memory (RAM), memory, read-only memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, register, hard disk, removable disk, CD-ROM, or any other form of storage medium known in the art. For the sake of clearly illustrating the interchangeability of electronic hardware and software, the components and steps of each example have been generally described according to their functions in the above description. Whether these functions are executed in the form of electronic hardware or software depends on the specific application and design constraints of the technical solution. Those skilled in the art can use different methods to implement the described functions for each specific application, but such implementation should not be considered to exceed the scope of the present invention.

[0276] Terms such as "first", "second", etc. are used to distinguish similar objects, rather than to describe or represent a specific order or sequence.

[0277] The term "including" or any other similar term is intended to cover non-exclusive inclusion, so that a process, method, article, or device / equipment including a series of elements not only includes those elements, but also includes other elements not explicitly listed, or also includes elements inherent in these processes, methods, articles, or devices / equipment.

[0278] So far, the technical solution of the present invention has been described in conjunction with the preferred embodiments shown in the accompanying drawings. However, it is easily understood by those skilled in the art that the protection scope of the present invention is obviously not limited to these specific embodiments. Without departing from the principle of the present invention, those skilled in the art can make equivalent changes or substitutions to the relevant technical features, and the technical solutions after these changes or substitutions will all fall within the protection scope of the present invention.

Claims

1. A method for identifying the state of flight simulator test data based on multimodal learning, characterized in that, The method includes collecting multi-modal test data of a flight simulator and performing standardization processing, where the multi-modal test data includes a time-series operation curve image, a standard document text, and device operation time series; extracting features from the standardized multi-modal test data based on a feature extraction network, and obtaining a multi-dimensional device state representation vector through feature splicing; constructing a structured knowledge base by parsing the standard document text, and extracting the initial allowable deviation range of each test item; based on the multi-physical parameters in the device state representation vector, calculating an environment-physical correlation feature vector in combination with environmental parameters, and inputting it into a health state decision tree to calculate a health index, and dynamically adjusting the upper and lower limits of the initial allowable deviation interval according to the health index to obtain the final allowable deviation range; inputting the device state representation vector into a pre-constructed and trained state classification model, outputting a compliance probability value, and generating a final compliance determination result in combination with the final allowable deviation range.

2. The method for identifying the state of flight simulator test data based on multi-modal learning according to claim 1, wherein Collecting multi-modal test data of a flight simulator and performing standardization processing specifically includes: extracting the key point coordinates of the curve from the time-series operation curve image through a visual processing model, and performing spatial alignment with the time axis; extracting the test item name, parameter threshold, and constraint conditions from the standard document text through a natural language processing model; decomposing the device operation time series into a periodic component, a trend component, and a noise component.

3. A method for identifying the state of flight simulator test data based on multimodal learning according to claim 2, characterized in that, Extracting features from the standardized multi-modal test data based on a feature extraction network to obtain an image modality feature, a text modality feature, and a time series modality feature; The image modality feature uses a deep convolutional network to extract the spatial distribution pattern of the curve image, including the curvature change between key points and the histogram of gradient directions; The text modality feature extracts the parameter threshold and constraint conditions in the standard document through a semantic encoder, including the numerical threshold interval and logical judgment rules; For the time series modality feature, it includes extracting the main frequency feature of the periodic component, calculating the long-term change slope of the trend component, and analyzing the abnormal fluctuation intensity of the noise component; Splicing the image modality feature, the text modality feature, and the time series modality feature, and inputting them into a deep autoencoder to generate a multi-dimensional device state representation vector.

4. A method for identifying the state of flight simulator test data based on multimodal learning according to claim 1, characterized in that, Based on the multi-physical parameters in the device state representation vector, calculating an environment-physical correlation feature vector in combination with environmental parameters, and inputting it into a health state decision tree to calculate a health index. The specific calculation method is: inputting the device state representation vector into a pre-constructed and trained physical parameter decoder to generate physical parameters, where the physical parameters include mechanical wear amount, control response error, and sensor deterioration degree; collecting the real-time environmental parameters of the flight simulator, where the real-time environmental parameters include temperature data, humidity data, and electromagnetic intensity data; constructing an environmental parameter influence matrix, performing multi-dimensional coupling analysis on the physical parameters and the real-time environmental parameters, and generating an environment-physical correlation feature vector; inputting the environment-physical correlation feature vector into a health state decision tree, outputting a verification result, and normalizing the verification result into a health index. The health index is a continuous value in the interval [0, 1], where 0 represents complete failure and 1 represents the best operating state.

5. A method for identifying the state of flight simulator test data based on multimodal learning according to claim 1, characterized in that, Dynamically adjust the upper and lower limits of the initial allowable deviation interval according to the health index to obtain the final allowable deviation range, specifically: Divide the device state level based on the magnitude of the health index, and the levels include normal state, critical state, and abnormal state; When the health index belongs to the normal state, expand the upper and lower limits of the initial allowable deviation interval according to a preset first ratio to form a relaxed final allowable deviation range; When the health index belongs to the critical state, keep the upper and lower limits of the initial allowable deviation interval unchanged as the final allowable deviation range; When the health index belongs to the abnormal state, reduce the upper and lower limits of the initial allowable deviation interval according to a preset second ratio to form a tightened final allowable deviation range; Among them, the health index corresponding to the normal state is higher than the critical state, and the health index corresponding to the critical state is higher than the abnormal state.

6. A method for identifying the state of flight simulator test data based on multimodal learning according to claim 1, characterized in that, Combined with the final allowable deviation range, generate the final compliance determination result, specifically including: Based on the compliance probability value output by the state classification model, extract the comparison result between the real-time operation parameters corresponding to each test item and the final allowable deviation range; If the compliance probability value of a certain test item is higher than the preset threshold and its real-time operation parameters are within the final allowable deviation range, it is determined that the test item is in a compliant state; If the compliance probability value is lower than the preset threshold or the real-time operation parameters exceed the final allowable deviation range, it is determined as an abnormal state and the specific deviation parameters are marked; After traversing all test items, if at least one test item is determined to be in an abnormal state, generate a determination result that the overall device operation is unqualified; otherwise, output the final determination conclusion of full-item compliance; Among them, the preset threshold is a dynamic threshold set according to the constraint conditions in the standard document, and the determination result of the abnormal state synchronously triggers the adaptive iterative update mechanism of the deviation range.

7. A method for identifying the state of flight simulator test data based on multimodal learning according to claim 1, characterized in that, After this method generates the final compliance determination result, it also includes: Conduct an association analysis on the compliance results of multiple test items to locate the device components that cause systematic deviations; Generate a visualization report, marking the deviation values, dynamic allowable intervals, and historical change trends of the out-of-standard test items.

8. A flight simulator test data status recognition system based on multi-modal learning, according to any one of claims 1-7, a method for recognizing the status of flight simulator test data based on multi-modal learning, characterized in that, The system includes: A data acquisition and processing module configured to collect multi-modal test data of the flight simulator and perform standardized processing. The multi-modal test data includes time-series operation curve images, standard document texts, and device operation time series; A feature extraction module configured to perform feature extraction on the standardized multi-modal test data based on a feature extraction network and obtain a multi-dimensional device state characterization vector through feature splicing; A deviation range construction module configured to construct a structured knowledge base by parsing the standard document text, extract the initial allowable deviation range of each test item; based on the multi-physical parameters in the device state characterization vector, calculate the environment-physical correlation feature vector in combination with the environmental parameters, and input it into the health state decision tree to calculate the health index, and dynamically adjust the upper and lower limits of the initial allowable deviation interval according to the health index to obtain the final allowable deviation range; A determination module configured to input the device state characterization vector into a pre-constructed and trained state classification model, output a compliance probability value, and generate a final compliance determination result in combination with the final allowable deviation range.

9. An electronic device, characterized in that, Including: At least one processor; And A memory communicatively connected to at least one of the processors; wherein, The memory stores instructions executable by the processor, and the instructions are used to be executed by the processor to implement a method for identifying the state of flight simulator test data based on multimodal learning according to any one of claims 1-7.

10. A computer-readable storage medium, characterized in that, The computer-readable storage medium stores computer instructions, and the computer instructions are used to be executed by the computer to implement a method for identifying the state of flight simulator test data based on multimodal learning according to any one of claims 1-7.

Citation Information

Patent Citations

  • Pilot abnormal state monitoring and early warning system and method

    CN117854229A

  • Multi-modal data fusion flight space cognitive test platform and method

    CN119326412A