Next Article in Journal
Noise Reduction Mechanism and Spectral Scaling of Slat Gap Filler Device at Low Angle of Attack
Previous Article in Journal
Entry Guidance for Hypersonic Glide Vehicles via Two-Phase hp-Adaptive Sequential Convex Programming
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Prediction of the Drogue Position in Autonomous Aerial Refueling Based on a Physics-Informed Neural Network

by
Xin Bao
1,2,
Yan Li
1 and
Zhong Wang
1,*
1
School of Automation, Northwestern Polytechnical University, Xi’an 710129, China
2
AVIC Xi’an Flight Automatic Control Research Institute, Xi’an 710065, China
*
Author to whom correspondence should be addressed.
Aerospace 2025, 12(6), 540; https://doi.org/10.3390/aerospace12060540
Submission received: 5 April 2025 / Revised: 1 June 2025 / Accepted: 7 June 2025 / Published: 14 June 2025
(This article belongs to the Special Issue New Sights of Intelligent Robust Control in Aerospace)

Abstract

:
Autonomous aerial refueling (AAR) technology is of crucial importance in the aviation field. Accurately predicting the position of the refueling drogue is a core challenge in implementing this technology. An innovative method of a physics-informed neural network (PINN), a fusion of supervised learning and unsupervised learning, integrating physical information with an attention-augmented long short-term memory (AALSTM) neural network is proposed. By constructing a physical model of the refueling drogue, accurate physical constraints are provided for the prediction model. Meanwhile, an AALSTM neural network architecture is designed to predict partial states of the refueling drogue and parameters of the dynamic model. An attention-augmented mechanism is introduced to enhance the ability to capture key information. Simulation experiments verify that introducing an attention-augmented mechanism based on the conventional LSTM can improve prediction accuracy. The PINN significantly outperforms the conventional LSTM method in prediction accuracy, providing strong support for the development of AAR technology.

1. Introduction

In the modern aviation field, aerial refueling technology, as a key factor in enhancing the combat effectiveness of aircraft, is receiving widespread attention [1]. In military scenarios, with the continuous evolution of the warfare, higher requirements are placed on the long-range, persistent and rapid response capabilities of combat aircraft. Aerial refueling technology enables fighter jets to continuously perform missions far from their bases, greatly enhancing the flexibility and strategic deterrence of military operations [2,3]. Given its simplicity, flexibility, and versatility in structure, the hose and drogue aerial refueling method remains one of the main approaches. With the development of aerial refueling technology and the ever increasing requirements of modern flight missions for this technology, there is an urgent need for autonomy in aerial refueling to expand its application scope and ensure its high-precision, high-safety, and high-efficiency implementation [4]. For manned aircraft, autonomous aerial refueling (AAR) technology aims to reduce the risks and complexity of the pilot’s operation and improve the efficiency and safety of refueling docking; for unmanned aerial vehicles, it has become an essential technology for enhancing the combat radius and endurance [5,6].
However, achieving AAR faces numerous challenges. Among them, the accurate prediction of the drogue position is the core challenge for safe and efficient refueling [7]. During the refueling process, the drogue is affected by complex aerodynamics, the relative motion between the tanker and the receiver aircraft, and environmental factors, resulting in a highly uncertain and dynamically changing position [8,9]. Turbulence, gusts, etc., in the air can cause irregular swings and displacements of the drogue, and changes in the speed, acceleration, and attitude of the tanker and receiver aircraft will further exacerbate the complexity of the drogue position [10,11]. These factors make it difficult for the receiver aircraft to accurately predict the future position of the drogue, posing great difficulties for the refueling operation. If the drogue position cannot be accurately predicted, deviations may occur during the docking process between the receiver aircraft and the drogue, and even collision accidents may happen, seriously threatening flight safety [12].
A large number of studies have been carried out on position prediction methods [13,14]. Conventional drogue position prediction methods are mainly based on empirical models or simple physical models [15,16]. These methods may have some accuracy in relatively stable environments, but their limitations gradually emerge in actual complex aerial refueling scenarios. Empirical models often rely on a large amount of historical data and specific flight conditions and lack adaptability to complex dynamic environments; simple physical models have difficulty fully considering the interactions of various complex factors, resulting in large deviations between prediction results and actual situations.
In recent years, with the rapid development of artificial intelligence and machine learning technologies, using data-driven methods for drogue position prediction has become a new research direction [17,18]. These methods can mine the hidden patterns and features in data by learning and analyzing a large amount of flight data, thus establishing more accurate prediction models. However, pure data-driven methods often ignore the constraints of physical principles, which may lead to physically unreasonable prediction results. Moreover, the generalization ability of the models may be affected when data are limited [19].
The emergence of physics-informed neural networks (PINNs) provides a new idea for solving the above problems [20]. PINNs combine physical knowledge with neural networks. While leveraging the powerful nonlinear fitting ability of neural networks, physical equations are introduced as constraint conditions, causing the prediction results of the model to conform to both data characteristics and physical laws [21,22]. This method has unique advantages in dealing with problems with complex physical processes and dynamic changes, and is expected to provide a more accurate and reliable solution for the prediction of the AAR drogue position.
This paper aims to conduct in-depth research on the prediction method of the AAR drogue position based on PINNs. First, a detailed analysis of the motion characteristics and influencing factors of the drogue during the AAR process is carried out. Second, a neural network model integrating physical information is constructed, and the model is trained and optimized using simulated data. Finally, the effectiveness and accuracy of the model are verified through experiments, providing theoretical support and technical guarantee for the development of AAR technology.
The main contributions of this paper are as follows. For the first time, a prediction model that deeply integrates physical information with an attention-augmented long short-term memory (AALSTM) is proposed. It makes full use of the interpretability of physical models and the powerful nonlinear fitting ability of data-driven models, significantly improving the prediction accuracy and stability of the drogue position.
A comprehensive and detailed physical model of the refueling drogue is established. The calculation formulas for gravity, aerodynamic force, and hose tension, as well as the decomposition formulas of each force on the coordinate axes, are presented. The ordinary differential equation of Newton’s second law is established based on the inertial system, making the dynamic model more in line with actual working conditions and providing accurate physical constraints for model integration.
The PINN is designed and comprehensively verified through simulation experiments. The parameter values of the dynamic equations are presented. The data collection and processing methods for AALSTM are detailed. The design of each dimension of the neural network, the division of training data, and the model training method are also discussed. A comparison with conventional methods is made to demonstrate the advantages of the method proposed in this paper in key indicators, providing a strong basis for practical applications.
The rest of the paper is organized as follows. The related work is elaborated in Section 2. The physical model is introduced in Section 3. The design process of PINN based on the AALSTM is presented in detail in Section 4. The simulation test examples and the result analysis are provided in Section 5. Finally, the conclusions are summarized in Section 6.

2. Related Work

In the field of drogue position prediction, previous research has achieved certain results, but there is still room for improvement. Refs. [23,24] conducted an in-depth analysis of the force conditions of the drogue under different flight conditions based on a conventional physical model and predicted the position by establishing accurate kinematic equations. In this study, the analysis of various forces is relatively detailed. For example, corresponding calculation formulas are given for gravity, aerodynamic force, and hose tension. However, the actual aerial refueling environment is extremely complex, and there are many interference factors that are difficult to model accurately, such as unstable airflows and random changes in the atmospheric environment. These factors limit the prediction accuracy of this method in practical applications.
Refs. [25,26,27] used an conventional neural network for drogue position prediction, making full use of the powerful nonlinear fitting ability of the neural network to capture some features in the data. During the data processing stage, the model can model complex nonlinear relationships to a certain extent through learning a large amount of historical data. However, due to the lack of in-depth integration of physical laws, the model cannot reasonably constrain and correct the prediction results according to physical principles when facing complex working conditions, resulting in poor prediction performance. For example, when encountering special flight attitudes or extreme weather conditions, the prediction results often deviate from the actual values.
In the research of AALSTM, refs. [28,29,30] proposed an innovative model that combines an attention mechanism with LSTM for natural language processing tasks. By dynamically adjusting the weights of inputs at different time steps, this method enables the model to focus more on key information, thus effectively improving the accuracy of text classification and sentiment analysis. In text classification tasks, through the attention mechanism, the model can quickly locate keywords and key sentences related to the text category, improving the classification accuracy. This idea provides important reference for applying AALSTM in the prediction of the AAR drogue position. In time-series data processing, the attention mechanism can help the model better capture important features of the data at different time points, which has potential application value for drogue position prediction tasks that need to handle complex time-series data.
In the application of PINNs, refs. [31,32] used PINNs to solve nonlinear dynamic problems. By ingeniously using the constraint conditions of physical models to improve neural network training, they significantly enhanced the generalization ability and prediction accuracy of the model. When solving nonlinear dynamic problems, PINNs integrate conservation laws, boundary conditions, etc. Incorporatingphysical models as constraints into the neural network training process enables the model to not only learn data features but also to follow physical laws.
In the AAR scenario, integrating physical information into neural networks is expected to solve the problem of the lack of physical basis in data-driven methods. Through the constraints of the physical model, the model can reasonably predict the motion state of the drogue according to physical principles under different flight conditions, thereby improving the reliability of drogue position prediction.
Existing prediction methods for the AAR drogue position have their own advantages and disadvantages. The methods based on physical models have a theoretical basis but lack adaptability to complex environments; data-driven methods rely on a large amount of high-quality data and have limited generalization ability. PINNs provide a new direction for solving these problems, but further exploration and improvement are still needed. Therefore, in-depth research on the prediction method of the AAR drogue position based on PINNs has theoretical and practical significance.

3. Physical Modeling

3.1. Modeling Assumptions

Assumption 1. 
Assume that the tanker maintains a uniform linear flight state during the refueling process, and its flight speed and attitude do not change significantly in a short period. This is because the stable flight of the tanker is crucial for maintaining the stable state of the refueling hose and drogue during the AAR process.
Assumption 2. 
Consider the refueling hose as an ideal elastic body with a constant elastic modulus that does not change with the degree of stretching and time.
Assumption 3. 
Assume that the change in the drogue’s attitude is small; the speed change of the drogue caused by disturbances is negligible compared to the speed of the tanker. Therefore, the change in the flow angle is small, and the angle of attack of the drogue is approximately equal to the pitch angle of the drogue.

3.2. Establishment of Coordinate Systems

A schematic diagram of the tanker, receiver, and hose–drogue is introduced in Figure 1 below to better understand their positional relationship.
Geographic coordinate system { O x y z } : A coordinate system fixed on the Earth is selected as the global reference frame, based on which the absolute positions and velocities of the tanker and the receiver aircraft can be described.
Refueling pod coordinate system { O t x t y t z t } : Its origin is located at the connection point of the refueling hose and the pod. The x t -axis points in the flight direction of the aircraft, the z t -axis is vertically downward, and the direction of the y t -axis is determined according to the right-hand rule, pointing towards the wingspan direction. According to the aforementioned assumptions, this coordinate system is also an inertial coordinate system. The position of the drogue is described based on this coordinate system.
Receiver-fixed coordinate system { O r x r y r z r } : Its origin is fixed at the centroid O r of the receiver aircraft. The x r -axis points towards the nose of the aircraft, the y r -axis points towards the wingspan direction, and the z r -axis is vertically downward. The relative position between the receiver aircraft and the drogue is described based on this coordinate system.
Drogue-fixed coordinate system { O c x c y c z c } : The origin of the coordinate system is at the centroid O c of the drogue. The x c -axis points in the direction of the connection node between the drogue and the hose, the z c -axis is vertically downward, and the y c -axis direction satisfies the right-hand rule. The hose tension acting on the drogue is analyzed in this coordinate system.
Equilibrium towing coordinate system of the drogue { O c x b y b z b } : The origin of the coordinate system is at the centroid O c of the drogue. The x b -axis points in the direction of the flight velocity, the z b -axis is vertically downward, and the y b -axis direction satisfies the right-hand rule. According to assumption 3, this coordinate system is also an inertial coordinate system. The aerodynamic force and gravity acting on the drogue are analyzed in this coordinate system.

3.2.1. Force Analysis of the Drogue

During its motion, the drogue is mainly subjected to the action of gravity G , aerodynamic force F a , and hose tension F t .
Given the pitch angle θ and yaw angle ψ of the drogue, the rotation matrix R for the transformation from the drogue-fixed coordinate system to the drogue equilibrium towing coordinate system is expressed as follows.
R = cos θ cos ψ sin θ cos ψ sin ψ cos θ sin ψ sin θ sin ψ cos ψ sin θ cos θ 0
In the equilibrium towing coordinate system, the gravity of drogue is formulated by
G = [ 0 , 0 , m g ] T
where m is the mass of the drogue and g is the acceleration due to gravity.
In the drogue-fixed coordinate system, the aerodynamic force is presented as
F a = [ F D , F Y , F L ] T
F a i n e r t i a l = R · F a
where the aerodynamic lift F L , drag F D , and side force F Y are, respectively, defined as
F L = 1 2 ρ v 2 S C L
F D = 1 2 ρ v 2 S C D
F Y = 1 2 ρ v 2 S C Y
where ρ is the air density; v is the airspeed of the drogue; S is the reference area of the drogue; C L is the lift coefficient; C D is the drag coefficient; and C Y is the side force coefficient.
The tanker exerts a tension force F t on the drogue through the hose. This tension is the key force for maintaining the stable flight of the drogue and controlling its position. The direction of the tension is along the axial direction of the hose. Let the original length of the hose be l 0 , the elastic coefficient be k, and the current elongation be Δ l . Then, the tension F t exerted by the hose on the drogue can be calculated by Hooke’s law as follows:
F t = k · Δ l · e c
where e c is the unit vector in the axial direction of the end of the refueling hose, which points in the direction of the x c -axis of the drogue-fixed coordinate system. The unit vector is e c = [ 1 , 0 , 0 ] T .
The component F t i n e r t i a l of the hose tension in the drogue equilibrium towing coordinate system is expressed as follows:
F t i n e r t i a l = R · F t

3.2.2. Drogue Dynamic Equations

Based on the inertial system, the drogue dynamic equations are established according to Newton’s second law F = m a . The resultant external force F t o t a l is the vector sum of the gravitational force G , the aerodynamic force F a i n e r t i a l , and the hose tension F t i n e r t i a l . The acceleration a is the second-order derivative of the position vector r with respect to time, expressed as follows:
m d 2 r d t 2 = G + F a i n e r t i a l + F t i n e r t i a l r ( 0 ) = r 0
Decompose the differential equation along the three coordinate axes as follows:
m d 2 x d t 2 = F a i n e r t i a l x + F t i n e r t i a l x m d 2 y d t 2 = F a i n e r t i a l y + F t i n e r t i a l y m d 2 z d t 2 = m g + F a i n e r t i a l z + F t i n e r t i a l z x ( 0 ) = x 0 y ( 0 ) = y 0 z ( 0 ) = z 0
where r 0 = [ x 0 , y 0 , z 0 ] T represents the initial position at the moment of AAR docking.

4. Design of PINN Based on Attention-Augmented LSTM

4.1. Architecture of PINN

The PINN is a neural network framework that combines deep learning and physical modeling. On the basis of conventional neural networks, it integrates physical laws and prior knowledge, enabling the network’s training and prediction processes to better follow physical laws, thereby improving the model’s generalization ability and prediction accuracy. In the research on the position prediction of the drogue in AAR, this architecture shows unique advantages and adaptability.
The PINN consists of three parts: a data-driven neural network, physical information constraints, and a loss function.
The data-driven neural network usually adopts the structure of a multi-layer perceptron (MLP), which consists of an input layer, several hidden layers, and an output layer. In the scenario of predicting the position of the drogue in AAR, the input layer receives the raw data related to the refueling process. The hidden layers perform feature extraction and representation learning on the input data through a series of nonlinear transformations, mining the complex relationships among these data. The output layer outputs the prediction results, providing an important reference for the aerial refueling process. The neurons in each layer are connected through weights and biases, and these parameters are continuously adjusted during the training process to minimize the loss function.
Physical information constraints are the core part of the PINN, which integrates prior knowledge such as physical laws, conservation laws, and boundary conditions into the network. In this study, the physical model established in Section 3 is used as the physical information constraint and integrated into the network.
The loss function of the PINN consists of two parts: data fitting loss and physical information loss. The data fitting loss measures the difference between the network’s prediction results and the observed data, and usually uses common loss function forms such as mean-squared error (MSE). In the design of the data fitting loss in this study, considering that the output signal contains multiple dimensions, such as the drogue’s position, pitch angle, yaw angle, and tanker’s speed, the mean-squared error is used to calculate the error of each dimension, and the errors of all dimensions are accumulated. This can quantify the prediction error of each dimension and prompt the model to fit the actual data as accurately as possible in each dimension. The physical information loss measures the deviation between the network’s prediction results and the physical information constraints. In this study, the physical constraint loss is designed based on the drogue dynamic equations established according to Newton’s second law. The physical information loss is determined by calculating the sum of the squared residuals between the resultant external force and acceleration obtained from the model’s prediction information at each time step and both sides of the physical model equation. This allows the model to continuously adjust its parameters during the training process to ensure the consistency between the prediction results and the physical model. These two parts of the loss are combined through weighted summation to obtain the final loss function L, which is used to balance the relative importance of the data fitting loss and the physical constraint loss. The value of the weight needs to be determined through experiments to find the optimal balance.
The PINN is a fusion of supervised learning and unsupervised learning. Its architecture is shown in Figure 2.
The present state of the physics-informed system is the three coordinate values of the drogue in the refueling pod coordinate system, s t = [ x , y , z ] , with auxiliary parameters being the drogue pitch angle θ and yaw angle ψ . The next state is the solution for the state s t + Δ t at time t + Δ t based on the present state and physical Equation (11). The sizes of the LSTM input layer, hidden layer, and output layer are denoted by n, h, and o, respectively.

4.2. Description of the Attention-Augmented LSTM

In the complex task of predicting the position of the drogue in AAR, the Attention-Augmented LSTM (AALSTM) is introduced. This network architecture skillfully combines the advantages of conventional LSTM with the unique functions of the attention mechanism, demonstrating excellent performance in processing time-series data, especially in adapting to the requirements of drogue position prediction. Compared with the conventional LSTM, the AALSTM algorithm has the following advantages.
Effective capture of long-term dependencies: LSTM effectively solves this problem by introducing key components such as memory cells, input gates, forget gates, and output gates. This advantage is inherited in AALSTM. In the scenario of AAR, the position change of the drogue is comprehensively affected by multiple factors, and its motion trajectory shows complex time-series characteristics. For example, factors such as the adjustment of the tanker’s flight attitude and the continuous action of the air current will affect the drogue’s position at different time scales. AALSTM can store and transmit this long-term influence information through its memory cells, thus accurately capturing the patterns of change in the drogue’s position over a long time span and providing strong support for accurate prediction.
Attention mechanism highlighting key information: The attention mechanism is a key feature of AALSTM. When processing time-series data related to the drogue’s position, the importance of data at different moments for predicting the current position of the drogue is not the same. For example, the data around the moment when the drogue is disturbed by a sudden air current have a higher reference value for understanding and predicting the subsequent position change of the drogue. The attention mechanism can automatically learn and assign different weights to data at different moments, thus highlighting the role of key information. By calculating the attention weights, AALSTM can focus more on the historical data that are most crucial for the current prediction, enhancing the model’s attention to important features and thus improving the prediction accuracy. This ability to accurately capture key information enables the model to quickly screen valuable information and make more reliable predictions when facing the complex and changeable aerial refueling environment.
Dynamic adaptation to complex environment changes: The environmental factors in the process of AAR are complex and changeable. For example, the instability of the air current and the change in the relative motion state between the tanker and the receiver aircraft will lead to dynamic adjustments in the change law of the drogue’s position. The attention mechanism of AALSTM has dynamic adaptability. It can continuously adjust the distribution of attention weights according to the real-time changes in the input data. When the environment changes, the model can quickly refocus on new key information and timely adapt to the changes in the change law of the drogue’s position. This dynamic adaptability enables AALSTM to maintain good prediction performance in different aerial refueling scenarios, enhancing the model’s robustness and generalization ability.
Overall, AALSTM can significantly improve the prediction accuracy in the prediction of the drogue’s position in AAR. By accurately capturing long-term dependencies, highlighting key information, and dynamically adapting to environmental changes, the model can more precisely grasp the change trend of the drogue’s position. At the same time, since the attention mechanism can focus on key information and reduce the processing of irrelevant data, it improves the model’s computational efficiency to a certain extent.
Below is a description of the AALSTM algorithm. Suppose there is an input sequence X = [ x 1 , x 2 , , x N ] , where x i represents the input vector at the i-th time step and N is the total number of time steps. Then, calculate the attention weights. First, calculate the score e i for each time step:
e i = w T tanh ( W x i + b )
where W is a weight matrix used to map the input vector x i to a new feature space; w is a weight vector used to perform a weighted sum of the mapped features; and b is the bias vector. The attention weight α i is calculated through the softmax function:
α i = exp ( e i ) j = 1 N exp ( e j )
The attention weight α i represents the relative importance of the input at the i-th time step in the entire input sequence, and i = 1 N α i = 1 . Perform a weighted sum of the input sequence through the attention weights to obtain the input representation h a t t with the attention mechanism:
h a t t = i = 1 N α i x i
Use the input representation h a t t with the attention mechanism as the input of LSTM, and interact with the hidden state h t 1 and cell state c t 1 of the conventional LSTM. The description of LSTM is as follows:
Input gate i t :
i t = σ ( W i h t 1 + U i h a t t + b i )
Forget gate f t :
f t = σ ( W f h t 1 + U f h a t t + b f )
Output gate o t :
o t = σ ( W o h t 1 + U o h a t t + b o )
Candidate cell state c ˜ t :
c ˜ t = tanh ( W c h t 1 + U c h a t t + b c )
Update cell state c t :
c t = f t c t 1 + i t c ˜ t
Update hidden state h t :
h t = o t tanh ( c t )
where σ is the sigmoid activation function, ⊙ represents element-wise multiplication, and W i , U i , b i , W f , U f , b f , W o , U o , b o , W c , U c , and b c are the weight matrices and bias vectors of LSTM.
In the entire process, the attention mechanism provides more targeted input for LSTM, enabling LSTM to better process time-series data and improving the performance of the model.

4.3. Input and Output Signals of AALSTM and Sliding Window Design

Feature signals are defined as follows: (1) drogue position ( x , y , z ) , which is defined in the refueling pod coordinate system; (2) drogue pitch angle θ and yaw angle ψ ; and (3) tanker speed v t a n k .
Label signals, which are the real values of the model’s output signals corresponding to the inputs, are defined as follows: (1) predicted drogue position ( x ^ , y ^ , z ^ ) ; (2) predicted pitch angle θ ^ and yaw angle ψ ^ ; (3) and predicted tanker speed v ^ t a n k .
Other output signals of the model, which are used for physical information calculation and belong to the type of unsupervised learning, are defined as follows: (1) predicted elongation of the hose Δ l ^ , which reflects the degree of hose stretching and is related to relative motion; and (2) predicted aerodynamic coefficients of the drogue ( C ^ D , C ^ Y , C ^ L ) , which are used to predict the aerodynamic forces of the refueling drogue.
The sliding window is designed as follows. The input signal is sampled at a time interval of Δ t . The time-series is converted into the supervised learning form of “input sequence → output label”. Here, the input sequence represents the observations of the past N 0 time steps, and the output label represents the real values of the next N time steps.
In the scenario of drogue position prediction, the selection of sliding window parameters needs to be combined with physical characteristics and control decision-making requirements. The choice of the prediction sliding window size N 0 is constrained by the physical characteristics of the drogue, and the value of N 0 needs to cover the key cycles of drogue movement (such as airflow disturbance cycles and system response delays). According to historical data, the movement cycle of the drogue is generally 1 to 3 s, and the duration of historical data corresponding to N 0 is 2 to 4 times the movement cycle of the drogue, which can capture the typical swinging cycle. If N 0 is too small, key dynamics (such as airflow fluctuations) will be missed, leading to prediction oscillations; if N 0 is too large, historical noise will be introduced, reducing the model’s sensitivity to recent changes.
The prediction step size N needs to match the time scale of control decisions. A too large N may increase the learning difficulty of the model because it needs to capture dependency relationships over a longer time span; a too small N has no obvious effect on control decisions. The prediction results in this study are mainly used in the scenario of AAR docking control, and a 0.5 s advance prediction plays an important role in improving the success rate of AAR docking.

4.4. Loss Function Design

In the AAR drogue position prediction model based on AALSTM, the design of the loss function is crucial for the training and performance improvement of the model. It needs to comprehensively consider the differences between the predicted values and the true values, as well as the constraints of the physical model, to ensure that the model can not only accurately fit the data but also satisfy the physical laws.

4.4.1. Data Fitting Loss

The data fitting loss mainly measures the difference between the model’s predicted values and the true values. Considering that the output signals contain multiple dimensions, such as the drogue position, pitch angle, yaw angle, tanker speed, etc., the mean-squared error (MSE) is used to calculate the error of each dimension, and the errors of all dimensions are accumulated.
Suppose there are a total of M samples. For the k-th sample, the output signal has D dimensions (corresponding to various prediction parameters), the predicted value is y ^ k , d , and the real value is y k , d ( d = 1 , 2 , , D ). Then, the calculation formula for the data fitting loss L d a t a is given by
L d a t a = 1 M k = 1 M d = 1 D ( y ^ k , d y k , d ) 2
This design can quantify the prediction error of each dimension and give higher weights to larger errors, prompting the model to fit the actual data as accurately as possible in each dimension.

4.4.2. Physical Constraint Loss

The physical constraint loss is used to ensure that the model’s prediction results conform to the physical model of the refueling drogue established previously. The dynamic equation of the drogue established based on Newton’s second law is the core of the physical model. Therefore, the physical constraint loss can be designed based on this equation.
At each time step, according to the information of the drogue’s position predicted by the model, combined with known physical parameters (such as mass, elastic coefficient, etc.), the resultant external force and acceleration are calculated.
The differential equation of Newton’s second law established based on the inertial system is m d 2 r d t 2 = G + F a i n e r t i a l + F t i n e r t i a l . The differential equations expanded in the three axes are expressed as follows:
m d 2 x d t 2 = F a i n e r t i a l x + F t i n e r t i a l x m d 2 y d t 2 = F a i n e r t i a l y + F t i n e r t i a l y m d 2 z d t 2 = m g + F a i n e r t i a l z + F t i n e r t i a l z
Taking the x-axis direction as an example, the residual r x is calculated as follows:
r x = m d 2 x d t 2 ( F a i n e r t i a l x + F t i n e r t i a l x )
Similarly, the residuals r y and r z in the y-axis and z-axis directions can be obtained. The physical constraint loss L p h y s i c s is given by
L p h y s i c s = 1 M i = 1 M ( r x , i 2 + r y , i 2 + r z , i 2 )
where M is the total number of time steps. In this way, the model continuously adjusts its parameters during the training process to ensure the consistency between the prediction results and the physical model.

4.4.3. Total Loss Function

The data fitting loss and the physical constraint loss are combined by weighted summation to obtain the total loss function L:
L = L d a t a + λ L p h y s i c s
where λ is a hyperparameter used to balance the relative importance of the data fitting loss and the physical constraint loss. The value of λ needs to be determined through experiments to find the optimal balance between data fitting and physical constraints. If the value of λ is too large, the model may focus too much on physical constraints and ignore data fitting; if the value of λ is too small, the role of physical constraints may not be obvious, and the model cannot fully utilize physical information to improve the prediction accuracy.
During the model training process, by minimizing the total loss function L, the model can fit the data while following physical laws, thereby improving the accuracy and stability of the AAR drogue position prediction.

5. Simulation Experiments and Result Analysis

5.1. Experimental Setup

5.1.1. Determination of Parameters

Prior to simulation experiments, the parameters in the refueling drogue dynamics equations and other critical calculations were configured as detailed in Table 1.

5.1.2. Data Collection and Processing

Data Collection: Based on ref. [33], a hose–drogue dynamics model was established. A refueling simulation was carried out from the trail stage of the receiver aircraft (where the receiver aircraft is 21 m behind the drogue) to the successful docking stage to generate numerical simulation data. The data generated by the model were verified for effectiveness by referring to the actual flight test data from ref. [34]. By using this method, time-series data for PINN training were obtained, including the drogue position (the three coordinate values ( x , y , z ) in the refueling pod coordinate system), attitude (pitch angle θ and yaw angle ψ ), and velocity (the tanker velocity v t a n k ). The projection of the drogue position on the O t y t z t plane is shown in Figure 3.
Data Preprocessing: The collected data were cleaned to remove obviously incorrect and abnormal data points. Then, normalization processing was carried out. Data with different ranges, such as the drogue’s position, were uniformly mapped to the interval [0, 1] to accelerate the convergence speed of model training and improve training stability. For example, for the drogue position ( x , y , z ) , the formula was used for normalization as follows:
x n o r m = x x m i n x m a x x m i n
where x m i n and x m a x were the minimum and maximum values in the x dataset, respectively, and the other signals were processed in a similar way.

5.1.3. Sliding Window Design and Dataset Construction

A multi-variable and multi-step prediction method is adopted to predict the time-series of the refueling drogue state. The dimensions of the input and output data can be expressed as follows:
  • Input: [ N S , N 0 , N 1 ];
  • Output: [ N S , N, N 2 ].
Here, N S is the number of samples, N 0 is the input time steps, N is the output time steps, N 1 is the number of input features, and N 2 is the number of output labels. The values of these parameters are listed in Table 1.

5.1.4. Data Division

The preprocessed data were divided into a training set, a validation set, and a test set in the ratio of 60%, 20%, and 20%. The training set was used to train the PINN model, enabling the model to learn the relationships between input signals (such as the drogue’s position, attitude, tanker speed, etc.) and output signals (such as the drogue’s position, attitude, tanker speed, hose elongation, aerodynamic coefficients). The validation set was used to adjust the hyperparameters of the model during the training process, such as the learning rate and the number of hidden layer units, to prevent the model from overfitting. The test set was used to finally evaluate the generalization ability and prediction accuracy of the model.

5.2. Model Training

5.2.1. Network Architecture Configuration

The AALSTM network consists of three AALSTM layers and one fully connected layer. The number of hidden units in the first AALSTM layer is set to 128, the second layer has 64 hidden units, and the third layer has 32 hidden units. Each AALSTM layer is equipped with an attention mechanism, which can dynamically allocate weights according to the importance of the input data to better capture the key information related to the output signals. In the fully connected layer, the number of neurons is determined according to the dimension of the output signal to accurately calculate the prediction results such as the drogue position, attitude, tanker speed, hose elongation, and aerodynamic coefficients.

5.2.2. Optimizer and Hyperparameter Selection

The Adam optimizer is selected to train the model. Its characteristic of adaptively adjusting the learning rate helps to improve the training efficiency and stability. The initial learning rate is set to 0.001 and is appropriately adjusted during the training process according to the loss of the validation set. The number of training iterations is set to 5000 to ensure that the model fully learns the data features.
In physics-informed neural networks, the weight parameter λ for balancing the data fitting loss and physics constraint loss is a key hyperparameter. The selection of this parameter directly affects the model’s emphasis on data fitting and physical laws. Common weight assignment methods and adjustment strategies include fixed weight methods, dynamic weight methods, validation set performance-based selection, and automatic learning strategies. This study employs a fixed weight method, directly designating λ as a constant, and determining its value through experience by starting with smaller values (e.g., 0.1, 1, 5, 10) and gradually increasing them. This approach is simple to implement and computationally efficient. Through simulation comparisons, a λ value of 5 was found to meet the prediction requirements.

5.2.3. Training Process

During the training process, a batch of training data (containing 300 samples) is input into the model each time. The model performs forward propagation based on the input data to calculate the predicted values, which include the drogue position, attitude, speed, hose elongation, and aerodynamic coefficients. Then, the weighted sum of the data fitting loss and the physical constraint loss is calculated through the total loss function L = L d a t a + λ L p h y s i c s . Next, the backpropagation algorithm is used to update the parameters of the model to minimize the loss function. After a certain number of iterations, the performance of the model is evaluated on the validation set, and the hyperparameters are adjusted according to the validation results.

5.3. Result Analysis

5.3.1. Prediction Accuracy Evaluation

The trained model was evaluated using the test set. Root mean square error (RMSE), mean absolute error (MAE), and mean absolute percentage error (MAPE) were used as evaluation metrics to assess the prediction results of the drogue position, attitude, tanker’s speed, etc., respectively. These metrics indicate that the model has high accuracy in predicting the drogue position and attitude. Figure 4 shows the true values and predicted values of the position and attitude of the drogue, as well as the tanker’s speed based on PINN. The solid lines represent the true values, while the dashed lines represent the predicted values. The evaluation results are shown in Table 2.

5.3.2. Comparison with Conventional Method

The method proposed in this paper, which uses an AALSTM-based PINN to predict the state of the refueling drogue, is compared with the prediction method based on a conventional LSTM. On the same test set, although the conventional LSTM method can capture certain data patterns, it lacks the integration of physical information. The comparison results show that the method proposed in this paper outperforms the conventional LSTM method in terms of the prediction accuracy of the drogue position. Figure 5 shows the true values and predicted values of the position and attitude of the drogue, as well as the tanker’s speed based on conventional LSTM. The solid lines represent the true values, while the dashed lines represent the predicted values. The accuracy evaluation results are shown in Table 3.

5.3.3. Comparison with AALSTM Method

The method proposed in this paper, which uses an AALSTM to predict the state of the refueling drogue, is compared with the prediction method based on a conventional LSTM and PINN. The comparison results show that the AALSTM method proposed in this paper outperforms the conventional LSTM method, while the prediction results are inferior to the PINN method in terms of the prediction accuracy of the drogue position. Figure 6 shows the true values and predicted values of the position and attitude of the drogue, as well as the tanker’s speed based on conventional LSTM. The solid lines represent the true values, while the dashed lines represent the predicted values. The accuracy evaluation results are shown in Table 4.

5.3.4. Model Stability Analysis

The stability of the model was assessed through multiple repeated trainings and evaluations on different test subsets. The results show that the performance of the model fluctuates slightly during different training processes, and various evaluation indicators are relatively stable. Moreover, when facing different flight conditions and data distributions, the prediction accuracy of the model for the drogue position, attitude, and aerodynamic coefficients can still remain at a certain level, indicating that the model has good stability and robustness. However, under some extreme working conditions, such as when encountering sudden strong air current interference, the prediction accuracy of the model for the aerodynamic coefficients will decline to a certain extent, which also reflects that the model has certain limitations in dealing with extreme situations.

6. Conclusions

6.1. Research Achievements

This paper successfully proposes an AAR drogue position prediction method, PINN, that integrates physical information with an AALSTM-based neural network. By constructing a physical model of the refueling drogue, accurate physical constraints are provided for the prediction model. The designed AALSTM-based neural network architecture effectively enhances the ability to capture key historical information. By comparing the prediction results of the drogue’s position, attitude, and the tanker’s speed, as well as through the comparison of three indicators—RMSE, MAE, and MAPE—it can be shown that introducing an attention-augmented mechanism based on the conventional LSTM can improve prediction accuracy. The PINN significantly outperforms the conventional LSTM method in prediction accuracy, providing strong theoretical and technical support for the practical application of AAR technology.

6.2. Research Limitations and Prospects

Although this study has achieved certain results, there are still some limitations. Under extremely complex meteorological conditions such as turbulence, the current physical model may not accurately describe the changes in aerodynamic forces, leading to a decrease in prediction accuracy. The establishment of the model uses some strong assumptions, and its adaptability to large-scale maneuvers of the tanker needs to be improved. Future research can be carried out in the following aspects: further optimizing the physical model to better adapt to extreme meteorological conditions and large-scale maneuvers of the tanker; and collecting more actual flight data, especially data under extreme working conditions, to enhance the generalization ability of the model.

Author Contributions

Conceptualization, Y.L. and X.B.; methodology, X.B. and Z.W.; software, X.B.; validation, X.B. and Z.W.; formal analysis, X.B.; investigation, Y.L.; resources, Y.L.; data curation, Y.L.; writing—original draft preparation, X.B.; writing—review and editing, Y.L.; visualization, X.B.; supervision, Z.W.; project administration, Y.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

The data presented in this study are available on request from the corresponding author. The data are not publicly available due to privacy.

Conflicts of Interest

Author Xin Bao was employed by the company AVIC Xi’an Flight Automatic Control Research Institute. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

  1. Tao, Y.; Yan, X. Current Status and Development Trends of Foreign Aerial Refueling Technologies and Equipment. Aircr. Des. 2021, 41, 39–43. [Google Scholar]
  2. Thomas, P.R.; Bhandari, U.; Bullock, S.; Richardson, T.S.; du Bois, J.L. Advances in air to air refuelling. Prog. Aerosp. Sci. 2014, 71, 14–35. [Google Scholar] [CrossRef]
  3. Quan, Q.; Wei, Z.B.; Gao, J.; Zhang, R.F.; Cai, K.Y. A survey on modeling and control problems for probe and drogue autonomous aerial refueling at docking stage. Acta Aeronaut. Astronaut. Sin. 2014, 35, 2390–2410. [Google Scholar]
  4. Zhu, Y.; Sun, Y.; Zhao, W.; Huang, B.; Wu, L. Relative navigation for autonomous aerial refueling rendezvous phase. Opt.-Int. J. Light Electron Opt. 2018, 174, 665–675. [Google Scholar] [CrossRef]
  5. Fravolinia, M.L.; Ficola, A.; Campab, G.; Napolitanob, M.R.; Seanorb, B. Modeling and control issues for autonomous aerial refueling for UAVs using a probe–drogue refueling system. Aerosp. Sci. Technol. 2004, 8, 611–618. [Google Scholar] [CrossRef]
  6. Dai, X.; Wei, Z.B.; Quan, Q.; Cai, K.Y. The Hose-Drum-Unit Modeling and Control for Probe-and-Drogue Autonomous Aerial Refueling. IEEE Trans. Aerosp. Electron. Syst. 2020, 56, 2779–2791. [Google Scholar] [CrossRef]
  7. Ren, J.; Dai, X.; Quan, Q.; Wei, Z.; Cai, K. Reliable Docking Control Scheme for Probe—Drogue Refueling. J. Guid. Control. Dyn. 2019, 42, 2511–2520. [Google Scholar] [CrossRef]
  8. Liu, F.; Liu, G.; Jiang, X. Simulation of Aerial RefuelingSystem with MultibodyDynamics and CFD. Acta Aerodyn. Sin. 2016, 34, 276–280. [Google Scholar]
  9. Min, Q. Modeling and Load Calculation of the Whip-Lashing Phenomenon of Aerial Refueling Hose. J. Sichuan Univ. Sci. Eng. (Nat. Sci. Ed.) 2020, 33, 76–82. [Google Scholar]
  10. Wu, J.; Luo, H.; Ai, J. Docking Controller for Autonomous Aerial Refueling With Adaptive Dynamic Surface Control. IEEE Access 2020, 8, 99846–99857. [Google Scholar] [CrossRef]
  11. Li, Y.; Zhang, Y.; Bai, J. Numerical Simulation of the Aerodynamic Influence of Aircrafts During Aerial Refueling with Engine Jet. Int. J. Aeronaut. Space Sci. 2020, 21, 15–24. [Google Scholar] [CrossRef]
  12. Dai, X.; Quan, Q.; Ren, J.; Cai, K.Y. Iterative learning control and initial value estimation for probe–drogue autonomous aerial refueling of UAVs. Aerosp. Sci. Technol. 2018, 82–83, 583–593. [Google Scholar] [CrossRef]
  13. Huang, Y.; Du, J.; Yang, Z. A Survey on trajectory-prediction methods for autonomous driving. IEEE Trans. Intell. Veh. 2022, 7, 652–674. [Google Scholar] [CrossRef]
  14. Leon, F.; Gavrilescu, M. A review of tracking and trajectory prediction methods for autonomous driving. Mathematics 2021, 9, 660. [Google Scholar] [CrossRef]
  15. Liu, Z.; Liu, J.; He, W. Dynamic modeling and vibration control of a flexible aerial refueling hose. Aerosp. Sci. Technol. 2016, 55, 92–102. [Google Scholar] [CrossRef]
  16. Zhu, Z.H.; Meguid, S.A. Modeling and simulation of aerial refueling by finite element method. Int. J. Solids Struct. 2007, 44, 8057–8073. [Google Scholar] [CrossRef]
  17. Liu, Y.; Wang, H.; Fan, J. Docking Safety Assessment and Optimization for Autonomous Aerial Refueling: A Data-Driven Method. IEEE Syst. J. 2021, 15, 4057–4068. [Google Scholar] [CrossRef]
  18. Tong, K.W.; Wu, J.; Hou, Y.H. Robust Drogue Positioning System Based on Detection and Tracking for Autonomous Aerial Refueling of UAVs. IEEE Trans. Autom. Sci. Eng. 2025, 22, 4737–4747. [Google Scholar] [CrossRef]
  19. Xing, X.; Wang, R.; Han, B.; Wu, C.; Xiao, B. A Trajectory Prediction Method of Drogue in Aerial Refueling Based on Transfer Learning and Attention Mechanism. IEEE Trans. Instrum. Meas. 2024, 73, 1–12. [Google Scholar]
  20. Karniadakis, G.; Kevrekidis, Y.; Lu, L.; Perdikaris, P.; Wang, S.; Yang, L. Physics-informed machine learning. Nat. Rev. Phys. 2021, 3, 422–440. [Google Scholar] [CrossRef]
  21. Zhao, P.; Liu, Y. Physics Informed Deep Reinforcement Learning for Aircraft Conflict Resolution. IEEE Trans. Intell. Transp. Syst. 2022, 23, 8288–8301. [Google Scholar] [CrossRef]
  22. Wang, C.; Xiao, Q.; Zhou, C.; Yang, Y.; Kosec, G.; Wang, L.; Abdel Wahab, M. A data-assisted physics-informed neural network (DA-PINN) for fretting fatigue lifetime prediction. Int. J. Mech. Syst. Dyn. 2024, 4, 361–373. [Google Scholar] [CrossRef]
  23. Salehi Paniagua, K.; García-Fogeda, P.; Arévalo, F.; Barrera Rodriguez, J. Aeroelastic analysis of an air-to-air refueling hose–drogue system through an efficient novel mathematical model. J. Fluids Struct. 2021, 100, 103164. [Google Scholar] [CrossRef]
  24. Liu, Z.; Liu, J.; He, W. Modeling and vibration control of a flexible aerial refueling hose with variable lengths and input constraint. Automatica 2017, 77, 302–310. [Google Scholar] [CrossRef]
  25. Mwaffo, V.; Miller, D.; Costello, D.H., III. Assessing the Predictive Performance of Two DNN Models: A Comparative Analysis to Support Reusing Training Weights for Autonomous Aerial Refueling Missions. IEEE Access 2023, 11, 92070–92079. [Google Scholar] [CrossRef]
  26. Wang, X.; Dong, X.; Kong, X.; Li, J.; Zhang, B. Drogue detection for autonomous aerial refueling based on convolutional neural networks. Chin. J. Aeronaut. 2017, 30, 380–390. [Google Scholar] [CrossRef]
  27. Guo, Y.; Deng, Y.; Duan, H. Drogue Detection for Autonomous Aerial Refueling Based on Adaboost and Convolutional Neural Networks. Neural Inf. Process. 2018, 11304, 437–443. [Google Scholar]
  28. Lin, X.; Zhong, G.; Chen, K.; Li, Q.; Huang, K. Attention-Augmented Machine Memory. Cogn. Comput. 2021, 13, 751–760. [Google Scholar] [CrossRef]
  29. Zhou, P.; Shi, W.; Tian, J.; Qi, Z.; Li, B.; Hao, H.; Xu, B. Attention-Based Bidirectional Long Short-Term Memory Networks for Relation Classification. Proc. 54th Annu. Meet. Assoc. Comput. Linguist. 2016, 2, 207–212. [Google Scholar]
  30. Zhang, Q.; Yang, L.; Zhou, F. Attention enhanced long short-term memory network with multi-source heterogeneous information fusion: An application to BGI Genomics. Inf. Sci. 2021, 553, 305–330. [Google Scholar] [CrossRef]
  31. Chen, Z.; Liu, Y.; Sun, H. Physics-informed learning of governing equations from scarce data. Nat. Commun. 2021, 12, 6136. [Google Scholar] [CrossRef] [PubMed]
  32. Nathasarma, R.; Roy, B.K. Physics-Informed Long-Short-Term Memory Neural Network for Parameters Estimation of Nonlinear Systems. IEEE Trans. Ind. Appl. 2023, 59, 5376–5384. [Google Scholar] [CrossRef]
  33. Wang, H.T.; Dong, X.M.; Dou, H.F.; Xue, J.P. Dynamic Modeling and Characteristics Analysis of Hose-Paradrogue Aerial Refueling System. J. Beijing Univ. Aeronaut. Astronaut. 2014, 40, 92–98. [Google Scholar]
  34. Dibley, R.P.; Allen, M.J. Autonomous Airborne Refueling Demonstration Phase I Flight-Test Results. In Proceedings of the AIAA Atmospheric Flight Mechanics Conference and Exhibit, Hilton Head, SC, USA, 20–23 August 2007; p. 214632. [Google Scholar]
Figure 1. The positional relationship of tanker, receiver, and hose–drogue.
Figure 1. The positional relationship of tanker, receiver, and hose–drogue.
Aerospace 12 00540 g001
Figure 2. The architecture of PINN.
Figure 2. The architecture of PINN.
Aerospace 12 00540 g002
Figure 3. The projection of the drogue position on the O t y t z t plane.
Figure 3. The projection of the drogue position on the O t y t z t plane.
Aerospace 12 00540 g003
Figure 4. Prediction results and accuracy evaluation based on PINN: (a) Drogue positions. (b) Drogue attitude and tanker speed.
Figure 4. Prediction results and accuracy evaluation based on PINN: (a) Drogue positions. (b) Drogue attitude and tanker speed.
Aerospace 12 00540 g004
Figure 5. Prediction results and accuracy evaluation based on conventional LSTM: (a) Drogue positions. (b) Drogue attitude and tanker speed.
Figure 5. Prediction results and accuracy evaluation based on conventional LSTM: (a) Drogue positions. (b) Drogue attitude and tanker speed.
Aerospace 12 00540 g005
Figure 6. Prediction results and accuracy evaluation based on AALSTM: (a) Drogue positions. (b) Drogue attitude and tanker speed.
Figure 6. Prediction results and accuracy evaluation based on AALSTM: (a) Drogue positions. (b) Drogue attitude and tanker speed.
Aerospace 12 00540 g006aAerospace 12 00540 g006b
Table 1. Simulation parameters.
Table 1. Simulation parameters.
ParameterValueUnits
v t a n k 197m/s
m30kg
S0.2918m2
g9.8m/s2
k625.7N/m
ρ 0.909kg/m3
Δ t 0.01s
N s 30,000Sample
N 0 800Step
N50Step
N 1 6/
N 2 6/
n9/
h128/
o13/
Table 2. Evaluation metrics for state prediction based on PINN.
Table 2. Evaluation metrics for state prediction based on PINN.
Drogue StateRMSE (m or deg)MAE (m or deg)MAPE (%)
x ^ 0.00450.00360.0158
y ^ 0.12190.1002285.5983
z ^ 0.10350.08082.6312
θ ^ 0.18570.1445148.1478
ψ ^ 0.30810.2545346.2719
v ^ t a n k 0.00060.00050.0002
Table 3. Evaluation metrics for state prediction based on conventional LSTM.
Table 3. Evaluation metrics for state prediction based on conventional LSTM.
Drogue StatesRMSE (m or deg)MAE (m or deg)MAPE (%)
x ^ 0.01540.01260.0313
y ^ 0.30800.25321.2633
z ^ 0.42230.351811.1146
θ ^ 1.02048615821.9141
ψ ^ 0.68380.5548909.1147
v ^ t a n k 0.00100.00080.0004
Table 4. Evaluation metrics for state prediction based on AALSTM.
Table 4. Evaluation metrics for state prediction based on AALSTM.
Drogue StatesRMSE (m or deg)MAE (m or deg)MAPE (%)
x ^ 0.00730.00570.0142
y ^ 0.26920.22071.0983
z ^ 0.20900.16325.2690
θ ^ 0.50980.4244393.4640
ψ ^ 0.58850.4887515.6178
v ^ t a n k 0.00080.00060.0003
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Bao, X.; Li, Y.; Wang, Z. Prediction of the Drogue Position in Autonomous Aerial Refueling Based on a Physics-Informed Neural Network. Aerospace 2025, 12, 540. https://doi.org/10.3390/aerospace12060540

AMA Style

Bao X, Li Y, Wang Z. Prediction of the Drogue Position in Autonomous Aerial Refueling Based on a Physics-Informed Neural Network. Aerospace. 2025; 12(6):540. https://doi.org/10.3390/aerospace12060540

Chicago/Turabian Style

Bao, Xin, Yan Li, and Zhong Wang. 2025. "Prediction of the Drogue Position in Autonomous Aerial Refueling Based on a Physics-Informed Neural Network" Aerospace 12, no. 6: 540. https://doi.org/10.3390/aerospace12060540

APA Style

Bao, X., Li, Y., & Wang, Z. (2025). Prediction of the Drogue Position in Autonomous Aerial Refueling Based on a Physics-Informed Neural Network. Aerospace, 12(6), 540. https://doi.org/10.3390/aerospace12060540

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop