Next Article in Journal
Cost-Guided Joint Mask-Perturbation Optimization with Attentive Decoding for Image Steganography
Previous Article in Journal
Scaling and Validating a Distributed Training and Retraining Pipeline for Network Intrusion Detection
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Robust Ordered-Risk Assessment via Physics-Informed Synthetic Data Generation and TA-DE-ELM

by
Xinan Liu
1,
Panlong Wu
1,*,
Chunhao Liu
1,
Siliang Yang
1,
Fanjing Huang
2 and
Yuming Bo
1
1
School of Automation, Nanjing University of Science and Technology, Nanjing 210094, China
2
School of Electronic and Electrical Engineering, Shanghai University of Engineering and Technology, Shanghai 201620, China
*
Author to whom correspondence should be addressed.
Electronics 2026, 15(18), 4078; https://doi.org/10.3390/electronics15184078
Submission received: 23 March 2026 / Revised: 11 June 2026 / Accepted: 24 June 2026 / Published: 9 September 2026

Abstract

Ordered-risk assessment is a safety-critical learning problem in which delayed or biased risk estimation can affect prioritization and response planning. Existing expert-knowledge and data-driven approaches face a trade-off among transparent indicator design, nonlinear representation capability, and stable optimization when reliable labeled data are scarce. To address this gap, we developed a two-stage adaptive differential evolution-optimized extreme learning machine framework (TA-DE-ELM) for six-level ordered-risk assessment and evaluated it in a controlled physics-informed synthetic simulation benchmark. The benchmark encodes kinematic, capability, sensing/interference, and resilience priors as explicit scoring rules for model evaluation, rather than as an application simulator. The method combines transparent risk-logic specification, a stage-wise exploration–refinement optimizer with stagnation-triggered restart, and a validation objective that jointly considers cross-entropy, macro-F1, ordinal error, and accuracy. Under a unified finite budget, TA-DE-ELM ranked first among all tested ELM-family baselines for accuracy, macro-F1, quadratic weighted kappa, and ordinal mean absolute error, with paired tests indicating improvements over the closest competitor ( p < 0.013 ). These results show that TA-DE-ELM can recover an expert-rule-induced ordered-risk mapping more effectively than the tested baselines under controlled finite-sample conditions. Further validation with higher-fidelity simulators, externally collected datasets, and richer temporal perturbation protocols remains necessary before application-specific use.

1. Introduction

In safety-critical sensing and decision-support systems, ordered-risk assessment is a foundational capability for prioritization and resource allocation under strict real-time constraints. Modern remote-sensing pipelines may combine radar measurements, distributed tracking, auxiliary sensing signals, and entity-attribute information, but they also face spatial registration errors, asynchronous fusion, clutter, missing observations, and latency-sensitive decision windows [1,2,3,4]. The practical challenge is therefore not only to classify entities but also to produce stable, fine-grained, ordered-risk levels from heterogeneous observations while preserving response timeliness. Inaccurate risk estimation can delay responses and degrade allocation decisions, which makes robust and efficient ordered-risk assessment a high-value problem for safety-critical decision support.
Traditional ordered-risk assessment mainly relies on expert-knowledge model-driven methods, including entropy/AHP weighting and multi-criteria ranking strategies [5,6,7], fuzzy-rule systems [8,9], and three-way uncertainty reasoning frameworks [10,11,12,13,14,15]. Recent work on target assessment identifies indicator selection, weight determination, and threat-level computation and ranking as the principal stages of a transparent assessment pipeline [16]. These approaches establish interpretable decision pipelines and are useful when reliable labeled data are scarce. However, their performance remains sensitive to handcrafted rule quality and subjective weighting design, and their adaptability to nonlinear multi-source patterns is limited.
Recent intelligent and hybrid methods improve predictive capacity by introducing objective three-way decision structures, dynamic multi-entity assessment, game-theoretic multi-criteria modeling, and correlation-based preference reasoning [17,18,19,20,21]. At the sensing and perception level, robust tracking, maneuver detection, missing-modality learning, and knowledge-graph-based risk reasoning further show the need to connect assessment models with uncertain upstream observations [22,23,24,25,26,27,28]. However, these studies do not fully resolve a methodological gap common to ordered-risk assessment: reliable real-world labels are difficult to obtain and release, transparent scoring methods are limited in nonlinear adaptation, and purely data-driven models often lack a reproducible evaluation setting with explicit risk logic. A useful early-stage framework should therefore specify the expert risk-scoring logic, learn the resulting ordered-risk mapping with a lightweight nonlinear model, and compare optimization mechanisms under a fixed and reproducible computational budget.
Most relevant to the present work, Zhao et al. [29] proposed IDM-PSO-ELM, an improved dynamic multi-swarm PSO that optimizes the ELM input parameters for a closely related ordered-risk assessment task. Their study confirmed that metaheuristic ELM optimization is viable for this type of assessment problem, but it remains a PSO-family search scheme without DE-style stage-wise exploration–refinement or mechanism ablation, and it does not provide an explicit expert-rule-guided evaluation protocol with prior-weight specification. The present work extends this line by (i) replacing PSO-family search with a two-stage adaptive DE that separates exploration and exploitation, (ii) making the synthetic simulation setting transparent through fixed scoring rules, weight tables, and sensitivity checks, and (iii) isolating the contribution of refinement and restart through targeted ablation.
To address this gap, we developed an expert-rule-guided and optimization-driven framework centered on TA-DE-ELM. The primary purpose of the framework is not to replace application-specific validation, but to provide a reproducible early-stage setting in which explicit risk-scoring logic and lightweight nonlinear learning can be evaluated together. The ELM acts as the fast backbone, while two-stage adaptive differential evolution (TA-DE) optimizes the ELM input parameters under a unified finite budget. Here, “expert-rule-guided” means that the data generator encodes monotonic kinematic and capability assumptions as auditable scoring rules rather than solving a first-principles dynamic model. We therefore position the work as a controlled synthetic simulation and ELM-centered optimizer study, not as an application simulator.
The contribution hierarchy is therefore as follows:
  • Integrated TA-DE-ELM assessment framework: The primary contribution is the integration of explicit expert-rule-guided risk logic, a lightweight ELM classifier, and a finite-budget optimizer-validation protocol for six-level ordered-risk assessment under limited-label conditions.
  • Two-stage adaptive DE for ELM input optimization: The technical contribution is a TA-DE mechanism that separates exploration and refinement, includes stagnation-triggered restart, and selects ELM input weights and biases through an order-aware validation objective while preserving the closed-form ELM output layer.
  • Controlled synthetic simulation evidence: The evaluation contribution is a transparent expert-rule-guided synthetic simulation benchmark with auditable weights, fixed label edges, an Oracle ceiling, sensitivity checks, traditional scoring and ranking references, ELM-family comparisons, robustness tests, and mechanism ablation.
The novelty of this work lies in this integration and validation protocol rather than in any single component. The ELM [30], differential evolution [31], and expert-weighted risk scoring [16] were individually established. What is new here is the specific coupling of (i) transparent expert-rule-guided synthetic simulation with auditable prior-weight specification, (ii) two-stage adaptive DE with exploration–refinement separation and a stagnation-triggered restart, and (iii) a validation objective that jointly penalizes poor class balance and risk-order violation, all evaluated under a deliberately compact and reproducible finite budget. The individual components are not claimed as original, and the synthetic benchmark is not a substitute for application-specific validation; the contribution is the integrated framework and the evidence that it consistently improves the tested models under budget parity.
The remainder of this paper is organized as follows: Section 2 reviews related work on risk assessment. Section 3 details the proposed methodology, including the expert-rule-guided benchmark, the TA-DE algorithm, and the ELM framework. Section 4 presents the experimental setup, main comparison, ablation analysis, error-pattern inspection, and robustness evaluation. Finally, Section 5 concludes the paper and outlines future research directions.

2. Related Work

In safety-critical systems, multi-entity risk assessment is a core function for prioritization and resource assignment. Recent work has emphasized the joint roles of indicator construction, weighting, and ranking in transparent assessment pipelines [16]. We organized the review along two complementary lines: traditional and data-driven assessment methods followed by hybrid ELM-based optimization, reflecting this work’s dual focus on benchmark construction and optimizer design.
Traditional model-driven methods rely on indicator systems, weighting mechanisms, and explicit decision rules, offering interpretability when labeled data are scarce. Multi-criteria ranking methods—including entropy/AHP weighting, a gray relational analysis (GRA), TOPSIS, VIKOR, and CRITIC—convert heterogeneous entity attributes into risk scores or rankings [5,6,7,32,33,34]. Fuzzy-rule and adaptive fuzzy mechanisms provide semantic decision boundaries that are easy to inspect and adjust [8,9]. Three-way decision frameworks strengthen the graded decision capability by explicitly representing acceptance, rejection, and boundary regions under incomplete or hesitant information [10,11,12,13,14,15]. These methods remain attractive for explainable assessments, but depend strongly on the rule quality and struggle with high-dimensional nonlinear interactions when the sensor and attribute features are jointly coupled.
Data-driven methods increasingly formulate ordered-risk assessment as classification or regression, learning nonlinear mappings directly from data. Random-forest feature importance [35], dynamic multi-entity assessment [17,18], game-theoretic modeling [20], and correlation-based preference reasoning [21] collectively show how learning and optimization can reduce the dependence on fixed rule bases. Temporal approaches include multi-time decision fusion, such as dynamic GRA–TOPSIS [36], and learned temporal representations, such as LSTM [37]. These approaches rely on repeated observations or labeled trajectories to capture evolving states. However, purely data-driven assessment is sensitive to initialization, class imbalances, and upstream sensing degradation from radar resource allocation, spatial alignment, asynchronous fusion, maneuvering behavior, latency, and missing-modality effects [1,2,3,4,22,23,24,25]. This motivates controlled benchmarks whose indicator semantics, label rules, and optimization budgets are explicit.
Hybrid methods combine metaheuristic optimization with lightweight neural learning. An extreme learning machine (ELM) is particularly attractive because its hidden representation can be optimized while the output layer remains analytically solvable [30]. Recent ELM work spans double pseudo-inverse variants [38], theoretical framework analyses [39], hybrid CNN–ELM architectures [40], hierarchical systems [41], and DE/PSO/GA-based optimization [31,42,43,44]. For ordered-risk assessment, Zhao et al. [29] proposed IDM-PSO-ELM, which uses an improved dynamic multi-swarm PSO to optimize the ELM input weights. This study confirms the viability of metaheuristic ELM optimization for this type of assessment task. However, IDM-PSO-ELM remains a PSO-family optimizer rather than a two-stage adaptive DE mechanism, and does not provide a transparent expert-rule-guided benchmark with fixed weight specification and controlled mechanism ablation.
Overall, the literature still leaves a clear and narrow gap: when reliable real-world labels are unavailable, there is no lightweight and reproducible framework that simultaneously makes the expert risk logic explicit, learns the resulting nonlinear ordered-risk mapping, and verifies the optimizer mechanism under budget parity. The closest prior work [29] addressed a closely related assessment task with a PSO-based optimizer, but this optimizer differs from the present TA-DE design in the search mechanism (PSO vs. two-stage adaptive DE) and evaluation framework (no explicit prior-weight specification, domain-reference comparison, or mechanism ablation). To address this gap, this research adopted an expert-rule-guided data-generation strategy and developed TA-DE-ELM, in which two-stage adaptive differential evolution optimizes the ELM input parameters under a unified budget. The objective was to improve six-level ordered-risk classification and risk-order consistency while preserving the fast closed-form output layer of the ELM. The following sections describe the benchmark construction, the TA-DE-ELM optimization procedure, and the evaluation protocol.

3. Methodology

This section presents the proposed ordered-risk assessment framework as a controlled synthetic benchmark pipeline. As illustrated in Figure 1, the architecture consists of three coordinated modules: (1) an expert-rule-guided benchmark, which generates normalized synthetic samples from kinematic and attribute rules under fixed prior assumptions; (2) the TA-DE-ELM optimizer, which performs stage-wise differential evolution to optimize the ELM input parameters while retaining a closed-form output layer; and (3) an evaluation protocol, which combines the finite-budget main comparison, statistical testing, component ablation, and ordered-error metrics.

3.1. Expert-Rule-Guided Risk Data Generation

Obtaining large-scale labeled real-world data is often infeasible because of confidentiality constraints and the rarity of critical events. To address this limitation, we designed an expert-rule-guided data-generation mechanism that synthesizes normalized entities according to explicit risk-scoring assumptions. This mechanism should not be interpreted as a first-principles physical simulator or a replacement for application-specific validation. Instead, it provides a transparent, auditable benchmark in which the assumed monotonic relations among proximity, maneuvering state, capability descriptors, sensing/interference activity, and resilience are fixed before model training.
Each synthetic entity is represented by a normalized feature vector x [ 0 , 1 ] 10 :
x = [ x 1 , , x 10 ] = [ distance , speed , approach angle , lateral acceleration , operating range , capability intensity , precision index , sensing level , interference level , resilience descriptor ]
The ten factors are selected to cover four interpretable information groups: kinematic state, capability descriptors, sensing/interference activity, and resilience. This organization follows five design principles commonly used when constructing indicator systems: coverage of key entity attributes, hierarchy across information groups, measurable feature definitions, physical plausibility, and comparability after normalization. Table 1 summarizes the resulting indicator grouping, feature semantics, and risk-oriented mappings before the mathematical generator is defined. The directions encode prior risk-scoring assumptions, not learned causal laws. Table 2 further clarifies which abstract properties are represented by this controlled synthetic simulation and which aspects remain simplified.
The choice of these ten indicators is consistent with the broader assessment literature, as summarized in Table 3. Most related studies include kinematic, capability, and sensing-activity features; the present work additionally includes lateral acceleration and resilience to support the four-group decomposition required by the scoring generator.
Raw features are first normalized by fixed physical bounds to obtain x ˜ [ 0 , 1 ] 10 . We then compute four interpretable component scores:
S kin ( x ˜ ) = 0.4 ( 1 x ˜ 1 ) + 0.35 x ˜ 2 + 0.15 ( 1 x ˜ 3 ) + 0.10 x ˜ 4 ,
S cap ( x ˜ ) = 0.4 x ˜ 5 + 0.35 x ˜ 6 + 0.25 x ˜ 7 ,
S si ( x ˜ ) = 0.6 x ˜ 8 + 0.4 x ˜ 9 ,
S res ( x ˜ ) = x ˜ 10 .
The final continuous risk score is
S ( x ˜ ) = 0.45 S kin + 0.40 S cap + 0.10 S si + 0.05 S res ,
with S ( x ˜ ) [ 0 , 1 ] . Here, the subscripts “si” and “res” denote sensing/interference and resilience, respectively. The coefficients in the component scores and in the final aggregation are expert-prior weights fixed before model training. They encode the assumed relative importance of the four information groups in this controlled benchmark; they are not estimated from the test labels and are not claimed as universal physical constants. Table 4 reports the resulting effective feature-level weights after multiplying each component coefficient by its group coefficient.

Prior-Weight Sensitivity

The expert-prior weights in the component scores and the group aggregation are fixed before model training and do not adapt to data. To verify that the resulting risk labels are not hypersensitive to small variations in these weights, we perturbed all coefficients simultaneously by ± 10 % , ± 20 % , and ± 30 % (with random sign draws repeated across 20 trials), re-normalized, and measured the Jensen–Shannon divergence between the perturbed and baseline label distributions on 2000 generated samples. The resulting JS-divergence values were 2.4 × 10 5 , 1.3 × 10 4 , and 3.4 × 10 4 , respectively—all below 10 3 . This confirms that the six-level label distribution is stable under moderate weight uncertainty and that the benchmark does not rely on a single fragile prior parameterization. Similarly, shifting individual score edges by ± 0.02 changes fewer than 8 % of labels, while a uniform shift in all five edges by 0.02 changes approximately 12 % of labels. Edge sensitivity is confined to samples near class boundaries, consistent with the ordered-discretization design. The fixed edges should therefore be treated as benchmark definitions rather than general-purpose decision thresholds.
To obtain ordered-risk levels, we discretize S ( x ˜ ) with fixed edges
e = ( 0.15 , 0.32 , 0.50 , 0.68 , 0.85 ) ,
and define the labels as
y { 1 , , 6 } , y = 1 + k = 1 5 I S ( x ˜ ) > e k .
The thresholds are also fixed before model optimization to span six ordered-risk levels, from low to high risk. In particular, the 0.68 edge is the boundary between risk levels 4 and 5 in this fixed risk-level partition; it is not a tuned switching point selected to improve the classifier performance. Consequently, the experiments evaluated whether learning models can reproduce and generalize the structured risk-level mapping under held-out splits and a fixed finite-budget protocol, rather than validating application-specific decision thresholds. The complete construction chain from ten features to four component scores, one continuous risk score, six ordered labels, and the split-and-balance protocol is summarized in Figure 2.

3.2. Extreme Learning Machine (ELM)

An extreme learning machine (ELM) is a single-hidden-layer feedforward neural network with fast training and good generalization, and recent work has continued to study its theoretical assumptions, pseudo-inverse variants, hybrid architectures, and optimized implementations [30,38,39,40,41]. For N samples { ( x i , y i ) } i = 1 N with x i R d and y i { 1 , , C } , the hidden-layer output is
h i = g ( W x i + b ) , W R H × d , b R H
where H is the number of hidden nodes and g ( · ) is the activation function. Stacking all samples yields H = [ h 1 , , h N ] R H × N . The output weights B R H × C are obtained by ridge regression:
B ^ = arg min B B H T F 2 + λ B F 2
with the closed-form solution
B ^ = ( H H + λ I ) 1 H T
where T R C × N is the one-hot label matrix. The prediction uses logits z i = B ^ h i and y ^ i = 1 + arg max c z i , c .
In our implementation, the optimization variable is θ = ( W , b ) R H d + H with box bounds [ 1 , 1 ] H d + H , whereas the output weights are solved analytically using a closed-form ridge solution.
Instead of sampling W and b randomly, we optimized them using metaheuristics to reduce the initialization sensitivity while still solving B analytically.

3.3. Two-Stage Adaptive Differential Evolution (TA-DE)

Standard differential evolution [31] may still converge prematurely when optimizing high-dimensional ELM input parameters. We therefore adopted a two-stage adaptive differential evolution (TA-DE) strategy that explicitly balances exploration and exploitation.

3.3.1. Two-Stage Search Strategy

In each iteration, the population is updated through two coordinated stages:
  • Stage 1 (exploration): Differential mutation/crossover emphasizes a broad search coverage to avoid early stagnation.
  • Stage 2 (refinement): Adaptive control and elitist refinement improve the local convergence quality around promising regions.
  • Stagnation restart: When improvement stalls, a fraction of individuals is reinitialized to recover diversity.
The resulting TA-DE search mechanism is illustrated in Figure 3, which makes explicit the stage switch, the stagnation-triggered restart, and the closed-form ELM evaluation loop used to score candidate input parameters.

3.3.2. Adaptive Update Mechanisms

Different update rules are applied across stages. Let ϕ t = t / T denote the normalized generation index, where T is the maximal generation. The refinement stage starts when ϕ t ρ , where ρ ( 0 , 1 ) is the stage-split parameter.
1. Exploration stage update: Classical DE/rand/1 mutation and binomial crossover are used:
v i ( t ) = x r 1 ( t ) + F i ( t ) x r 2 ( t ) x r 3 ( t ) , u i ( t ) = BinCross v i ( t ) , x i ( t ) , C R i ( t ) ,
where F i ( t ) N ( F , 0.12 2 ) and C R i ( t ) N ( C R , 0.08 2 ) are clipped into valid ranges.
2. Refinement stage update: In late iterations, current-to-best style mutation and tighter adaptive parameters are used:
v i ( t ) = x i ( t ) + F i ( t ) x best ( t ) x i ( t ) + F i ( t ) x r 1 ( t ) x r 2 ( t ) ,
with F i ( t ) N ( F refine , 0.08 2 ) and C R i ( t ) N ( C R refine , 0.05 2 ) . In addition, elite individuals receive Gaussian local refinement:
x i ( t ) x i ( t ) + ξ σ t ( u l ) , σ t = σ 0 max ( 0.15 , 1 ϕ t ) , ξ N ( 0 , I ) .
3. Restart mechanism: If the best fitness does not improve for a patience window after entering refinement, a fraction of worst individuals is reinitialized:
x i l + r ( u l )
where l , u are search bounds and r U ( 0 , 1 ) .

3.4. Validation Objective Function

For each candidate θ = ( W , b ) , we fit B ^ on a fitting subset and evaluate the candidate on a validation subset. The validation objective is
J ( θ ) = CE + w f ( 1 F 1 macro ) + w o MAE ord + w a ( 1 Acc ) ,
where ( w f , w o , w a ) = ( 0.45 , 0.20 , 0.25 ) and
MAE ord = 1 C 1 · 1 N val i = 1 N val y ^ i y i .
This design jointly promotes probabilistic separation, class-balanced recognition, risk-order consistency, and overall predictive accuracy. During TA-DE candidate scoring only, the validation subset is also evaluated through a small set of perturbed validation replicas. This internal validation augmentation discourages candidate solutions that are highly sensitive to minor feature disturbances or group-wise missingness, but it is not reported as a standalone robustness experiment.

3.4.1. Core Hyperparameters

The core symbols follow the formulation above; x R d denotes the normalized input vector, y { 1 , , C } the ordered-risk label, θ = ( W , b ) the TA-DE search variable, and J ( θ ) the validation objective. Table 5 reports the finalized hyperparameter settings used in the unified-budget comparison.
The numerical settings in Table 5, including the stage split ρ = 0.3500 , were selected through a directed validation search under the unified finite budget, and were not tuned on the test set. All values were rounded to four decimal places where the search granularity supported it. They should not be interpreted as physical constants. In practice, ρ controls when the optimizer changes from broad population exploration to local refinement; the early transition used here gives the refinement and restart mechanisms enough budget to act under the deliberately compact P = 24 , T = 60 protocol.

3.4.2. Monotonic Best-Value Property

Proposition 1.
Let f t be the best fitness after generation t. Under the greedy replacement used in TA-DE, the sequence { f t } is non-increasing.
Proof. 
In each trial update, a candidate replaces the current individual only when f new f old . Therefore, every accepted replacement cannot increase the population’s best value. Elite local refinement is also accepted only when the fitness is not worse, and restart updates immediately re-evaluate and retain the current best if no better candidate appears. Hence, after each generation, f t + 1 f t .    □

3.5. Algorithm Summary and Complexity

The overall optimization, training, and inference pipeline is formalized in Algorithm 1.
Algorithm 1 TA-DE-ELM training and inference pipeline.
Input 
Dataset D = { ( x i , y i ) } i = 1 N , hidden size H, population size P, maximum generation T, stage split ρ , search bounds [ l , u ] , and validation weights ( w f , w o , w a ) .
Output 
Optimized ELM parameters ( W , b , B ) and predicted ordered-risk labels y ^ .
1. Split 
Partition D into training, validation, and test subsets; scale features to [ 1 , 1 ] with statistics fitted on the training subset.
2. Initialize 
Generate P candidate vectors θ i = ( W i , b i ) within [ l , u ] ; for each candidate, solve B i by the ELM closed form and evaluate J ( θ i ) on the validation subset.
3. Search 
For generation t = 1 , , T , compute ϕ t = t / T and select the exploration update when ϕ t < ρ or the refinement update when ϕ t ρ .
4. Adapt 
Sample candidate-specific ( F i , C R i ) , perform mutation and crossover, solve the candidate ELM output weights analytically, and accept the trial vector only if it does not increase the validation objective.
5. Refine 
In the refinement stage, apply an elite Gaussian local search with greedy acceptance; if the best value stalls for the patience window, reinitialize the worst candidate fraction and keep the current best solution.
6. Retrain 
Select θ = ( W , b ) with the lowest validation objective and recompute B on the final training data using the closed-form ridge solution.
7. Infer 
For each test sample, compute hidden activations, logits z = ( B ) g ( W x + b ) , and the ordered-risk prediction y ^ = 1 + arg max c z c .
Let N be the number of fit samples, H the hidden size, d the input dimension, C the number of classes, and P the population size. One fitness evaluation costs O ( H d N + H 2 N + H 3 + C N ) due to hidden activation construction, ridge-system formation/solve, and validation scoring. One TA-DE generation requires P primary evaluations plus bounded extra evaluations from elite refinement/restart, so the per-generation complexity remains O ( P ( H d N + H 2 N + H 3 + C N ) ) . The total cost scales linearly with effective generations before early stopping. After ( W , b ) has been selected, online inference uses the same ELM forward computation and closed-form output layer as other optimized ELM variants. Computational-cost measurements are reported after the main evaluation results; all ELM-family models share the same hidden-layer size ( H = 128 ) and differ only in optimizer overhead, which is modest relative to the fitness evaluation cost. The complete evaluation protocol is presented in Section 4.

4. Experimental Design and Analysis

This section evaluates whether TA-DE-ELM improves six-level ordered-risk classification under a fixed expert-rule-guided benchmark and a unified finite-optimization budget. The experimental evidence is organized around five questions: (1) whether TA-DE-ELM outperforms ELM-family baselines on held-out test data, (2) whether it remains competitive against traditional scoring and ranking references, (3) whether the optimization trace supports faster and stronger validation convergence under a common evaluator, (4) whether the proposed refinement and restart mechanisms contribute to the observed performance, and (5) whether TA-DE-ELM maintains stable risk-order predictions under feature degradation and group dropout. The Oracle baseline and prior-weight sensitivity check in Section 3.1 further bound the benchmark’s self-consistency and parameter stability.

4.1. Dataset and Experimental Protocol

We adopted the expert-rule-guided synthetic benchmark generated by the kinematic and attribute rules in Section 3.1. Each sample contained d = 10 normalized features in [ 0 , 1 ] and was assigned to one of L = 6 ordered-risk levels via fixed-edge discretization of the continuous risk score. The reported benchmark contained 1000 samples generated with the fixed data seed used in the reproducible code configuration. The resulting class counts were 69, 265, 265, 234, 58, and 109 for risk levels 1–6, respectively. The four feature groups used in the experiments followed the indicator semantics summarized in Table 1. The label distribution was intentionally not forced to be uniform because the fixed-score edges induced fewer extreme low- and high-risk cases than middle-risk cases. To avoid training bias from this imbalance, random oversampling was applied only to the training subset; the validation and test subsets preserved the held-out distribution.
The train/validation/test split ratio was fixed to 70 % / 15 % / 15 % . The validation subset was used only inside optimization for candidate selection, while the test subset was strictly held out for final reporting. All the reported main-comparison and ablation values are the mean ± std over five repeated optimization runs on the same benchmark split, with paired optimizer seeds across the compared methods. Raw normalized features were used for all methods. The data generator used a label-boundary uncertainty of 0.0101 and a boundary margin of 0.025 to avoid overly deterministic class boundaries near fixed-score edges. Unless otherwise stated, the ELM-family models used a hidden size H = 128 , a population size P = 24 , and maximum generation T = 60 .

4.2. Compared Methods and Implementation Details

In the main comparative benchmark, we compared TA-DE-ELM with standard ELM and three metaheuristic-optimized ELM variants—PSO-ELM, DE-ELM, and GA-ELM—following the representative literature on ELM classifiers and metaheuristic-optimized ELM variants [30,31,38,39,41,42,43,44]. All ELM-family baselines share the same backbone, activation function, preprocessing, and closed-form output-weight solution; only the input-weight and hidden-bias initialization or optimization strategy differs. This design isolates whether the two-stage adaptive DE mechanism improves the ELM backbone under budget parity.
Within each benchmark, all evolutionary optimizers ran under the same population size and maximum generation budget. TA-DE-ELM followed the validation objective in Section 3.4. The stochastic components were controlled by explicit split and optimization seeds to guarantee reproducibility. Run-wise differences against TA-DE-ELM were computed on paired repeated runs; for the current five-run protocol, paired t-tests are reported to summarize these differences.
For the non-ELM references, Entropy-GRA and RF-GRA used entropy weights and random-forest feature-importance weights, respectively, with a common GRA scorer, whereas CRITIC-TOPSIS and CRITIC-VIKOR used CRITIC-style weights with the corresponding ranking rule. The latter weights combined normalized feature dispersion with intercriterion conflict measured from absolute feature correlations; VIKOR balanced group utility and individual regret with v = 0.5 [33,34]. Specifically, RF-GRA fitted a 300-tree random forest to the training split, normalized its feature-importance values, and used them as GRA weights [32,35]. Validation scores were used to calibrate the six-class decision edges; the test split remained held out.
As a theoretical ceiling, we also report an Oracle that applies the noise-free scoring function S ( x ˜ ) directly as a classifier (discretizes the clean score via the fixed edges without passing through the ELM). Because the generated labels already encode S ( x ˜ ) plus small boundary-aware noise ( 0.0101 ), the Oracle quantifies the irreducible error from label noise and establishes an upper bound for any learned model on this benchmark. It does not represent a practical competitor; it confirms label self-consistency.

4.3. Evaluation Metrics

To evaluate the performance of the proposed method, we report the accuracy, macro-F1, quadratic weighted kappa (QWK), and ordinal MAE on held-out tests. Let K denote the number of classes ( K = 6 in this work), N the number of test samples, C i j the confusion-matrix count from true class i to predicted class j, and y n , y ^ n { 1 , , K } the true and predicted labels for sample n. The metrics are defined as
Accuracy = 1 N n = 1 N I y ^ n = y n , Ordinal MAE = 1 N n = 1 N y ^ n y n K 1 .
Macro - F1 = 1 K k = 1 K 2 P k R k P k + R k , P k = C k k i = 1 K C i k , R k = C k k j = 1 K C k j .
QWK = 1 i = 1 K j = 1 K W i j O i j i = 1 K j = 1 K W i j E i j , W i j = ( i j ) 2 ( K 1 ) 2 .
where O i j = C i j / N and E i j is the expected disagreement matrix induced by empirical class marginals. Because the risk levels are ordered, QWK and ordinal MAE are treated as primary rank-consistency indicators in addition to accuracy and macro-F1.

4.4. Overall Performance Comparison

This experiment examined whether TA-DE improves the accuracy–stability trade-off under strict budget parity. Table 6 reports the full comparison. The Oracle row establishes a deterministic rule ceiling (accuracy, 0.9934 ; macro-F1, 0.9935 ; QWK, 0.9989 ), confirming that the scoring-function labels are internally consistent. TA-DE-ELM led all learned ELM-family methods in accuracy, macro-F1, QWK, and ordinal MAE. Relative to vanilla ELM, TA-DE-ELM increased macro-F1 from 0.8352 to 0.9396 and reduced ordinal MAE from 0.0321 to 0.0119 . Relative to the closest optimized baseline, DE-ELM, TA-DE-ELM improved accuracy by + 0.0212 ( p = 0.0121 ), macro-F1 by + 0.0216 ( p = 0.0116 ), and QWK by + 0.0035 ( p = 0.0126 ). The accuracy gap between TA-DE-ELM ( 0.9404 ) and the Oracle ceiling ( 0.9934 ) was 0.0530 , leaving measurable headroom to the noise-free rule ceiling. The main claim is therefore a consistent finite-budget improvement over ELM-family baselines, not order-of-magnitude superiority.
Beyond the ELM-family baselines, we evaluated four traditional scoring and ranking references: Entropy-GRA, CRITIC-TOPSIS, CRITIC-VIKOR, and RF-GRA. These methods used the same train/validation/test split and converted their continuous or ranking scores into the six fixed risk levels for held-out evaluation. As shown in Table 7, RF-GRA and Entropy-GRA provided competitive interpretable references. TA-DE-ELM nevertheless achieved higher macro-F1 and lower ordinal MAE under the same benchmark. This comparison tests whether nonlinear ELM optimization improves held-out discrimination while retaining the transparent fixed-score benchmark.
Figure 4 shows the main comparative evidence in a 2 × 2 layout: panels (a–c) report the macro-F1, QWK, and ordinal MAE as the mean ± std across five repeated runs, with the DE-ELM reference line marked in each panel; panel (d) provides a per-class F1 heatmap across all five ELM-family models, with class sample counts annotated on the x-axis. TA-DE-ELM (ours) is highlighted consistently across all panels.
To examine optimization behavior directly, we traced the best-so-far validation macro-F1 at each generation for TA-DE-ELM, DE-ELM, PSO-ELM, and GA-ELM. Because TA-DE-ELM uses validation perturbation during its native candidate scoring, all the traced candidates were re-evaluated with a common clean validation evaluator before plotting. Figure 5 therefore reports the convergence under this shared evaluator, alongside the ablation delta.

4.5. Component Ablation Under Unified Budget

To verify the contribution of the proposed TA-DE mechanisms, we report a targeted ablation built around the finalized TA-DE-ELM configuration. The ablation compares the full model with two mechanism-removal variants: without elite refinement and without a stagnation-triggered restart. All the variants used the same ELM backbone, feature policy, split protocol, hidden size, population size, maximum generation budget, and repeated-run setting. To make the ablation directly comparable with the main comparison in Table 6, Table 8 repeats the same four held-out metrics and adds the macro-F1 change relative to the full model.
Table 8 and Figure 5b show that both mechanisms contribute under the final budget. Removing elite refinement decreases Macro-F1 by 0.0053 , while removing restart decreases the macro-F1 by 0.0126 and increases the run-to-run variance. The restart result is particularly relevant because premature convergence is a common risk in high-dimensional ELM input-parameter searches. These ablation results support the use of a two-stage adaptive DE design rather than plain DE alone.

4.6. Confusion Matrix and Error Pattern Analysis

To verify the error structure, we inspected the normalized confusion matrices of TA-DE-ELM and DE-ELM on the held-out test set. Figure 6 shows that the residual errors in both models were concentrated in adjacent risk levels along the main diagonal, with no severe long-range confusions (e.g., predicting level 1 as level 6 or vice versa). TA-DE-ELM placed more mass on the diagonal across all six levels, consistent with its higher per-class F1 scores and lower ordinal MAE ( 0.0119 ). Across all five ELM-family models, every misclassification was an adjacent-1 error with no severe or adjacent-2+ confusion, and TA-DE-ELM achieved the lowest adjacent-1 error rate (6.0%), confirming that all residual misclassifications are boundary-proximal.

4.7. Robustness Under Feature Degradation

Modern sensing pipelines routinely suffer from noise contamination and structured feature dropouts. To test the degradation sensitivity, we evaluated two perturbation families on TA-DE-ELM, DE-ELM, and the standard ELM: (i) continuous feature degradation with additive Gaussian noise swept across five severity levels and (ii) structured group dropout with masking rates up to 0.3 applied to complete feature groups. Figure 7 reports the macro-F1 normalized to each model’s clean baseline, isolating the degradation rate from the baseline quality.
Under continuous noise, TA-DE-ELM exhibited the slowest relative degradation ( 2.2 % at s = 0.4 vs. 5.0 % for DE-ELM), indicating that its refinement mechanism does not produce brittle solutions. Under structured group dropout, all models degraded heavily at high dropout rates ( p 0.2 ), with the ELM showing an unexpectedly strong relative retention. This suggests that the structured nature of the perturbation—masking entire feature groups—overwhelms optimizer-level differences and is dominated by the shared ELM backbone’s ability to exploit the remaining feature groups. The noise result is consistent with improved local stability under the TA-DE search, while the dropout result is a limitation that motivates the investigation of richer perturbation families in future work.

4.8. Computational Cost

All ELM-family models used the same backbone ( H = 128 ) and differed only in how the input weights and biases were initialized or optimized. Figure 8 reports the measured wall-clock training and inference times under the unified finite budget ( P = 24 , T = 60 ). The training times were comparable across evolutionary optimizers (8.7–12.6 s), and inference latency was sub-millisecond for all variants. TA-DE-ELM achieved the best accuracy–cost trade-off without increasing the per-evaluation cost relative to DE-ELM. The additional refinement and restart operations contributed negligible overhead (<2% of total training time), indicating that the gains came from search adaptation rather than a larger computational budget.

4.9. Oracle Ceiling and Efficiency Frontier

The Oracle baseline (Section 4.2) establishes that the noise-free scoring function achieved an accuracy of 0.9934 on this benchmark. Figure 9a shows how much of the Oracle-to-ELM gap each model closes. TA-DE-ELM reached 0.9404, closing 28.6% of the DE-ELM-to-Oracle gap with no additional computational budget. The efficiency frontier in Figure 9b shows that TA-DE-ELM sits on the Pareto front: no tested model achieved a higher macro-F1 at a shorter or equal training time. This jointly addresses the concern that performance gains might come from a larger budget (they do not) and that the benchmark is not equally solved by all tested learning methods.

5. Conclusions

This work presented TA-DE-ELM, a six-level ordered-risk assessment framework that combines an expert-rule-guided synthetic benchmark with two-stage adaptive differential evolution for ELM parameter optimization. The framework tests whether a lightweight nonlinear model can recover an explicit ordered-risk mapping under limited-label conditions while keeping the benchmark assumptions and evaluation budget transparent. Under the unified finite-budget protocol, TA-DE-ELM ranked first among the tested ELM-family baselines across accuracy, macro-F1, QWK, and ordinal MAE. It reached an accuracy of 0.9404 and a macro-F1 of 0.9396 ; paired-run tests indicated a macro-F1 improvement over DE-ELM, with no additional inference cost. It also exceeded traditional scoring and ranking references such as RF-GRA and Entropy-GRA. Together with the ablation study, confusion-matrix inspection, convergence trace, and Oracle-ceiling analysis, these results indicate that the two-stage adaptive design improves classification performance and risk-order consistency under budget parity.
These findings should be interpreted within the limits of the controlled benchmark. The labels are generated from fixed expert-prior weights and score edges, so the model learns a benchmark-induced ordered-risk mapping rather than validating a specific real-world decision process. The benchmark and its sensitivity analysis establish internal consistency but do not replace application-specific validation. The ELM backbone and the tested perturbation families also remain simpler than real sensing and degradation scenarios. The results therefore provide controlled feasibility evidence for early-stage model screening and methodological comparison. Future validation should use higher-fidelity simulation, external datasets, dynamic multi-entity scenarios, richer degradation protocols, and expert review.

Author Contributions

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

Funding

This work was supported by the Natural Science Foundation of Jiangsu Province under grant BK20241463, and The Shanghai Magnolia Pujiang Talent Program under grant No. 25PJD048.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The code package and synthetic-data bundle supporting the findings of this study are available from the corresponding author upon reasonable request.

DURC Statement

The authors have considered the potential dual-use implications of this work. This study is a methodological investigation based on a synthetic, normalized benchmark for ordered-risk assessment and model optimization. It does not use classified, sensitive, or real-world operational data, and it does not provide deployment-ready decision rules, operational thresholds, implementation instructions, or procedures for harmful application. The study is intended to support transparent methodological evaluation, reproducible benchmarking, and responsible model assessment. The authors confirm that the work was conducted for academic research purposes and in accordance with applicable ethical and legal requirements.

Acknowledgments

The authors would like to thank their colleagues for their valuable discussions and support. The authors are also grateful to the anonymous reviewers for their constructive comments and suggestions, which helped improve the quality of this manuscript.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
AHPAnalytic hierarchy process
CNNConvolutional neural network
CRITICCriteria Importance Through Intercriteria Correlation
DEDifferential evolution
ELMExtreme learning machine
GAGenetic algorithm
GRAGray relational analysis
IDM-PSOImproved dynamic multi-swarm particle swarm optimization
LSTMLong short-term memory
MAEMean absolute error
PSOParticle swarm optimization
QWKQuadratic weighted kappa
TA-DETwo-stage adaptive differential evolution
TOPSISTechnique for Order Preference by Similarity to Ideal Solution
VIKORVIseKriterijumska Optimizacija I Kompromisno Resenje

References

  1. Yan, J.; Jiao, H.; Pu, W.; Shi, C.; Dai, J.; Liu, H. Radar sensor network resource allocation for fused target tracking: A brief review. Inf. Fusion 2022, 86–87, 104–115. [Google Scholar] [CrossRef] [Scilit]
  2. Aldana-López, R.; Aragüés, R.; Sagüés, C. Perception-latency aware distributed target tracking. Inf. Fusion 2023, 99, 101857. [Google Scholar] [CrossRef] [Scilit]
  3. Shi, Y.; Farina, A.; Song, T.L.; Peng, D.; Guo, Y. Distributed Fusion in Harsh Environments Using Multiple Bearings-Only Sensors with Out-of-Sequence-Refined Measurements. Aerosp. Sci. Technol. 2021, 117, 106950. [Google Scholar] [CrossRef] [Scilit]
  4. Zhu, C.; Cong, X.; Han, Y.; Sheng, W. Online Spatial Alignment and Fusion for Networked Radars on Moving Platforms Only Using Target Position Information. Digit. Signal Process. 2025, 166, 105375. [Google Scholar] [CrossRef] [Scilit]
  5. Luo, R.; Huang, S.; Zhao, Y.; Song, Y. Threat assessment method of low altitude slow small targets based on information entropy and AHP. Entropy 2021, 23, 1292. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  6. Fan, C.; Fu, Q.; Song, Y.; Lu, Y.; Li, W.; Zhu, X. A new model of interval-valued intuitionistic fuzzy weighted operators and their application in dynamic fusion target threat assessment. Entropy 2022, 24, 1825. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  7. Zhang, N.; Zhou, Y.; Liu, J.; Wei, G. VIKOR method for Pythagorean hesitant fuzzy multi-attribute decision-making based on regret theory. Eng. Appl. Artif. Intell. 2023, 126, 106857. [Google Scholar] [CrossRef] [Scilit]
  8. Tuncer, O.; Cirpan, H.A. Adaptive fuzzy based threat evaluation method for air and missile defense systems. Inf. Sci. 2023, 643, 119191. [Google Scholar] [CrossRef] [Scilit]
  9. Coskun, M.; Tasdemir, S. Fuzzy Logic-Based Threat Assessment Application in Air Defense Systems. IEEE Trans. Aerosp. Electron. Syst. 2023, 59, 2245–2251. [Google Scholar] [CrossRef] [Scilit]
  10. Deng, J.; Zhan, J.; Wu, W.Z. A three-way decision methodology to multi-attribute decision-making in multi-scale decision information systems. Inf. Sci. 2021, 568, 175–198. [Google Scholar] [CrossRef] [Scilit]
  11. Jin, C.; Hu, B.Q. Three-way decisions based on hesitant sets over three-way decision spaces. Inf. Sci. 2023, 647, 119365. [Google Scholar] [CrossRef] [Scilit]
  12. Chen, B.; Zhang, X.; Lv, Z. Three-way decision based on three-way preference measures and three-level dominance relations in interval-valued systems. Inf. Sci. 2024, 679, 121108. [Google Scholar] [CrossRef] [Scilit]
  13. Subhashini, L.D.C.S.; Li, Y.; Zhang, J.; Atukorale, A.S. Integration of semantic patterns and fuzzy concepts to reduce the boundary region in three-way decision-making. Inf. Sci. 2022, 595, 257–277. [Google Scholar] [CrossRef] [Scilit]
  14. Zhang, C.; Ding, J.; Zhan, J.; Li, D. Incomplete three-way multi-attribute group decision making based on adjustable multigranulation Pythagorean fuzzy probabilistic rough sets. Int. J. Approx. Reason. 2022, 147, 40–59. [Google Scholar] [CrossRef] [Scilit]
  15. Bisht, G.; Pal, A.K. Three-way decisions based multi-attribute decision-making with utility and loss functions. Eur. J. Oper. Res. 2024, 316, 268–281. [Google Scholar] [CrossRef] [Scilit]
  16. Wu, W.; Jie, W.; Luo, A.; Liu, X.; Luo, W. Data-fusion-based algorithm for assessing threat levels of low-altitude and slow-speed small targets. Sensors 2025, 25, 5510. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  17. Pires, H.B.; Guimarães, L.N.F. Dynamic Multi-Target Three-Way Threat Assessment in the Context of Air Defense. IEEE Access 2024, 12, 141397–141413. [Google Scholar] [CrossRef] [Scilit]
  18. Pires, H.B.; Guimarães, L.N.F.; Rebouças, S. A Multi-Target Threat Assessment Method Based on Objective Three-Way Decision. IEEE Access 2025, 13, 681–694. [Google Scholar] [CrossRef] [Scilit]
  19. Li, X.; Ge, Y.; Cao, L.; Du, Z.; Shi, A.; Pei, Y. Dynamic three-way decision algorithm integrating intuitionistic fuzzy information for system-of-systems in airborne laser weapon combat. Chin. J. Aeronaut. 2026, 39, 103765. [Google Scholar] [CrossRef] [Scilit]
  20. Chen, Q.; Zhao, Q.; Zou, Z.; Qian, Q.; Zhou, J.; Yuan, R. A novel air combat target threat assessment method based on three-way decision and game theory under multi-criteria decision-making environment. Expert Syst. Appl. 2025, 259, 125322. [Google Scholar] [CrossRef] [Scilit]
  21. Zhang, J.; Shan, Y.; Dong, J. A threat assessment method based on correlation-similarity information and three-way decisions in interval intuitionistic fuzzy environment. Eng. Appl. Artif. Intell. 2024, 135, 108793. [Google Scholar] [CrossRef] [Scilit]
  22. Ouyang, Z.; Cui, J.; Dong, X.; Li, Y.; Niu, J. SaccadeFork: A lightweight multi-sensor fusion-based target detector. Inf. Fusion 2022, 77, 172–183. [Google Scholar] [CrossRef] [Scilit]
  23. Roheda, S.; Krim, H.; Luo, Z.Q.; Wu, T. Event driven sensor fusion. Signal Process. 2021, 188, 108241. [Google Scholar] [CrossRef] [Scilit]
  24. Singerman, P.G.; O’Rourke, S.M.; Narayanan, R.M.; Ray, A.; Rangaswamy, M. Symbolic Dynamics for Radar Target Maneuver Detection with High Data Rates. IEEE Trans. Aerosp. Electron. Syst. 2024, 60, 1647–1659. [Google Scholar] [CrossRef] [Scilit]
  25. Chen, M.; Zhang, F.; Zhao, Z.; Yao, J.; Zhang, Y.; Wang, Y. Probabilistic Conformal Distillation for Enhancing Missing Modality Robustness. In Proceedings of the Advances in Neural Information Processing Systems 37, Vancouver, BC, Canada, 10–15 December 2024. [Google Scholar] [CrossRef] [Scilit]
  26. Beechey, M.; Kyriakopoulos, K.G.; Lambotharan, S. Evidential classification and feature selection for cyber-threat hunting. Knowl.-Based Syst. 2021, 226, 107120. [Google Scholar] [CrossRef] [Scilit]
  27. Sarhan, I.; Spruit, M. Open-CyKG: An Open Cyber Threat Intelligence Knowledge Graph. Knowl.-Based Syst. 2021, 233, 107524. [Google Scholar] [CrossRef] [Scilit]
  28. Zhao, J.; Shao, M.; Wang, H.; Yu, X.; Li, B.; Liu, X. Cyber threat prediction using dynamic heterogeneous graph learning. Knowl.-Based Syst. 2022, 240, 108086. [Google Scholar] [CrossRef] [Scilit]
  29. Zhao, Y.; Li, X.; Wu, P.; Wang, X.; Guo, Q. Particle Swarm Optimization-Based Extreme Learning Machine for Ground Targets Threat Assessment. In Proceedings of the Advances in Guidance, Navigation and Control (ICGNC 2024); Lecture Notes in Electrical Engineering; Springer: Singapore, 2025; Volume 1349, pp. 238–248. [Google Scholar] [CrossRef] [Scilit]
  30. Huang, G.B.; Zhu, Q.Y.; Siew, C.K. Extreme learning machine: Theory and applications. Neurocomputing 2006, 70, 489–501. [Google Scholar] [CrossRef] [Scilit]
  31. Storn, R.; Price, K. Differential Evolution—A Simple and Efficient Heuristic for Global Optimization over Continuous Spaces. J. Glob. Optim. 1997, 11, 341–359. [Google Scholar] [CrossRef] [Scilit]
  32. Deng, J.L. Introduction to grey system theory. J. Grey Syst. 1989, 1, 1–24. [Google Scholar] [CrossRef] [Scilit]
  33. Opricovic, S.; Tzeng, G.-H. Compromise solution by MCDM methods: A comparative analysis of VIKOR and TOPSIS. Eur. J. Oper. Res. 2004, 156, 445–455. [Google Scholar] [CrossRef] [Scilit]
  34. Diakoulaki, D.; Mavrotas, G.; Papayannakis, L. Determining objective weights in multiple criteria problems: The CRITIC method. Comput. Oper. Res. 1995, 22, 763–770. [Google Scholar] [CrossRef] [Scilit]
  35. Breiman, L. Random forests. Mach. Learn. 2001, 45, 5–32. [Google Scholar] [CrossRef] [Scilit]
  36. Yin, Y.; Zhang, R.; Su, Q. Threat assessment of aerial targets based on improved GRA–TOPSIS method and three-way decisions. Math. Biosci. Eng. 2023, 20, 13250–13266. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  37. Yu, X.; Wei, S.; Fang, Y.; Sheng, J.; Zhang, L. Low-Altitude Slow Small Target Threat Assessment Algorithm by Exploiting Sequential Multifeature with Long Short-Term Memory. IEEE Sens. J. 2023, 23, 21524–21534. [Google Scholar] [CrossRef] [Scilit]
  38. Yin, Y.; Liao, B.; Li, S.; Zhou, J. Research on Pattern Classification Based on Double Pseudo-Inverse Extreme Learning Machine. Electronics 2024, 13, 3951. [Google Scholar] [CrossRef] [Scilit]
  39. Perfilieva, I.; Madrid, N.; Ojeda-Aciego, M.; Artiemjew, P.; Niemczynowicz, A. A critical analysis of the theoretical framework of the Extreme Learning Machine. Neurocomputing 2025, 621, 129298. [Google Scholar] [CrossRef] [Scilit]
  40. Ghimire, S.; Deo, R.C.; Casillas-Pérez, D.; Salcedo-Sanz, S.; Pourmousavi, S.A.; Acharya, U.R. Probabilistic-based electricity demand forecasting with hybrid convolutional neural network-extreme learning machine model. Eng. Appl. Artif. Intell. 2024, 132, 107918. [Google Scholar] [CrossRef] [Scilit]
  41. Alzaqebah, A.; Aljarah, I.; Al-Kadi, O.S. A hierarchical intrusion detection system based on extreme learning machine and nature-inspired optimization. Comput. Secur. 2023, 124, 102957. [Google Scholar] [CrossRef] [Scilit]
  42. Al-Yaseen, W.L.; Idrees, A.K.; Almasoudy, F.H. Wrapper Feature Selection Method Based Differential Evolution and Extreme Learning Machine for Intrusion Detection System. Pattern Recognit. 2022, 132, 108912. [Google Scholar] [CrossRef] [Scilit]
  43. Liu, A.; Zhao, D.; Li, T. A Data Classification Method Based on Particle Swarm Optimisation and Kernel Function Extreme Learning Machine. Enterp. Inf. Syst. 2023, 17, 1913764. [Google Scholar] [CrossRef] [Scilit]
  44. Bai, L.; Li, H.; Gao, W.; Xie, J. A Cooperative Genetic Algorithm Based on Extreme Learning Machine for Data Classification. Soft Comput. 2022, 26, 8585–8601. [Google Scholar] [CrossRef] [Scilit]
Figure 1. Overall framework of the proposed study. The pipeline is organized into three coordinated modules: an expert-rule-guided benchmark pipeline, a TA-DE-ELM optimizer with validation-objective-guided candidate selection, and an evaluation-and-analysis block covering the main comparison, ablation, confusion analysis, and robustness tests. Stars mark selected elite or best-performing solutions; colors distinguish functional modules, evaluation categories, and the ordered-risk levels L1–L6.
Figure 1. Overall framework of the proposed study. The pipeline is organized into three coordinated modules: an expert-rule-guided benchmark pipeline, a TA-DE-ELM optimizer with validation-objective-guided candidate selection, and an evaluation-and-analysis block covering the main comparison, ablation, confusion analysis, and robustness tests. Stars mark selected elite or best-performing solutions; colors distinguish functional modules, evaluation categories, and the ordered-risk levels L1–L6.
Electronics 15 04078 g001
Figure 2. Expert-rule-guided benchmark construction and label generation. Ten normalized synthetic-entity features are grouped into kinematic, capability, sensing/interference, and resilience factors, aggregated into four interpretable component scores, combined into one continuous risk score, and discretized into six ordered-risk labels. The figure also summarizes the fixed split protocol, training-only oversampling, and class-count profile used in the controlled benchmark.
Figure 2. Expert-rule-guided benchmark construction and label generation. Ten normalized synthetic-entity features are grouped into kinematic, capability, sensing/interference, and resilience factors, aggregated into four interpretable component scores, combined into one continuous risk score, and discretized into six ordered-risk labels. The figure also summarizes the fixed split protocol, training-only oversampling, and class-count profile used in the controlled benchmark.
Electronics 15 04078 g002
Figure 3. Internal mechanism of the two-stage adaptive differential evolution optimizer. Stage 1 performs population-level exploration with DE/rand/1 mutation and binomial crossover; after the stage split, Stage 2 applies current-to-best refinement and elite perturbation around promising regions. When validation fitness stagnates, part of the population is reinitialized, while every candidate is scored through the same closed-form ELM evaluator and validation objective.
Figure 3. Internal mechanism of the two-stage adaptive differential evolution optimizer. Stage 1 performs population-level exploration with DE/rand/1 mutation and binomial crossover; after the stage split, Stage 2 applies current-to-best refinement and elite perturbation around promising regions. When validation fitness stagnates, part of the population is reinitialized, while every candidate is scored through the same closed-form ELM evaluator and validation objective.
Electronics 15 04078 g003
Figure 4. Main comparative evidence and per-class decomposition under the finalized finite-budget protocol. In panels (ac), colored markers and horizontal bars denote the mean ± std across five repeated runs; the blue dashed line marks the DE-ELM reference mean, and ↓ indicates that lower values are better.
Figure 4. Main comparative evidence and per-class decomposition under the finalized finite-budget protocol. In panels (ac), colored markers and horizontal bars denote the mean ± std across five repeated runs; the blue dashed line marks the DE-ELM reference mean, and ↓ indicates that lower values are better.
Electronics 15 04078 g004
Figure 5. Optimization behavior and mechanism verification under the finalized finite-budget setting. (a) Generation-wise validation macro-F1 of the best-so-far candidate in each optimizer, summarized across five repeated runs; shaded bands denote the standard deviation. (b) Ablation of refinement and restart mechanisms, reported as Δmacro-F1 relative to the full TA-DE-ELM model; horizontal error bars denote the standard deviation across five repeated runs.
Figure 5. Optimization behavior and mechanism verification under the finalized finite-budget setting. (a) Generation-wise validation macro-F1 of the best-so-far candidate in each optimizer, summarized across five repeated runs; shaded bands denote the standard deviation. (b) Ablation of refinement and restart mechanisms, reported as Δmacro-F1 relative to the full TA-DE-ELM model; horizontal error bars denote the standard deviation across five repeated runs.
Electronics 15 04078 g005
Figure 6. Row-normalized confusion matrices on the held-out test set for (a) TA-DE-ELM and (b) DE-ELM, sharing a common color scale. Both models concentrate the error mass near the main diagonal without severe long-range confusion, and TA-DE-ELM yielded a higher diagonal density across all six risk levels.
Figure 6. Row-normalized confusion matrices on the held-out test set for (a) TA-DE-ELM and (b) DE-ELM, sharing a common color scale. Both models concentrate the error mass near the main diagonal without severe long-range confusion, and TA-DE-ELM yielded a higher diagonal density across all six risk levels.
Electronics 15 04078 g006
Figure 7. Robustness evidence under feature degradation, reported as the macro-F1 normalized to each model’s clean baseline. (a) TA-DE-ELM exhibited the slowest relative degradation under continuous noise. (b) Under group dropout, all models degraded heavily; the differences were dominated by the shared ELM backbone. The gray dashed line marks the clean-baseline level (normalized Macro-F1 = 1).
Figure 7. Robustness evidence under feature degradation, reported as the macro-F1 normalized to each model’s clean baseline. (a) TA-DE-ELM exhibited the slowest relative degradation under continuous noise. (b) Under group dropout, all models degraded heavily; the differences were dominated by the shared ELM backbone. The gray dashed line marks the clean-baseline level (normalized Macro-F1 = 1).
Electronics 15 04078 g007
Figure 8. Measured training and inference times under the unified finite-budget protocol ( P = 24 , T = 60 ; five repeated runs). Darker method-colored bars report training time, whereas lighter bars report inference time; error bars denote the standard deviation. The training time differences mainly reflect optimizer overhead, and the inference latency was sub-millisecond for all variants.
Figure 8. Measured training and inference times under the unified finite-budget protocol ( P = 24 , T = 60 ; five repeated runs). Darker method-colored bars report training time, whereas lighter bars report inference time; error bars denote the standard deviation. The training time differences mainly reflect optimizer overhead, and the inference latency was sub-millisecond for all variants.
Electronics 15 04078 g008
Figure 9. Oracle ceiling and efficiency-frontier analysis under the finalized finite-budget protocol. (a) Accuracy of each model with the Oracle ceiling (0.9934) marked by the vertical dashed line; the distance to the ceiling indicates the remaining learnable headroom. (b) Macro-F1 versus training time; the gray line indicates the Pareto frontier, on which TA-DE-ELM achieves the best accuracy–cost trade-off among the tested methods.
Figure 9. Oracle ceiling and efficiency-frontier analysis under the finalized finite-budget protocol. (a) Accuracy of each model with the Oracle ceiling (0.9934) marked by the vertical dashed line; the distance to the ceiling indicates the remaining learnable headroom. (b) Macro-F1 versus training time; the gray line indicates the Pareto frontier, on which TA-DE-ELM achieves the best accuracy–cost trade-off among the tested methods.
Electronics 15 04078 g009
Table 1. Indicator grouping, feature semantics, and risk-oriented mappings used in the expert-rule-guided generator.
Table 1. Indicator grouping, feature semantics, and risk-oriented mappings used in the expert-rule-guided generator.
Indicator GroupIncluded VariablesRisk-Oriented MappingRisk-Scoring Role
Kinematic stateDistance, speed, approach angle, and lateral acceleration 1 x ˜ 1 , x ˜ 2 , 1 x ˜ 3 , x ˜ 4 Captures proximity, approach tendency, and maneuvering intensity.
Capability descriptorsOperating range, capability intensity, and precision index x ˜ 5 , x ˜ 6 , x ˜ 7 Represents normalized capability-related attributes that increase the assigned risk score under expert-defined assumptions.
Sensing/interference activitySensing level and interference level x ˜ 8 , x ˜ 9 Represents sensing-related information and interference pressure as normalized benchmark indicators.
ResilienceResilience descriptor x ˜ 10 Represents persistence-related attributes that increase the assigned risk score under the benchmark rules.
Table 2. Correspondence between the controlled synthetic benchmark components and abstract assessment properties.
Table 2. Correspondence between the controlled synthetic benchmark components and abstract assessment properties.
Benchmark ComponentAssessment MotivationWhat Is RepresentedMain Simplification
Kinematic factors (distance, speed, approach angle, lateral acceleration)Response urgency and maneuvering complexityProximity, approach tendency, short-term maneuvering intensity, and time-sensitive prioritization cuesNo continuous trajectory propagation, environmental constraint, or adaptive motion policy is simulated.
Capability factors (operating range, capability intensity, precision index)Capability-related risk contributionNormalized capability descriptors under expert-defined assumptionsNo domain-specific effect, resource-use, or outcome model is included.
Sensing/interference factors (sensing level, interference level)Sensing and interference pressureSensing-related information and interference pressure as normalized benchmark indicatorsDetailed sensor-chain and interference processes are simplified to normalized indicators.
Resilience descriptorPersistence-related risk contributionRelative resilience represented as a normalized benchmark indicatorNo field-level degradation, recovery, or platform-level resilience simulation is performed.
Boundary uncertainty and feature degradationLabel ambiguity and sensing uncertaintyBoundary-proximal label noise, additive feature noise, and structured feature-group dropoutPerturbations are controlled stress tests, not a high-fidelity model of sensor latency, clutter, occlusion, or domain shift.
Table 3. Literature-level comparison of ordered-risk indicator coverage. ✓ denotes indicator categories explicitly used; ○ denotes partial or derived coverage; numbers in parentheses indicate the number of variables used in each indicator category.
Table 3. Literature-level comparison of ordered-risk indicator coverage. ✓ denotes indicator categories explicitly used; ○ denotes partial or derived coverage; numbers in parentheses indicate the number of variables used in each indicator category.
StudyKinem.Capab.Sens./Int.Resil.Features
Zhao et al. [29]9
Pires and Guimarães [17]4
Wu et al. [16]7
Yin et al. [36]4
Luo et al. [5]6
This work✓ (4)✓ (3)✓ (2)✓ (1)10
Table 4. Effective feature-level prior-weight allocation in the expert-rule-guided generator.
Table 4. Effective feature-level prior-weight allocation in the expert-rule-guided generator.
FeatureGroupEffective WeightRisk Score Term
DistanceKinematic state 0.1800 1 x ˜ 1
SpeedKinematic state 0.1575 x ˜ 2
Approach angleKinematic state 0.0675 1 x ˜ 3
Lateral accelerationKinematic state 0.0450 x ˜ 4
Operating rangeCapability descriptors 0.1600 x ˜ 5
Capability intensityCapability descriptors 0.1400 x ˜ 6
Precision indexCapability descriptors 0.1000 x ˜ 7
Sensing levelSensing/interference activity 0.0600 x ˜ 8
Interference levelSensing/interference activity 0.0400 x ˜ 9
Resilience descriptorResilience 0.0500 x ˜ 10
Table 5. TA-DE-ELM hyperparameters used in the finalized unified-budget main comparison.
Table 5. TA-DE-ELM hyperparameters used in the finalized unified-budget main comparison.
ItemValueRole
Population size P24Number of candidate vectors per generation.
Max generation T60Upper bound of optimization iterations.
ELM hidden size H128Representation capacity of ELM hidden layer.
F , C R 0.5442 , 0.9046 Exploration-stage mutation and crossover.
F refine , C R refine 0.2000 , 0.9700 Refinement-stage mutation and crossover.
Stage split ρ 0.3500 Refinement starts when ϕ t ρ .
Elite fraction 0.2985 Top candidates used for local refinement.
Refine probability 0.6500 Probability of elite local Gaussian refinement.
Refine sigma 0.0280 Local refinement scale factor.
Restart patience3Stall window before restart trigger.
Restart fraction 0.3000 Worst-candidate portion to reinitialize.
Validation regularization λ 0.01 Ridge penalty used in candidate scoring.
Validation perturbation repeats4Number of internal validation replicas used in TA-DE candidate scoring.
Feature-perturbation range [ 0.0229 , 0.1532 ] Small validation-only disturbance range used by the optimizer.
Group-missing range [ 0.0420 , 0.1240 ] Validation-only group-dropout range used by the optimizer.
Early-stop patience30Consecutive no-improvement generations for stop.
Early-stop tolerance 10 5 Improvement threshold for stall counting.
Table 6. Main performance comparison on the six-level risk dataset (mean ± std over five repeated runs under the finalized finite-budget protocol). The Oracle row reports the deterministic rule ceiling obtained by applying the noise-free scoring function directly as a classifier; it does not involve model training. The compared baselines follow the representative ELM and metaheuristic-optimized ELM literature [30,31,38,39,41,42,43,44]. Bold values denote the best learned-model results; ↓ indicates that lower values are better.
Table 6. Main performance comparison on the six-level risk dataset (mean ± std over five repeated runs under the finalized finite-budget protocol). The Oracle row reports the deterministic rule ceiling obtained by applying the noise-free scoring function directly as a classifier; it does not involve model training. The compared baselines follow the representative ELM and metaheuristic-optimized ELM literature [30,31,38,39,41,42,43,44]. Bold values denote the best learned-model results; ↓ indicates that lower values are better.
MethodAccuracyMacro-F1QWKOrdinal MAE ↓
Oracle (rule ceiling) 0.9934 0.9935 0.9989 0.0013
TA-DE-ELM (ours) 0.9404 ± 0.0084 0.9396 ± 0.0084 0.9899 ± 0.0014 0.0119 ± 0.0017
DE-ELM 0.9192 ± 0.0097 0.9180 ± 0.0097 0.9864 ± 0.0017 0.0162 ± 0.0019
PSO-ELM 0.8570 ± 0.0176 0.8536 ± 0.0177 0.9761 ± 0.0030 0.0286 ± 0.0035
GA-ELM 0.8543 ± 0.0173 0.8508 ± 0.0178 0.9757 ± 0.0029 0.0291 ± 0.0035
ELM 0.8397 ± 0.0077 0.8352 ± 0.0083 0.9733 ± 0.0013 0.0321 ± 0.0015
Table 7. Traditional scoring and ranking references on the same six-level risk benchmark (mean ± std over repeated runs). These methods provide non-ELM reference baselines in addition to the ELM-family comparison. Bold values denote the best results for the primary performance metrics; ↓ indicates that lower values are better.
Table 7. Traditional scoring and ranking references on the same six-level risk benchmark (mean ± std over repeated runs). These methods provide non-ELM reference baselines in addition to the ELM-family comparison. Bold values denote the best results for the primary performance metrics; ↓ indicates that lower values are better.
MethodAccuracyMacro-F1QWKOrdinal MAE ↓Severe Underest. ↓
TA-DE-ELM (ours) 0.9404 ± 0.0084 0.9396 ± 0.0084 0.9899 ± 0.0014 0.0119 ± 0.0017 0.0000 ± 0.0000
RF-GRA 0.9117 ± 0.0219 0.9068 ± 0.0241 0.9776 ± 0.0051 0.0177 ± 0.0044 0.0000 ± 0.0000
Entropy-GRA 0.9029 ± 0.0343 0.8879 ± 0.0330 0.9758 ± 0.0078 0.0194 ± 0.0069 0.0000 ± 0.0000
CRITIC-TOPSIS 0.5607 ± 0.0380 0.5935 ± 0.0566 0.8606 ± 0.0235 0.0958 ± 0.0124 0.0264 ± 0.0187
CRITIC-VIKOR 0.5320 ± 0.0298 0.5718 ± 0.0445 0.8315 ± 0.0207 0.1073 ± 0.0089 0.0627 ± 0.0123
Table 8. Ablation of the two-stage adaptive DE mechanisms under the finalized finite-budget protocol. The full-model row is identical to the TA-DE-ELM (ours) row in Table 6 for the shared metrics. ↓ indicates that lower values are better.
Table 8. Ablation of the two-stage adaptive DE mechanisms under the finalized finite-budget protocol. The full-model row is identical to the TA-DE-ELM (ours) row in Table 6 for the shared metrics. ↓ indicates that lower values are better.
VariantAccuracyMacro-F1QWKOrdinal MAE ↓ Δ Macro-F1
TA-DE-ELM (ours) 0.9404 ± 0.0084 0.9396 ± 0.0084 0.9899 ± 0.0014 0.0119 ± 0.0017 + 0.0000
w/o Refine 0.9351 ± 0.0097 0.9342 ± 0.0097 0.9890 ± 0.0017 0.0130 ± 0.0019 0.0053
w/o Restart 0.9285 ± 0.0170 0.9270 ± 0.0179 0.9879 ± 0.0029 0.0143 ± 0.0034 0.0126
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

Liu, X.; Wu, P.; Liu, C.; Yang, S.; Huang, F.; Bo, Y. Robust Ordered-Risk Assessment via Physics-Informed Synthetic Data Generation and TA-DE-ELM. Electronics 2026, 15, 4078. https://doi.org/10.3390/electronics15184078

AMA Style

Liu X, Wu P, Liu C, Yang S, Huang F, Bo Y. Robust Ordered-Risk Assessment via Physics-Informed Synthetic Data Generation and TA-DE-ELM. Electronics. 2026; 15(18):4078. https://doi.org/10.3390/electronics15184078

Chicago/Turabian Style

Liu, Xinan, Panlong Wu, Chunhao Liu, Siliang Yang, Fanjing Huang, and Yuming Bo. 2026. "Robust Ordered-Risk Assessment via Physics-Informed Synthetic Data Generation and TA-DE-ELM" Electronics 15, no. 18: 4078. https://doi.org/10.3390/electronics15184078

APA Style

Liu, X., Wu, P., Liu, C., Yang, S., Huang, F., & Bo, Y. (2026). Robust Ordered-Risk Assessment via Physics-Informed Synthetic Data Generation and TA-DE-ELM. Electronics, 15(18), 4078. https://doi.org/10.3390/electronics15184078

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