1. Introduction
During the conceptual design and optimization phase of UAVs, high-fidelity (HF) analyses, such as Reynolds-averaged Navier–Stokes (RANS)-based aerodynamic simulations, are computationally expensive and time-consuming, which has made model construction efficiency a persistent bottleneck [
1]. Therefore, surrogate modeling, which replaces repeated HF evaluations with computationally inexpensive predictors, has become a common enabling tool for large-scale parameter exploration and multidisciplinary design optimization (MDO) [
2,
3]. In recent years, surrogate-assisted analysis workflows have increasingly been used in UAV studies to accelerate conceptual design and robust optimization [
4,
5]. At the aerodynamic analysis level, physics-informed surrogate models have emerged as a recent research trend. By embedding governing equations, boundary conditions, or physical priors into the learning process, such methods improve physical consistency and, to some extent, alleviate the poor generalization of purely data-driven models under small-sample conditions [
6,
7]. However, these methods still face difficulties in training, sensitivity to parameter settings, and limited engineering applicability in the presence of complex flows, strong nonlinear coupling, and high-dimensional design spaces. Moreover, most existing studies are still focused on airfoil-level problems, making them difficult to apply directly to the aerodynamic analysis of complex UAV configurations.
For aerodynamic analysis of complex UAVs, multi-fidelity surrogate models have become a major research focus [
2,
8,
9]. Their core idea is to exploit the complementary characteristics of low-fidelity (LF) and high-fidelity models: LF tools, such as panel methods, vortex lattice methods (VLM), and simplified structural solvers, are computationally efficient but biased, whereas HF solvers provide more reliable predictions at a much higher computational cost. By learning cross-fidelity coupling (or discrepancy) relationships and fusing multi-source information, multi-fidelity surrogate models aim to achieve an effective trade-off between accuracy and cost.
Classical forms such as co-Kriging [
10] and hierarchical Kriging [
11] have been widely adopted; for example, a co-Kriging model combined with expected-improvement (EI)-driven infill sampling has been used for aerodynamic performance modeling [
12]. Notably, recent UAV-oriented studies have also shown that, under complex aerodynamic conditions, maintaining a consistently high prediction accuracy often still requires a considerable number of HF samples (e.g., on the order of several hundred HF evaluations), which highlights the practical difficulty of HF-scarce scenarios [
12].
Furthermore, multi-fidelity neural networks have recently attracted broad attention. Zhang et al. investigated aerodynamic shape optimization using a multi-fidelity deep neural network and improved the expressive capability of cross-fidelity mappings in high-dimensional settings; however, because the LF and HF data were mainly generated from coarse and fine meshes of the same CFD model, the issues of local LF distortion and negative transfer were not fully addressed [
13]. Meliani et al. combined multi-fidelity surrogates with Bayesian optimization and infill sampling, thereby reducing the cost of HF evaluations during optimization; however, this class of methods primarily targets low-cost optimal solution search rather than globally reliable modeling under extremely scarce HF samples [
14]. Aye et al. further introduced multi-objective infill sampling into XFoil–CFD multi-fidelity airfoil optimization, improving sample efficiency in surrogate-assisted optimization; however, their sampling criterion still mainly revolves around optimization performance and does not explicitly assess the reliability of cross-fidelity knowledge transfer [
15]. Yang et al. extended multi-fidelity data-driven optimization to more complex wing-level problems, enhancing the expressive power of surrogates in geometrically complex scenarios [
16]. Overall, existing studies have improved aerodynamic modeling efficiency from the perspectives of multi-fidelity deep modeling, adaptive optimization-oriented sampling, and surrogate expressiveness for complex geometries. Nevertheless, for UAV scenarios characterized by extremely scarce HF samples, spatially nonuniform LF reliability, and the need to balance sampling efficiency with transfer reliability, a unified and robust methodological framework is still lacking.
Transfer learning provides a systematic strategy for alleviating HF data scarcity by reusing knowledge learned from a related source task, usually an LF task, to improve prediction in the HF target task. By introducing transferable prior information from LF data, the target surrogate can achieve lower prediction bias and better robustness under limited HF supervision [
17]. Recent multi-fidelity studies have shown that cross-fidelity information fusion is an effective way to enhance predictive capability in sparse-data settings [
18]. In transfer-learning-based surrogate modeling, representative approaches include input-space transformation methods for reducing distribution mismatch between source and target tasks and transfer risk estimation methods for suppressing negative transfer. However, despite these advances, many existing workflows still require a non-negligible number of initial HF labels to stabilize or anchor the target model, which restricts their usefulness in UAV design problems with severely limited HF evaluation budgets.
To further reduce the demand for HF samples, active transfer learning (ATL) combines transfer learning with active sampling so that information gain can be maximized through automated data acquisition under a strictly limited labeling budget [
19,
20]. Existing active learning studies in aerodynamic optimization have mainly focused on multi-fidelity infill sampling, adaptive sampling for neural network surrogates, and design space refinement. Meliani et al. improved HF sample efficiency in airfoil optimization by combining multi-fidelity surrogates, Bayesian optimization, and infill sampling, but their method is more oriented toward low-cost optimization than toward globally reliable modeling under HF-scarce conditions [
14]. Ghazi et al. used a Gaussian process and an acquisition function to select training samples for neural network surrogates, showing that active learning can also serve the construction of neural network surrogates; however, their study did not explicitly address transfer reliability in multi-fidelity settings [
21]. Liu et al. further applied active learning to design space refinement and improved the efficiency of supercritical airfoil optimization, but their focus was on the compression and searching of high-performance regions rather than on robust knowledge utilization under local LF distortion [
22]. Therefore, for UAV aerodynamic analysis problems characterized by extremely scarce HF samples and spatially varying LF reliability, it remains necessary to develop an ATL-based multi-fidelity surrogate modeling method that can simultaneously balance sample selection efficiency and cross-fidelity transfer robustness.
In such settings, an active-learning-based sampling strategy must not only identify samples that are informative for the target surrogate model but also prioritize those that are beneficial for reliable transfer, typically requiring a balance among representativeness, diversity, and uncertainty [
23,
24]. In recent years, several engineering studies have extended active sampling to multi-fidelity settings by explicitly considering the cost–accuracy trade-off across different fidelity levels [
25]. For example, some strategies decouple the selection of the next sampling location from the choice of fidelity level and introduce information-theoretic measures, such as the Jensen–Shannon divergence (JSD), to quantify cross-fidelity accuracy; however, candidate locations are still mainly determined by the highest-fidelity surrogate model. More importantly, these methods mostly focus on rapidly approaching locally high-performance regions during optimization and pay less explicit attention to the reliability of cross-fidelity knowledge transfer. As a result, when HF samples are extremely scarce and LF information is not globally reliable across the design space, relying solely on conventional active learning strategies remains insufficient to guarantee the global accuracy and transfer stability of the surrogate model.
It is also necessary to distinguish the present work from other related paradigms. Multi-fidelity Bayesian optimization (MFBO), which is built upon Bayesian optimization (BO), primarily aims to locate the optimum at the lowest possible cost by adaptively deciding where and at which fidelity level to evaluate, and it typically does not target maintaining a globally high-accuracy surrogate model in regions irrelevant to optimization [
26]. In addition, data-intensive deep surrogate modeling approaches—for example, those trained on large-scale computational fluid dynamics (CFD) databases using convolutional autoencoders (CAEs) and deep neural networks (DNNs)—have demonstrated a strong simulation replacement capability (e.g., for velocity and turbulent kinetic energy (TKE) fields), but such methods usually depend on large volumes of HF data and non-negligible training costs [
27]. Finally, compared with more expressive probabilistic surrogate models such as deep Gaussian process compositions [
28], the present work emphasizes a modeling workflow that remains reliable and interpretable under extremely limited data.
Motivated by the above research gaps, this paper proposes an ATL-based multi-fidelity surrogate modeling framework for UAV-related problems, with a particular emphasis on reliable transfer under a limited HF budget. Unlike studies that implicitly assume uniformly reliable LF information, the proposed framework explicitly introduces a transfer credibility mechanism into the sampling decision to mitigate negative transfer and preferentially select samples that can simultaneously (i) reduce target domain uncertainty, (ii) improve cross-fidelity alignment. The main contributions of this work are summarized as follows:
- 1.
An ATL-based multi-fidelity surrogate modeling framework is proposed, which couples active sampling with iterative model optimization so as to achieve coordinated data acquisition and model improvement under a limited HF budget.
- 2.
A Gaussian process regression (GPR)-assisted active sampling strategy is proposed, which combines performance information with feasibility information, introduces transfer credibility evaluation, and selects new samples by balancing target accuracy improvement against transfer reliability.
- 3.
A transfer loss function is proposed that jointly considers prediction accuracy, structural consistency, and domain confusion constraints, thereby promoting the inheritance of transferable features while reducing overfitting and the risk of negative transfer.
The remainder of this paper is organized as follows.
Section 2 describes the overall framework and workflow of the proposed method.
Section 3 presents the Gaussian process regression-based active sampling strategy and transfer credibility assessment method.
Section 4 introduces the transfer loss function developed for multi-fidelity knowledge transfer.
Section 5 verifies the effectiveness of the proposed method through numerical case studies. Finally,
Section 7 concludes the paper and outlines directions for future work.
2. Active Transfer Learning Framework for Multi-Fidelity UAV Surrogate Modeling
During the aerodynamic analysis and design optimization of UAVs, obtaining accurate surrogate models under limited computational budgets is a key factor for the efficient exploration of the design space. Traditional multi-fidelity surrogate modeling methods often struggle to maintain prediction reliability when high-fidelity data is scarce especially in the early stages of UAV design and in rapid iteration scenarios. To tackle this challenge, this section proposes a multi-fidelity surrogate modeling framework based on active transfer learning (ATL) specifically for drone-related engineering applications. This framework combines transfer learning mechanisms with active sampling loops, enabling continuous interaction between surrogate model updating and data acquisition. By coordinating low-fidelity and high-fidelity models within a unified workflow, the framework gradually improves prediction accuracy while minimizing the reliance on costly high-fidelity evaluations.
To address the problem of constructing multi-fidelity surrogate models, this study proposes a transfer learning-based surrogate modeling framework assisted by GPR [
29] and active sampling; the framework is presented in
Figure 1.
The proposed framework adopts a pre-training–fine-tuning paradigm [
30] to train the target domain network. The training pipeline comprises the following components:
- (1)
Source Domain pre-training
Sample
m design points within the domain using Latin Hypercube Sampling [
31] (LHS) and generate low-fidelity samples with the low-fidelity analysis model. The LHS method is a space-filling design method that partitions the range of each design variable into
N equiprobable strata and enforces that, in every dimension, each stratum is sampled exactly once. This stratified construction typically yields more uniform coverage of the
d-dimensional design space than simple random sampling for the same sample sizes.
where
,
denotes a random permutation of
,
, and
.
Normalize the resulting source domain dataset and split it into training, validation, and test sets. In the practical UAV case study, we apply z-score normalization to each feature to mitigate scale discrepancies among heterogeneous variables and improve numerical stability during model training. Z-score normalization rescales each feature to have zero mean and unit variance, improving numerical stability when features have different physical scales. In practice, the mean
and standard deviation
are computed from the training set and then applied to validation and test sets to avoid data leakage.
where
and
denote the source domain design variables and objective functions, respectively, while
and
represent the normalized source domain design variables and objective functions.
Train the source domain network on the normalized training set, use the validation set to accelerate convergence, and report accuracy on the test set.
- (2)
Target Domain Sample Selection
Employ the proposed active learning strategy (
Section 3.1) to pick
samples at each of
iterations, yielding a total of
target samples. A candidate pool is constructed using Latin Hypercube Sampling (LHS) to guarantee uniform coverage of the design space. The number of candidates is set as
, where
represents the maximum number of high-fidelity analysis samples. The generated candidates are then scored according to three criteria, sample diversity, similarity to the source domain, and predictive uncertainty, under explicitly defined quantitative measures. To control evaluation cost, build a GPR surrogate that maps candidate points to the composite score, then optimize over the full candidate set to select the top
points per iteration. Evaluate these selected points with the high-fidelity analysis model to obtain the high-fidelity training set.
- (3)
Target Domain fine-tuning
Freeze the first
n layers of the source network to initialize the target domain network. Normalize the high-fidelity samples and fine-tune the target network on this data. During fine-tuning, we introduce the proposed Mean–MMD–Structure–Decoupling (MSD) loss (
Section 3.2), i.e.,
to simultaneously capture model performance, architectural constraints, and feature-level cross-domain consistency. MSD loss encourages the source and target feature distributions to be aligned while preserving task-relevant structure, thereby reducing domain shift in the learned representation. After that, we optimize the network parameters using the Adaptive Moment Estimation (ADAM) optimizer, a gradient-based method that adaptively adjusts the learning rate for each parameter. At iteration
t, Adam computes the stochastic gradient
, updates the exponential moving averages of the first and second moments,
applies bias correction
,
, and performs the parameter update
where gradient-based updates iteratively move
in the direction that reduces the loss, while the moment estimates stabilize training and improve convergence under noisy mini-batch gradients.
- (4)
Building the multi-fidelity surrogate network
Once the convergence criterion is satisfied, the final multi-fidelity surrogate model network is generated. The convergence condition is defined as
where
denotes the number of high-fidelity evaluations and
denotes the maximum number of high-fidelity evaluations.
Algorithm 1 presents detailed pseudocode of the proposed active transfer learning surrogate model construction method, clarifying the algorithmic flow and key operational steps.
| Algorithm 1 Active Transfer Learning Multi-Fidelity Surrogate Model |
- 1:
Input: - 2:
Source-domain dataset , maximum number of high-fidelity evaluations , number of samples per iteration - 3:
Output: Target-domain surrogate model target_net - 4:
- 5:
source_net = - 6:
target_net = Transfer(source_net) - 7:
while - 8:
- 9:
- 10:
- 11:
- 12:
- 13:
end - 14:
return
|
3. Active Sampling and Transfer Credibility Assessment Based on Gaussian Process Regression
Efficient allocation of high-fidelity samples is critical for surrogate modeling in UAV engineering problems, where each additional simulation or experiment may incur substantial computational costs. Active sampling strategies provide a principled way to identify informative samples; however, in transfer learning-based multi-fidelity settings, sample selection must also account for the reliability of knowledge transfer across fidelity levels.
This section introduces a Gaussian process regression (GPR)-assisted active sampling strategy that explicitly incorporates transfer credibility into the sampling decision process. By modeling the relationship between performance evaluation and feasibility regions, the proposed strategy balances surrogate accuracy improvement and transfer reliability, ensuring that newly selected samples contribute effectively to both model refinement and stable knowledge transfer.
3.1. Active Sampling Strategy
In constructing the proposed multi-fidelity surrogate model, an iterative sampling strategy is adopted to efficiently select informative high-fidelity samples. To balance predictive uncertainty, exploration in poorly sampled regions, and the reliability of source-to-target transfer, we design an active learning acquisition criterion for regression tasks.
- (1)
Predictive Uncertainty
Uncertainty-based acquisition is widely used to improve sampling efficiency and accelerate convergence [
32]. We estimate predictive uncertainty via Monte Carlo stochastic forward passes (e.g., dropout-based Bayesian approximation), where the predictive mean and standard deviation for a candidate point
are computed as
where
T is the number of stochastic forward passes and
denotes the
t-th prediction. A larger
indicates higher epistemic uncertainty and thus higher potential information gain, although multiple forward passes increase computational cost.
- (2)
Diversity in the Target Feature Space
To encourage exploration and avoid redundant sampling, newly selected samples are expected to be well-dispersed with respect to the currently labeled target set
. We quantify diversity by the minimum Euclidean distance between the candidate
and labeled samples using
A larger
corresponds to stronger exploration in the target domain.
- (3)
Transfer Consistency
To reduce transfer risk caused by distribution mismatch between the source and target domains, we introduce a transfer consistency term based on the Kullback–Leibler (KL) divergence [
33]. Specifically, we measure how consistent a candidate’s predictive distribution is with the target predictive distribution. Assuming Gaussian predictive distributions, the KL divergence has a closed form as follows:
where
denotes the predictive mean and standard deviation estimated over the labeled target set (e.g., via the current surrogate). A smaller
indicates higher transfer consistency (i.e., lower risk of negative transfer).
- (4)
Normalization and Acquisition Score
We normalize the three criteria using min–max scaling on the candidate pool
as follows:
Since larger values of both
and
are preferred, they are transformed into minimization-oriented forms so that smaller values correspond to better candidates during the optimization process.
where
,
, and
are non-negative weights controlling the relative importance of uncertainty, diversity, and transfer consistency, respectively. The acquisition selects the next high-fidelity sample by
i.e., candidates with larger uncertainty (
), larger diversity (
), and smaller KL divergence (
) yield a smaller
and are preferred.
In practice, we set the acquisition weights under the constraint to improve interpretability and stability. Unless otherwise stated, we use as a robust default, and then optionally refine them using a lightweight tuning procedure on a small validation set or a short pilot stage (e.g., grid search over 0.2, 0.3, 0.5 with the remaining weight assigned accordingly) to minimize the validation error of the high-fidelity surrogate.
3.2. Sample Selection Process
Based on the proposed GPR-assisted active sampling criterion, Algorithm 2 outlines the procedure for selecting high-accuracy samples during multi-fidelity surrogate model construction.
The proposed active sampling procedure is as follows:
- (1)
Initial sampling: In the first iteration, points are randomly selected within the sampling domain using LHS to serve as new target domain samples.
- (2)
Iterative active selection: In each subsequent iteration, the optimal samples are selected according to the proposed active sampling criterion. The selected samples are then evaluated using the high-fidelity analysis model and merged into the target domain training set for model retraining.
- (3)
Termination: Repeat step (2) until the maximum number of iterations is reached. The final high-fidelity training set is then output for surrogate model construction.
| Algorithm 2 Gaussian Process Regression-Assisted Active Sampling Criterion |
- 1:
Input: - 2:
Target-domain network target_net, source-domain samples , - 3:
sampling range , maximum iteration , samples per iteration - 4:
- 5:
Output: - 6:
Newly selected target-domain samples - 7:
while do - 8:
if do - 9:
- 10:
else - 11:
- 12:
- 13:
- 14:
- 15:
end if - 16:
- 17:
end while - 18:
return the set of selected sample points
|
4. Transfer Learning Loss Design for Multi-Fidelity Knowledge Transfer
While active sampling improves data efficiency, the effectiveness of transfer learning ultimately depends on how knowledge from low-fidelity models is embedded into high-fidelity surrogate construction. Inadequate transfer mechanisms may lead to negative transfer or overfitting, especially when structural discrepancies exist between fidelity levels.
To enhance robustness and generalization under small-sample conditions, this section proposes a transfer learning loss function that jointly considers prediction accuracy, structural consistency, and domain confusion constraints. By enforcing meaningful alignment between source and target models while preserving essential task-specific features, the proposed loss formulation enables reliable knowledge inheritance and mitigates the risk of performance degradation during the transfer process.
For the source domain network, the dataset is large and follows a standard multi-input–multi-output regression format. Accordingly, mean squared error (MSE) is adopted as the training loss during pre-training. For the target domain network, beyond predictive accuracy we also account for shared feature consistency between domains, structural consistency in the learned feature space, and feature disentanglement during transfer. We therefore design a composite loss comprising the following terms:
- (1)
Prediction Accuracy Loss
The primary objective in transfer is to improve prediction accuracy on the target domain, ensuring effective knowledge transfer. We measure this with MSE:
where
and
denote the predicted and true high-fidelity labels for the
i-th target sample, respectively.
- (2)
Shared Feature Consistency Loss
In domain adaptation, the shared feature distributions extracted by the source and target networks should be as consistent as possible. The maximum mean discrepancy (MMD) [
34] provides a differentiable loss that can be embedded into end-to-end training as follows:
where
and
are the shared features of source and target samples,
is the feature map associated with a positive-definite kernel, and
is the Reproducing Kernel Hilbert Space (RKHS) norm.
- (3)
Structural Consistency Loss
To preserve neighborhood geometry, we construct KNN graphs for source and target in the learned feature space and penalize discrepancies between their adjacency matrices. Let
be the (possibly symmetric, degree-normalized) k-Nearest Neighbors (KNN) adjacency matrices:
where
denotes the Frobenius norm. For each domain, the adjacency matrix is defined by the
k-Nearest Neighbors in the learned shared feature space; entries are set according to neighborhood relations to retain local structure.
- (4)
Feature Decoupling Loss
To enhance interpretability and cross-domain generalization, a feature decoupling loss step is introduced. This loss constrains the correlations among different feature subspaces, so that the shared features and domain-specific features remain as independent as possible in the latent representation space, thereby reducing information redundancy. The overall feature decoupling loss is defined as
where
,
, and
are non-negative hyperparameters used to balance the contributions of the reconstruction loss, the domain confusion loss, and the domain-specific regularization loss, respectively. Specifically,
is used to preserve the original information during feature decomposition,
is introduced to encourage the shared features to be domain-invariant, and
is used to regularize the discrepancy between source-specific and target-specific features.
The reconstruction loss is defined as
where
denotes the original input (or intermediate feature) matrix,
n is the number of samples in the current mini-batch, and
d is the dimensionality of the original feature space. The reconstructed feature matrix is denoted by
and is obtained as
, where
and
denote the shared feature matrix and the domain-specific feature matrix, respectively,
h is the latent feature dimension, and
represents the concatenation of the two feature matrices. Here,
is the reconstruction weight matrix, with
and
corresponding to the shared and domain-specific branches, respectively, and
is the bias vector.
To encourage the shared features to be domain-invariant, a domain confusion objective [
35] with sigmoid activation is adopted as follows:
where
denotes the domain label of the
i-th sample, with 0 and 1 representing the source and target domains, respectively, and
is the predicted probability that the
i-th sample belongs to the target domain. The domain prediction is given by
, where
and
are the weight matrix and bias term of the domain classifier, respectively, and
is the sigmoid activation function.
The domain-specific regularization term is defined as
where
and
denote the source-domain-specific and target-domain-specific feature matrices, respectively, and
is the number of aligned source–target sample pairs in the mini-batch. For notational simplicity, equal-size source and target mini-batches are used when computing
.
- (5)
Overall MSD Loss
Combining the above yields the proposed MSD loss:
where
are the hyperparameters of the loss function, and the training objective is to minimize
(i.e., a smaller loss indicates a better overall performance).
6. Numerical Studies and UAV Aerodynamic Analysis
To validate the effectiveness of the proposed active transfer learning-based multi-fidelity surrogate modeling approach, comprehensive numerical studies are conducted in this section. Generic benchmark problems, NACA 0012 airfoil aerodynamic analysis, and UAV with strut-braced wing aerodynamic analysis are employed to assess model accuracy, convergence behavior, and data efficiency under limited high-fidelity sampling conditions.
Through systematic comparisons with conventional surrogate modeling and multi-fidelity approaches, the experimental results demonstrate the advantages of the proposed method in terms of prediction accuracy, convergence speed, and robustness, highlighting its practical applicability to UAV aerodynamic analysis and design optimization tasks.
6.1. Case I: Forrester’s Function
This section compares the surrogate model accuracy obtained in the Forrester function case. A total of 500 low-fidelity samples and 10 high-fidelity samples are used for model construction. During active learning, five iterations are conducted, and two samples per iteration are selected as new high-fidelity data points, forming the final surrogate model. The validation results are shown in
Figure 5; the green solid line represents the actual high-fidelity model output, while the square, triangle, diamond, and arrow markers correspond to the predictions from Methods 1, 2, 3, and 4, respectively, as defined in
Table 2.
From
Figure 5, it can be observed that the proposed Gaussian process regression-assisted active transfer learning surrogate model (GPR-ATLSM) method achieves the best prediction accuracy compared with the other approaches. Both the MSD loss function and the active learning sampling criterion contribute effectively to improving the model’s predictive performance. It is worth noting that in Method 3 (ATL without GPR), when Gaussian process assistance is not used, the number of candidate points in the sampling pool is kept equal to that of the GPR-assisted case to ensure a comparable computational cost. A detailed sensitivity analysis of the GPR parameters and a runtime comparison are presented later in
Section 6.6.
To eliminate experimental randomness, each algorithm was tested 20 times, and boxplots summarizing median, interquartile range, and outliers are shown in
Figure 6. It can be observed that compared with other methods, GPR-ATLSM exhibits a higher median, indicating superior prediction accuracy, and a narrower interquartile range, indicating better robustness. The Hierarchical Kriging (HK) baseline exhibits an overall intermediate accuracy but noticeably weaker robustness compared with the proposed ATL-based models. Specifically, HK achieves a relatively high median
and a moderate median
, indicating that it can benefit from multi-fidelity information to improve prediction quality over the direct target-only baseline in many runs. However, the interquartile range (IQR) of HK is substantially wider, and the whiskers span a much larger range (especially in
), suggesting a pronounced sensitivity to training set realizations and occasional failure cases. This variability implies that the hierarchical correlation assumed by HK may become unstable under small-sample conditions or when the low-to-high fidelity discrepancy is non-stationary, leading to an inconsistent generalization performance. In contrast, the ATL framework (particularly with GPR assistance) yields a higher median performance with a tighter IQR, demonstrating superior stability and reliability.
6.2. Case II: Airfoil Aerodynamic Surrogate Modeling
In this experiment, XFOIL is used for the rapid aerodynamic estimation of airfoil parameters, serving as the low-fidelity analysis model. A computational fluid dynamics (CFD) mesh suitable for airfoil analysis is then constructed, and numerical simulations are performed based on the RANS equations to serve as the high-fidelity analysis model.
The workflow of the high- and low-fidelity aerodynamic analysis used in this study is illustrated in
Figure 7, and the CFD airfoil mesh adopted for the high-fidelity simulations is also shown in
Figure 8. Details of the analysis settings are provided in
Appendix A.
Using the Latin Hypercube Sampling (LHS) method, 100 sample points were selected for low-fidelity analysis to form the source domain training set, while 15 sample points were used for high-fidelity analysis to construct the high-fidelity training set. The proposed GPR-ATLSM method was then applied to build the surrogate model, and its prediction accuracy was compared with that of other algorithms.
To eliminate experimental randomness, each algorithm was tested 20 times, and the results were statistically analyzed. The box plots of prediction accuracy for different algorithms are shown in
Figure 9.
When comparing the airfoil surrogate models, the
of the learning-based approaches are all close to unity, making
alone less discriminative for ranking performance. Therefore, the mean relative error (MRE) is additionally reported as a complementary indicator to quantify relative deviations and to better reflect the practical prediction quality under repeated evaluations. As shown in the MRE,
, and
box plots in
Figure 9, GPR-ATLSM provides a consistently favorable accuracy–robustness trade-off. Specifically, GPR-ATLSM achieves a mean
of 0.9952 with a small dispersion (std 0.0007), while attaining the lowest mean
(0.0162) and MRE (0.0667) among the compared methods. Relative to the target-only baseline, GPR-ATLSM reduces
by
and MRE by
, and it yields a
lower
than the Hierarchical Kriging (HK) baseline, indicating improved predictive fidelity in both absolute and relative error metrics.
The ablation result further supports the contribution of the GPR-assisted component: removing it (ATL without Krg) leads to higher errors (mean 0.0197 and mean MRE 0.0815), suggesting that the proposed transfer mechanism improves generalization stability. Although the MRE distribution of GPR-ATLSM can occasionally exhibit outliers, this is consistent with the higher sensitivity of relative error measures. The and box plots show a tighter interquartile range, implying reduced variability across evaluation conditions. Overall, these results indicate that GPR-ATLSM is a reliable surrogate modeling strategy for airfoil aerodynamic analysis, and it is well suited for downstream tasks such as aerodynamic optimization where both accuracy and robustness are required.
6.3. Case III: UAV with Strut-Braced Wing Analysis Surrogate Model
The experimental settings follow those adopted in the NACA 0012 airfoil case to ensure consistency across case studies. In this SBW (strut-braced wing) UAV aerodynamic problem, a set of geometric sizing parameters is selected as the design variables, while the lift and drag coefficients, denoted by
and
, are used as model outputs. The considered design variables and their bounds are summarized in
Table 3.
To construct the surrogate models, Latin Hypercube Sampling (LHS) is employed throughout the experiment. During initialization, 100 samples are evaluated using the low-fidelity (LF) aerodynamic model and five samples are evaluated using the high-fidelity (HF) model. The learning process then proceeds for five iterations. At each iteration, the proposed active sampling strategy selects two additional samples for model refinement, until the final surrogate model is obtained.
Model performance is assessed using three complementary metrics: mean relative error (MRE), root mean square error (
), and the coefficient of determination (
). To mitigate randomness induced by sampling and training variability, each competing method is independently repeated 15 times, and the resulting statistics are reported using boxplots (
Figure 10).
Figure 10 compares the prediction error distributions of different surrogate construction strategies on the SBW UAV aerodynamic problem in terms of MRE,
, and
. The compared approaches include the target-only baseline (Target), a transfer method based on MSD loss, an ablated variant without Kriging correction (ATL without Krg), the complete active transfer learning approach (ATL), and the conventional Hierarchical Kriging (HK) model.
In terms of MRE and , the proposed ATL achieves the lowest median errors and exhibits a notably smaller interquartile range than the other methods, indicating not only superior average predictive accuracy but also improved robustness across repeated trials. In contrast, ATL without Krg shows a clear degradation in error levels, suggesting that relying solely on transfer learning without explicitly modeling the high-fidelity residuals is insufficient to capture the strong nonlinearity and coupling effects inherent in SBW aerodynamic responses.
The MSD-loss-based transfer method improves upon the Target baseline to some extent; however, its error distributions remain relatively dispersed with visible outliers, implying limited adaptability to structural discrepancies between the source and target domains. The HK model yields the weakest performance across all three metrics; in particular, its MRE and are substantially higher than those of the active transfer learning approaches, highlighting the limitations of purely hierarchical co-kriging under scarce HF data and pronounced configuration differences.
For , ATL maintains values close to unity with the smallest dispersion among all methods, further confirming a favorable balance between global trend learning and local high-fidelity correction. By comparison, HK not only presents a lower average but also produces pronounced abnormal points, indicating an inadequate generalization capability for this high-dimensional, strongly coupled SBW aerodynamic design task.
Overall, these results demonstrate that the proposed active transfer learning framework with Kriging-based correction can significantly enhance both predictive accuracy and stability, making it particularly suitable for SBW UAV aerodynamic modeling problems characterized by high dimensionality and strong nonlinearity.
6.4. Ablation Experiment Design
To further investigate how different components of the proposed method affect network performance, we conduct an ablation analysis using Test Case I. Key factors are selected and compared to assess their impact on the model.
The Impact of Loss Function Weights
In this subsection, we design ablation experiments based on the loss function in Equation (20) and analyze the
and
performance. The computed results are presented in
Figure 11,
Figure 12 and
Figure 13.
It can be seen in
Figure 11 that when the weight of MMD is 0 (i.e., without MMD loss), the
and
performance indicators of the model are significantly inferior to those with MMD loss. However, when MMD loss is introduced, even with a smaller weight, the prediction accuracy of the model can be significantly improved. When the MMD loss weight is 0.2, the performance of the model is optimal.
When introducing structural loss, the performance of the model also improves to a certain extent, especially when focusing on the performance indicator; the mean square error of the model is reduced by compared with the case where the structural loss weight is 0. When the structural loss weight is 0.01, the performance of the model is optimal.
From
Figure 13, it can be seen that the performance of the model is significantly improved when feature decoupling loss is introduced. The main reason is that this loss focuses on the cross-domain generalization ability from the source domain to the target domain, enhancing the effectiveness of transfer learning. When the feature decoupling loss weight is 0.01, the model performance is optimal.
6.5. The Impact of Active Learning Function Weights
In the active learning stage, a new criterion for adding points to active learning was proposed. This section designs ablation experiments and analyzes
and
. The calculation results are shown in
Figure 14.
It can be observed from
Figure 14 that when the uncertainty weight is small, the robustness of the model is low. Appropriately increasing the uncertainty weight improves the model’s robustness; however, when the uncertainty weight is excessively large, a phenomenon occurs during the iteration process: when updating training points, the training points cluster in areas with high uncertainty, ignoring the overall performance, which further leads to a decline in model accuracy.
When diversity is introduced, it can be observed from
Figure 15 that the performance of the model increases. However, when the diversity weight is excessively large, the model also exhibits a problem of performance degradation. This is mainly because an excessive focus on diversity prevents more sample point updates in areas with poor accuracy.
When focusing on the KL divergence weight, it can be observed from
Figure 16 that the overall performance improves as the KL weight increases, reflected by higher
and generally lower
. This is mainly because KL divergence enables better exploration of the similarity relationships between the source domain and the target domain, thereby guiding the active learning model to select new sample points. The model achieves an optimal performance when the KL divergence weight is set to 0.8.
6.6. The Impact of Gaussian Process Regression Assistance
This subsection primarily explores the impact of the active learning method assisted by GPR on model performance. GPR can effectively reduce the computational load during the active sample addition process and improve computational efficiency. The model establishment accuracy under different numbers of candidate points was analyzed. To calculate uncertainty and KL divergence, the number of uncertainty predictions was set to 10,000. The average value was obtained after 10 calculations, and the performance indicators under various working conditions are presented in
Table 4 and
Figure 17.
As can be observed from
Table 4 and
Figure 17, when the Gaussian process is employed to assist active transfer learning, the
performance is higher than that of active transfer learning without Gaussian process assistance when only small candidate pools are affordable. This is mainly because Gaussian process-assisted active learning enables the selection and calculation of optimal candidate points on a global scale, rather than being limited to a small number of points in the candidate pool. With GPR assistance, ATL achieves better accuracy than ATL without GPR when only small candidate pools are affordable (e.g., 20 vs. 30/80 points), while maintaining a lower computational burden than using a much larger candidate pool without GPR. Although ATL without GPR can reach a higher
when the pool size is expanded to 200, its computation time rises to about 1.5 times that of the GPR-assisted setting. The above data verifies the effectiveness of the proposed Gaussian process-assisted active learning method in the process of active sample addition.