Next Article in Journal
Cyber Defense Effectiveness Evaluation for ICS Under Uncertainty: A Dynamic Bayesian Network Approach with Information Entropy
Next Article in Special Issue
Beyond Entropy: Organization as the Preservation of Structural Identity
Previous Article in Journal
Entropy Gap as a Measure of Epistemic Caution in Credal Sets Generated from Data
Previous Article in Special Issue
Nonparametric Tests for Exponentiality Against IFRA Alternatives Based on Cumulative Extropy Measures
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

ODE-BPA: A Novel Basic Probability Assignment Generation Method Based on OTSU and Deng Entropy

College of Information Science and Technology & Artificial Intelligence, Nanjing Forestry University, Nanjing 210037, China
*
Author to whom correspondence should be addressed.
Entropy 2026, 28(6), 634; https://doi.org/10.3390/e28060634
Submission received: 8 April 2026 / Revised: 29 May 2026 / Accepted: 1 June 2026 / Published: 3 June 2026
(This article belongs to the Special Issue Recent Progress in Uncertainty Measures)

Abstract

Constructing basic probability assignments (BPAs) objectively and adaptively remains an important issue in Dempster–Shafer theory. To reduce the uncertainty caused by rigid nested focal element structures, this paper proposes ODE-BPA, a BPA generation method based on OTSU and Deng entropy. In ODE-BPA, hypothesis support values are normalized and sorted into an ordered sequence. OTSU is then used to construct two non-overlapping focal elements, while Deng entropy regulates the confidence degree for mass allocation. Experiments are conducted on twenty-five benchmark datasets, including mapping-structure comparison, ablation analysis, comparisons with existing BPA generation methods and classical machine learning classifiers, as well as the robustness evaluation under noisy and conflicting evidence. Rigorous statistical analysis demonstrates that ODE-BPA achieves competitive accuracy and ranking among existing BPA generation methods; exhibits performance comparable to that of SVM, naive Bayes, and decision tree under standard settings; and alleviates the influence of local noise and conflicting evidence in certain cases.

1. Introduction

Dempster–Shafer (D-S) theory is a well-established framework for reasoning under uncertainty [1,2,3]. Unlike classical Bayesian probability, it allows belief to be assigned not only to single hypotheses but also to subsets of the frame of discernment. This property makes D-S theory particularly suitable for representing epistemic uncertainty and ignorance. As a result, it has been widely applied in pattern classification [4,5,6], multi-sensor information fusion [7,8,9], fault diagnosis [10,11,12], emergency management [13,14] and risk assessment [15,16]. To address increasingly complex information environments, recent studies have further extended the D-S framework through various novel paradigms, such as Random Permutation Set theory [17,18,19,20], Quantum Evidence Theory [21,22,23], D numbers [24,25] and Complex Evidence Theory [26].
The effectiveness of D-S theory in practical applications critically depends on the construction of BPAs, because BPAs directly determine how uncertainty is quantified and propagated in evidential reasoning. In practice, BPA generation is often closely related to specific application scenarios and the characteristics of available data sources. Depending on the nature of the information, traditional generation methods are often subjective in nature and rely on domain experts to allocate belief masses. Although effective in some contexts, such approaches inevitably introduce human bias. To alleviate this limitation, researchers have explored scene- or model-based approaches that employ structural tools, such as confusion matrices [27,28,29] and fuzzy clustering [30,31,32], to construct BPAs. To further improve objectivity and adaptability, many studies have proposed data-sample-based methods. These data-driven approaches typically generate probability density functions or extract distribution characteristics directly from training samples. They usually employ either specific models, such as Gaussian distributions [33,34], or non-parametric estimation techniques [35,36,37]. By mining the intrinsic statistical properties of the data, these methods provide a rigorous and objective foundation for uncertainty modeling.
Notably, when transforming such continuous probability models into basic belief assignments, many data-sample-based methods adopt a nested mapping strategy [33,38,39]. A representative example is the Gaussian nested mapping method proposed by Xu et al. [33]. This method constructs class-conditional Gaussian distribution models from training data and evaluates a test sample by calculating its support degrees for different classes. These support degrees are then sorted in descending order and cumulatively assigned to focal elements, such as C 1 , C 1 , C 2 , , Θ , where Θ denotes the frame of discernment, i.e., the set of all candidate hypotheses. In this way, lower-ranked hypotheses are not assigned to independent focal elements. Instead, they are absorbed into supersets that already contain higher-ranked hypotheses, which results in a nested BPA structure. This framework has been widely adopted and has inspired several extensions. For example, Xu et al. [35] replaced Gaussian models with non-parametric probability density functions while retaining the nested structure. Fu et al. [40] further introduced a method based on normal membership functions to better characterize data boundaries. Despite these developments, most existing methods still rely on a strictly nested focal element structure.
However, the Gaussian nested mapping strategy still suffers from some limitations. Once the BPA is constrained to a nested focal element configuration, strong support for the leading hypothesis cannot be maintained independently throughout the assignment process, but is instead progressively propagated into larger supersets containing lower-ranked alternatives. This effect becomes particularly problematic in conflicting environments. Consider a classification problem with three hypotheses, A, B, and C, where A receives much stronger support than B and C. A nested mapping method typically generates focal elements such as { A } , { A , B } , and  { A , B , C } . In this case, the dominant hypothesis A is repeatedly grouped with weaker or even conflicting hypotheses in subsequent focal elements. Consequently, the discriminative role of the strongest evidence may be weakened, and excessive belief mass may be allocated to the universal set { A , B , C } . As a result, the induced BPA may become less informative for subsequent evidential reasoning and classification.
To address the above limitations, this paper proposes a novel BPA generation method based on OTSU and Deng Entropy, termed ODE-BPA. The proposed method combines OTSU [41] with Deng entropy [42] to construct focal elements and allocate belief masses in a more adaptive manner. Unlike nested mapping methods, OTSU does not force the hypotheses into a chain of inclusive subsets. Instead, it identifies an objective partition by maximizing the between-group variance of the ordered support degrees. In this way, hypotheses with relatively strong support can be grouped into one subset, whereas those with weaker support are assigned to another subset. The resulting focal elements are therefore distinct and non-overlapping, rather than successively embedded into one another. Based on this partition, the support degrees within each group are aggregated to form preliminary mass values, after which Deng entropy is introduced to quantify the uncertainty of the resulting focal element structure. Since Deng entropy takes into account not only the distribution of masses but also the cardinalities of focal elements, it can characterize both the discord among hypotheses and the non-specificity of subsets [43]. In this manner, ODE-BPA uses OTSU to construct a data-driven grouping structure and employs Deng entropy to regulate how confidently the grouped evidence should be represented in the final BPA.
The main contributions of this work are threefold. First, OTSU is introduced for focal element construction, thereby alleviating the structural rigidity imposed by conventional nested BPA generation schemes. Second, an uncertainty-aware mass allocation strategy is developed, in which the confidence coefficient is determined by the relationship between the Deng entropy and the maximum Deng entropy. Third, extensive experiments are conducted on twenty-five benchmark datasets, including internal ablation analysis, comparisons with existing BPA generation methods, comparisons with classical machine learning classifiers, and robustness evaluations under noisy and conflicting evidence. The results show that the proposed ODE-BPA method performs competitively among existing BPA generation methods. In comparison with classical machine learning classifiers, it provides a statistically comparable evidential classification alternative to SVM, naive Bayes, and decision tree under standard settings, rather than showing clear superiority over all classifiers.
The remainder of this paper is organized as follows. Section 2 reviews the basic principles of D-S theory, Deng entropy, and OTSU. Section 3 presents the mathematical formulation of the proposed ODE-BPA method. Section 4 provides a numerical illustration. Section 5 reports the experimental results on benchmark datasets. Finally, Section 6 concludes the paper.

2. Preliminaries

This section reviews the theoretical background of the proposed method. It introduces the basic concepts of D-S theory, Deng entropy, and OTSU.

2.1. D-S Theory

Uncertainty is a fundamental issue in real-world reasoning and decision-making [44,45,46]. Dempster–Shafer (D-S) theory, as introduced by Dempster and then developed by Shafer, has emerged as a rigorous mathematical framework by generalizing the classic probability theory [47,48]. To facilitate the subsequent presentation of the proposed method, the basic concepts of D-S theory are briefly reviewed below.
Let Θ = { θ 1 , θ 2 , , θ n } denote a finite set of mutually exclusive and collectively exhaustive hypotheses, called the frame of discernment. Its power set 2 Θ consists of all subsets of Θ . A basic probability assignment (BPA), also called a mass function m, is a mapping m : 2 Θ [ 0 , 1 ] satisfying the following conditions [49,50]:
m ( ) = 0 , A Θ m ( A ) = 1 .
Here, m ( A ) denotes the belief assigned exactly to proposition A. A subset A is called a focal element if m ( A ) > 0 . When two independent bodies of evidence are defined on the same frame of discernment Θ , they can be combined by Dempster’s rule of combination. For two mass functions m 1 and m 2 , their orthogonal sum m = m 1 m 2 is given by [49,50]:
m ( A ) = 1 1 K B C = A m 1 ( B ) m 2 ( C ) , A ,
where the normalization factor K is defined as [49,50]:
K = B C = m 1 ( B ) m 2 ( C ) .
The quantity K is called the conflict coefficient, measuring the degree of inconsistency between pieces of evidence.
After evidence combination, a decision-making rule is usually required to select the final hypothesis. In this paper, the pignistic probability transformation (PPT), proposed by Smets and Kennes within the transferable belief model, is adopted to convert a BPA into a probability distribution for decision making [51]. The basic idea of PPT is to redistribute the mass assigned to each non-singleton focal element equally among the singleton hypotheses contained in that focal element. For any singleton hypothesis θ i Θ , its pignistic probability is defined as [51]
B e t P ( θ i ) = A Θ θ i A m ( A ) | A | ,
where | A | denotes the cardinality of focal element A. Since m ( ) = 0 is maintained in the standard D-S framework considered in this paper, no additional normalization term is needed. The final decision is then made by selecting the hypothesis with the largest pignistic probability, namely
θ = arg max θ i Θ B e t P ( θ i ) .
This transformation provides a convenient bridge between belief assignment and probabilistic decision making, and is therefore used in the experimental classification stage of this study.

2.2. Deng Entropy

As a fundamental physical concept, entropy has been widely adopted for uncertainty quantification [52,53,54,55,56]. However, within evidence theory, uncertainty exhibits a more intricate structure, involving both nonspecificity and discord. To characterize this multifaceted evidential uncertainty, Deng entropy has been proposed for basic probability assignments [42]. This measure represents an important attempt to quantify uncertainty in evidence theory and has subsequently attracted significant research attention. Existing studies have investigated its theoretical properties and practical applications, including the linear characteristic [57], the physical interpretation from the perspective of information coding [58], and a variety of application models developed based on Deng entropy [59].
For a mass function m defined on a frame of discernment Θ , Deng entropy H d is defined as [42]:
H d = A Θ m ( A ) log 2 m ( A ) 2 | A | 1 ,
where | A | denotes the cardinality of subset A. Compared with Shannon entropy, which is defined over singleton hypotheses, Deng entropy introduces the term ( 2 | A | 1 ) to account for the additional uncertainty associated with multi-element focal elements. When all focal elements are singletons, Deng entropy reduces to Shannon entropy.
For a fixed focal element set F , Kang and Deng [60] derived the maximum Deng entropy, which occurs when the mass assignment satisfies m ( A ) ( 2 | A | 1 ) for each A F . Under this condition, the maximum Deng entropy H max is given by [60]:
H max = log 2 A F ( 2 | A | 1 ) .
The value H max provides a structure-dependent upper bound for Deng entropy under a given focal element configuration.

2.3. OTSU

OTSU [41] is a classical nonparametric threshold selection method originally developed for image segmentation. Its basic idea is to determine a threshold that maximizes the between-class variance. In this way, the data can be divided into two groups with the greatest statistical separation, without requiring manual parameter tuning.
Assume that a dataset is divided by a candidate threshold t into two classes, denoted by C 1 and C 2 . Let ω 1 ( t ) and ω 2 ( t ) denote the proportions of the two classes, with ω 1 ( t ) + ω 2 ( t ) = 1 . Let μ 1 ( t ) and μ 2 ( t ) denote their corresponding mean values. The between-class variance is defined as [41]
σ B 2 ( t ) = ω 1 ( t ) ω 2 ( t ) μ 1 ( t ) μ 2 ( t ) 2 .
The optimal threshold t is obtained by maximizing the between-class variance:
t = arg max t σ B 2 ( t ) .
Because OTSU is fully data-driven and does not rely on manually specified thresholds, its variance-maximization principle can be extended beyond image processing. In this work, OTSU is used to partition an ordered evidential sequence. This produces an automatic and objective grouping of hypotheses, which serves as the structural basis for focal element construction in the proposed BPA generation method.

3. The Proposed ODE-BPA Method

To address the limitations inherent in conventional BPA construction techniques—particularly the structural rigidity imposed by nested mapping schemes—this paper introduces a novel evidential modeling approach termed ODE-BPA, which seamlessly integrates the OTSU algorithm with Deng entropy. This method is designed to adaptively construct focal elements based on the relative support patterns of hypotheses, and to subsequently regulate belief mass allocation guided by the uncertainty of the induced evidential structure. The proposed framework encompasses four primary stages: evidential support modeling, focal element construction, uncertainty quantification, and confidence-based mass assignment. The overall architecture is depicted in Figure 1.

3.1. Evidential Support Modeling

Consider a classification problem defined on a frame of discernment
Θ = { θ 1 , θ 2 , , θ n }
within the D-S theory framework. For a given feature f of an input sample x, the support degree associated with hypothesis θ j is estimated by the Gaussian probability density function [33]
p j = 1 2 π σ j , f exp ( x f μ j , f ) 2 2 σ j , f 2
where μ j , f and σ j , f denote the mean and standard deviation of the f-th feature under class θ j , respectively, estimated from the training data. The Gaussian density is employed herein as a pragmatic statistical model for continuous features, yielding an initial measure of relative support for each hypothesis.
It is crucial to note that the ODE-BPA framework is not strictly bound to this specific distributional assumption. The Gaussian model merely serves to initialize the support representation. The core of the proposed method operates on the ordered rank-support patterns derived from these initial values.
The resulting support vector is written as
P = [ p 1 , p 2 , , p n ] .
To obtain a normalized evidential representation, the support values are transformed as
p ˜ j = p j t = 1 n p t , j = 1 , 2 , , n .
This normalization yields the support distribution
P ˜ = [ p ˜ 1 , p ˜ 2 , , p ˜ n ] .
Sorting the normalized support values in descending order gives the ordered evidential sequence
S = [ s 1 , s 2 , , s n ] , s 1 s 2 s n .
The corresponding hypotheses are rearranged accordingly as
Θ S = { θ ( 1 ) , θ ( 2 ) , , θ ( n ) } .

3.2. Focal Element Construction via OTSU

To construct focal elements from the ordered evidential sequence S, the one-dimensional OTSU algorithm is utilized. For a candidate split index i ( 1 i n 1 ), the sequence is partitioned into two groups
High-Confidence Group = { s 1 , , s i } , Low-Confidence Group = { s i + 1 , , s n } .
The corresponding proportions are
ω 1 = i n , ω 2 = n i n .
The between-group variance associated with split index i is defined as
σ B 2 ( i ) = ω 1 ω 2 ( μ 1 μ 2 ) 2
where
μ 1 = 1 i t = 1 i s t , μ 2 = 1 n i t = i + 1 n s t .
The optimal split index is then uniquely determined by maximizing the between-group variance:
i = arg max 1 i n 1 σ B 2 ( i ) .
Accordingly, the reordered hypotheses are partitioned into two distinct focal elements
F 1 = { θ ( 1 ) , , θ ( i ) } , F 2 = { θ ( i + 1 ) , , θ ( n ) } .
In stark contrast to conventional nested mapping paradigms, this formulation does not coerce hypotheses into a rigid chain of inclusive subsets. Instead, it dynamically derives two mutually exclusive focal elements directly from the rank-ordered evidential support, thereby facilitating a highly adaptive focal element architecture.

3.3. Uncertainty Quantification via Deng Entropy

Once the focal elements are determined, the preliminary masses associated with them are obtained by aggregating the support values within each corresponding group:
m 1 = t = 1 i s t , m 2 = t = i + 1 n s t .
Their respective cardinalities are
C 1 = | F 1 | = i , C 2 = | F 2 | = n i .
The uncertainty inherent in the induced focal element structure is then quantified utilizing Deng entropy:
H d = m 1 log 2 m 1 2 C 1 1 m 2 log 2 m 2 2 C 2 1 .
To normalize this uncertainty measure, the corresponding maximum Deng entropy is introduced:
H max = log 2 ( 2 C 1 1 ) + ( 2 C 2 1 ) .
Here, H d quantifies the empirical uncertainty inherent in the derived two-focal-element structure, while H max establishes its theoretical upper bound given the same cardinality configuration. The ratio between these two metrics serves as a critical regulator for determining the confidence level in the subsequent mass assignment phase.

3.4. BPA Construction via Confidence-Based Mass Assignment

Drawing upon the relationship between the empirical uncertainty H d and its theoretical maximum H max , a confidence coefficient α is formulated as:
α = 1 H d H max .
This coefficient acts as a direct proxy for the reliability of the constructed focal element structure. A lower uncertainty yields a higher α , indicating that a greater proportion of the belief mass should be committed to the derived focal elements. Conversely, elevated uncertainty results in a diminished α , thereby reserving more mass for the global frame of discernment Θ to adequately capture residual ignorance.
Consequently, the final BPA is generated as follows:
m ( A ) = α m 1 , A = F 1 , α m 2 , A = F 2 , 1 α , A = Θ ,
where m ( Θ ) denotes the uncommitted belief allocated to the frame of discernment. Through this mechanism, the ODE-BPA method formalizes a comprehensive basic probability assignment, synergizing data-driven focal element derivation with entropy-regulated confidence calibration. The complete algorithmic procedure is summarized in Algorithm 1.
Algorithm 1 The Proposed ODE-BPA Method
Require: Feature value x f of an input sample;
  Frame of discernment Θ = { θ 1 , θ 2 , , θ n } ;
  Mean μ j , f and standard deviation σ j , f for j = 1 , , n .
Ensure: Basic Probability Assignment m ( · ) .
 1:
/* Stage 1: Evidential Support Modeling */
 2:
Compute initial support vector P = [ p 1 , , p n ] using Equation (10)
 3:
Normalize P to obtain P ˜ = [ p ˜ 1 , , p ˜ n ] (Equation (11))
 4:
Sort P ˜ in descending order to get sequence S and reordered hypotheses Θ S
 5:
/* Stage 2: Focal Element Construction via OTSU */
 6:
for  i = 1  to  n 1  do
 7:
  Compute between-group variance σ B 2 ( i ) (Equation (12))
 8:
end for
 9:
Select optimal split i = arg max i σ B 2 ( i ) (Equation (13))
 10:
Partition Θ S into F 1 = { θ ( 1 ) , , θ ( i ) } , F 2 = { θ ( i + 1 ) , , θ ( n ) }
 11:
/* Stage 3: Uncertainty Quantification via Deng Entropy */
 12:
Aggregate preliminary masses: m 1 = t = 1 i s t , m 2 = t = i + 1 n s t
 13:
Compute empirical Deng entropy H d (Equation (14)) and maximum Deng entropy H max (Equation (15))
 14:
Calculate confidence coefficient α = 1 H d / H max
 15:
/* Stage 4: Mass Assignment */
 16:
Assign belief masses:
m ( F 1 ) = α · m 1 , m ( F 2 ) = α · m 2 , m ( Θ ) = 1 α
 17:
return  m ( · )

3.5. Computational Complexity Analysis

To evaluate the computational efficiency of the proposed ODE-BPA method, let n denote the number of hypotheses in the frame of discernment Θ . The algorithmic runtime is determined by its four main stages: (1) Evidential Support Modelingrequires O ( n ) time to compute and normalize the probabilities. (2) Sorting Operation takes O ( n log n ) time to reorder the sequence. (3) OTSU Partition can be strictly executed in O ( n ) time rather than the naive O ( n 2 ) ; by maintaining cumulative sums of weights and means, the variance update at each candidate split is performed in O ( 1 ) time. (4) Uncertainty Quantification and Mass Assignment involve only constant-time scalar arithmetic, thus running in O ( 1 ) time.
Consequently, the overall time complexity of ODE-BPA is exclusively bounded by the sorting stage at O ( n log n ) . Given that the cardinality n is generally small in standard classification tasks, the proposed method guarantees high computational efficiency and practical scalability.

4. Numerical Example

To illustrate the proposed ODE-BPA method more clearly and compare it with the existing method, numerical examples are provided under both a general case and a special highly uncertain case.
Assume the frame of discernment is Θ = { θ 1 , θ 2 , θ 3 , θ 4 } and the initial support vector associated with a target sample is given by
P = [ 0.195 , 0.104 , 0.936 , 0.065 ] .
It can be seen that the elements of P are neither normalized nor ordered. Therefore, the first step of ODE-BPA is to normalize the raw support values. Since j = 1 4 p j = 1.3 , the normalized support distribution is obtained as
P ˜ = [ 0.15 , 0.08 , 0.72 , 0.05 ] .
Next, the normalized support values are sorted in descending order, yields the ordered evidential sequence
S = [ 0.72 , 0.15 , 0.08 , 0.05 ] .
Accordingly, the associated hypotheses are reordered as
Θ S = { θ 3 , θ 1 , θ 2 , θ 4 } ,
meaning θ ( 1 ) = θ 3 , θ ( 2 ) = θ 1 , θ ( 3 ) = θ 2 , and θ ( 4 ) = θ 4 .
According to the OTSU partitioning strategy, the candidate split indices are i { 1 , 2 , 3 } . The corresponding between-group variances are computed as
σ B 2 ( 1 ) 0.0737 , σ B 2 ( 2 ) 0.0342 , σ B 2 ( 3 ) 0.0134 .
As shown in Figure 2, the maximum variance is attained at i = 1 . The reordered hypotheses are thus partitioned into two focal elements:
F 1 = { θ ( 1 ) } = { θ 3 } , F 2 = { θ ( 2 ) , θ ( 3 ) , θ ( 4 ) } = { θ 1 , θ 2 , θ 4 } .
The corresponding aggregated masses and cardinalities are m 1 = 0.72 ,   C 1 = 1 and m 2 = 0.28 ,   C 2 = 3 .
Based on these two focal elements, the Deng entropy of the induced evidential structure is calculated as H d = 1.641 . Under the same cardinality configuration, the maximum Deng entropy is H max = 3.000 . The confidence coefficient is given by
α = 1 H d H max = 0.453 .
Finally, the BPA generated by ODE-BPA is
m ( { θ 3 } ) = 0.3262 , m ( { θ 1 , θ 2 , θ 4 } ) = 0.1268 , m ( Θ ) = 0.5470 .
For comparison, we apply Xu’s method [33] to the same initial vector P, treating it as the normal distribution intersection values. Sorted in descending order, the values are w 1 = 0.936 , w 2 = 0.195 , w 3 = 0.104 , and w 4 = 0.065 , associated with θ 3 , θ 1 , θ 2 , and θ 4 , respectively. According to Xu’s rule, the nested BPA before normalization is assigned as
m ( { θ 3 } ) = 0.936 , m ( { θ 3 , θ 1 } ) = 0.195 ,
m ( { θ 3 , θ 1 , θ 2 } ) = 0.104 , m ( Θ ) = 0.065 .
After dividing by the sum 1.3 , Xu’s final BPA is
m X u ( { θ 3 } ) = 0.7200 , m X u ( { θ 3 , θ 1 } ) = 0.1500 , m X u ( { θ 3 , θ 1 , θ 2 } ) = 0.0800 , m X u ( Θ ) = 0.0500 .
To directly compare the uncertainty characteristics of the two BPA generation strategies, Table 1 reports the generated BPA structures together with their entropy. As shown in Table 1, the traditional nested mapping method generates several nested focal elements containing the dominant hypothesis θ 3 . In contrast, ODE-BPA keeps θ 3 as an independent singleton focal element and places the remaining hypotheses into a separate non-overlapping focal element. This leads to a lower Deng entropy of the focal structure, indicating a more compact representation of the dominant evidence. It is also noted that ODE-BPA assigns a larger mass to Θ . This does not mean that the dominant evidence is weakened. Instead, it reflects the Deng-entropy-based confidence regulation mechanism, which transfers uncertain residual belief to global ignorance rather than forcing it into nested focal elements. Therefore, the proposed method provides a more cautious and structurally interpretable BPA while preserving the dominant hypothesis.

5. Experimental Validations

To comprehensively evaluate the classification performance, stability, and robustness of the proposed ODE-BPA method, and to ensure high statistical reliability as recommended for multiple classifier comparisons [61], extensive experiments are conducted on twenty-five benchmark datasets. These datasets include Cryotherapy, Immunotherapy, Acute Inflammations, Divorce, Planning, Fire, Haberman, Vertebral Column (2C), Mesothelioma, Voting, Wholesale Customers, Early Diabetes, Monk1, WDBC, Australian, Blood Transfusion, Fourclass, Raisin, Banknote, Lenses, Iris, Wine, Seeds, Soybean, and Knowledge. All of these datasets are obtained from the UCI Machine Learning Repository. The Fire dataset is derived from the Algerian forest fires dataset, where the region attribute is removed during preprocessing. Therefore, the remaining attributes are used for classification. For the other datasets, no prior data preprocessing is performed. The basic information of the datasets used in the experiments is summarized in Table 2. These datasets cover different numbers of samples, features, and classes, which provides a diverse experimental environment for evaluating the effectiveness of different BPA generation methods.
To reduce the influence of random data partitioning and obtain statistically reliable results, all experiments are independently repeated 100 times. In each independent run, a stratified five-fold cross-validation strategy is adopted. The classification accuracy is first averaged over the folds in each run, and the final mean accuracy and standard deviation are then calculated over 100 independent runs. Since one class in the Lenses dataset contains only four samples, four-fold cross-validation is used for this dataset instead of five-fold cross-validation to ensure that each fold contains valid class information.
The experimental validation is organized into six parts: comparison with the Gaussian nested mapping method of Xu et al. [33], internal ablation analysis, comparison with existing BPA generation methods, comparison with classical machine learning classifiers, robustness evaluation, and discussion of the experimental results. In the ablation study, four variants, namely Gaussian + Deng entropy, Gaussian + RB divergence, OTSU + RB divergence, and OTSU + Deng entropy, are compared to examine the effects of the OTSU-based grouping structure and the Deng-entropy-based confidence regulation mechanism.

5.1. Comparison with the Gaussian Nested Mapping Structure

To examine the feasibility of the proposed OTSU-based grouping mapping structure, a comparative experiment is conducted against the classical Gaussian nested mapping method proposed by Xu et al. [33]. In this experiment, the two methods use the same initial Gaussian support modeling strategy. The main difference lies in the focal element construction mechanism. The Gaussian nested mapping method constructs nested focal elements according to the descending order of support values, whereas the OTSU-based method partitions the ordered support sequence into two non-overlapping focal elements. Other experimental settings, including the evidence fusion rule and decision-making procedure, are kept the same for a fair comparison.
Table 3 reports the average classification accuracy of the two mapping structures. As shown in Table 3, the OTSU grouping mapping structure obtains higher accuracy on four of the five datasets, with a clear improvement on Haberman. However, the Gaussian nested mapping structure performs better on Wine, indicating that the advantage of OTSU grouping is dataset-dependent. These results suggest that OTSU grouping can serve as a feasible alternative to nested focal element construction. By partitioning the ordered support values into non-overlapping groups, it may reduce unnecessary uncertainty introduced by repeated nesting in some cases.

5.2. Internal Ablation Study on BPA Generation and Uncertainty Quantification

To examine the effects of the main components in the proposed framework, an internal ablation study is conducted. Four BPA generation variants are compared, namely Gaussian + Deng Ent, Gaussian + Reinforced Belief Divergence (RB divergence [62]), OTSU + RB divergence, and ODE-BPA. In this comparison, ODE-BPA corresponds to the combination of OTSU-based grouping mapping and Deng-entropy-based confidence regulation. The results are reported in Table 4.
As shown in Table 4, ODE-BPA obtains the highest accuracy on 17 of the twenty-five datasets. On the remaining datasets, ODE-BPA still shows comparable performance. For example, on Voting, the difference between ODE-BPA and the best-performing method is small. However, on Wine, OTSU + RB divergence achieves a higher accuracy than ODE-BPA. This indicates that while the proposed combination is generally effective, its performance can vary depending on the data distribution. Table 5 further summarizes the average metrics for each method. ODE-BPA achieves the highest average accuracy (85.49%) and the best average rank (1.70), along with the lowest average standard deviation (4.03%).
To assess the statistical significance of these results, the Friedman test and Iman–Davenport correction are applied. Both tests clearly reject the null hypothesis ( F F = 7.289 , p < 0.001 ), indicating significant differences among the compared methods. Subsequently, post hoc Wilcoxon signed-rank tests with Holm correction are performed using ODE-BPA as the control method. In this analysis, Rank Difference measures the gap in average ranks between ODE-BPA and the compared variant; the Raw p-value represents the direct significance level from the Wilcoxon test; and the Holm-adjusted p-value provides a conservative estimate by controlling the family-wise error rate in multiple comparisons. The results are summarized in Table 6.
As shown in Table 6, all Holm-adjusted p-values remain below 0.05, indicating that the observed differences in performance are statistically significant. These results suggest that the integration of OTSU grouping and Deng-entropy-based regulation consistently contributes to the classification performance, although the final effectiveness is still influenced by dataset-specific characteristics.

5.3. Comparison with Existing BPA Generation Methods

To further evaluate the effectiveness of the proposed method, ODE-BPA is compared with several existing BPA generation methods. The compared methods include Wang’s Gaussian-BPA [34], Xu’s Gaussian-BPA [33], Jiang’s FuzzyEnv-BPA [39], Li’s RBFN-BPA [63], and Kang’s Interval-BPA [38]. Among them, Wang’s Gaussian-BPA and Xu’s Gaussian-BPA are both based on Gaussian distribution modeling, while they differ in the specific BPA mapping mechanism. Jiang’s FuzzyEnv-BPA constructs BPAs under a fuzzy environment. Li’s RBFN-BPA determines basic belief assignments using a radial basis function network. Kang’s Interval-BPA generates BPAs based on interval numbers, where its support coefficient is set to α = 5 . The classification results over 100 independent runs are shown in Table 7.
As shown in Table 7, ODE-BPA yields the highest mean accuracy on 13 of the 25 datasets, demonstrating competitive performance across diverse classification scenarios. However, its effectiveness is not universally superior. For instance, Wang’s Gaussian-BPA performs better on Fire and Early Diabetes, Xu’s Gaussian-BPA achieves better results on Acute Inflammations and Wine, while Li’s RBFN-BPA and Kang’s Interval-BPA stand out on Planning and Immunotherapy, respectively. This suggests that the performance of these BPA generation methods remains highly sensitive to the inherent data distribution and feature characteristics of different tasks.
To summarize the overall performance, Table 8 reports the mean accuracy, standard deviation across datasets, average rank, and best-performing count of each method. As presented in Table 8, ODE-BPA ranks first in both average accuracy (85.51%) and average rank (1.84) among the six methods. It is worth noting that the gap in mean accuracy between ODE-BPA and Wang’s Gaussian-BPA is narrow, although ODE-BPA achieves a slightly better average rank and a higher best count.
To rigorously examine whether the differences among the compared methods are statistically meaningful, the Friedman test with Iman–Davenport correction is conducted. The test yields F F = 23.73 with a p-value of 1.11 × 10 16 ( p < 0.05 ), completely rejecting the null hypothesis of equivalent performance among the six BPA generation methods. Given this overall significance, post hoc Wilcoxon signed-rank tests with Holm correction are performed by taking ODE-BPA as the reference method. The statistical comparisons are reported in Table 9.
As reported in Table 9, the Holm-adjusted p-values for the comparisons between ODE-BPA and Kang’s Interval-BPA, Li’s RBFN-BPA, Jiang’s FuzzyEnv-BPA, and Xu’s Gaussian-BPA all remain below the 0.05 threshold. This indicates that ODE-BPA provides a statistically significant improvement over these four methods. However, the statistical comparison between ODE-BPA and Wang’s Gaussian-BPA yields an adjusted p-value of 0.3643. This reveals that, despite having a better average rank, ODE-BPA does not demonstrate a statistically significant advantage over Wang’s Gaussian-BPA across the evaluated datasets.
In summary, while ODE-BPA serves as a highly robust and competitive alternative for BPA generation, its practical advantage over state-of-the-art Gaussian distribution models is incremental and fundamentally dependent on the specific characteristics of the data.

5.4. Comparison with Classical Machine Learning Classifiers

To evaluate the proposed method from a broader classification perspective, ODE-BPA is compared with four classical machine learning classifiers, namely K-nearest neighbors (KNN), support vector machine (SVM), decision tree, and naive Bayes. These classifiers are implemented using standard settings in MATLAB R2025a. Specifically, KNN uses five nearest neighbors with feature standardization, SVM employs a Gaussian kernel under the ECOC framework, the decision tree uses the default CART algorithm, and naive Bayes applies the default distribution setting. When the default naive Bayes model encounters numerical issues, kernel density estimation is used as a fallback.
The comparison is conducted on twenty-five benchmark datasets. The same repeated cross-validation protocol is adopted, and the mean classification accuracy and standard deviation are reported in Table 10.
As shown in Table 10, ODE-BPA obtains the best accuracy on Iris, Haberman, and Lenses, and ties for the best result on Mesothelioma and Blood Transfusion. On several datasets, such as Voting, Divorce, and Fire, its accuracy is close to the leading classical classifier. However, classical machine learning methods perform better on some other datasets. For example, SVM performs strongly on Planning, Monk1, Vertebral Column, and Banknote, while the decision tree achieves high accuracy on Voting, Fire, Knowledge, and Early Diabetes. These results indicate that ODE-BPA does not universally outperform classical classifiers, but it remains competitive on several datasets. To summarize the overall performance, Table 11 reports the mean accuracy, the standard deviation of accuracy across datasets, the average rank, and the number of datasets on which each method achieves thebest result.
As shown in Table 11, the decision tree achieves the highest mean accuracy and the largest best count, while KNN obtains the best average rank. ODE-BPA ranks fourth among the five compared methods. Its average rank is close to that of SVM and better than that of naive Bayes. In terms of best count, ODE-BPA achieves or ties for the best result on five datasets. This suggests that ODE-BPA provides comparable, but not dominant, performance when compared with classical machine learning classifiers under standard settings. To examine whether the observed rank differences are statistically meaningful, the Friedman test and the Iman–Davenport correction are conducted. The Friedman test yields χ F 2 = 5.624 and a p-value of 0.229 . The Iman–Davenport correction further gives F F = 1.430 and a p-value of 0.230 . Since both p-values are larger than 0.05 , the null hypothesis of equivalent average ranks cannot be rejected at the 0.05 significance level. This indicates that the performance differences among the five classifiers are not statistically significant over the tested datasets. For completeness, a rank-based Holm post hoc procedure is also performed using ODE-BPA as the reference method. The rank difference is computed as the average rank of the compared method minus the average rank of ODE-BPA. The results are reported in Table 12.
As shown in Table 12, none of the Holm-adjusted p-values is below 0.05. Therefore, no statistically significant pairwise rank difference is observed between ODE-BPA and the selected classical classifiers. In terms of average rank, ODE-BPA is numerically lower than KNN, but the corresponding Holm-adjusted p-value is 0.663 , indicating that this difference is not statistically significant. Meanwhile, ODE-BPA shows similar rank performance to SVM, naive Bayes, and decision, with Holm-adjusted p-values of 1.000 in all comparisons. These results indicate that ODE-BPA can achieve classification performance comparable to some classical classifiers while retaining the interpretability and uncertainty modeling capability of the D–S theory framework. Nevertheless, its relative performance remains dependent on the data distribution and feature characteristics of each dataset.

5.5. Robustness Evaluation Under Noise and Conflicting Evidence

To further examine the behavior of ODE-BPA under disturbed conditions, a robustness evaluation is conducted on the Haberman and Iris datasets. In this experiment, both feature noise and conflicting evidence are introduced into the test samples. The Gaussian-based BPA generation method is used as the baseline, and ODE-BPA is evaluated under different noise levels.
For each test sample, Gaussian noise is added to the feature values according to
x j = x j + σ · s j · ϵ ,
where x j is the original value of the j-th feature, s j is the standard deviation of this feature in the training set, and ϵ follows the standard normal distribution. The noise levels are set to σ = 0 , 0.05 , 0.10 , 0.15 , and 0.20 .
Conflicting evidence is then injected into one selected feature at a time. For each target feature, a certain proportion of test samples is randomly selected according to the conflict ratio. The conflict ratio varies from 0% to 100%, with an interval of 10%. For these selected samples, the original noisy support vector A n is mixed with an artificially generated conflicting support vector A c :
A f = ( 1 λ ) A n + λ A c
where λ = 0.50 in this experiment. Thus, the noisy evidence and conflicting evidence are assigned equal weights. The conflicting support vector is designed to assign larger support to incorrect classes, thereby creating misleading local evidence.
The disturbance is applied separately to each feature, and each subfigure reports the result when one specific feature is disturbed. For clarity, the Gaussian baseline is shown under the moderate noise level σ = 0.10 , while ODE-BPA is shown under all tested noise levels.
The results on the Haberman dataset are shown in Figure 3. Since Haberman contains three features, three subfigures are presented. Each subfigure corresponds to the case where one specific feature is disturbed by conflicting evidence.
As shown in Figure 3, the accuracy generally decreases as the conflict ratio increases, indicating that the injected conflicting evidence affects the fusion result. For Feature 1 and Feature 2, ODE-BPA usually performs better than the Gaussian baseline, especially under higher conflict ratios. However, when Feature 3 is disturbed, the accuracy of ODE-BPA drops rapidly. This suggests that the robustness of ODE-BPA is related to the importance of the disturbed feature.
The results on the Iris dataset are shown in Figure 4. Since Iris contains four features, four subfigures are presented. The same disturbance mechanism is applied to each feature separately.
As shown in Figure 4, ODE-BPA shows better resistance to conflict when Feature 1 or Feature 2 is disturbed. In contrast, when Feature 3 or Feature 4 is disturbed, its accuracy decreases as the conflict ratio increases. This may be because these two features contain more discriminative information for the Iris dataset. Therefore, the robustness of ODE-BPA is not only affected by the conflict ratio, but also by the discriminative role of the disturbed feature.
To provide a broader view of the robustness across different data distributions, Table 13 summarizes the accuracy of both the Gaussian baseline and ODE-BPA on seven datasets. This comparison is conducted under a moderate noise level ( σ = 0.10 ) when the first feature is disturbed by varying proportions of conflicted test samples.
Table 13 provides a cross-dataset comparison under a fixed moderate noise level, i.e., σ = 0.10 . Unlike Figure 3 and Figure 4, which show the joint influence of different noise levels and conflict ratios, this table focuses on the effect of increasing conflict when moderate Gaussian noise is present. ODE-BPA consistently outperforms the Gaussian baseline on Haberman and Lenses, and shows better performance under higher conflict ratios on Cryotherapy and Iris. However, the Gaussian baseline remains better on Vertebral Column and Seeds, and performs better than ODE-BPA under stronger conflict on Immunotherapy. These results indicate that ODE-BPA can improve robustness to conflicting evidence under noisy conditions in several cases, but its advantage remains feature-dependent and dataset-specific.

5.6. Discussion

This subsection briefly discusses two issues related to the proposed ODE-BPA framework: the use of binary OTSU and the role of Deng entropy.
First, ODE-BPA adopts a binary OTSU strategy to divide the ordered support sequence into two non-overlapping focal element groups. This design is simple, parameter-free, and relatively stable, especially when the number of classes is small. However, binary partitioning may be insufficient when the support values contain more than two clearly separated regions. In such cases, multi-threshold OTSU could be considered to generate more refined focal element structures. Nevertheless, this may also increase the number of focal elements and the computational cost of evidence fusion. Therefore, binary OTSU is used in this paper as a conservative choice, while multi-threshold OTSU is left for future work.
Second, Deng entropy is used in ODE-BPA to derive the confidence coefficient for mass allocation, because it reflects both the dispersion of mass values and the cardinalities of focal elements. This feature is compatible with the grouped focal elements generated by OTSU. Nevertheless, Deng entropy is not treated in this work as a flawless or universally axiomatized total uncertainty measure. Previous study has discussed several mathematical requirements for uncertainty measures in D–S theory [64], and Abellán [65] provided a systematic analysis of Deng entropy from this perspective. Specifically, Deng entropy satisfies probabilistic consistency when all focal elements are singletons, because it reduces to Shannon entropy in this special case. However, it does not strictly satisfy several standard requirements for total uncertainty measures, including set consistency, range, subadditivity, additivity, and monotonicity.
In the proposed ODE-BPA framework, the influence of these limitations should be understood according to the specific role of Deng entropy. As defined in Equation (16), the Deng entropy is normalized by the maximum Deng entropy under the same focal-element cardinality configuration. Therefore, the confidence coefficient is defined on a relative scale and is bounded in [ 0 , 1 ] . This design does not remove the theoretical limitations related to set consistency or range, but it reduces the direct dependence of mass allocation on the absolute value of Deng entropy. Similarly, ODE-BPA employs Deng entropy to evaluate the uncertainty of an individual feature-level BPA before evidence combination, rather than to measure uncertainty over a joint or multidimensional product space. Hence, the violations of additivity and subadditivity have limited direct influence on the generation of individual BPAs in the current framework. By contrast, the lack of monotonicity is more directly related to ODE-BPA. As discussed in [65], Deng entropy may assign a larger uncertainty value to a BPA that is intuitively more informative under certain BPA configurations. Since a larger Deng entropy leads to a smaller confidence coefficient in Equation (16), the entropy-derived confidence regulation may inherit this potential counterintuitive behavior.
The structural interpretation of Deng entropy also requires caution. Abellán [65] pointed out two structural issues in its formulation. First, the Shannon-like discord term and the cardinality-based non-specificity term have different ranges. As the size of the frame of discernment increases, the non-specificity component may dominate the total entropy value, making the discord component relatively less influential. Second, the Shannon-like discord term can be positive even when all focal elements share a common element, which is usually regarded as a situation with no genuine discord in D–S theory. In ODE-BPA, the latter issue has limited direct relevance because Deng entropy is computed on the OTSU-induced two-focal-element structure, where the two constructed focal elements F 1 and F 2 are mutually disjoint. Nevertheless, the imbalance between the discord component and the non-specificity component remains relevant to the uncertainty quantification process, because it may affect the resulting confidence coefficient.
Based on the above analysis, the non-monotonic behavior of Deng entropy and the structural imbalance between its discord and non-specificity components are the most relevant theoretical issues for ODE-BPA. These issues may influence the confidence assigned to the induced focal-element structure in some specific cases. Therefore, Deng entropy is regarded in this paper as a practical uncertainty-sensitive indicator for BPA generation, rather than as a strictly rigorous measure of total uncertainty in D–S theory. Future work will explore alternative uncertainty measures with stronger monotonicity and structural consistency, such as upper bounds of uncertainty [66], plausibility entropy [67], and maximum-entropy-based uncertainty measures [68], to improve the theoretical consistency and robustness of the proposed BPA generation framework.
Overall, ODE-BPA provides a competitive BPA generation strategy by combining OTSU-based focal element construction with entropy-guided mass allocation. Future work will investigate multi-threshold OTSU and alternative uncertainty measures to further improve the flexibility and theoretical interpretability of the proposed framework.

6. Conclusions

This paper proposes ODE-BPA, a BPA generation method based on OTSU partitioning and Deng entropy within the framework of D-S theory. The method aims to alleviate the structural rigidity that may occur in strictly nested focal element mapping schemes. In ODE-BPA, OTSU partitioning is used to construct non-overlapping focal elements from the ordered support distribution of hypotheses, while Deng entropy is used to regulate the confidence degree in the mass allocation process. This design provides an adaptive way to generate BPAs for evidential classification.
Experiments on twenty-five benchmark datasets show that ODE-BPA is effective within the D–S-based BPA generation framework. The comparison with Gaussian nested mapping and the internal ablation study confirm that both OTSU-based grouping and Deng-entropy-based confidence regulation contribute to focal element construction and mass allocation. Compared with existing BPA generation methods, ODE-BPA achieves the best average accuracy and average rank, with statistically significant improvements over most BPA-based competitors. In addition, comparisons with classical machine learning classifiers show that ODE-BPA provides comparable performance to SVM, naive Bayes, and decision tree under standard settings, although it is numerically weaker than KNN in terms of average rank. This indicates that the main advantage of ODE-BPA lies in uncertainty modeling and evidence fusion within the D–S framework, rather than in replacing general-purpose classifiers. Its relatively limited improvement over classical classifiers may be related to the binary OTSU grouping strategy and the theoretical limitations of Deng-entropy-based confidence regulation. The robustness experiments further show that ODE-BPA can alleviate local noisy and conflicting evidence in some cases, but its effectiveness remains dependent on dataset characteristics, disturbed features, and evidence structure.

Author Contributions

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

Funding

This research is funded by the National Natural Science Foundation of China (Grant No. 62503232) and the College Students’ Innovation Training Projects of Nanjing Forestry University (Project No. 202510298057Z).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Publicly available datasets were analyzed in this study. The data can be found in the UCI Machine Learning Repository at https://archive.ics.uci.edu/ml/index.php (accessed on 22 May 2026).

Acknowledgments

We greatly appreciate the editor’s encouragement and the anonymous reviewers’ valuable comments and suggestions to improve this paper.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Deng, X.; Li, X.; Jiang, W. Evidence representation of uncertain information on a frame of discernment with semantic association. Inf. Fusion 2024, 111, 102538. [Google Scholar] [CrossRef] [Scilit]
  2. Chen, X.; Deng, Y. Evidential software risk assessment model on ordered frame of discernment. Expert Syst. Appl. 2024, 250, 123786. [Google Scholar] [CrossRef] [Scilit]
  3. Kang, B.; Zhao, C. Deceptive evidence detection in information fusion of belief functions based on reinforcement learning. Inf. Fusion 2024, 103, 102102. [Google Scholar] [CrossRef] [Scilit]
  4. Liu, Z.; Zhang, X.; Niu, J.; Dezert, J. Combination of classifiers with different frames of discernment based on belief functions. IEEE Trans. Fuzzy Syst. 2020, 29, 1764–1774. [Google Scholar] [CrossRef] [Scilit]
  5. Zhang, Z.; Liu, Z.; Ning, L.; Tian, H.; Wang, B. Belief-Based Fuzzy and Imprecise Clustering for Arbitrary Data Distributions. IEEE Trans. Fuzzy Syst. 2025, 33, 2755–2767. [Google Scholar] [CrossRef] [Scilit]
  6. Zhang, S.; Han, D.; Dezert, J.; Yang, Y. Weighted self-paced learning with belief functions. Expert Syst. Appl. 2024, 255, 124535. [Google Scholar] [CrossRef] [Scilit]
  7. Liu, Z.; Pan, Q.; Dezert, J.; Han, J.; He, Y. Classifier fusion with contextual reliability evaluation. IEEE Trans. Cybern. 2017, 48, 1605–1618. [Google Scholar] [CrossRef] [Scilit]
  8. Tian, H.; Zhang, Z.; Liu, Z.; Zuo, J. Multi-oversampling with evidence fusion for imbalanced data classification. In Proceedings of the International Conference on Belief Functions; Springer: Berlin/Heidelberg, Germany, 2024; pp. 68–77. [Google Scholar]
  9. Dong, Y.; Shi, Z.; Li, X.; Zhou, R.; Ge, S.S. Multiview Uncertainty-Aware Fusion for Human Activity Recognition via Dempster–Shafer Theory. IEEE Trans. Ind. Inform. 2025, 21, 3037–3046. [Google Scholar] [CrossRef] [Scilit]
  10. Liu, S.; Hu, G.; Du, S.; Gao, H.; Chang, L. A new evidential reasoning rule considering evidence correlation with maximum information coefficient and application in fault diagnosis. Sensors 2025, 25, 3111. [Google Scholar] [CrossRef] [Scilit]
  11. Jiao, Z.; Gong, H.; Wang, Y. A DS evidence theory-based relay protection system hidden failures detection method in smart grid. IEEE Trans. Smart Grid 2016, 9, 2118–2126. [Google Scholar] [CrossRef] [Scilit]
  12. Wang, Q.; Zhang, K.; Lin, S. Fault diagnosis method of disconnector based on CNN and DS evidence theory. IEEE Trans. Ind. Appl. 2023, 59, 5691–5704. [Google Scholar] [CrossRef] [Scilit]
  13. Song, A.; Fei, L. An Evidential Linguistic CoCoSo Method for Early Warning System Technology Selection: A Risk-Aware Emergency Decision-Making Approach: Song and Fei. Evidential Linguistic CoCoSo Method for Early Warning System Technology Selection. Int. J. Disaster Risk Sci. 2026, 1–19. [Google Scholar]
  14. He, Y.; Huang, F.; Wang, D.; Chen, B.; Zhang, R. Emergency communications in post-disaster scenarios: IoT-enhanced airship and buffer support. IEEE Internet Things J. 2024, 12, 11457–11468. [Google Scholar] [CrossRef] [Scilit]
  15. Jing, Y.; Pan, Y.; Yang, F.; Wei, D.; Wang, W. Comprehensive risk assessment for the esterification processes based on Dempster-Shafer evidence theory and cloud model. J. Loss Prev. Process Ind. 2024, 87, 105213. [Google Scholar] [CrossRef] [Scilit]
  16. Wang, N.; Yuen, K.F.; Yuan, J.; Li, D. Ship collision risk assessment: A multi-criteria decision-making framework based on Dempster–Shafer evidence theory. Appl. Soft Comput. 2024, 162, 111823. [Google Scholar] [CrossRef] [Scilit]
  17. Deng, J.; Deng, Y.; Yang, J.B. Random Permutation Set Reasoning. IEEE Trans. Pattern Anal. Mach. Intell. 2024, 46, 10246–10258. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  18. Zhou, Q.; Cui, Y.; Pedrycz, W.; Deng, Y. Conjunctive and disjunctive combination rules in random permutation set theory: A layer-2 belief structure perspective. Inf. Fusion 2024, 102, 102083. [Google Scholar] [CrossRef] [Scilit]
  19. Chen, L.; Zhou, X.; Gao, P.; Deng, Z.; Yang, Y.; Wu, Y.; D’Urso, P. DDHRPS: A Data-driven Hierarchical Method for Constructing Random Permutation Set from the Perspective of Layer-2 Belief Structure. IEEE Trans. Fuzzy Syst. 2026, 34, 1242–1255. [Google Scholar] [CrossRef] [Scilit]
  20. Li, M.; Li, L.; Zhang, Z.; Zhang, Q. A novel method for generating permutation mass functions using permutations to represent class bias. Expert Syst. Appl. 2026, 319, 132004. [Google Scholar] [CrossRef] [Scilit]
  21. Xue, S.; Deng, X.; Jiang, W. An improved quantum combination method of mass functions based on supervised learning. Inf. Sci. 2024, 652, 119757. [Google Scholar] [CrossRef] [Scilit]
  22. Yu, J.; Xiao, F.; Zhang, Y.; Cao, Z.; Lin, C.T. A CDGFN-Based Quantum Multisource Information Fusion With Its Application in Time Series Classification. IEEE Trans. Knowl. Data Eng. 2026, 38, 1427–1441. [Google Scholar] [CrossRef] [Scilit]
  23. Gao, X.; Yang, H.; Pan, L.; Pelusi, D. Quantum-like evidence networks decision-making model. Eng. Appl. Artif. Intell. 2025, 157, 111368. [Google Scholar] [CrossRef] [Scilit]
  24. Sotoudeh-Anvari, A. A state-of-the-art review on D number (2012–2022): A scientometric analysis. Eng. Appl. Artif. Intell. 2024, 127, 107309. [Google Scholar] [CrossRef] [Scilit]
  25. Deng, X.; Hu, Y.; Deng, Y.; Mahadevan, S. Supplier selection using AHP methodology extended by D numbers. Expert Syst. Appl. 2014, 41, 156–167. [Google Scholar] [CrossRef] [Scilit]
  26. Xiao, F. CED: A distance for complex mass functions. IEEE Trans. Neural Netw. Learn. Syst. 2020, 32, 1525–1535. [Google Scholar] [CrossRef] [Scilit]
  27. Parikh, C.R.; Pont, M.J.; Jones, N.B. Application of Dempster–Shafer theory in condition monitoring applications: A case study. Pattern Recognit. Lett. 2001, 22, 777–785. [Google Scholar] [CrossRef] [Scilit]
  28. Deng, X.; Liu, Q.; Deng, Y.; Mahadevan, S. An improved method to construct basic probability assignment based on the confusion matrix for classification problem. Inf. Sci. 2016, 340, 250–261. [Google Scholar] [CrossRef] [Scilit]
  29. Chen, J.; Zhang, S.; Tian, M.; Xie, Z.; Chen, H.; Zhang, E. A Combination Classifier of Polarimetric SAR Image Based on DS Evidence Theory. In Proceedings of the Chinese Conference on Pattern Recognition and Computer Vision (PRCV); Springer: Berlin/Heidelberg, Germany, 2021; pp. 597–609. [Google Scholar]
  30. Masson, M.H.; Denoeux, T. ECM: An evidential version of the fuzzy c-means algorithm. Pattern Recognit. 2008, 41, 1384–1397. [Google Scholar] [CrossRef] [Scilit]
  31. Boudraa, A.O.; Bentabet, L.; Salzenstein, F.; Guillon, L. Dempster-Shafer’s Basic Probability Assignment Based on fuzzy Membership Functions. Electron. Lett. Comput. Vis. Image Anal. 2009, 4, 1–10. [Google Scholar]
  32. Fan, X.; Han, D.; Dezert, J.; Yang, Y. Novel moderate transformation of fuzzy membership function into basic belief assignment. Chin. J. Aeronaut. 2023, 36, 369–385. [Google Scholar] [CrossRef] [Scilit]
  33. Xu, P.; Deng, Y.; Su, X.; Mahadevan, S. A new method to determine basic probability assignment from training data. Knowl.-Based Syst. 2013, 46, 69–80. [Google Scholar] [CrossRef] [Scilit]
  34. Wang, S.; Tang, Y. An improved approach for generation of a basic probability assignment in the evidence theory based on gaussian distribution. Arab. J. Sci. Eng. 2022, 47, 1595–1607. [Google Scholar] [CrossRef] [Scilit]
  35. Xu, P.; Su, X.; Mahadevan, S.; Li, C.; Deng, Y. A non-parametric method to determine basic probability assignment for classification problems. Appl. Intell. 2014, 41, 681–693. [Google Scholar] [CrossRef] [Scilit]
  36. Qin, B.; Xiao, F. A non-parametric method to determine basic probability assignment based on kernel density estimation. IEEE Access 2018, 6, 73509–73519. [Google Scholar] [CrossRef] [Scilit]
  37. Guan, X.; Yu, H.; Yi, X. Optimized methods for basic probability assignments in evidence theory: Applications to fault diagnosis. Eng. Appl. Artif. Intell. 2025, 160, 111737. [Google Scholar] [CrossRef] [Scilit]
  38. Kang, B.Y.; Li, Y.; Deng, Y.; Zhang, Y.J.; Deng, X.Y. Determination of basic probability assignment based on interval numbers and its application. Dianzi Xuebao (Acta Electron. Sin.) 2012, 40, 1092–1096. [Google Scholar]
  39. Jiang, W.; Duanmu, D.; Fan, X.; Deng, Y. A new method to determine basic probability assignment under fuzzy environment. In Proceedings of the 2012 International Conference on Systems and Informatics (ICSAI2012); IEEE: Piscataway, NJ, USA, 2012; pp. 758–762. [Google Scholar]
  40. Fu, Y.; Tang, Y.; Zhou, D. A new generation method of basic probability assignment based on the normal membership function. In Proceedings of the 2022 IEEE International Conference on Systems, Man, and Cybernetics (SMC); IEEE: Piscataway, NJ, USA, 2022; pp. 385–390. [Google Scholar]
  41. Otsu, N. A threshold selection method from gray-level histograms. Automatica 1979, 11, 285–296. [Google Scholar] [CrossRef] [Scilit]
  42. Deng, Y. Deng entropy. Chaos Solitons Fractals 2016, 91, 549–553. [Google Scholar] [CrossRef] [Scilit]
  43. Gao, K.; Wang, Y.; Ma, L. Belief entropy tree and random forest: Learning from data with continuous attributes and evidential labels. Entropy 2022, 24, 605. [Google Scholar] [CrossRef] [Scilit]
  44. He, Y.; Huang, F.; Wang, D.; Zhou, X.; Zhang, R. Uplink Outage Probability Analysis of AAV and Intelligent Connected Vehicle Cooperative Communication Using Full-Duplex MIMO. IEEE Commun. Lett. 2025, 29, 2068–2072. [Google Scholar] [CrossRef] [Scilit]
  45. Tang, Y.; Wu, K.; Li, R.; Guan, H.; Zhou, D.; Huang, Y. Probabilistic transformation of basic probability assignment based on weighted visibility graph networks. Appl. Soft Comput. 2025, 184, 113821. [Google Scholar] [CrossRef] [Scilit]
  46. Su, X.; Huang, X.; Pan, X.; Meng, D. A dependence assessment method based on quantum model of mass function in human reliability analysis. Expert Syst. Appl. 2026, 299, 129992. [Google Scholar] [CrossRef] [Scilit]
  47. Liu, Z.; Bi, Y.; Wang, X.; Sha, L.; Liu, P. A generalized TODIM-ELECTRE II method based on linguistic Z-numbers and Dempster–Shafer evidence theory with unknown weight information. Complex Intell. Syst. 2022, 8, 949–971. [Google Scholar] [CrossRef] [Scilit]
  48. Tan, F.; Chen, X.; Chen, R.; Wang, R.; Huang, C.; Cai, S. Identifying influential nodes based on evidence theory in complex network. Entropy 2025, 27, 406. [Google Scholar] [CrossRef] [Scilit]
  49. Dempster, A. Upper and Lower Probabilities induced by a Multi-valued Mapping. Ann. Math. Stat. 1967, 38, 57–72. [Google Scholar] [CrossRef] [Scilit]
  50. Shafer, G. A Mathematical Theory of Evidence; Princeton University Press: Princeton, NJ, USA, 1976. [Google Scholar]
  51. Smets, P.; Kennes, R. The transferable belief model. Artif. Intell. 1994, 66, 191–234. [Google Scholar] [CrossRef] [Scilit]
  52. Gencaga, D.; Knuth, K.H.; Rossow, W.B. A recipe for the estimation of information flow in a dynamical system. Entropy 2015, 17, 438–470. [Google Scholar] [CrossRef] [Scilit]
  53. Knuth, K.H.; Powell, R.M.; Reali, P.A. Estimating flight characteristics of anomalous unidentified aerial vehicles. Entropy 2019, 21, 939. [Google Scholar] [CrossRef] [Scilit]
  54. Su, X.; Zhong, J.; Hong, Z.; Qian, H.; Pelusi, D. A novel belief entropy and its application in cooperative situational awareness. Expert Syst. Appl. 2025, 286, 128027. [Google Scholar] [CrossRef] [Scilit]
  55. Li, M.; Zhang, Q. Local entropy and nonextensivity of networks ensemble. Commun. Nonlinear Sci. Numer. Simul. 2025, 152, 109369. [Google Scholar] [CrossRef] [Scilit]
  56. He, Y.; Huang, F.; Wang, D. PP-RCR: A Position-Probability-Resource Cooperative Routing Algorithm for Air-to-Ground Integrated Mobile Ad Hoc Networks in Emergency Rescue Scenarios. IEEE Wirel. Commun. Lett. 2026, 15, 1906–1910. [Google Scholar] [CrossRef] [Scilit]
  57. Zhao, T.; Li, Z.; Deng, Y. Linearity in Deng entropy. Chaos Solitons Fractals 2024, 178, 114388. [Google Scholar] [CrossRef] [Scilit]
  58. Zhan, T.; He, Y.; Deng, Y. Ternary Coding Of Maximum Deng Entropy. Fuzzy Sets Syst. 2026, 539, 109913. [Google Scholar] [CrossRef] [Scilit]
  59. Su, X.; Hong, Z.; Xu, Z.; Qian, H. An improved CREAM model based on Deng entropy and evidence distance. Nucl. Eng. Technol. 2025, 57, 103485. [Google Scholar] [CrossRef] [Scilit]
  60. Kang, B.; Deng, Y. The maximum Deng entropy. IEEE Access 2019, 7, 120758–120765. [Google Scholar] [CrossRef] [Scilit]
  61. Demšar, J. Statistical comparisons of classifiers over multiple data sets. J. Mach. Learn. Res. 2006, 7, 1–30. [Google Scholar]
  62. Xiao, F. A new divergence measure for belief functions in D–S evidence theory for multisensor data fusion. Inf. Sci. 2020, 514, 462–483. [Google Scholar] [CrossRef] [Scilit]
  63. Li, W.; Han, D.; Dezert, J.; Yang, Y. Basic belief assignment determination based on radial basis function network. Chin. J. Inf. Fusion 2024, 1, 175–182. [Google Scholar] [CrossRef] [Scilit]
  64. Abellán, J.; Masegosa, A. Requirements for total uncertainty measures in Dempster–Shafer theory of evidence. Int. J. Gen. Syst. 2008, 37, 733–747. [Google Scholar] [CrossRef] [Scilit]
  65. Abellán, J. Analyzing properties of Deng entropy in the theory of evidence. Chaos Solitons Fractals 2017, 95, 195–199. [Google Scholar] [CrossRef] [Scilit]
  66. Deng, X.; Jiang, W. Upper bounds of uncertainty for dempster combination rule-based evidence fusion systems. IEEE Trans. Syst. Man. Cybern. Syst. 2024, 55, 817–828. [Google Scholar] [CrossRef] [Scilit]
  67. Deng, X.; Xue, S.; Jiang, W.; Zhang, X. Plausibility extropy: The complementary dual of plausibility entropy. IEEE Trans. Syst. Man. Cybern. Syst. 2024, 54, 6936–6947. [Google Scholar] [CrossRef] [Scilit]
  68. Abellán, J.; Pérez-Lara, A.; Moral-García, S. A Variation of the Algorithm to Achieve the Maximum Entropy for Belief Functions. Entropy 2023, 25, 867. [Google Scholar] [CrossRef] [Scilit]
Figure 1. Framework of the proposed ODE-BPA method. The superscript ∗ indicates the optimal split index determined by the OTSU algorithm.
Figure 1. Framework of the proposed ODE-BPA method. The superscript ∗ indicates the optimal split index determined by the OTSU algorithm.
Entropy 28 00634 g001
Figure 2. Between-group variance curve of the OTSU criterion with respect to the split index. The ∗ indicates the maximum between-group variance corresponding to the optimal split index.
Figure 2. Between-group variance curve of the OTSU criterion with respect to the split index. The ∗ indicates the maximum between-group variance corresponding to the optimal split index.
Entropy 28 00634 g002
Figure 3. Robustness evaluation on the Haberman dataset under different conflict ratios and noise levels.
Figure 3. Robustness evaluation on the Haberman dataset under different conflict ratios and noise levels.
Entropy 28 00634 g003
Figure 4. Robustness evaluation on the Iris dataset under different conflict ratios and noise levels.
Figure 4. Robustness evaluation on the Iris dataset under different conflict ratios and noise levels.
Entropy 28 00634 g004
Table 1. Comparison of the BPAs generated by ODE-BPA and the traditional nested mapping method.
Table 1. Comparison of the BPAs generated by ODE-BPA and the traditional nested mapping method.
ItemODE-BPANested Mapping Method
Dominant singleton focal element { θ 3 } { θ 3 }
Mass of dominant singleton0.32620.7200
Main non-singleton focal elements { θ 1 , θ 2 , θ 4 } { θ 3 , θ 1 } , { θ 3 , θ 1 , θ 2 }
Mass assigned to Θ 0.54700.0500
Number of focal elements34
Nested focal structureNoYes
Deng entropy of focal structure1.64101.9171
Table 2. Basic information of the benchmark datasets used in the experiments.
Table 2. Basic information of the benchmark datasets used in the experiments.
DatasetNumber of SamplesNumber of FeaturesNumber of Classes
Cryotherapy9062
Immunotherapy9072
Acute Inflammations12062
Divorce170542
Planning182122
Fire244132
Haberman30632
Vertebral Column (2C)31062
Mesothelioma324342
Voting435162
Wholesale Customers44072
Early Diabetes520162
Monk155662
WDBC568302
Australian690142
Blood Transfusion74852
Fourclass86122
Raisin90072
Banknote137242
Lenses2443
Iris15043
Wine178133
Seeds21073
Soybean47354
Knowledge40354
Table 3. Average classification accuracy (%) of different focal element mapping structures.
Table 3. Average classification accuracy (%) of different focal element mapping structures.
Mapping StructureIrisSeedsWineAustralianHaberman
Gaussian nested mapping94.6990.0797.2780.3361.30
OTSU grouping mapping95.1690.1596.5180.3575.03
Note: Bold values indicate the best classification accuracy.
Table 4. Classification accuracy (%) of the internal ablation study over 100 independent runs.
Table 4. Classification accuracy (%) of the internal ablation study over 100 independent runs.
DatasetGaussian + Deng EntGaussian + RB DivergOTSU + RB DivergODE-BPA
Cryotherapy84.00 ± 8.1581.35 ± 8.6483.94 ± 8.0585.38 ± 7.70
Immunotherapy55.99 ± 12.5551.82 ± 12.4756.69 ± 12.8759.16 ± 13.67
Acute Inflammations97.17 ± 3.6198.25 ± 3.3896.00 ± 4.3797.25 ± 3.53
Divorce97.38 ± 2.7897.05 ± 2.8296.98 ± 2.8997.45 ± 2.71
Planning44.13 ± 7.1842.82 ± 7.5044.27 ± 6.8745.29 ± 7.21
Fire94.46 ± 2.6793.63 ± 2.7894.45 ± 2.6794.16 ± 2.73
Haberman73.75 ± 4.5761.19 ± 6.5175.03 ± 4.2375.36 ± 3.97
Vertebral Column (2C)78.32 ± 4.5776.58 ± 4.4878.01 ± 4.6379.78 ± 4.51
Mesothelioma100.00 ± 0.00100.00 ± 0.00100.00 ± 0.00100.00 ± 0.00
Voting94.30 ± 2.1294.41 ± 2.1994.06 ± 2.2194.36 ± 2.18
Wholesale Customers89.62 ± 3.0189.56 ± 2.9189.61 ± 3.0289.72 ± 2.73
Early Diabetes88.70 ± 2.7184.00 ± 3.3189.23 ± 2.9888.34 ± 2.60
Monk166.87 ± 3.9958.94 ± 4.0566.51 ± 3.9666.67 ± 4.04
WDBC92.60 ± 2.4693.12 ± 2.5693.14 ± 2.4992.35 ± 2.47
Australian80.08 ± 2.9480.22 ± 2.9380.23 ± 2.8980.54 ± 2.91
Blood Transfusion100.00 ± 0.00100.00 ± 0.00100.00 ± 0.00100.00 ± 0.00
Fourclass71.82 ± 3.0971.82 ± 3.0971.82 ± 3.0971.82 ± 3.09
Raisin83.69 ± 2.5283.28 ± 2.3783.88 ± 2.4484.58 ± 2.49
Banknote84.48 ± 2.3483.89 ± 2.2684.42 ± 2.2284.56 ± 2.27
Lenses87.37 ± 11.3087.42 ± 11.3882.83 ± 13.7087.46 ± 11.33
Iris95.43 ± 3.5695.39 ± 3.5495.28 ± 3.4995.87 ± 3.23
Wine93.16 ± 3.5993.73 ± 3.4496.14 ± 2.9793.27 ± 3.73
Seeds89.67 ± 4.1988.82 ± 4.4390.35 ± 3.9990.93 ± 3.92
Soybean59.42 ± 5.0755.24 ± 4.3876.58 ± 4.1597.80 ± 4.30
Knowledge83.97 ± 3.5683.36 ± 3.6585.19 ± 3.6085.05 ± 3.53
Note: Bold values indicate the best classification accuracy among the compared methods.
Table 5. Average performance and ranking of the four ablation variants over 25 datasets.
Table 5. Average performance and ranking of the four ablation variants over 25 datasets.
MethodAverage AccuracyAverage Std.Average RankBest Count
ODE-BPA85.4864.0341.70017
OTSU + RB Diverg83.7864.1512.5007
Gaussian + Deng
Ent
83.4554.1012.5805
Gaussian + RB
Diverg
81.8364.2033.2205
Note: Bold values indicate the best performance metrics among the compared variants.
Table 6. Post hoc Wilcoxon signed-rank test with Holm correction using ODE-BPA as the reference method.
Table 6. Post hoc Wilcoxon signed-rank test with Holm correction using ODE-BPA as the reference method.
ComparisonRank DifferenceRaw p-ValueHolm-Adjusted p-Value
ODE-BPA vs. Gaussian + RB Diverg1.520 3.15 × 10 5 9.44 × 10 5
ODE-BPA vs. Gaussian + Deng Ent0.8800.01600.0319
ODE-BPA vs. OTSU + RB Diverg0.8000.02850.0319
Table 7. Classification accuracy (%) of ODE-BPA and existing BPA generation methods over 100 independent runs.
Table 7. Classification accuracy (%) of ODE-BPA and existing BPA generation methods over 100 independent runs.
DatasetWang’s GaussianXu’s GaussianJiang’s FuzzyEnvLi’s RBFNKang’s IntervalODE-BPA
Cryotherapy84.01 ± 8.1482.16 ± 8.2380.30 ± 8.4556.35 ± 5.1955.34 ± 5.5285.42 ± 8.39
Immunotherapy56.33 ± 13.8854.44 ± 12.1046.78 ± 12.3928.11 ± 9.3078.11 ± 3.6059.11 ± 13.11
Acute Inflammations96.75 ± 3.7798.25 ± 2.9196.88 ± 3.4758.33 ± 0.0096.67 ± 3.3597.58 ± 3.27
Divorce96.91 ± 2.9796.91 ± 2.9796.97 ± 2.6386.59 ± 20.463.00 ± 2.1397.32 ± 2.93
Planning44.45 ± 7.1042.60 ± 8.1850.58 ± 8.1059.51 ± 8.0136.37 ± 16.5245.94 ± 7.13
Fire94.14 ± 2.8493.79 ± 2.7993.44 ± 3.3143.44 ± 0.8180.46 ± 5.5894.00 ± 2.81
Haberman74.79 ± 4.2860.87 ± 6.0770.44 ± 7.0874.54 ± 2.9460.15 ± 15.9674.97 ± 4.27
Vertebral Column (2C)77.84 ± 4.2177.03 ± 4.2268.53 ± 6.0341.53 ± 16.9232.74 ± 1.3379.87 ± 3.80
Mesothelioma100.00 ± 0.00100.00 ± 0.0032.82 ± 3.5570.37 ± 0.6036.59 ± 12.67100.00 ± 0.00
Voting94.38 ± 1.8594.34 ± 1.8188.89 ± 2.9094.06 ± 2.3238.48 ± 0.5394.43 ± 1.95
Wholesale Customers90.11 ± 3.0689.82 ± 2.9887.65 ± 3.3281.38 ± 4.4244.14 ± 16.3689.86 ± 3.36
Early Diabetes88.58 ± 2.7384.50 ± 3.4174.96 ± 3.0552.65 ± 6.2160.75 ± 1.5588.41 ± 2.96
Monk166.56 ± 3.9662.96 ± 4.1166.67 ± 4.0166.86 ± 4.1366.67 ± 4.0166.67 ± 4.01
WDBC93.28 ± 2.1693.36 ± 2.3191.69 ± 2.5286.72 ± 2.9469.75 ± 2.7992.45 ± 2.32
Australian80.38 ± 2.8280.31 ± 2.8777.14 ± 3.4455.94 ± 0.6844.88 ± 2.2180.91 ± 3.29
Blood Transfusion100.00 ± 0.00100.00 ± 0.0056.20 ± 7.1776.20 ± 0.251.00 ± 10.00100.00 ± 0.00
Fourclass71.78 ± 3.0471.78 ± 3.0473.82 ± 3.5773.62 ± 3.1442.25 ± 10.9771.78 ± 3.04
Raisin83.69 ± 2.0983.41 ± 2.1477.37 ± 3.4876.86 ± 2.4560.17 ± 2.7484.55 ± 2.05
Banknote84.49 ± 2.1784.06 ± 2.2380.29 ± 2.3778.52 ± 2.0167.27 ± 2.1184.60 ± 2.07
Lenses85.00 ± 11.4485.00 ± 11.4462.50 ± 7.2616.67 ± 0.0041.67 ± 21.3887.50 ± 12.01
Iris95.37 ± 3.6494.57 ± 3.6994.37 ± 3.8190.23 ± 4.6293.60 ± 4.2395.83 ± 3.36
Wine97.11 ± 2.6697.33 ± 2.3196.38 ± 3.2265.40 ± 5.3885.88 ± 4.6293.07 ± 3.73
Seeds90.38 ± 4.3790.05 ± 4.3989.74 ± 4.4290.24 ± 4.4486.14 ± 5.7190.67 ± 4.14
Soybean95.73 ± 5.7255.21 ± 4.7521.33 ± 1.0921.33 ± 1.0959.46 ± 4.8597.88 ± 4.27
Knowledge88.50 ± 3.5583.46 ± 3.6185.91 ± 4.7976.67 ± 5.1638.95 ± 5.3384.92 ± 3.92
Note: Bold values indicate the best classification accuracy among the compared methods.
Table 8. Average performance and ranking of existing BPA generation methods over 25 datasets.
Table 8. Average performance and ranking of existing BPA generation methods over 25 datasets.
MethodMean AccuracyStd. AccuracyAverage RankBest Count
ODE-BPA85.51013.3101.84013
Wang’s
Gaussian-BPA
85.22213.8132.3205
Xu’s Gaussian-BPA82.24815.8993.1604
Jiang’s
FuzzyEnv-BPA
74.46620.2653.8201
Li’s RBFN-BPA64.88521.5164.5802
Kang’s
Interval-BPA
55.22024.8615.2801
Note: Bold values indicate the best performance metrics among the compared methods.
Table 9. Post hoc Wilcoxon signed-rank test with Holm correction using ODE-BPA as the reference method.
Table 9. Post hoc Wilcoxon signed-rank test with Holm correction using ODE-BPA as the reference method.
ComparisonRank DifferenceRaw p-ValueHolm-Adjusted p-Value
ODE-BPA vs. Kang’s Interval-BPA3.440 7.98 × 10 11 3.99 × 10 10
ODE-BPA vs. Li’s RBFN-BPA2.740 2.24 × 10 7 8.97 × 10 7
ODE-BPA vs. Jiang’s FuzzyEnv-BPA1.980 1.83 × 10 4 5.48 × 10 4
ODE-BPA vs. Xu’s Gaussian-BPA1.3200.01260.0252
ODE-BPA vs. Wang’s Gaussian-BPA0.4800.36430.3643
Table 10. Classification accuracy (%) of ODE-BPA and classical machine learning classifiers.
Table 10. Classification accuracy (%) of ODE-BPA and classical machine learning classifiers.
DatasetKNNSVMDecision TreeNaive BayesODE-BPA
Cryotherapy88.39 ± 6.8885.84 ± 7.6888.39 ± 7.0983.97 ± 8.2784.92 ± 7.45
Immunotherapy80.94 ± 5.1978.06 ± 3.2081.83 ± 8.4378.89 ± 9.2459.61 ± 13.14
Acute Inflammations100.00 ± 0.00100.00 ± 0.0099.92 ± 0.8395.29 ± 5.5497.56 ± 3.23
Divorce97.65 ± 2.3371.15 ± 5.8396.50 ± 2.9897.74 ± 2.3697.41 ± 2.59
Planning62.93 ± 6.3773.43 ± 2.1757.58 ± 8.0364.07 ± 6.0945.30 ± 8.02
Fire90.55 ± 3.8683.50 ± 4.6897.40 ± 2.5293.60 ± 3.2494.13 ± 3.44
Haberman70.05 ± 3.7473.11 ± 3.2168.41 ± 4.3874.67 ± 3.2375.25 ± 3.99
Vertebral Column (2C)81.06 ± 4.7183.29 ± 4.4179.56 ± 5.0177.76 ± 4.6379.77 ± 4.48
Mesothelioma86.17 ± 3.7270.37 ± 0.60100.00 ± 0.0069.21 ± 3.07100.00 ± 0.00
Voting93.28 ± 2.6280.82 ± 3.0194.74 ± 2.3194.21 ± 2.5194.38 ± 2.53
Wholesale Customers90.05 ± 2.9688.56 ± 2.9189.14 ± 3.4389.72 ± 2.7689.72 ± 2.79
Early Diabetes92.37 ± 2.5093.31 ± 2.1593.41 ± 2.3688.97 ± 3.0688.47 ± 2.75
Monk188.23 ± 5.9295.14 ± 2.3588.67 ± 8.2666.50 ± 3.8366.67 ± 3.73
WDBC96.58 ± 1.6763.15 ± 0.5492.94 ± 2.2293.36 ± 1.9592.43 ± 2.11
Australian84.30 ± 2.4173.21 ± 3.3782.88 ± 3.0980.20 ± 2.5880.76 ± 3.00
Blood Transfusion99.73 ± 0.3999.81 ± 0.41100.00 ± 0.0080.81 ± 3.39100.00 ± 0.00
Fourclass99.99 ± 0.0899.38 ± 0.5697.88 ± 1.1175.51 ± 2.7371.72 ± 3.02
Raisin85.03 ± 2.2786.41 ± 2.2181.83 ± 2.8783.79 ± 2.2884.56 ± 2.12
Banknote99.84 ± 0.2199.93 ± 0.1598.06 ± 0.8783.90 ± 2.0684.52 ± 1.93
Lenses77.80 ± 19.2163.00 ± 6.0379.35 ± 22.3363.00 ± 6.0387.55 ± 13.97
Iris94.87 ± 3.6895.03 ± 3.8394.93 ± 3.3795.23 ± 3.8095.93 ± 3.13
Wine96.20 ± 2.9851.27 ± 5.0790.67 ± 4.9097.11 ± 2.7592.97 ± 3.55
Seeds92.50 ± 3.5293.31 ± 3.4091.07 ± 3.9590.36 ± 4.3790.76 ± 4.48
Soybean100.00 ± 0.0036.00 ± 3.2896.79 ± 6.0399.79 ± 1.4997.66 ± 4.44
Knowledge83.45 ± 3.6990.79 ± 3.0292.06 ± 2.7689.27 ± 2.9884.77 ± 3.47
Note: Bold values indicate the best classification accuracy among the compared methods.
Table 11. Average performance and ranking of ODE-BPA and classical classifiers.
Table 11. Average performance and ranking of ODE-BPA and classical classifiers.
MethodMean Acc.Std. Acc.Avg. RankBest Count
KNN89.2789.6342.5207
Decision Tree89.36010.3282.7408
SVM81.11516.1743.1207
Naive Bayes84.27710.9613.4802
ODE-BPA85.47313.3453.1405
Note: Bold values indicate the best performance metrics among the compared methods.
Table 12. Rank-based Holm post hoc comparison using ODE-BPA as the reference method.
Table 12. Rank-based Holm post hoc comparison using ODE-BPA as the reference method.
ComparisonRank Diff.z-ValueRaw p-ValueHolm-Adjusted p-Value
ODE-BPA vs. KNN 0.620 1.386 0.166 0.663
ODE-BPA vs. Decision Tree 0.400 0.894 0.371 1.000
ODE-BPA vs. Naive Bayes 0.340 0.760 0.447 1.000
ODE-BPA vs. SVM 0.020 0.045 0.964 1.000
Table 13. Robustness comparison (Accuracy %) between Gaussian Baseline and ODE-BPA on seven datasets under moderate noise ( σ = 0.10 ) when Feature 1 is disturbed.
Table 13. Robustness comparison (Accuracy %) between Gaussian Baseline and ODE-BPA on seven datasets under moderate noise ( σ = 0.10 ) when Feature 1 is disturbed.
DatasetMethodProportion of Conflicted Test Samples
0%20%40%60%80%100%
HabermanGaussian Baseline63.5859.2554.6649.9545.6040.88
ODE-BPA70.3466.7562.4558.3754.5850.64
IrisGaussian Baseline88.8387.9787.3786.5385.6785.20
ODE-BPA84.7785.3785.6085.9386.7087.03
CryotherapyGaussian Baseline71.3370.0469.2167.4466.3664.74
ODE-BPA70.4270.2069.9269.1368.8568.51
ImmunotherapyGaussian Baseline58.0055.2251.5648.3944.2241.44
ODE-BPA58.3355.0050.4447.5642.6139.11
Vertebral Column (2C)Gaussian Baseline69.0368.0066.4865.1564.0862.98
ODE-BPA66.6065.7164.4863.4262.5361.55
SeedsGaussian Baseline62.4362.2162.1061.7961.6961.45
ODE-BPA59.2158.7458.2157.6957.3356.81
LensesGaussian Baseline33.9633.3333.5433.5433.1232.92
ODE-BPA36.0436.0435.8335.6235.8335.62
Note: Bold values indicate the best accuracy between the compared methods under the specific noise condition.
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

Zhou, X.; Chen, L.; Mao, E.; He, Y. ODE-BPA: A Novel Basic Probability Assignment Generation Method Based on OTSU and Deng Entropy. Entropy 2026, 28, 634. https://doi.org/10.3390/e28060634

AMA Style

Zhou X, Chen L, Mao E, He Y. ODE-BPA: A Novel Basic Probability Assignment Generation Method Based on OTSU and Deng Entropy. Entropy. 2026; 28(6):634. https://doi.org/10.3390/e28060634

Chicago/Turabian Style

Zhou, Xinghua, Luyuan Chen, Enze Mao, and Yutong He. 2026. "ODE-BPA: A Novel Basic Probability Assignment Generation Method Based on OTSU and Deng Entropy" Entropy 28, no. 6: 634. https://doi.org/10.3390/e28060634

APA Style

Zhou, X., Chen, L., Mao, E., & He, Y. (2026). ODE-BPA: A Novel Basic Probability Assignment Generation Method Based on OTSU and Deng Entropy. Entropy, 28(6), 634. https://doi.org/10.3390/e28060634

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