A Framework for Imbalanced Modelling in Disaster Management: A Case Study Involving Global Landslide Susceptibility

preprint OA: closed CC-BY-4.0
AI-generated summary by claude@2026-07, 2026-07-16

This paper presents an imbalanced learning framework for disaster management, demonstrating its effectiveness in global landslide susceptibility modeling using an Extra Tree classifier with SMOTE & ENN sampling.

One-sentence paraphrase of the abstract; not a substitute for reading it. No clinical advice. How this works

AI-generated deep summary by claude@2026-07, 2026-07-16 · read from full text

This paper proposes a modeling framework for imbalanced classification problems in disaster management, using global landslide susceptibility as a case study. The authors compared several imbalance metrics and built ten supervised learning classifiers, evaluating them with imbalanced-learning and informed resampling strategies (undersampling, oversampling, and hybrid methods), including SMOTE and ENN, and then performing a post hoc test. They report that the Extra Trees classifier performed best, with the Extra Trees model trained on a SMOTE & Edited Nearest Neighbours resampled dataset yielding AUC and F1 values of 0.9533 and 0.1049 on five validation sets, and they conclude the framework improves global-scale classifier performance. The work is a preprint and the paper does not provide further explicit limitations beyond noting it is not peer reviewed. This paper does not explicitly discuss endometriosis or adenomyosis; it was included in the corpus via a keyword match in the upstream search index.

Read from the paper's body, not the abstract. Not a substitute for reading the paper. No clinical advice. How this works

Abstract

This paper proposes a modelling framework for imbalanced problems in the field of disaster management. Global landslide susceptibility was used as a case study. After investigating metrics for imbalanced classifiers, six metrics were selected: AUC, F1, Precision, Recall, G-mean and Kappa. A comparison was made between methods in the imbalanced learning domain and commonly used strategies in the disaster domain. Ten supervised learning classifiers were built, and the extra Tree classifier outperformed other classifiers according to the post hoc test. The ET classifier built by the SMOTE & ENN hybrid sampling dataset outperformed the other classifiers, and the AUC and F1 were 0.9533 and 0.1049, respectively, on the five validation sets. Such a result indicates that the model has strong robustness and outstanding performance. It was found that the imbalanced learning framework can significantly improve the performance of disaster classifiers even at a global scale.
Full text 162,212 characters · extracted from preprint-html · click to expand
A Framework for Imbalanced Modelling in Disaster Management: A Case Study Involving Global Landslide Susceptibility | Research Square window.SnipcartSettings = { analytics: { enabled: false } }; (function() { var accessVector = localStorage.getItem('access_vector') || ''; window.dataLayer = window.dataLayer || []; if (accessVector) { window.dataLayer.push({ user: { profile: { profileInfo: { snid: accessVector } } } }); } })(); (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-K279D39R'); Browse Preprints In Review Journals COVID-19 Preprints AJE Video Bytes Research Tools Research Promotion AJE Professional Editing AJE Rubriq About Preprint Platform In Review Editorial Policies Our Team Advisory Board Help Center Sign In Submit a Preprint Cite Share Download PDF Article A Framework for Imbalanced Modelling in Disaster Management: A Case Study Involving Global Landslide Susceptibility Junfei Liu, Kai Liu, Ming Wang This is a preprint; it has not been peer reviewed by a journal. https://doi.org/ 10.21203/rs.3.rs-2337189/v1 This work is licensed under a CC BY 4.0 License Status: Posted Version 1 posted You are reading this latest preprint version Abstract This paper proposes a modelling framework for imbalanced problems in the field of disaster management. Global landslide susceptibility was used as a case study. After investigating metrics for imbalanced classifiers, six metrics were selected: AUC, F1, Precision, Recall, G-mean and Kappa. A comparison was made between methods in the imbalanced learning domain and commonly used strategies in the disaster domain. Ten supervised learning classifiers were built, and the extra Tree classifier outperformed other classifiers according to the post hoc test. The ET classifier built by the SMOTE & ENN hybrid sampling dataset outperformed the other classifiers, and the AUC and F1 were 0.9533 and 0.1049, respectively, on the five validation sets. Such a result indicates that the model has strong robustness and outstanding performance. It was found that the imbalanced learning framework can significantly improve the performance of disaster classifiers even at a global scale. Earth and environmental sciences/Natural hazards Physical sciences/Mathematics and computing/Computational science Landslide Landslide susceptibility Undersampling Oversampling Machine learning Deep learning Figures Figure 1 Figure 2 Figure 3 Figure 4 Figure 5 1. Introduction The number of extreme disaster events in the world has been increasing since the 21st century. According to the International Disaster Database-Centre for Research on the Epidemiology of Disasters (CRED), 7737 natural disasters were reported in 2021, which caused 1.25 million deaths, affected 4.13 billion people, and caused an economic loss of US $ 3.14 trillion. The impact and severity of disasters have increased significantly compared with the past two decades 1 , 2 . With the thriving development of artificial intelligence (AI) technology, its application in the field of disaster management has become common. One hundred papers directly applied AI, machine learning (ML), and deep learning (DL) to disaster studies from 2010 to 2019 3 . ML techniques have fundamentally improved research efficiency and model validity in the field of disaster management in the last two decades 4 . The algorithms that were implemented most frequently were the Artificial Neural Network (ANN), Support Vector Machine (SVM), Fuzzy Logic, Regression Algorithm, and Genetic Algorithm 5 . Different disasters normally choose different algorithms; for instance, SVM, logistic regression (LR), random forest (RF) and ANN were implemented in the study of landslide susceptibility (LS) 6 . However, all algorithms face a dilemma: how can the dataset be handled for modelling? The imbalanced learning (IBL) problem is inherent in disaster management, which means that one category of data accounts for the vast majority of a binary problem, and the imbalanced ratio (IBR) is too large to train the model properly; for instance, an IBR of 100 means that the ratio of majority class samples to minority class samples is 100:1 7 . Researchers intuitively hope that the accuracy of a binary classifier can balance the two categories, but it is difficult for a high IBR dataset. The reason is that the model can classify all samples as the majority class to achieve 99% accuracy 8 . The current field of disaster science has proposed corresponding solutions in several aspects to avoid the IBL problem. In terms of samples, random majority undersampling (RUS) is a common, direct and effective method that trains the model by all minority class data and a random dice of data from the majority class 9 . A typical approach is to randomly dice twice the amount of majority samples compared with minority samples, and 50 iterations were applied to train 50 different models. The final result and metrics performance are the average of the 50 models 10 . There are two significant shortcomings of RUS. First, the optimal ratio of RUS is unknown, and important features of the majority class are prone to learn insufficiently due to information loss 11 . Cost-sensitive learning (CSL) refers to adjusting the cost weight of different classes, and the model can be relatively balanced during training 12 . Specifically, there are three approaches to achieve it. The first one is to construct a new distribution space by introducing a new cost variable, and the minimum misclassified rate of the new distribution space is approximately equal to the real minimum misclassified rate; the second approach is to make a specific algorithm cost; the third approach is to apply the Bayesian theorem to classify each sample into its lowest risk category 13 , 14 . The drawback of CSL is an unknowingly optimal ratio 13 . Nonetheless, the "optimal" ratio is still at risk of overfitting 15 . The advantages of the above methods are straightforward to apply. However, all of them have different shortcomings. A common problem is that the generalization of the model is prone to be insufficient, which means poor performance on datasets other than the validation set or the training validation set 13 , 16 . IBL models have been applied in several disaster studies 16 . For instance, the weighted k-nearest neighbour (KNN) method was used for text data mining to detect and rank disasters 17 , and CSL and resampling were applied to study tornadoes 14 , 18 , 19 . However, no study has tried a variety of IBL approaches, and a modelling framework in the field of disaster management is still lacking from a lack of comparative research. Although the solution of IBL is very meaningful in the field of disaster science, a framework for IBL problems in this field has not been proposed, although it is widely used in other domains 15 . Informed resampling (IR), which uses an advanced resampling strategy, is defined into three categories: undersampling, oversampling and hybrid sampling 14 (Fig. 1 ). IR is not a specific algorithm for modelling; it is more similar to the preprocessing of datasets. Briefly, undersampling applies different statistical frameworks to evaluate the characteristics of sample distribution, such as the use of distance-based domain relationships between samples 20 , which select a subset to remove samples with ambiguous features or noise, and it makes the refined majority class samples have apparent differences from minority class samples. Compared with RUS, this approach reduces information loss and improves the data quality and the model performance by balancing the learning weight 21 . Oversampling or data augmentation generates unobserved data or latent variables to improve the data quality and the efficiency of training models from iterative optimization or sampling algorithms without substantially increasing the amount of data 22 . This technique is widely used in image recognition 23 . This method is different from bootstrapping or random oversampling because it is not simply ‘copying’ and ‘pasting’ the original samples, and certain randomness occurs when the algorithm generates samples, which apparently reduces the overfitting of the classifier 24 – 26 . Hybrid sampling methods that combine undersampling and oversampling have been proposed 27 . For instance, the synthetic minority oversampling technique (SMOTE) 26 , a typical oversampling algorithm, can generate noise from the interpolation of new samples, which can affect the performance of the established model. The noise generated by oversampling can be removed if the undersampling method is applied after oversampling 21 . This study proposes a new modelling framework in disaster management, and the global landslide susceptibility was involved as a case study. IR and improved ensemble learning (IEL) were implemented. It was found that the new framework can significantly improve the performance of the classifier compared with the commonly used methods. The optimal classifier is the extra tree (ET) according to the post hoc test, and the ET model built on the SMOTE & Edited Nearest Neighbours (ENN) resampling dataset is prime for global SL. 2. Materials And Methodology 2.1 Supervised learning (SL) algorithm and validation sets IR datasets were implemented to train SL models (Fig. 2 ). A decision tree (DT) 28 is a tree-like structure classifier for classification problems, and the DT creates a rule to predict the value of an instance variable by learning decision rules inferred from the data features. Specifically, the node represents the test on a feature, the branch is the outcome of the test, and the leaf node represents the class label. In this study, the CART algorithm is implemented to construct a binary DT by calculating the Gini index as follows: $$Gini \left(D\right)=1-\sum _{i=1}^{m}{p}_{i}^{2}$$ 3 where p i denotes the possibility of a training sample belonging to class C i in D. p i is calculated by |C i,D |/|D|; m is the total number of classes. RF 29 is a meta estimator that ensembles a number of DT classifiers. RF decreases the variance and tendency of overfitting by involving two randomness strategies, creating splits from all input features and a random subset of features, and averaging the predictions of all decision tree classifiers. ET 30 is an ensemble algorithm that is similar to RF, and it keeps the strategies of RF but further the randomness by taking random thresholds for features when splitting. ET normally decreases the variance but increases the bias compared with RF. ADB 31 ensembles a sequence of weak classifiers (DTs in this study) to increase the model performance by iteratively modifying the dataset. The boosting iteration of ADB modifies the dataset by reweighting each sample of the training set at each iteration, and the weights of samples that were incorrectly predicted by the model increase, whereas the weights are decreased for those that were predicted correctly. Gradient tree boost (GB) 32 is a type of boosting algorithm that generalizes a sequence of weak classifiers (DTs in this study) according to an arbitrary differentiable loss function: $${L}_{MSE}=\frac{1}{n}\sum _{i=1}^{n}{({y}_{i}-F({x}_{i}\left)\right)}^{2}$$ 4 where F(x i ) is the prediction value of classifier F and the goal of the loss function is to minimize the mean squared error (MSE). Assume X is an n attribute vector and y i takes values in the set{0,1}. LR predicts the probability of the positive class P(y i =1|X i ) as: $$P\left({X}_{i}\right)=\frac{1}{1+\text{e}\text{x}\text{p}(-{X}_{i}\omega -{\omega }_{0})}$$ 5 where ω and ω 0 are parameters, and they can be assessed by minimizing the following cost function with regularization term r(ω): $$\underset{{\omega }}{\text{min}}C\sum _{i=1}^{n}\left(-{y}_{i}\text{log}\left(P\left({X}_{i}\right)\right)-(1-{y}_{i})\text{log}(1-P({X}_{i}\left)\right)\right)+r\left({\omega }\right)$$ 6 SVM 33 applies a hyperplane ω T z+b=0 to separate samples into two classes for a binary problem: $$\left\{\begin{array}{c}-{{\omega }}^{T}{x}_{i}+b\ge 1, {y}_{i}=1\\ -{{\omega }}^{T}{x}_{i}+b\le 0, {y}_{i}=0\end{array}\right.$$ 7 where x i is the attribute vector of the samples and y i is the label of each one. The support vectors are defined as samples that are close to the hyperplane. The margin is defined as the distance between two support vectors of two classes: $$\gamma =\frac{2}{\left|\right|\omega \left|\right|}$$ 8 The maximizing \(\gamma\) is the optimal hyperplane. KNN 34 is an instance-based algorithm. For a multifeature dataset, each sample can be handled as a subset of the feature space X with n-dimensional vector space R d , X={x 1 …,x N }, x n ∈R d . The difference between samples is calculated by the Euclidean function: $$d\left(x,y\right)=\sqrt{\sum _{i=1}^{n}{({x}_{i}-{y}_{i})}^{2}}$$ 9 and the closest number of k samples to an instance are called its KNN. ANN 35 implements the back propagation algorithm, which is a gradient-decent-based algorithm including one input layer, one output layer and one or more hidden layers. Each layer is composed of one or more neuron nodes. The training procedure contains three steps: randomly initialize the weights; each input unit feed forwards and broadcasts the signal to each of the neurons of the hidden layers; reverse error propagation from the output layer and updating the weights between the neurons in the input and hidden layers. The sigmoid function is used in this study to determine the output state: $${a}_{i}=\frac{1}{1+{e}^{-ne{t}_{i}}}$$ 10 The convolutional neural network (CNN) 36 architecture comprisesof convolutional layers, pooling layers and fully connected layers. Specifically, the convolution layer generates the output of neurons connected to the local regions of the input by calculating the weight of the neurons and the scalar product between the area connected to the input volume; the pooling layer applies downsampling to the given input by the spatial dimensionality; the fully connected layer performs the same with ANNs and calculates the confidence of the class score according to the activations. The gated recurrent unit (GRU) 37 addresses the vanishing gradient problem in a simply recurrent neural network (RNN) by consisting of two RNNs. Assuming a hidden state h and an optional output y that operates on a variable sequence x={x 1 ,…,x T }, one encodes a sequence of symbols into a fixed length vector representation: $${h}_{t}=f({h}_{t-1},{x}_{t})$$ 11 where f is a nonlinear activation function. The other decodes the representation into another sequence of symbols: $${h}_{t}=f({h}_{t-1},{y}_{t-1},c)$$ 12 where c is a summary of the whole input sequence after reading the end of the sequence of the first RNN. The two components of RNN are jointly trained to maximize: $$\underset{\theta }{\text{max}}\frac{1}{N}\sum _{n=1}^{N}{\text{log}}_{{p}_{\theta }}\left({y}_{n}\right|{x}_{n})$$ 13 where θ is the model parameter and each (x n , y n ) is a pair of input sequences and output sequences. The validation sets of all models are subsets of the original data because the IR strategies are prone to involve an estimation error. A reasonable and straightforward approach is randomly selecting 30% of the original data as a validation set, which does not involve all IBL training sets five times, and the final result is the average of 5 validation sets. 2.2 IEL methods The balanced random forest (BRF) 38 classifier applies an improved bootstrapping in each classifier and reduces the information loss by the ensemble. RUSBoost (RUSB) 39 is an extension of AdaBoost (ADB) that comprises RUS, and the ADB classifier applies RUS before each iteration to improve the performance of IBL models. Easy Ensemble (EE) 40 is the ensemble of multiple ADB classifiers, and each ADB classifier is built by bootstrapping. The advantage of EE is significantly less training time based on apparently improved model performance. 2.3 IR 2.3.1 Undersampling The cluster centroid (CC) 43 is an extension of k-means clustering. Assuming that the dataset has been clustered into M disjoint subsets C 1 ...,C M , each with a centroid c i , and the most widely used classification criterion for K-means clustering is the sum of squared Euclidean distances of samples and centroids m k , this criterion is named clustering error, which depends on the clustering centres m 1 ,…,m k : $$E\left({m}_{1},\dots ,{m}_{M}\right)=\sum _{i=1}^{N}\sum _{k=1}^{M}I({x}_{i}\in {C}_{k}){{x}_{i}‖{x}_{i}-{m}_{k}‖}^{2}$$ 1 if X is true I(X) = 1 else I(X) = 0. The K-means algorithm finds local optimal solutions for clustering errors. CC finds every centroid for the majority class by k-means and only keeps the data on the centroid or uses the kNN rule to keep the samples within the k nearest neighbour of the centroids 44 . Near Miss 20 (NM) (Fig. 3 ) applies 3 different strategies to balance the dataset, and NM comprises kNN rules. NM strategy 1 (NM1)) samples from the majority samples using the kNN algorithm, and it filters and retains the samples with the smallest average distance from the minority group. NM strategy 2 (NM2) samples from the majority class using the kNN algorithm, and it filters the minority samples that are farthest from the majority group as a subset and retains the majority samples with the smallest average distance from them. NM strategy 3 (NM3) preselects a group of samples of the minority samples as a subset, and it filters and retains the samples with the largest average distance from this group. Tomek’s link 45 (Fig. 3 ) applies the 1NN rule to remove the noise and border samples, which means there is a Tomek’s link if 2 samples are 1NN of each other, and they are defined as noise or border samples that can affect the decision boundary of the mode. One Sided Selection (OSS) 41 will run the program after Tomek’s link: add all minority samples to set C, add 1 sample from the majority class to C, and add all other samples to set S; traverse set S sample by sample, and apply the 1 nearest neighbour rule for each sample in S. If the sample is misclassified, add it to C; otherwise, repeat the above steps until no sample is added 46 . ENN 42 is a technique to remove noise and border samples. ENN traverses every sample and classifies if they are noise by kNN, and the criterion is the proportion of two classes, which means samples are not noise if 2/3 of samples of kNN are majority class, otherwise the noise needs to be removed. The neighbour cleaning rule (NCL) 46 is similar but different from OSS by the application of ENN rather than Tomek’s link. A T threshold parameter is added to avoid excessive data cleaning: C i >C*T, C i is the number of samples of classes and C is the number of samples of the dataset. The subsequent process is the same as that of OSS 46 . The instance hardness threshold (IHT) 47 defines the study problems of ML as maximizing the probability value by Bayes’ theorem. Instance hardness (IH) means that the instance is prone to be classified incorrectly under the assumption h. A representative set of learning algorithms and their associated parameters ι are weighted a priori with nonzero probability, and all other learning algorithms are handled as having zero probability to approximate the unknown distribution p(h|t) or equivalently p(g(t, α)): $$I{H}_{\iota }\left(⟨{x}_{i},{y}_{i}⟩\right)=1-\frac{1}{\left|\iota \right|}\sum _{j=1}^{\left|\iota \right|}p(\left.{y}_{i}\right|{x}_{i},{g}_{j}(t,{\alpha }\left)\right)$$ 2 Specifically, a pretrained classifier determines the probability value IHι of each majority class sample on the dataset, and those with low probability are considered indistinguishable samples that need to be removed. 2.3.2 Oversampling SMOTE 26 is a technique to artificially synthesize minority class samples by interpolating in the feature space of minority class samples. Compared with random oversampling (ROS), the advantage of SMOTE is that it effectively makes the decision region of the minority class samples more general and smoother 48 . There are two steps for SMOTE (Fig. 3 ). First, SMOTE randomly selects samples in kNN according to the required synthesis ratio. For example, 1 of the 5 nearest neighbours of each minority sample is randomly selected if 100% of the minority class samples need to be synthesized. A new sample can be randomly generated on the line segment composed of the two samples by calculating the difference between the feature vectors and multiplying the value difference by a random number between 0 and 1. SMOTE cannot be applied to categorical data. Synthetic Minority Oversampling Technique for Nominal and Continuous (SMOTENC) 43 is only for the dataset of mixed variables. In oversampling of SMOTENC, the synthesis of continuous data is consistent with SMOTE, while categorical data will select the most common category in the nearest neighbour samples. The Euclidean distance rule is not applied in the Synthetic Minority Oversampling Technique for Nominal (SMOTEN) but the value difference metric (VDM) 49 . 2.3.3 Hybrid sampling Although SMOTE reduces overfitting compared to ROS, it can still generate noise when using SMOTE (Menardi and Torelli, 2014). Hybrid strategies that combine oversampling and undersampling have been proposed. SMOTE & Tomek’s link (ST) 50 implements SMOTE for the minority class and Tomek’s link for both classes. SMOTE & ENN (SE) 51 implements SMOTE for the minority class and ENN for both classes. 2.4 Performance measure For a binary classification problem, the confusion matrix defines the basis for performance metrics, and ROC is a plot generated by the true positive rate (TPR) and false positive rate (FPR). AUC will calculate the probability P value of each entity as a positive class iteratively when a model classifies which category an entity belongs to, and it sorts these values and calculates them as a threshold ϴ to weigh a positive category. The algorithm for calculating AUC is the trapezoidal rule 52 . $$TPR=\frac{TP}{TP+FN}$$ 3 $$FPR=\frac{FP}{FP+TN}$$ 4 Recall and Precision are from the confusion matrix(Buckland and Gey, 1994) and are defined as: $$Recall=TPR=\frac{TP}{TP+FN}$$ 5 $$Precision=\frac{TP}{TP+FP}$$ 6 Normally, a model requires both recall and precision to be high. The F-measure 54 is an equation to balance recall and precision. When the value of β is 1, F1 represents that recall and precision are equally important. If β > 1, precision is considered more important than recall, and if β < 1, recall is considered more important. $$F-measure=\frac{({\beta }^{2}+1)PR}{{\beta }^{2}*P+R}$$ 7 G-mean 52 aggregates the accuracy of each class by taking the geometric mean of the accuracy to offset the dominance of the majority class. $$Gmean\left(Ts\right)=\sqrt[m]{\prod _{i=1}^{m}\frac{corr\left(\text{T}\text{s}\text{i}\right)}{\left|\text{T}\text{s}\text{i}\right|}}$$ 8 Cohen’s kappa 55 measures the possibility of the agreement that occurs by chance. P 0 denotes the empirical probability of agreement, which equals accuracy, and P e is the possibility assigned labels randomly. $$Kappa=\frac{{P}_{0}-{P}_{e}}{1-{P}_{e}}$$ 9 2.5 Post hoc test Friedman's test is a widely applied approach 56 to compare the performance of multiple algorithms on multiple datasets simply by the number of metrics in ML. Let \({{R}_{i}}^{j}\) be the ranking value of the j algorithm on the i dataset in the N datasets (for example, the model with the largest AUC ranks 1, the second largest ranks 2), the Friedman test compares the algorithms by the average ranking values under the null hypothesis that all algorithms are equivalent, and their ranking R j should be equal when N and k are large enough. The variable \({{\widehat{{\chi }}}^{2}}_{F}\) obeys k − 1 degrees of freedom and (k-1)(N-1) F distribution 57 . $${{\widehat{{\chi }}}^{2}}_{F}=\left[\frac{12}{nk(k+1)}\right.\left.\sum _{j}^{k}{{R}_{j}}^{2}\right]-3n(k+1)$$ 10 It does not require the commensurability of measures across different datasets because it is nonparametric and does not assume normality of sample means and is robust to outliers. A further assessment is necessary if the differences are significant when the Friedman test rejects the null hypothesis. Nemenyi 58 proposed a method to calculate the threshold of the average ranking value (ARV) among algorithms. Namely, for the ranking averages R i and R j of the two algorithms among multiple datasets, if the difference exceeds the threshold of the ARV, reject R i =R j : $$\left|\stackrel{⃑}{{R}_{i}}-\stackrel{⃑}{{R}_{j}}\right|>{q}_{\alpha }\sqrt{\frac{k(k+1)}{6n}}=CD$$ 11 q α is determined by the number of classifiers and the degree of confidence (Table 1 ) : Table 1 Critical values for the two-tailed Nemenyi test 56 Classifiers 2 3 4 5 6 7 8 9 10 q 0.05 1.960 2.343 2.569 2.728 2.850 2.949 3.031 3.102 3.164 q 0.10 1.645 2.052 2.291 2.459 2.589 2.693 2.780 2.855 2.920 2.6 Case Study and available data Global LS was involved as a case study. Table 2: Description of Explanatory Variables to Develop the Global Susceptibility Map Data type Dataset Resolution Explanatory variable Extent Source and details Elevation GMTED2010: Global Multi-resolution Terrain Elevation Data 2010 1km Elevation, General Curvature, Slope Aspect Global https://developers.google.com/earth-engine/datasets/catalog/USGS_GMTED2010?hl=en Slope GMTED2010: Global Multi-resolution Terrain Elevation Data 2010 1km Slope Global https://developers.google.com/earth-engine/datasets/catalog/USGS_GMTED2010?hl=en Rainfall Global Precipitation Measurement 10km global precipitation measurement (GPM) Global https://gpm.nasa.gov/data/directory Landcover FROM-GLC 2017v1 300m Landcover type Global http://data.ess.tsinghua.edu.cn/ Soil type Global Soil Regions Map 1:5000000 Soil classification Global https://www.nrcs.usda.gov/wps/portal/nrcs/detail/soils/use/?cid=nrcs142p2_054013 NDVI MOD13A2.006 Terra Vegetation Indices 16-Day Global 1km 1km Forest cover Global https://developers.google.com/earth-engine/datasets/catalog/MODIS_006_MOD13A2 Lithology Global Lithological Map Database v1.0 (gridded to 0.5° spatial resolution). PANGAEA 0.5° Lithologic classification Global https://doi.pangaea.de/10.1594/PANGAEA.788537 Climate Classes WORLD MAP OF THE KÖPPEN-GEIGER CLIMATE CLASSIFICATION UPDATED 10km Climate Classes Global http://koeppen-geiger.vu-wien.ac.at/present.htm River network Major River Basins of the World, 2nd ed. (GRDC, 2020) Variable Euclidean distance to rivers Global https://www.bafg.de/GRDC/EN/02_srvcs/22_gslrs/221_MRB/riverbasins_node.html;jsessionid= 63179A36F6128A65D1D6355B9035421D.live21323#doc2731742bodyText3 Landslide Catalog Global Landslide Catalog (GLC) & Landslide Reporter Catalog (LRC) Variable Landslide report Global https://gpm.nasa.gov/landslides/coolrdata.html The landslide location data for this study are from NASA GLC and LRC 59 – 61 . The digital elevation model (DEM), precipitation, slope, NDVI, land cover, lithology, soil types and climate classes are from the Google Earth Engine (GEE) platform (Table 2 ). Slope was calculated by the function of the GEE platform. Slope aspect and general curvature (GC) were calculated by DEM in third-order partial derivatives of QGIS 62 (Fig. 4 ). The Euclidean distance to rivers (EDTR) of landslide points was calculated by the Euclidean Distance tool in ArcMap and the variable of the Global River network (Table 2 ). This study applied RF, AdaBoost and L1 regularization 63 for feature selection, and 26 features were selected (Table 3 ). Table 3 Selected Features Numerical Variables Climate Classes Landcover Lithology Soil GPM Aw Cropland Unconsolidated Sediments Gelisols slope Csb Forest Pyroclastics Ultisols GC Cwa Grassland Carbonate Sedimentary Rock Inceptisols DEM Dfc Evaporites Alfisols NDVI ET Basic Volcanic Rocks EDTR I Basic Plutonic Rocks Slope aspect Acid Plutonic Rocks 3. Result The performance of different SL algorithms on different metrics is measured by the Friedman & Nemenyi test (Fig. 5 ). The Y-axis is the ARV of 11 datasets resampled by IR, and the X-axis is the metrics of each SL algorithm. The vertical line is the CD value on a 95% significant interval of Nemenyi, which means there is a significant difference between the two algorithms if the two vertical lines are not overlapping, and there is a difference but not a statistically significant difference between the algorithms if there is an overlapping. In summary, although the ET algorithm has not achieved statistically significant differences on all metrics, it outperforms other algorithms according to ARV. Therefore, the ET algorithm is the optimal algorithm to study global land susceptibility. The performance of the IEL, AD and ET models established by the IR datasets is summarized in the table below. Table 4 presents the F-1, AUC, Precision, Recall, G-mean and Kappa for the models. Table 4 Performance of different IBL methods Method AUC F1 Precision Recall G-mean Kappa BRF 0.9847 0.0567 0.0292 1.0000 0.9072 0.0469 ST&ET 0.9713 0.1615 0.0879 0.9976 0.9709 0.1533 SMOTENC&CNN 0.9579 0.1039 0.0554 0.8321 0.8771 0.0949 SE&ET 0.9533 0.1049 0.0554 0.9971 0.9709 0.0959 ST&RF 0.9529 0.1197 0.0637 0.9826 0.9525 0.1109 SMOTENC&GRU 0.9503 0.0827 0.0435 0.8457 0.8729 0.0734 SMOTENC&RF 0.9409 0.1317 0.0708 0.9481 0.9409 0.1231 SE&CNN 0.9249 0.0488 0.0251 0.9100 0.8595 0.0389 RUS&ANN 0.9200 0.0633 0.0330 0.7870 0.8309 0.0537 ST&KNN 0.9131 0.0579 0.0298 0.9991 0.9090 0.0481 RUSB 0.9009 0.0463 0.0238 0.8465 0.8306 0.0363 EE 0.8984 0.0451 0.0232 0.8482 0.8286 0.0351 RUS&GB 0.8241 0.0618 0.0322 0.7717 0.8224 0.0522 SMOTENC&LR 0.8049 0.0423 0.0217 0.8023 0.8049 0.0323 SMOTENC&SVM 0.8045 0.0410 0.0210 0.8099 0.8045 0.0310 SMOTENC&ADB 0.8018 0.0442 0.0227 0.7827 0.7948 0.0343 Table 4 only shows the result of the optimal classifier for each algorithm and the classifiers with AUCs higher than 0.94. In terms of IR datasets, all SL algorithms had better performance by implementing the IR datasets except the ANN and GB. In terms of AUC, all models had the AUC higher than 0.9 except EE, RUS&GB, SMOTENC&SVM, SMOTENC&LR and SMOTENC&ADB. When measured by F1, only ST&ET, SMOTENC&RF, ST&RF, SE&ET and SMOTENC&CNN had F1 higher than 0.1. The comparison of Precision is similar to F1, and only the Precision of the last five classifiers is higher than 0.05. In terms of Recall, BRF, ST&KNN, ST&ET, SE&ET, ST&RF, SMOTENC&RF and SE&CNN had the Recall higher than 0.9. For G-mean, only SE&ET, ST&ET, ST&RF, SMOTENC&RF, ST&KNN and BRF had the G-mean higher than 0.9. In terms of Kappa, only ST&ET, SMOTENC&RF, ST&RF, SE&ET and SMOTENC&CNN had the Kappa higher than 0.09. In summary, IR datasets outperform RUS in 5 metrics except GB and ANN algorithms. The result shows that the improvement after applying IBL methods is not consistent, and only oversampling and hybrid sampling improve the performance of classifiers. BRF, ST&ET, SE&ET, ST&RF, SMOTENC&RF, ST&KNN and SE&CNN are potential to be classifiers of LS. 4. Discussion The susceptibility maps generated by potential classifiers are compared with three regional LS 64 – 66 maps for accuracy evaluation. The susceptibility levels are divided into five categories: very low, low, moderate, high and very high according to the breakpoints of 0.15, 0.4, 0.6 and 0.8. The very low category accounted for 70% of the total grids, and each category was twice as large as the higher category for the remaining 4 categories. The map of ST&KNN is significantly different from the regional LS maps. The map of ST&ET is significantly different from the EU map. The map of SE&CNN shows a similar LS map with regional LS maps, especially with the EU map, but it rarely shows ‘Low’, ‘Medium’ and ‘High’ areas, which makes it not an excellent LS map (see supplementary materials). Compared with the US susceptibility map 64 , it used three susceptibility levels, and higher susceptibility was obviously observed in the states of North Dakota and South Dakota compared with the maps used in this study (Fig. 6 (a)). This susceptibility difference could be made using the dataset in this study, and only 5 landslides were recorded in these states. The maps of BRF and SMOTENC&RF show larger ‘Very High’ areas for northwestern states than that in 64 , and a strip-shaped ‘Moderate’ risk area dividing the ‘Very High’ area in the eastern states is not in the map of BRF and SMOTENC&RF but is observed in the other three maps. The SE&ET map more closely resembles the US map than other maps. Comparison with the EU susceptibility map 66 revealed regional differences (Fig. 6 (b)). Specifically, the EU map shows significantly higher susceptibility in Italy and southern Greece than all LS maps except BRF. The map of BRF shows close susceptibility in Italy and southern Greece but significantly higher susceptibility in other countries. The map of SE&ET more closely resembles the EU map compared with other maps. This difference could be made using the datasets, and 15,599 and 2321 landslides were recorded in Italy and Greece in 66 , respectively, but only 77 and 4 were used in this study. Compared with the Chinese susceptibility map 65 , the susceptibility of ST&RF and SMOTENC&RF is significantly lower, especially in the southeastern provinces, which are famous for their high elevation, intense relative relief and karst landforms (Fig. 6 (c)). The map of the BRF is similar to the Chinese susceptibility map, but it shows higher susceptibility in the southern provinces and central regions of China. The map of SE&ET is the most similar to 65 . In summary, the landslide susceptibility map generated by SE&ET has comparatively higher metric values than other potential classifiers and is optimal for LS. It is closer to the susceptibility distribution of regional maps than other maps. The main focus of this study is whether the application of IBL methods notably improves the performance of classifiers in disaster management, and global LS was involved as a case study. It shows an inconsistent result, and only oversampling and hybrid sampling significantly improve the classifier performance on 6 metrics. The potential of the IBL method applied in the field of disaster management is huge. However, it is found that IR also has the attribute of no free lunch (NFL) by the study of various IR methods on 98 datasets 67 . A general optimization strategy is nearly practicable, and the only way one strategy can outperform another is its specific structure of the problem under specialized consideration 68 . Researchers should always consider different resampling strategies and the optimization of their associated hyperparameters in experimental comparisons in the absence of domain information or prior assumptions about the specific research 67 . Meanwhile, an outstanding category classification classifier is not necessarily an excellent probability classifier 49 , such as the SL map of SE&CNN in this study. Different approaches and metrics should be applied, such as disaster sensitivity and disaster occurrence. IBL methods can be prioritized according to the types of disasters and IBR, and the threshold of IBR and the selection of methods according to disaster types need further research. The framework of this study is only preliminary, and it can be extended and refined in the future. 5. Conclusion The main goal of this paper is to apply IBL methods in the field of disaster management and establish a reliable modelling framework. The main question of this paper is whether the IBL method performs significantly better than the commonly used RUS and CSL methods on multiple metrics. In response to this goal and problem, this study proposes a modelling framework for IBL problems in the field of disaster management and involves global LS as a case study. Under the new framework, multiple SL methods were implemented, and it was found that the ET algorithm is optimal for studying global LS. Only oversampling and hybrid sampling significantly outperform RUS in all metrics. The ET model established by the SE dataset had the best performance. As a contribution to future work in the field of disasters, this paper proposes a workflow for modelling and how to refine it and use it for other disaster research. Declarations Author contributions All authors contributed to the study conception and design. Data collection, experimental execution and analysis were performed by Junfei Liu under the supervision of Kai Liu and Ming Wang. The manuscript was written by Junfei Liu and revised by Kai Liu and Ming Wang. All authors commented on previous versions of the manuscript. Conflicts of interest The authors have no financial or proprietary interests in any material discussed in this article. Consent to participate Not applicable. Consent for publication Not applicable. Ethical approval Not applicable. Data availability statement The datasets generated and analysed during the current study are available in public data repositories and do not require any licences. Table 2 provides the details to access each dataset. References UN-CRED. Human cost of disasters (2000-2019) . Human Cost of Disasters https://cred.be/sites/default/files/CRED-Disaster-Report- Human-Cost2000-2019.pdf (2020) doi:10.1186/s12889. UN-CRED. Disaster Year in Review 2020 Global Trends and Perspectives . Cred vol. May https://cred.be/sites/default/files/CredCrunch62.pdf (2021). Nunavath, V., Norway, G. & Goddwin, M. The use of Artificial Intelligence in Disaster Management - A systematic Literature Review. 33–35 (2019). Yu, M., Yang, C. & Li, Y. Big data in natural disaster management: A review. Geosci. 8 , (2018). Tan, L., Guo, J., Mohanarajah, S. & Zhou, K. Can we detect trends in natural disaster management with artificial intelligence? A review of modeling practices. Nat. Hazards 107 , 2389–2417 (2021). Sun, W., Bocchini, P. & Davison, B. D. Applications of artificial intelligence for disaster management . Natural Hazards vol. 103 (Springer Netherlands, 2020). Chawla, N. V., Japkowicz, N. & Kotcz, A. Editorial:special issue on learning from imbalanced dataset. ACM SIGKDD Explor. Newsl. 6 , 1–6 (2004). Provost, F. Machine learning from imbalanced data sets 101. Proc. AAAI’2000 Work. … 3 (2000). Ganganwar, V. An overview of classification algorithms for imbalanced datasets. Int. J. Emerg. Technol. Adv. Eng. 2 , 42–47 (2012). Herrera-García, G. et al. Mapping the global threat of land subsidence. Science (80-. ). 371 , 34–36 (2021). Gautheron, L., Habrard, A., Morvant, E. & Sebban, M. learning from imbalanced data. Proc. - Int. Conf. Tools with Artif. Intell. ICTAI 2019 - Novem , 923–930 (2019). Ramyachitra, D. & Manikandan, P. Imbalanced dataset classification and solutions: a review. Int. J. Comput. Bus. Res. 5 , (2014). Sun, Y., Wong, A. K. C. & Kamel, M. S. Classification of imbalanced data: A review. Int. J. Pattern Recognit. Artif. Intell. 23 , 687–719 (2009). Maalouf, M., Street, W. B., Trafalis, T. B. & Street, W. B. Rare events and imbalanced datasets : an overview. Data Mining, Model. Manag. 3 , 375–388 (2011). Kaur, H., Pannu, H. S. & Malhi, A. K. A systematic review on imbalanced data challenges in machine learning: Applications and solutions. ACM Comput. Surv. 52 , (2019). Guo, H. et al. Learning from class-imbalanced data: Review of methods and applications. Expert Syst. Appl. 73 , 220–239 (2017). Kim, S., Kim, H. & Namkoong, Y. Ordinal classification of Imbalanced Data with Application in Emergency and Disaster Information Services. IEEE Intell. Syst. (2016). Maalouf, M. & Siddiqi, M. Knowledge-Based Systems Weighted logistic regression for large-scale imbalanced and rare events data. Knowledge-Based Syst. J. 59 , 142–144 (2014). Trafalis, T. B., Adrianto, I. & Lakshmivarahan, M. B. R. S. Machine-learning classifiers for imbalanced tornado data. Comput. Manag. Sci. (2013) doi:10.1007/s10287-013-0174-6. Zhang, J. & Mani, I. KNN approach to Unbalanced Data distributions:A case study involving information extraction. (2003). Borowska, K. & Stepaniuk, J. A Study of the Behavior of Several Methods for Balancing Machine Learning Training Data. Lect. Notes Comput. Sci. (including Subser. Lect. Notes Artif. Intell. Lect. Notes Bioinformatics) 9842 LNCS , 31–42 (2016). Dyk, D. A. V. & Meng, X. L. The art of data augmentation. J. Comput. Graph. Stat. 10 , 1–50 (2001). Shorten, C. & Khoshgoftaar, T. M. A survey on Image Data Augmentation for Deep Learning. J. Big Data 6 , (2019). Barua, S., Islam, M. M., Yao, X. & Murase, K. MWMOTE - Majority weighted minority oversampling technique for imbalanced data set learning. IEEE Trans. Knowl. Data Eng. 26 , 405–425 (2014). Menardi, G. & Torelli, N. Training and assessing classification rules with imbalanced data . Data Mining and Knowledge Discovery vol. 28 (2014). Fernández, A., García, S., Herrera, F. & Chawla, N. V. SMOTE for Learning from Imbalanced Data: Progress and Challenges, Marking the 15-year Anniversary. J. Artif. Intell. Res. 61 , 863–905 (2018). Padmaja, T. M., Dhulipalla, N., Krishna, P. R., Bapi, R. S. & Laha, A. An unbalanced data classification model using hybrid sampling technique for fraud detection. Lect. Notes Comput. Sci. (including Subser. Lect. Notes Artif. Intell. Lect. Notes Bioinformatics) 4815 LNCS , 341–348 (2007). Quinlan, J. R. Induction of decision trees. Mach. Learn. 1 , 81–106 (1986). Breiman, L. Random Forests. Mach. Learn. 5–32 (2001). Geurts, P., Ernst, D. & Wehenkel, L. Extremely randomized trees. Mach. Learn. 63 , 3–42 (2006). Freund, Y. & Schapire, R. E. A Decision-Theoretic Generalization of On-Line Learning and an Application to Boosting. J. Comput. Syst. Sci. 55 , 119–139 (1997). Friedman, J. H. Greedy Function Approximation: A Gradient Boosting Machine. Ann. Stat. 29 , 1189–1232 (2001). Meyer, D. & Wien, F. T. Support vector machines. R News 1 , 23–26 (2001). Keller, J. M., Gray, M. R. & Givens, J. A. A fuzzy k-nearest neighbor algorithm. IEEE Trans. Syst. Man. Cybern. 580–585 (1985). Jain, A. K., Mao, J. & Mohiuddin, K. M. Artificial neural networks: A tutorial. Computer (Long. Beach. Calif). 29 , 31–44 (1996). Lawrence, S., Giles, C. L., Tsoi, A. C. & Back, A. D. Face recognition: A convolutional neural-network approach. IEEE Trans. neural networks 8 , 98–113 (1997). Cho, K. et al. Learning phrase representations using RNN encoder-decoder for statistical machine translation. arXiv Prepr. arXiv1406.1078 (2014). Chen, C., Liaw, A. & Breiman, L. Using Random Forest to Learn Imbalanced Data. Discovery 1–12 (2004). Seiffert, C., Khoshgoftaar, T. M., Van Hulse, J. & Napolitano, A. RUSBoost: A hybrid approach to alleviating class imbalance. IEEE Trans. Syst. Man, Cybern. Part ASystems Humans 40 , 185–197 (2010). Liu, T.-Y. Easyensemble and feature selection for imbalance data sets. in 2009 international joint conference on bioinformatics, systems biology and intelligent computing 517–520 (IEEE, 2009). Kubat, M. & Matwin, S. Addressing the Curse of Imbalanced training sets:One-sided selection. 4 , (1997). Olvera-López, J. A., Carrasco-Ochoa, J. A., Martínez-Trinidad, J. F. & Kittler, J. A review of instance selection methods. Artif. Intell. Rev. 34 , 133–143 (2010). Kiyohara, S., Miyata, T. & Mizoguchi, T. Imbalanced-learn: A Python Toolbox to Tackle the Curse of Imbalanced Datasets in Machine Learning. Mach. Learn. Res. 18 , 1–5 (2017). Lin, W. C., Tsai, C. F., Hu, Y. H. & Jhang, J. S. Clustering-based undersampling in class-imbalanced data. Inf. Sci. (Ny). 409 – 410 , 17–26 (2017). Tomek, I. Two Modifications of CNN. IEEE Trans. Syst. Man, Cybern. Part ASystems Humans SMC - 6 , 769–772 (1976). Laurikkala, J. Improving identification of difficult small classes by balancing class distribution. Lect. Notes Comput. Sci. (including Subser. Lect. Notes Artif. Intell. Lect. Notes Bioinformatics) 2101 , 63–66 (2001). Smith, M. R., Martinez, T. & Giraud-Carrier, C. An instance level analysis of data complexity. Mach. Learn. 95 , 225–256 (2014). Chawla, N. V., Bowyer, K. W., Lawrence, O. H. & Kegelmeyer, W. P. SMOTE: Synthetic Minority Over-sampling Technique. Artif. Intell. Res. 30 , 321–357 (2002). Li, C., Jiang, L., Li, H. & Wang, S. Attribute Weighted Value Difference Metric. IEEE 25th Int. Conf. Tools with Artif. Intell. (2013) doi:10.1109/ICTAI.2013.91. Batista, G. E. A. P. A., Bazzan, A. L. C. & Monard, M. C. Balancing Training Data for Automated Annotation of Keywords: a Case Study. Proc. Second Brazilian Work. Bioinforma. 35–43 (2003). Monard, M. C. A Study of the Behavior of Several Methods for Balancing Machine Learning Training Data. ACM SIGKDD Explor. Newsl. 6 , 20–29 (2004). Vluymans, S. Chapter 2. Classification. in Dealing with Imbalanced and Weakly Labelled Data in Machine Learning using Fuzzy and Rough Set Methods 17–35 (2019). doi:10.1163/ej.9789004172067.i-752.38. Buckland, M. & Gey, F. The relationship between Recall and Precision. J. Am. Soc. Inf. Sci. 45 , 12–19 (1994). Goutte, C. & Gaussier, E. A Probabilistic Interpretation of Precision, Recall and F-Score, with Implication for Evaluation. Lect. Notes Comput. Sci. 3408 , 345–359 (2005). Cohen, J. A Coefficient of Agreement for Nominal Scales. Educ. Psychol. Meas. 20 , 37–46 (1960). Demˇ, J. Statistical Comparisons of Classifiers over Multiple Data Sets. Mach. Learn. Res. 7 , 1–30 (2006). Pereira, D. G., Afonso, A. & Medeiros, F. M. Overview of Friedman’s test and post-hoc analysis. Commun. Stat. - Simul. Comput. 37–41 (2014) doi:10.1080/03610918.2014.931971. García, S. & Herrera, F. An extension on ‘statistical comparisons of classifiers over multiple data sets’ for all pairwise comparisons. J. Mach. Learn. Res. 9 , 2677–2694 (2008). Kirschbaum, D. B., Adler, R., Hong, Y., Hill, S. & Lerner-Lam, A. A global landslide catalog for hazard applications: Method, results, and limitations. Nat. Hazards 52 , 561–575 (2010). Kirschbaum, D., Stanley, T. & Zhou, Y. Spatial and temporal analysis of a global landslide catalog. Geomorphology 249 , 4–15 (2015). Juang, C. S., Stanley, T. A. & Kirschbaum, D. B. Using citizen science to expand the global map of landslides : Introducing the Cooperative Open Online Landslide Repository ( COOLR ). 1–28 (2019). Florinsky, I. V. Computation of the third-order partial derivatives from a digital elevation model. Int. J. Geogr. Inf. Sci. 23 , 213–231 (2009). Park, M. Y. & Hastie, T. L1-regularization path algorithm for generalized linear models. J. R. Stat. Soc. Ser. B Stat. Methodol. 69 , 659–677 (2007). Wieczorek, G. F. & Leahy, P. P. Landslide hazard mitigation in North America. Environ. Eng. Geosci. 14 , 133–144 (2008). Liu, C. et al. Susceptibility evaluation and mapping of China’s landslides based on multi-source data. Nat. Hazards 69 , 1477–1495 (2013). Günther, A., Van Den Eeckhaut, M., Malet, J. P., Reichenbach, P. & Hervás, J. Climate-physiographically differentiated Pan-European landslide susceptibility assessment using spatial multi-criteria evaluation and transnational landslide information. Geomorphology 224 , 69–85 (2014). Moniz, N. & Monteiro, H. No Free Lunch in imbalanced learning. Knowledge-Based Syst. 227 , 107222 (2021). Pepyne, D. L. Simple Explanation of the No Free Lunch. Cybernetics 38 , 292–298 (2002). Additional Declarations No competing interests reported. Supplementary Files supplementalmaterials.zip Cite Share Download PDF Status: Posted Version 1 posted You are reading this latest preprint version Research Square lets you share your work early, gain feedback from the community, and start making changes to your manuscript prior to peer review in a journal. As a division of Research Square Company, we’re committed to making research communication faster, fairer, and more useful. We do this by developing innovative software and high quality services for the global research community. Our growing team is made up of researchers and industry professionals working together to solve the most critical problems facing scientific publishing. Also discoverable on Platform About Our Team In Review Editorial Policies Advisory Board Help Center Resources Author Services Accessibility API Access RSS feed Manage Cookie Preferences © Research Square 2026 | ISSN 2693-5015 (online) Privacy Policy Terms of Service Do Not Sell My Personal Information {"props":{"pageProps":{"initialData":{"identity":"rs-2337189","acceptedTermsAndConditions":true,"allowDirectSubmit":true,"archivedVersions":[],"articleType":"Article","associatedPublications":[],"authors":[{"id":158624658,"identity":"cb28ea05-3aa9-43ca-b868-f089e8f31344","order_by":0,"name":"Junfei Liu","email":"","orcid":"","institution":"Beijing Normal University","correspondingAuthor":false,"submittingAuthor":false,"prefix":"","firstName":"Junfei","middleName":"","lastName":"Liu","suffix":""},{"id":158624659,"identity":"fbcfd0bb-f47b-414c-85ff-5af62b30cc13","order_by":1,"name":"Kai Liu","email":"","orcid":"","institution":"Beijing Normal University","correspondingAuthor":false,"submittingAuthor":false,"prefix":"","firstName":"Kai","middleName":"","lastName":"Liu","suffix":""},{"id":158624660,"identity":"cb74bd0f-b498-44c0-9289-40e8b6be2f71","order_by":2,"name":"Ming Wang","email":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAAyAQMAAABI0h/eAAAABlBMVEX///8AAABVwtN+AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA1klEQVRIiWNgGAWjYNACAwYGfgkwi5kELZIzSNMC0nWDWC0Gx88efnWj4I7d5tu9xyQYKqwTG9jPHsCv5UxemnWOwbPkbXfOpUkwnElPbODJS8CrxexAjplxjsHhZLMbOWYSjG2HExskeAzwazn/BqLFeAZIyz9itNzIMX4M1GJnIAHS0kCEFvsbb8yYgVoSJO6cMbZIOJZu3MaTg1+LZH+O8eecP4ft+Wf3GN74UGMt289+Br8WIGADxXtiA4iZAOISUg8EzB9ADiRC4SgYBaNgFIxUAAAXNUXykZATJwAAAABJRU5ErkJggg==","orcid":"","institution":"Beijing Normal University","correspondingAuthor":true,"submittingAuthor":false,"prefix":"","firstName":"Ming","middleName":"","lastName":"Wang","suffix":""}],"badges":[],"createdAt":"2022-12-02 11:29:23","currentVersionCode":1,"declarations":"","doi":"10.21203/rs.3.rs-2337189/v1","doiUrl":"https://doi.org/10.21203/rs.3.rs-2337189/v1","draftVersion":[],"editorialEvents":[],"editorialNote":"","failedWorkflow":false,"files":[{"id":30212603,"identity":"5f5b67f8-2fae-4625-8b7c-7a876f558b36","added_by":"auto","created_at":"2022-12-12 15:52:23","extension":"png","order_by":1,"title":"Figure 1","display":"","copyAsset":false,"role":"figure","size":17926,"visible":true,"origin":"","legend":"\u003cp\u003e\u003cstrong\u003eIllustration of 3 different sampling strategies for a binary problem\u003c/strong\u003e\u003c/p\u003e","description":"","filename":"Fig.1.png","url":"https://assets-eu.researchsquare.com/files/rs-2337189/v1/93d78298eb762573b5e5d4e3.png"},{"id":30213906,"identity":"8a738401-790a-4be4-880f-e627a85613db","added_by":"auto","created_at":"2022-12-12 16:00:23","extension":"png","order_by":2,"title":"Figure 2","display":"","copyAsset":false,"role":"figure","size":30873,"visible":true,"origin":"","legend":"\u003cp\u003e\u003cstrong\u003eBrief Workflow of IBL Modelling\u003c/strong\u003e\u003c/p\u003e","description":"","filename":"Fig.2.png","url":"https://assets-eu.researchsquare.com/files/rs-2337189/v1/3f10d307b7542a3d0d9fc3b2.png"},{"id":30212606,"identity":"ded5e0b6-45cd-492b-94f2-f21d1be668a6","added_by":"auto","created_at":"2022-12-12 15:52:23","extension":"png","order_by":3,"title":"Figure 3","display":"","copyAsset":false,"role":"figure","size":886501,"visible":true,"origin":"","legend":"\u003cp\u003e\u003cstrong\u003eIllustration of undersampling strategies \u003c/strong\u003e\u003csup\u003e20,41,42\u003c/sup\u003e\u003c/p\u003e","description":"","filename":"Fig.3.png","url":"https://assets-eu.researchsquare.com/files/rs-2337189/v1/85ce935f0390204d2ec45078.png"},{"id":30212604,"identity":"26eb9307-3dc9-45c3-980a-28543f462d9f","added_by":"auto","created_at":"2022-12-12 15:52:23","extension":"png","order_by":4,"title":"Figure 4","display":"","copyAsset":false,"role":"figure","size":1428227,"visible":true,"origin":"","legend":"\u003cp\u003e\u003cstrong\u003eGeneral Workflow\u003c/strong\u003e\u003c/p\u003e","description":"","filename":"Fig.4.png","url":"https://assets-eu.researchsquare.com/files/rs-2337189/v1/4ec9be276633004bffb30912.png"},{"id":30213907,"identity":"d601696f-f24b-424d-9150-5a5a16a0f888","added_by":"auto","created_at":"2022-12-12 16:00:23","extension":"png","order_by":5,"title":"Figure 5","display":"","copyAsset":false,"role":"figure","size":1212711,"visible":true,"origin":"","legend":"\u003cp\u003e\u003cstrong\u003ePosthoc test on different metrics\u003c/strong\u003e\u003c/p\u003e","description":"","filename":"Fig.5.png","url":"https://assets-eu.researchsquare.com/files/rs-2337189/v1/3d0f22e628b61152744bfe74.png"},{"id":30212608,"identity":"db47ed4a-20f0-47c9-a8f5-fe235a531698","added_by":"auto","created_at":"2022-12-12 15:52:25","extension":"zip","order_by":12,"title":"","display":"","copyAsset":false,"role":"supplement","size":61038078,"visible":true,"origin":"","legend":"","description":"","filename":"supplementalmaterials.zip","url":"https://assets-eu.researchsquare.com/files/rs-2337189/v1/d20b1b511c634cbd0e5a1d36.zip"}],"financialInterests":"No competing interests reported.","formattedTitle":"A Framework for Imbalanced Modelling in Disaster Management: A Case Study Involving Global Landslide Susceptibility","fulltext":[{"header":"1. Introduction","content":"\u003cp\u003eThe number of extreme disaster events in the world has been increasing since the 21st century. According to the International Disaster Database-Centre for Research on the Epidemiology of Disasters (CRED), 7737 natural disasters were reported in 2021, which caused 1.25\u0026nbsp;million deaths, affected 4.13\u0026nbsp;billion people, and caused an economic loss of US\u003cspan\u003e$\u003c/span\u003e3.14 trillion. The impact and severity of disasters have increased significantly compared with the past two decades \u003csup\u003e \u003cspan citationid=\"CR1\" class=\"CitationRef\"\u003e1\u003c/span\u003e,\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e \u003c/sup\u003e.\u003c/p\u003e \u003cp\u003eWith the thriving development of artificial intelligence (AI) technology, its application in the field of disaster management has become common. One hundred papers directly applied AI, machine learning (ML), and deep learning (DL) to disaster studies from 2010 to 2019 \u003csup\u003e3\u003c/sup\u003e. ML techniques have fundamentally improved research efficiency and model validity in the field of disaster management in the last two decades \u003csup\u003e\u003cspan citationid=\"CR4\" class=\"CitationRef\"\u003e4\u003c/span\u003e\u003c/sup\u003e. The algorithms that were implemented most frequently were the Artificial Neural Network (ANN), Support Vector Machine (SVM), Fuzzy Logic, Regression Algorithm, and Genetic Algorithm \u003csup\u003e\u003cspan citationid=\"CR5\" class=\"CitationRef\"\u003e5\u003c/span\u003e\u003c/sup\u003e. Different disasters normally choose different algorithms; for instance, SVM, logistic regression (LR), random forest (RF) and ANN were implemented in the study of landslide susceptibility (LS) \u003csup\u003e\u003cspan citationid=\"CR6\" class=\"CitationRef\"\u003e6\u003c/span\u003e\u003c/sup\u003e.\u003c/p\u003e \u003cp\u003eHowever, all algorithms face a dilemma: how can the dataset be handled for modelling? The imbalanced learning (IBL) problem is inherent in disaster management, which means that one category of data accounts for the vast majority of a binary problem, and the imbalanced ratio (IBR) is too large to train the model properly; for instance, an IBR of 100 means that the ratio of majority class samples to minority class samples is 100:1 \u003csup\u003e7\u003c/sup\u003e. Researchers intuitively hope that the accuracy of a binary classifier can balance the two categories, but it is difficult for a high IBR dataset. The reason is that the model can classify all samples as the majority class to achieve 99% accuracy \u003csup\u003e\u003cspan citationid=\"CR8\" class=\"CitationRef\"\u003e8\u003c/span\u003e\u003c/sup\u003e.\u003c/p\u003e \u003cp\u003eThe current field of disaster science has proposed corresponding solutions in several aspects to avoid the IBL problem.\u003c/p\u003e \u003cp\u003eIn terms of samples, random majority undersampling (RUS) is a common, direct and effective method that trains the model by all minority class data and a random dice of data from the majority class \u003csup\u003e\u003cspan citationid=\"CR9\" class=\"CitationRef\"\u003e9\u003c/span\u003e\u003c/sup\u003e. A typical approach is to randomly dice twice the amount of majority samples compared with minority samples, and 50 iterations were applied to train 50 different models. The final result and metrics performance are the average of the 50 models \u003csup\u003e\u003cspan citationid=\"CR10\" class=\"CitationRef\"\u003e10\u003c/span\u003e\u003c/sup\u003e. There are two significant shortcomings of RUS. First, the optimal ratio of RUS is unknown, and important features of the majority class are prone to learn insufficiently due to information loss \u003csup\u003e\u003cspan citationid=\"CR11\" class=\"CitationRef\"\u003e11\u003c/span\u003e\u003c/sup\u003e.\u003c/p\u003e \u003cp\u003eCost-sensitive learning (CSL) refers to adjusting the cost weight of different classes, and the model can be relatively balanced during training \u003csup\u003e\u003cspan citationid=\"CR12\" class=\"CitationRef\"\u003e12\u003c/span\u003e\u003c/sup\u003e. Specifically, there are three approaches to achieve it. The first one is to construct a new distribution space by introducing a new cost variable, and the minimum misclassified rate of the new distribution space is approximately equal to the real minimum misclassified rate; the second approach is to make a specific algorithm cost; the third approach is to apply the Bayesian theorem to classify each sample into its lowest risk category \u003csup\u003e\u003cspan citationid=\"CR13\" class=\"CitationRef\"\u003e13\u003c/span\u003e,\u003cspan citationid=\"CR14\" class=\"CitationRef\"\u003e14\u003c/span\u003e\u003c/sup\u003e. The drawback of CSL is an unknowingly optimal ratio \u003csup\u003e\u003cspan citationid=\"CR13\" class=\"CitationRef\"\u003e13\u003c/span\u003e\u003c/sup\u003e. Nonetheless, the \"optimal\" ratio is still at risk of overfitting \u003csup\u003e\u003cspan citationid=\"CR15\" class=\"CitationRef\"\u003e15\u003c/span\u003e\u003c/sup\u003e.\u003c/p\u003e \u003cp\u003eThe advantages of the above methods are straightforward to apply. However, all of them have different shortcomings. A common problem is that the generalization of the model is prone to be insufficient, which means poor performance on datasets other than the validation set or the training validation set \u003csup\u003e\u003cspan citationid=\"CR13\" class=\"CitationRef\"\u003e13\u003c/span\u003e,\u003cspan citationid=\"CR16\" class=\"CitationRef\"\u003e16\u003c/span\u003e\u003c/sup\u003e.\u003c/p\u003e \u003cp\u003eIBL models have been applied in several disaster studies \u003csup\u003e\u003cspan citationid=\"CR16\" class=\"CitationRef\"\u003e16\u003c/span\u003e\u003c/sup\u003e. For instance, the weighted k-nearest neighbour (KNN) method was used for text data mining to detect and rank disasters \u003csup\u003e\u003cspan citationid=\"CR17\" class=\"CitationRef\"\u003e17\u003c/span\u003e\u003c/sup\u003e, and CSL and resampling were applied to study tornadoes \u003csup\u003e\u003cspan citationid=\"CR14\" class=\"CitationRef\"\u003e14\u003c/span\u003e,\u003cspan citationid=\"CR18\" class=\"CitationRef\"\u003e18\u003c/span\u003e,\u003cspan citationid=\"CR19\" class=\"CitationRef\"\u003e19\u003c/span\u003e\u003c/sup\u003e. However, no study has tried a variety of IBL approaches, and a modelling framework in the field of disaster management is still lacking from a lack of comparative research. Although the solution of IBL is very meaningful in the field of disaster science, a framework for IBL problems in this field has not been proposed, although it is widely used in other domains \u003csup\u003e\u003cspan citationid=\"CR15\" class=\"CitationRef\"\u003e15\u003c/span\u003e\u003c/sup\u003e.\u003c/p\u003e \u003cp\u003eInformed resampling (IR), which uses an advanced resampling strategy, is defined into three categories: undersampling, oversampling and hybrid sampling \u003csup\u003e\u003cspan citationid=\"CR14\" class=\"CitationRef\"\u003e14\u003c/span\u003e\u003c/sup\u003e (Fig.\u0026nbsp;\u003cspan refid=\"Fig1\" class=\"InternalRef\"\u003e1\u003c/span\u003e). IR is not a specific algorithm for modelling; it is more similar to the preprocessing of datasets. Briefly, undersampling applies different statistical frameworks to evaluate the characteristics of sample distribution, such as the use of distance-based domain relationships between samples \u003csup\u003e\u003cspan citationid=\"CR20\" class=\"CitationRef\"\u003e20\u003c/span\u003e\u003c/sup\u003e, which select a subset to remove samples with ambiguous features or noise, and it makes the refined majority class samples have apparent differences from minority class samples. Compared with RUS, this approach reduces information loss and improves the data quality and the model performance by balancing the learning weight \u003csup\u003e\u003cspan citationid=\"CR21\" class=\"CitationRef\"\u003e21\u003c/span\u003e\u003c/sup\u003e.\u003c/p\u003e \u003cp\u003eOversampling or data augmentation generates unobserved data or latent variables to improve the data quality and the efficiency of training models from iterative optimization or sampling algorithms without substantially increasing the amount of data \u003csup\u003e\u003cspan citationid=\"CR22\" class=\"CitationRef\"\u003e22\u003c/span\u003e\u003c/sup\u003e. This technique is widely used in image recognition \u003csup\u003e\u003cspan citationid=\"CR23\" class=\"CitationRef\"\u003e23\u003c/span\u003e\u003c/sup\u003e. This method is different from bootstrapping or random oversampling because it is not simply \u0026lsquo;copying\u0026rsquo; and \u0026lsquo;pasting\u0026rsquo; the original samples, and certain randomness occurs when the algorithm generates samples, which apparently reduces the overfitting of the classifier \u003csup\u003e\u003cspan additionalcitationids=\"CR25\" citationid=\"CR24\" class=\"CitationRef\"\u003e24\u003c/span\u003e\u0026ndash;\u003cspan citationid=\"CR26\" class=\"CitationRef\"\u003e26\u003c/span\u003e\u003c/sup\u003e.\u003c/p\u003e \u003cp\u003eHybrid sampling methods that combine undersampling and oversampling have been proposed \u003csup\u003e\u003cspan citationid=\"CR27\" class=\"CitationRef\"\u003e27\u003c/span\u003e\u003c/sup\u003e. For instance, the synthetic minority oversampling technique (SMOTE) \u003csup\u003e\u003cspan citationid=\"CR26\" class=\"CitationRef\"\u003e26\u003c/span\u003e\u003c/sup\u003e, a typical oversampling algorithm, can generate noise from the interpolation of new samples, which can affect the performance of the established model. The noise generated by oversampling can be removed if the undersampling method is applied after oversampling \u003csup\u003e\u003cspan citationid=\"CR21\" class=\"CitationRef\"\u003e21\u003c/span\u003e\u003c/sup\u003e.\u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003cp\u003eThis study proposes a new modelling framework in disaster management, and the global landslide susceptibility was involved as a case study. IR and improved ensemble learning (IEL) were implemented. It was found that the new framework can significantly improve the performance of the classifier compared with the commonly used methods. The optimal classifier is the extra tree (ET) according to the post hoc test, and the ET model built on the SMOTE \u0026amp; Edited Nearest Neighbours (ENN) resampling dataset is prime for global SL.\u003c/p\u003e"},{"header":"2. Materials And Methodology","content":"\u003cp\u003e \u003c/p\u003e \u003cdiv id=\"Sec3\" class=\"Section2\"\u003e \u003ch2\u003e2.1 Supervised learning (SL) algorithm and validation sets\u003c/h2\u003e \u003cp\u003eIR datasets were implemented to train SL models (Fig.\u0026nbsp;\u003cspan refid=\"Fig2\" class=\"InternalRef\"\u003e2\u003c/span\u003e).\u003c/p\u003e \u003cp\u003eA decision tree (DT) \u003csup\u003e\u003cspan citationid=\"CR28\" class=\"CitationRef\"\u003e28\u003c/span\u003e\u003c/sup\u003e is a tree-like structure classifier for classification problems, and the DT creates a rule to predict the value of an instance variable by learning decision rules inferred from the data features. Specifically, the node represents the test on a feature, the branch is the outcome of the test, and the leaf node represents the class label. In this study, the CART algorithm is implemented to construct a binary DT by calculating the Gini index as follows:\u003cdiv id=\"Equ1\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ1\" name=\"EquationSource\"\u003e\n$$Gini \\left(D\\right)=1-\\sum _{i=1}^{m}{p}_{i}^{2}$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e3\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003ewhere p\u003csub\u003ei\u003c/sub\u003e denotes the possibility of a training sample belonging to class C\u003csub\u003ei\u003c/sub\u003e in D. p\u003csub\u003ei\u003c/sub\u003e is calculated by |C\u003csub\u003ei,D\u003c/sub\u003e|/|D|; m is the total number of classes.\u003c/p\u003e \u003cp\u003eRF \u003csup\u003e\u003cspan citationid=\"CR29\" class=\"CitationRef\"\u003e29\u003c/span\u003e\u003c/sup\u003e is a meta estimator that ensembles a number of DT classifiers. RF decreases the variance and tendency of overfitting by involving two randomness strategies, creating splits from all input features and a random subset of features, and averaging the predictions of all decision tree classifiers.\u003c/p\u003e \u003cp\u003eET \u003csup\u003e\u003cspan citationid=\"CR30\" class=\"CitationRef\"\u003e30\u003c/span\u003e\u003c/sup\u003e is an ensemble algorithm that is similar to RF, and it keeps the strategies of RF but further the randomness by taking random thresholds for features when splitting. ET normally decreases the variance but increases the bias compared with RF.\u003c/p\u003e \u003cp\u003eADB \u003csup\u003e\u003cspan citationid=\"CR31\" class=\"CitationRef\"\u003e31\u003c/span\u003e\u003c/sup\u003e ensembles a sequence of weak classifiers (DTs in this study) to increase the model performance by iteratively modifying the dataset. The boosting iteration of ADB modifies the dataset by reweighting each sample of the training set at each iteration, and the weights of samples that were incorrectly predicted by the model increase, whereas the weights are decreased for those that were predicted correctly.\u003c/p\u003e \u003cp\u003eGradient tree boost (GB) \u003csup\u003e\u003cspan citationid=\"CR32\" class=\"CitationRef\"\u003e32\u003c/span\u003e\u003c/sup\u003e is a type of boosting algorithm that generalizes a sequence of weak classifiers (DTs in this study) according to an arbitrary differentiable loss function:\u003cdiv id=\"Equ2\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ2\" name=\"EquationSource\"\u003e\n$${L}_{MSE}=\\frac{1}{n}\\sum _{i=1}^{n}{({y}_{i}-F({x}_{i}\\left)\\right)}^{2}$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e4\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003ewhere F(x\u003csub\u003ei\u003c/sub\u003e) is the prediction value of classifier F and the goal of the loss function is to minimize the mean squared error (MSE).\u003c/p\u003e \u003cp\u003eAssume X is an n attribute vector and y\u003csub\u003ei\u003c/sub\u003e takes values in the set{0,1}. LR predicts the probability of the positive class P(y\u003csub\u003ei\u003c/sub\u003e=1|X\u003csub\u003ei\u003c/sub\u003e) as:\u003cdiv id=\"Equ3\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ3\" name=\"EquationSource\"\u003e\n$$P\\left({X}_{i}\\right)=\\frac{1}{1+\\text{e}\\text{x}\\text{p}(-{X}_{i}\\omega -{\\omega }_{0})}$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e5\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003ewhere ω and ω\u003csub\u003e0\u003c/sub\u003e are parameters, and they can be assessed by minimizing the following cost function with regularization term r(ω):\u003cdiv id=\"Equ4\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ4\" name=\"EquationSource\"\u003e\n$$\\underset{{\\omega }}{\\text{min}}C\\sum _{i=1}^{n}\\left(-{y}_{i}\\text{log}\\left(P\\left({X}_{i}\\right)\\right)-(1-{y}_{i})\\text{log}(1-P({X}_{i}\\left)\\right)\\right)+r\\left({\\omega }\\right)$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e6\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003eSVM \u003csup\u003e\u003cspan citationid=\"CR33\" class=\"CitationRef\"\u003e33\u003c/span\u003e\u003c/sup\u003e applies a hyperplane ω\u003csup\u003eT\u003c/sup\u003ez+b=0 to separate samples into two classes for a binary problem:\u003cdiv id=\"Equ5\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ5\" name=\"EquationSource\"\u003e\n$$\\left\\{\\begin{array}{c}-{{\\omega }}^{T}{x}_{i}+b\\ge 1, {y}_{i}=1\\\\ -{{\\omega }}^{T}{x}_{i}+b\\le 0, {y}_{i}=0\\end{array}\\right.$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e7\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003ewhere x\u003csub\u003ei\u003c/sub\u003e is the attribute vector of the samples and y\u003csub\u003ei\u003c/sub\u003e is the label of each one.\u003c/p\u003e \u003cp\u003eThe support vectors are defined as samples that are close to the hyperplane. The margin is defined as the distance between two support vectors of two classes:\u003cdiv id=\"Equ6\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ6\" name=\"EquationSource\"\u003e\n$$\\gamma =\\frac{2}{\\left|\\right|\\omega \\left|\\right|}$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e8\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003eThe maximizing \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\gamma\\)\u003c/span\u003e\u003c/span\u003e is the optimal hyperplane.\u003c/p\u003e \u003cp\u003eKNN \u003csup\u003e\u003cspan citationid=\"CR34\" class=\"CitationRef\"\u003e34\u003c/span\u003e\u003c/sup\u003e is an instance-based algorithm. For a multifeature dataset, each sample can be handled as a subset of the feature space X with n-dimensional vector space R\u003csub\u003ed\u003c/sub\u003e, X={x\u003csub\u003e1\u003c/sub\u003e\u0026hellip;,x\u003csub\u003eN\u003c/sub\u003e}, x\u003csub\u003en\u003c/sub\u003e \u0026isin;R\u003csup\u003ed\u003c/sup\u003e. The difference between samples is calculated by the Euclidean function:\u003cdiv id=\"Equ7\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ7\" name=\"EquationSource\"\u003e\n$$d\\left(x,y\\right)=\\sqrt{\\sum _{i=1}^{n}{({x}_{i}-{y}_{i})}^{2}}$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e9\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003eand the closest number of k samples to an instance are called its KNN.\u003c/p\u003e \u003cp\u003eANN \u003csup\u003e\u003cspan citationid=\"CR35\" class=\"CitationRef\"\u003e35\u003c/span\u003e\u003c/sup\u003e implements the back propagation algorithm, which is a gradient-decent-based algorithm including one input layer, one output layer and one or more hidden layers. Each layer is composed of one or more neuron nodes. The training procedure contains three steps: randomly initialize the weights; each input unit feed forwards and broadcasts the signal to each of the neurons of the hidden layers; reverse error propagation from the output layer and updating the weights between the neurons in the input and hidden layers. The sigmoid function is used in this study to determine the output state:\u003cdiv id=\"Equ8\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ8\" name=\"EquationSource\"\u003e\n$${a}_{i}=\\frac{1}{1+{e}^{-ne{t}_{i}}}$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e10\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003eThe convolutional neural network (CNN) \u003csup\u003e\u003cspan citationid=\"CR36\" class=\"CitationRef\"\u003e36\u003c/span\u003e\u003c/sup\u003e architecture comprisesof convolutional layers, pooling layers and fully connected layers. Specifically, the convolution layer generates the output of neurons connected to the local regions of the input by calculating the weight of the neurons and the scalar product between the area connected to the input volume; the pooling layer applies downsampling to the given input by the spatial dimensionality; the fully connected layer performs the same with ANNs and calculates the confidence of the class score according to the activations.\u003c/p\u003e \u003cp\u003eThe gated recurrent unit (GRU) \u003csup\u003e\u003cspan citationid=\"CR37\" class=\"CitationRef\"\u003e37\u003c/span\u003e\u003c/sup\u003e addresses the vanishing gradient problem in a simply recurrent neural network (RNN) by consisting of two RNNs. Assuming a hidden state h and an optional output y that operates on a variable sequence x={x\u003csub\u003e1\u003c/sub\u003e,\u0026hellip;,x\u003csub\u003eT\u003c/sub\u003e}, one encodes a sequence of symbols into a fixed length vector representation:\u003cdiv id=\"Equ9\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ9\" name=\"EquationSource\"\u003e\n$${h}_{t}=f({h}_{t-1},{x}_{t})$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e11\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003ewhere f is a nonlinear activation function.\u003c/p\u003e \u003cp\u003eThe other decodes the representation into another sequence of symbols:\u003cdiv id=\"Equ10\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ10\" name=\"EquationSource\"\u003e\n$${h}_{t}=f({h}_{t-1},{y}_{t-1},c)$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e12\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003ewhere c is a summary of the whole input sequence after reading the end of the sequence of the first RNN. The two components of RNN are jointly trained to maximize:\u003cdiv id=\"Equ11\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ11\" name=\"EquationSource\"\u003e\n$$\\underset{\\theta }{\\text{max}}\\frac{1}{N}\\sum _{n=1}^{N}{\\text{log}}_{{p}_{\\theta }}\\left({y}_{n}\\right|{x}_{n})$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e13\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003ewhere θ is the model parameter and each (x\u003csub\u003en\u003c/sub\u003e, y\u003csub\u003en\u003c/sub\u003e) is a pair of input sequences and output sequences.\u003c/p\u003e \u003cp\u003eThe validation sets of all models are subsets of the original data because the IR strategies are prone to involve an estimation error. A reasonable and straightforward approach is randomly selecting 30% of the original data as a validation set, which does not involve all IBL training sets five times, and the final result is the average of 5 validation sets.\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec4\" class=\"Section2\"\u003e \u003ch2\u003e2.2 IEL methods\u003c/h2\u003e \u003cp\u003eThe balanced random forest (BRF) \u003csup\u003e\u003cspan citationid=\"CR38\" class=\"CitationRef\"\u003e38\u003c/span\u003e\u003c/sup\u003e classifier applies an improved bootstrapping in each classifier and reduces the information loss by the ensemble.\u003c/p\u003e \u003cp\u003eRUSBoost (RUSB) \u003csup\u003e\u003cspan citationid=\"CR39\" class=\"CitationRef\"\u003e39\u003c/span\u003e\u003c/sup\u003e is an extension of AdaBoost (ADB) that comprises RUS, and the ADB classifier applies RUS before each iteration to improve the performance of IBL models.\u003c/p\u003e \u003cp\u003eEasy Ensemble (EE) \u003csup\u003e\u003cspan citationid=\"CR40\" class=\"CitationRef\"\u003e40\u003c/span\u003e\u003c/sup\u003e is the ensemble of multiple ADB classifiers, and each ADB classifier is built by bootstrapping. The advantage of EE is significantly less training time based on apparently improved model performance.\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec5\" class=\"Section2\"\u003e \u003ch2\u003e2.3 IR\u003c/h2\u003e \u003cdiv id=\"Sec6\" class=\"Section3\"\u003e \u003ch2\u003e2.3.1 Undersampling\u003c/h2\u003e \u003cp\u003e \u003c/p\u003e \u003cp\u003eThe cluster centroid (CC) \u003csup\u003e\u003cspan citationid=\"CR43\" class=\"CitationRef\"\u003e43\u003c/span\u003e\u003c/sup\u003e is an extension of k-means clustering. Assuming that the dataset has been clustered into M disjoint subsets C\u003csub\u003e1\u003c/sub\u003e...,C\u003csub\u003eM\u003c/sub\u003e, each with a centroid c\u003csub\u003ei\u003c/sub\u003e, and the most widely used classification criterion for K-means clustering is the sum of squared Euclidean distances of samples and centroids m\u003csub\u003ek\u003c/sub\u003e, this criterion is named clustering error, which depends on the clustering centres m\u003csub\u003e1\u003c/sub\u003e,\u0026hellip;,m\u003csub\u003ek\u003c/sub\u003e:\u003cdiv id=\"Equ12\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ12\" name=\"EquationSource\"\u003e\n$$E\\left({m}_{1},\\dots ,{m}_{M}\\right)=\\sum _{i=1}^{N}\\sum _{k=1}^{M}I({x}_{i}\\in {C}_{k}){{x}_{i}‖{x}_{i}-{m}_{k}‖}^{2}$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e1\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003eif X is true I(X)\u0026thinsp;=\u0026thinsp;1 else I(X)\u0026thinsp;=\u0026thinsp;0. The K-means algorithm finds local optimal solutions for clustering errors. CC finds every centroid for the majority class by k-means and only keeps the data on the centroid or uses the kNN rule to keep the samples within the k nearest neighbour of the centroids\u003csup\u003e\u003cspan citationid=\"CR44\" class=\"CitationRef\"\u003e44\u003c/span\u003e\u003c/sup\u003e.\u003c/p\u003e \u003cp\u003eNear Miss \u003csup\u003e\u003cspan citationid=\"CR20\" class=\"CitationRef\"\u003e20\u003c/span\u003e\u003c/sup\u003e (NM) (Fig.\u0026nbsp;\u003cspan refid=\"Fig3\" class=\"InternalRef\"\u003e3\u003c/span\u003e) applies 3 different strategies to balance the dataset, and NM comprises kNN rules.\u003c/p\u003e \u003cp\u003eNM strategy 1 (NM1)) samples from the majority samples using the kNN algorithm, and it filters and retains the samples with the smallest average distance from the minority group.\u003c/p\u003e \u003cp\u003eNM strategy 2 (NM2) samples from the majority class using the kNN algorithm, and it filters the minority samples that are farthest from the majority group as a subset and retains the majority samples with the smallest average distance from them.\u003c/p\u003e \u003cp\u003eNM strategy 3 (NM3) preselects a group of samples of the minority samples as a subset, and it filters and retains the samples with the largest average distance from this group.\u003c/p\u003e \u003cp\u003eTomek\u0026rsquo;s link \u003csup\u003e\u003cspan citationid=\"CR45\" class=\"CitationRef\"\u003e45\u003c/span\u003e\u003c/sup\u003e (Fig.\u0026nbsp;\u003cspan refid=\"Fig3\" class=\"InternalRef\"\u003e3\u003c/span\u003e) applies the 1NN rule to remove the noise and border samples, which means there is a Tomek\u0026rsquo;s link if 2 samples are 1NN of each other, and they are defined as noise or border samples that can affect the decision boundary of the mode.\u003c/p\u003e \u003cp\u003eOne Sided Selection (OSS) \u003csup\u003e\u003cspan citationid=\"CR41\" class=\"CitationRef\"\u003e41\u003c/span\u003e\u003c/sup\u003e will run the program after Tomek\u0026rsquo;s link: add all minority samples to set C, add 1 sample from the majority class to C, and add all other samples to set S; traverse set S sample by sample, and apply the 1 nearest neighbour rule for each sample in S. If the sample is misclassified, add it to C; otherwise, repeat the above steps until no sample is added \u003csup\u003e\u003cspan citationid=\"CR46\" class=\"CitationRef\"\u003e46\u003c/span\u003e\u003c/sup\u003e.\u003c/p\u003e \u003cp\u003eENN \u003csup\u003e\u003cspan citationid=\"CR42\" class=\"CitationRef\"\u003e42\u003c/span\u003e\u003c/sup\u003e is a technique to remove noise and border samples. ENN traverses every sample and classifies if they are noise by kNN, and the criterion is the proportion of two classes, which means samples are not noise if 2/3 of samples of kNN are majority class, otherwise the noise needs to be removed.\u003c/p\u003e \u003cp\u003eThe neighbour cleaning rule (NCL) \u003csup\u003e\u003cspan citationid=\"CR46\" class=\"CitationRef\"\u003e46\u003c/span\u003e\u003c/sup\u003e is similar but different from OSS by the application of ENN rather than Tomek\u0026rsquo;s link. A T threshold parameter is added to avoid excessive data cleaning: C\u003csub\u003ei\u003c/sub\u003e\u0026gt;C*T, C\u003csub\u003ei\u003c/sub\u003e is the number of samples of classes and C is the number of samples of the dataset. The subsequent process is the same as that of OSS \u003csup\u003e\u003cspan citationid=\"CR46\" class=\"CitationRef\"\u003e46\u003c/span\u003e\u003c/sup\u003e.\u003c/p\u003e \u003cp\u003eThe instance hardness threshold (IHT) \u003csup\u003e\u003cspan citationid=\"CR47\" class=\"CitationRef\"\u003e47\u003c/span\u003e\u003c/sup\u003e defines the study problems of ML as maximizing the probability value by Bayes\u0026rsquo; theorem. Instance hardness (IH) means that the instance is prone to be classified incorrectly under the assumption h. A representative set of learning algorithms and their associated parameters ι are weighted a priori with nonzero probability, and all other learning algorithms are handled as having zero probability to approximate the unknown distribution p(h|t) or equivalently p(g(t, α)):\u003cdiv id=\"Equ13\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ13\" name=\"EquationSource\"\u003e\n$$I{H}_{\\iota }\\left(⟨{x}_{i},{y}_{i}⟩\\right)=1-\\frac{1}{\\left|\\iota \\right|}\\sum _{j=1}^{\\left|\\iota \\right|}p(\\left.{y}_{i}\\right|{x}_{i},{g}_{j}(t,{\\alpha }\\left)\\right)$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e2\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003eSpecifically, a pretrained classifier determines the probability value IHι of each majority class sample on the dataset, and those with low probability are considered indistinguishable samples that need to be removed.\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec7\" class=\"Section3\"\u003e \u003ch2\u003e2.3.2 Oversampling\u003c/h2\u003e \u003cp\u003eSMOTE \u003csup\u003e\u003cspan citationid=\"CR26\" class=\"CitationRef\"\u003e26\u003c/span\u003e\u003c/sup\u003e is a technique to artificially synthesize minority class samples by interpolating in the feature space of minority class samples. Compared with random oversampling (ROS), the advantage of SMOTE is that it effectively makes the decision region of the minority class samples more general and smoother \u003csup\u003e\u003cspan citationid=\"CR48\" class=\"CitationRef\"\u003e48\u003c/span\u003e\u003c/sup\u003e.\u003c/p\u003e \u003cp\u003eThere are two steps for SMOTE (Fig.\u0026nbsp;\u003cspan refid=\"Fig3\" class=\"InternalRef\"\u003e3\u003c/span\u003e). First, SMOTE randomly selects samples in kNN according to the required synthesis ratio. For example, 1 of the 5 nearest neighbours of each minority sample is randomly selected if 100% of the minority class samples need to be synthesized. A new sample can be randomly generated on the line segment composed of the two samples by calculating the difference between the feature vectors and multiplying the value difference by a random number between 0 and 1. SMOTE cannot be applied to categorical data.\u003c/p\u003e \u003cp\u003eSynthetic Minority Oversampling Technique for Nominal and Continuous (SMOTENC) \u003csup\u003e\u003cspan citationid=\"CR43\" class=\"CitationRef\"\u003e43\u003c/span\u003e\u003c/sup\u003e is only for the dataset of mixed variables. In oversampling of SMOTENC, the synthesis of continuous data is consistent with SMOTE, while categorical data will select the most common category in the nearest neighbour samples.\u003c/p\u003e \u003cp\u003eThe Euclidean distance rule is not applied in the Synthetic Minority Oversampling Technique for Nominal (SMOTEN) but the value difference metric (VDM) \u003csup\u003e\u003cspan citationid=\"CR49\" class=\"CitationRef\"\u003e49\u003c/span\u003e\u003c/sup\u003e.\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec8\" class=\"Section3\"\u003e \u003ch2\u003e2.3.3 Hybrid sampling\u003c/h2\u003e \u003cp\u003eAlthough SMOTE reduces overfitting compared to ROS, it can still generate noise when using SMOTE (Menardi and Torelli, 2014). Hybrid strategies that combine oversampling and undersampling have been proposed.\u003c/p\u003e \u003cp\u003eSMOTE \u0026amp; Tomek\u0026rsquo;s link (ST) \u003csup\u003e\u003cspan citationid=\"CR50\" class=\"CitationRef\"\u003e50\u003c/span\u003e\u003c/sup\u003e implements SMOTE for the minority class and Tomek\u0026rsquo;s link for both classes.\u003c/p\u003e \u003cp\u003eSMOTE \u0026amp; ENN (SE) \u003csup\u003e\u003cspan citationid=\"CR51\" class=\"CitationRef\"\u003e51\u003c/span\u003e\u003c/sup\u003e implements SMOTE for the minority class and ENN for both classes.\u003c/p\u003e \u003c/div\u003e \u003c/div\u003e \u003cdiv id=\"Sec9\" class=\"Section2\"\u003e \u003ch2\u003e2.4 Performance measure\u003c/h2\u003e \u003cp\u003eFor a binary classification problem, the confusion matrix defines the basis for performance metrics, and ROC is a plot generated by the true positive rate (TPR) and false positive rate (FPR). AUC will calculate the probability P value of each entity as a positive class iteratively when a model classifies which category an entity belongs to, and it sorts these values and calculates them as a threshold ϴ to weigh a positive category. The algorithm for calculating AUC is the trapezoidal rule \u003csup\u003e\u003cspan citationid=\"CR52\" class=\"CitationRef\"\u003e52\u003c/span\u003e\u003c/sup\u003e.\u003cdiv id=\"Equ14\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ14\" name=\"EquationSource\"\u003e\n$$TPR=\\frac{TP}{TP+FN}$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e3\u003c/div\u003e\u003c/div\u003e\u003cdiv id=\"Equ15\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ15\" name=\"EquationSource\"\u003e\n$$FPR=\\frac{FP}{FP+TN}$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e4\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003eRecall and Precision are from the confusion matrix(Buckland and Gey, 1994) and are defined as:\u003cdiv id=\"Equ16\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ16\" name=\"EquationSource\"\u003e\n$$Recall=TPR=\\frac{TP}{TP+FN}$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e5\u003c/div\u003e\u003c/div\u003e\u003cdiv id=\"Equ17\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ17\" name=\"EquationSource\"\u003e\n$$Precision=\\frac{TP}{TP+FP}$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e6\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003eNormally, a model requires both recall and precision to be high. The F-measure \u003csup\u003e\u003cspan citationid=\"CR54\" class=\"CitationRef\"\u003e54\u003c/span\u003e\u003c/sup\u003e is an equation to balance recall and precision. When the value of β is 1, F1 represents that recall and precision are equally important. If β\u0026thinsp;\u0026gt;\u0026thinsp;1, precision is considered more important than recall, and if β\u0026thinsp;\u0026lt;\u0026thinsp;1, recall is considered more important.\u003cdiv id=\"Equ18\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ18\" name=\"EquationSource\"\u003e\n$$F-measure=\\frac{({\\beta }^{2}+1)PR}{{\\beta }^{2}*P+R}$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e7\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003eG-mean \u003csup\u003e\u003cspan citationid=\"CR52\" class=\"CitationRef\"\u003e52\u003c/span\u003e\u003c/sup\u003e aggregates the accuracy of each class by taking the geometric mean of the accuracy to offset the dominance of the majority class.\u003cdiv id=\"Equ19\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ19\" name=\"EquationSource\"\u003e\n$$Gmean\\left(Ts\\right)=\\sqrt[m]{\\prod _{i=1}^{m}\\frac{corr\\left(\\text{T}\\text{s}\\text{i}\\right)}{\\left|\\text{T}\\text{s}\\text{i}\\right|}}$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e8\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003eCohen\u0026rsquo;s kappa \u003csup\u003e55\u003c/sup\u003emeasures the possibility of the agreement that occurs by chance. P\u003csub\u003e0\u003c/sub\u003e denotes the empirical probability of agreement, which equals accuracy, and P\u003csub\u003ee\u003c/sub\u003e is the possibility assigned labels randomly.\u003cdiv id=\"Equ20\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ20\" name=\"EquationSource\"\u003e\n$$Kappa=\\frac{{P}_{0}-{P}_{e}}{1-{P}_{e}}$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e9\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec10\" class=\"Section2\"\u003e \u003ch2\u003e2.5 Post hoc test\u003c/h2\u003e \u003cp\u003eFriedman's test is a widely applied approach \u003csup\u003e\u003cspan citationid=\"CR56\" class=\"CitationRef\"\u003e56\u003c/span\u003e\u003c/sup\u003e to compare the performance of multiple algorithms on multiple datasets simply by the number of metrics in ML.\u003c/p\u003e \u003cp\u003eLet \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\({{R}_{i}}^{j}\\)\u003c/span\u003e\u003c/span\u003ebe the ranking value of the j algorithm on the i dataset in the N datasets (for example, the model with the largest AUC ranks 1, the second largest ranks 2), the Friedman test compares the algorithms by the average ranking values under the null hypothesis that all algorithms are equivalent, and their ranking R\u003csub\u003ej\u003c/sub\u003e should be equal when N and k are large enough. The variable\u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\({{\\widehat{{\\chi }}}^{2}}_{F}\\)\u003c/span\u003e\u003c/span\u003e obeys k\u0026thinsp;\u0026minus;\u0026thinsp;1 degrees of freedom and (k-1)(N-1) F distribution \u003csup\u003e\u003cspan citationid=\"CR57\" class=\"CitationRef\"\u003e57\u003c/span\u003e\u003c/sup\u003e.\u003cdiv id=\"Equ21\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ21\" name=\"EquationSource\"\u003e\n$${{\\widehat{{\\chi }}}^{2}}_{F}=\\left[\\frac{12}{nk(k+1)}\\right.\\left.\\sum _{j}^{k}{{R}_{j}}^{2}\\right]-3n(k+1)$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e10\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003eIt does not require the commensurability of measures across different datasets because it is nonparametric and does not assume normality of sample means and is robust to outliers.\u003c/p\u003e \u003cp\u003eA further assessment is necessary if the differences are significant when the Friedman test rejects the null hypothesis. Nemenyi \u003csup\u003e\u003cspan citationid=\"CR58\" class=\"CitationRef\"\u003e58\u003c/span\u003e\u003c/sup\u003e proposed a method to calculate the threshold of the average ranking value (ARV) among algorithms. Namely, for the ranking averages R\u003csub\u003ei\u003c/sub\u003e and R\u003csub\u003ej\u003c/sub\u003e of the two algorithms among multiple datasets, if the difference exceeds the threshold of the ARV, reject R\u003csub\u003ei\u003c/sub\u003e=R\u003csub\u003ej\u003c/sub\u003e:\u003cdiv id=\"Equ22\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ22\" name=\"EquationSource\"\u003e\n$$\\left|\\stackrel{⃑}{{R}_{i}}-\\stackrel{⃑}{{R}_{j}}\\right|\u0026gt;{q}_{\\alpha }\\sqrt{\\frac{k(k+1)}{6n}}=CD$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e11\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003eq\u003csub\u003eα\u003c/sub\u003e is determined by the number of classifiers and the degree of confidence (Table\u0026nbsp;\u003cspan refid=\"Tab1\" class=\"InternalRef\"\u003e1\u003c/span\u003e) :\u003c/p\u003e \u003cp\u003e \u003cdiv class=\"gridtable\"\u003e\u003ctable float=\"Yes\" id=\"Tab1\" border=\"1\"\u003e \u003ccaption language=\"En\"\u003e \u003cdiv class=\"CaptionNumber\"\u003eTable 1\u003c/div\u003e \u003cdiv class=\"CaptionContent\"\u003e \u003cp\u003e\u003cb\u003eCritical values for the two-tailed Nemenyi test\u003c/b\u003e \u003csup\u003e\u003cspan citationid=\"CR56\" class=\"CitationRef\"\u003e56\u003c/span\u003e\u003c/sup\u003e\u003c/p\u003e \u003c/div\u003e \u003c/caption\u003e \u003ccolgroup cols=\"10\"\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c1\" colnum=\"1\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c2\" colnum=\"2\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c3\" colnum=\"3\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c4\" colnum=\"4\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c5\" colnum=\"5\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c6\" colnum=\"6\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c7\" colnum=\"7\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c8\" colnum=\"8\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c9\" colnum=\"9\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c10\" colnum=\"10\"\u003e\u003c/div\u003e \u003cthead\u003e \u003ctr\u003e \u003cth align=\"left\" colname=\"c1\"\u003e \u003cp\u003eClassifiers\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c2\"\u003e \u003cp\u003e2\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c3\"\u003e \u003cp\u003e3\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c4\"\u003e \u003cp\u003e4\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c5\"\u003e \u003cp\u003e5\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c6\"\u003e \u003cp\u003e6\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c7\"\u003e \u003cp\u003e7\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c8\"\u003e \u003cp\u003e8\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c9\"\u003e \u003cp\u003e9\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c10\"\u003e \u003cp\u003e10\u003c/p\u003e \u003c/th\u003e \u003c/tr\u003e \u003c/thead\u003e \u003ctbody\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eq\u003csub\u003e0.05\u003c/sub\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c2\"\u003e \u003cp\u003e1.960\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e2.343\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e2.569\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e2.728\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e2.850\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e2.949\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c8\"\u003e \u003cp\u003e3.031\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c9\"\u003e \u003cp\u003e3.102\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c10\"\u003e \u003cp\u003e3.164\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eq\u003csub\u003e0.10\u003c/sub\u003e\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c2\"\u003e \u003cp\u003e1.645\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e2.052\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e2.291\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e2.459\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e2.589\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e2.693\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c8\"\u003e \u003cp\u003e2.780\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c9\"\u003e \u003cp\u003e2.855\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c10\"\u003e \u003cp\u003e2.920\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003c/tbody\u003e \u003c/colgroup\u003e \u003c/table\u003e\u003c/div\u003e \u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec11\" class=\"Section2\"\u003e \u003ch2\u003e2.6 Case Study and available data\u003c/h2\u003e \u003cp\u003eGlobal LS was involved as a case study.\u003c/p\u003e \n\u003cp\u003e\u003cstrong\u003eTable 2: Description of Explanatory Variables to Develop the Global Susceptibility Map\u003c/strong\u003e\u003c/p\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin-right: calc(47%); width: 53%;\"\u003e\n \u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd valign=\"top\" width=\"12.038523274478331%\"\u003e\n \u003cp\u003eData type\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"21.187800963081862%\"\u003e\n \u003cp\u003eDataset\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"12.199036918138042%\"\u003e\n \u003cp\u003eResolution\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"13.643659711075442%\"\u003e\n \u003cp\u003eExplanatory variable\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 13.5989%;\" valign=\"top\" width=\"9.149277688603531%\"\u003e\n \u003cp\u003eExtent\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 62.8601%;\" valign=\"top\" width=\"31.781701444622794%\"\u003e\n \u003cp\u003eSource and details\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd valign=\"top\" width=\"12.038523274478331%\"\u003e\n \u003cp\u003eElevation\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"21.187800963081862%\"\u003e\n \u003cp\u003eGMTED2010: Global Multi-resolution Terrain Elevation Data 2010\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"12.199036918138042%\"\u003e\n \u003cp\u003e1km\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"13.643659711075442%\"\u003e\n \u003cp\u003eElevation, General Curvature, Slope Aspect\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 13.5989%;\" valign=\"top\" width=\"9.149277688603531%\"\u003e\n \u003cp\u003eGlobal\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 62.8601%;\" valign=\"top\" width=\"31.781701444622794%\"\u003e\n \u003cp\u003ehttps://developers.google.com/earth-engine/datasets/catalog/USGS_GMTED2010?hl=en\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd valign=\"top\" width=\"12.038523274478331%\"\u003e\n \u003cp\u003eSlope\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"21.187800963081862%\"\u003e\n \u003cp\u003eGMTED2010: Global Multi-resolution Terrain Elevation Data 2010\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"12.199036918138042%\"\u003e\n \u003cp\u003e1km\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"13.643659711075442%\"\u003e\n \u003cp\u003eSlope\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 13.5989%;\" valign=\"top\" width=\"9.149277688603531%\"\u003e\n \u003cp\u003eGlobal\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 62.8601%;\" valign=\"top\" width=\"31.781701444622794%\"\u003e\n \u003cp\u003ehttps://developers.google.com/earth-engine/datasets/catalog/USGS_GMTED2010?hl=en\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd valign=\"top\" width=\"12.038523274478331%\"\u003e\n \u003cp\u003eRainfall\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"21.187800963081862%\"\u003e\n \u003cp\u003eGlobal Precipitation Measurement\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"12.199036918138042%\"\u003e\n \u003cp\u003e10km\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"13.643659711075442%\"\u003e\n \u003cp\u003eglobal precipitation measurement (GPM)\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 13.5989%;\" valign=\"top\" width=\"9.149277688603531%\"\u003e\n \u003cp\u003eGlobal\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 62.8601%;\" valign=\"top\" width=\"31.781701444622794%\"\u003e\n \u003cp\u003ehttps://gpm.nasa.gov/data/directory\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd valign=\"top\" width=\"12.038523274478331%\"\u003e\n \u003cp\u003eLandcover\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"21.187800963081862%\"\u003e\n \u003cp\u003eFROM-GLC 2017v1\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"12.199036918138042%\"\u003e\n \u003cp\u003e300m\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"13.643659711075442%\"\u003e\n \u003cp\u003eLandcover type\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 13.5989%;\" valign=\"top\" width=\"9.149277688603531%\"\u003e\n \u003cp\u003eGlobal\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 62.8601%;\" valign=\"top\" width=\"31.781701444622794%\"\u003e\n \u003cp\u003ehttp://data.ess.tsinghua.edu.cn/\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd valign=\"top\" width=\"12.038523274478331%\"\u003e\n \u003cp\u003eSoil type\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"21.187800963081862%\"\u003e\n \u003cp\u003eGlobal Soil Regions Map\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"12.199036918138042%\"\u003e\n \u003cp\u003e1:5000000\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"13.643659711075442%\"\u003e\n \u003cp\u003eSoil classification\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 13.5989%;\" valign=\"top\" width=\"9.149277688603531%\"\u003e\n \u003cp\u003eGlobal\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 62.8601%;\" valign=\"top\" width=\"31.781701444622794%\"\u003e\n \u003cp\u003ehttps://www.nrcs.usda.gov/wps/portal/nrcs/detail/soils/use/?cid=nrcs142p2_054013\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd valign=\"top\" width=\"12.038523274478331%\"\u003e\n \u003cp\u003eNDVI\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"21.187800963081862%\"\u003e\n \u003cp\u003eMOD13A2.006 Terra Vegetation Indices 16-Day Global 1km\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"12.199036918138042%\"\u003e\n \u003cp\u003e1km\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"13.643659711075442%\"\u003e\n \u003cp\u003eForest cover\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 13.5989%;\" valign=\"top\" width=\"9.149277688603531%\"\u003e\n \u003cp\u003eGlobal\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 62.8601%;\" valign=\"top\" width=\"31.781701444622794%\"\u003e\n \u003cp\u003ehttps://developers.google.com/earth-engine/datasets/catalog/MODIS_006_MOD13A2\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd valign=\"top\" width=\"12.038523274478331%\"\u003e\n \u003cp\u003eLithology\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"21.187800963081862%\"\u003e\n \u003cp\u003eGlobal Lithological Map Database v1.0 (gridded to 0.5\u0026deg; spatial resolution). PANGAEA\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"12.199036918138042%\"\u003e\n \u003cp\u003e0.5\u0026deg;\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"13.643659711075442%\"\u003e\n \u003cp\u003eLithologic classification\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 13.5989%;\" valign=\"top\" width=\"9.149277688603531%\"\u003e\n \u003cp\u003eGlobal\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 62.8601%;\" valign=\"top\" width=\"31.781701444622794%\"\u003e\n \u003cp\u003ehttps://doi.pangaea.de/10.1594/PANGAEA.788537\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd valign=\"top\" width=\"12.038523274478331%\"\u003e\n \u003cp\u003eClimate Classes\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"21.187800963081862%\"\u003e\n \u003cp\u003eWORLD MAP OF THE K\u0026Ouml;PPEN-GEIGER CLIMATE CLASSIFICATION UPDATED\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"12.199036918138042%\"\u003e\n \u003cp\u003e10km\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"13.643659711075442%\"\u003e\n \u003cp\u003eClimate Classes\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 13.5989%;\" valign=\"top\" width=\"9.149277688603531%\"\u003e\n \u003cp\u003eGlobal\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 62.8601%;\" valign=\"top\" width=\"31.781701444622794%\"\u003e\n \u003cp\u003ehttp://koeppen-geiger.vu-wien.ac.at/present.htm\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd valign=\"top\" width=\"12.038523274478331%\"\u003e\n \u003cp\u003eRiver network\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"21.187800963081862%\"\u003e\n \u003cp\u003eMajor River Basins of the World, 2nd ed. (GRDC, 2020)\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"12.199036918138042%\"\u003e\n \u003cp\u003eVariable\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"13.643659711075442%\"\u003e\n \u003cp\u003eEuclidean distance to rivers\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 13.5989%;\" valign=\"top\" width=\"9.149277688603531%\"\u003e\n \u003cp\u003eGlobal\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 62.8601%;\" valign=\"top\" width=\"31.781701444622794%\"\u003e\n \u003cp\u003ehttps://www.bafg.de/GRDC/EN/02_srvcs/22_gslrs/221_MRB/riverbasins_node.html;jsessionid=\u003cbr\u003e63179A36F6128A65D1D6355B9035421D.live21323#doc2731742bodyText3\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr\u003e\n \u003ctd valign=\"top\" width=\"12.038523274478331%\"\u003e\n \u003cp\u003eLandslide Catalog\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"21.187800963081862%\"\u003e\n \u003cp\u003eGlobal Landslide Catalog (GLC) \u0026amp; Landslide Reporter Catalog (LRC)\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"12.199036918138042%\"\u003e\n \u003cp\u003eVariable\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd valign=\"top\" width=\"13.643659711075442%\"\u003e\n \u003cp\u003eLandslide report\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 13.5989%;\" valign=\"top\" width=\"9.149277688603531%\"\u003e\n \u003cp\u003eGlobal\u003c/p\u003e\n \u003c/td\u003e\n \u003ctd style=\"width: 62.8601%;\" valign=\"top\" width=\"31.781701444622794%\"\u003e\n \u003cp\u003ehttps://gpm.nasa.gov/landslides/coolrdata.html\u003c/p\u003e\n \u003c/td\u003e\n \u003c/tr\u003e\n \u003c/tbody\u003e\n\u003c/table\u003e\n \u003cp\u003eThe landslide location data for this study are from NASA GLC and LRC \u003csup\u003e\u003cspan additionalcitationids=\"CR60\" citationid=\"CR59\" class=\"CitationRef\"\u003e59\u003c/span\u003e\u0026ndash;\u003cspan citationid=\"CR61\" class=\"CitationRef\"\u003e61\u003c/span\u003e\u003c/sup\u003e. The digital elevation model (DEM), precipitation, slope, NDVI, land cover, lithology, soil types and climate classes are from the Google Earth Engine (GEE) platform (Table \u003cspan refid=\"Tab2\" class=\"InternalRef\"\u003e2\u003c/span\u003e).\u003c/p\u003e \u003cp\u003eSlope was calculated by the function of the GEE platform. Slope aspect and general curvature (GC) were calculated by DEM in third-order partial derivatives of QGIS \u003csup\u003e\u003cspan citationid=\"CR62\" class=\"CitationRef\"\u003e62\u003c/span\u003e\u003c/sup\u003e (Fig.\u0026nbsp;\u003cspan refid=\"Fig4\" class=\"InternalRef\"\u003e4\u003c/span\u003e). The Euclidean distance to rivers (EDTR) of landslide points was calculated by the Euclidean Distance tool in ArcMap and the variable of the Global River network (Table\u0026nbsp;\u003cspan refid=\"Tab2\" class=\"InternalRef\"\u003e2\u003c/span\u003e).\u003c/p\u003e \u003cp\u003eThis study applied RF, AdaBoost and L1 regularization \u003csup\u003e\u003cspan citationid=\"CR63\" class=\"CitationRef\"\u003e63\u003c/span\u003e\u003c/sup\u003e for feature selection, and 26 features were selected (Table\u0026nbsp;\u003cspan refid=\"Tab3\" class=\"InternalRef\"\u003e3\u003c/span\u003e).\u003c/p\u003e \u003cp\u003e \u003cdiv class=\"gridtable\"\u003e\u003ctable float=\"Yes\" id=\"Tab3\" border=\"1\"\u003e \u003ccaption language=\"En\"\u003e \u003cdiv class=\"CaptionNumber\"\u003eTable 3\u003c/div\u003e \u003cdiv class=\"CaptionContent\"\u003e \u003cp\u003eSelected Features\u003c/p\u003e \u003c/div\u003e \u003c/caption\u003e \u003ccolgroup cols=\"5\"\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c1\" colnum=\"1\"\u003e\u003c/div\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c2\" colnum=\"2\"\u003e\u003c/div\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c3\" colnum=\"3\"\u003e\u003c/div\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c4\" colnum=\"4\"\u003e\u003c/div\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c5\" colnum=\"5\"\u003e\u003c/div\u003e \u003cthead\u003e \u003ctr\u003e \u003cth align=\"left\" colname=\"c1\"\u003e \u003cp\u003eNumerical Variables\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c2\"\u003e \u003cp\u003eClimate Classes\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c3\"\u003e \u003cp\u003eLandcover\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c4\"\u003e \u003cp\u003eLithology\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c5\"\u003e \u003cp\u003eSoil\u003c/p\u003e \u003c/th\u003e \u003c/tr\u003e \u003c/thead\u003e \u003ctbody\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eGPM\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eAw\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003eCropland\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003eUnconsolidated Sediments\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003eGelisols\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eslope\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eCsb\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003eForest\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003ePyroclastics\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003eUltisols\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eGC\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eCwa\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003eGrassland\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003eCarbonate Sedimentary Rock\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003eInceptisols\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eDEM\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eDfc\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e\u0026nbsp;\u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003eEvaporites\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e \u003cp\u003eAlfisols\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eNDVI\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eET\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e\u0026nbsp;\u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003eBasic Volcanic Rocks\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e\u0026nbsp;\u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eEDTR\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e\u0026nbsp;\u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e \u003cp\u003eI\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003eBasic Plutonic Rocks\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e\u0026nbsp;\u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eSlope aspect\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e\u0026nbsp;\u003c/td\u003e \u003ctd align=\"left\" colname=\"c3\"\u003e\u0026nbsp;\u003c/td\u003e \u003ctd align=\"left\" colname=\"c4\"\u003e \u003cp\u003eAcid Plutonic Rocks\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c5\"\u003e\u0026nbsp;\u003c/td\u003e \u003c/tr\u003e \u003c/tbody\u003e \u003c/colgroup\u003e \u003c/table\u003e\u003c/div\u003e \u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003c/div\u003e"},{"header":"3. Result","content":" \u003cp\u003eThe performance of different SL algorithms on different metrics is measured by the Friedman \u0026amp; Nemenyi test (Fig.\u0026nbsp;\u003cspan refid=\"Fig5\" class=\"InternalRef\"\u003e5\u003c/span\u003e). The Y-axis is the ARV of 11 datasets resampled by IR, and the X-axis is the metrics of each SL algorithm. The vertical line is the CD value on a 95% significant interval of Nemenyi, which means there is a significant difference between the two algorithms if the two vertical lines are not overlapping, and there is a difference but not a statistically significant difference between the algorithms if there is an overlapping.\u003c/p\u003e \u003cp\u003eIn summary, although the ET algorithm has not achieved statistically significant differences on all metrics, it outperforms other algorithms according to ARV. Therefore, the ET algorithm is the optimal algorithm to study global land susceptibility.\u003c/p\u003e \u003cp\u003eThe performance of the IEL, AD and ET models established by the IR datasets is summarized in the table below. Table\u0026nbsp;\u003cspan refid=\"Tab4\" class=\"InternalRef\"\u003e4\u003c/span\u003e presents the F-1, AUC, Precision, Recall, G-mean and Kappa for the models.\u003c/p\u003e \u003cp\u003e \u003cdiv class=\"gridtable\"\u003e\u003ctable float=\"Yes\" id=\"Tab4\" border=\"1\"\u003e \u003ccaption language=\"En\"\u003e \u003cdiv class=\"CaptionNumber\"\u003eTable 4\u003c/div\u003e \u003cdiv class=\"CaptionContent\"\u003e \u003cp\u003ePerformance of different IBL methods\u003c/p\u003e \u003c/div\u003e \u003c/caption\u003e \u003ccolgroup cols=\"7\"\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c1\" colnum=\"1\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c2\" colnum=\"2\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c3\" colnum=\"3\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c4\" colnum=\"4\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c5\" colnum=\"5\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c6\" colnum=\"6\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c7\" colnum=\"7\"\u003e\u003c/div\u003e \u003cthead\u003e \u003ctr\u003e \u003cth align=\"left\" colname=\"c1\"\u003e \u003cp\u003eMethod\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c2\"\u003e \u003cp\u003eAUC\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c3\"\u003e \u003cp\u003eF1\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c4\"\u003e \u003cp\u003ePrecision\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c5\"\u003e \u003cp\u003eRecall\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c6\"\u003e \u003cp\u003eG-mean\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c7\"\u003e \u003cp\u003eKappa\u003c/p\u003e \u003c/th\u003e \u003c/tr\u003e \u003c/thead\u003e \u003ctbody\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eBRF\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c2\"\u003e \u003cp\u003e0.9847\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.0567\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.0292\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e1.0000\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.9072\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e0.0469\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eST\u0026amp;ET\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c2\"\u003e \u003cp\u003e0.9713\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.1615\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.0879\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.9976\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.9709\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e0.1533\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eSMOTENC\u0026amp;CNN\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c2\"\u003e \u003cp\u003e0.9579\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.1039\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.0554\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.8321\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.8771\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e0.0949\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eSE\u0026amp;ET\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c2\"\u003e \u003cp\u003e0.9533\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.1049\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.0554\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.9971\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.9709\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e0.0959\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eST\u0026amp;RF\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c2\"\u003e \u003cp\u003e0.9529\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.1197\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.0637\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.9826\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.9525\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e0.1109\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eSMOTENC\u0026amp;GRU\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c2\"\u003e \u003cp\u003e0.9503\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.0827\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.0435\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.8457\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.8729\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e0.0734\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eSMOTENC\u0026amp;RF\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c2\"\u003e \u003cp\u003e0.9409\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.1317\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.0708\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.9481\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.9409\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e0.1231\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eSE\u0026amp;CNN\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c2\"\u003e \u003cp\u003e0.9249\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.0488\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.0251\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.9100\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.8595\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e0.0389\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eRUS\u0026amp;ANN\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c2\"\u003e \u003cp\u003e0.9200\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.0633\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.0330\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.7870\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.8309\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e0.0537\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eST\u0026amp;KNN\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c2\"\u003e \u003cp\u003e0.9131\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.0579\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.0298\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.9991\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.9090\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e0.0481\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eRUSB\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c2\"\u003e \u003cp\u003e0.9009\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.0463\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.0238\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.8465\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.8306\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e0.0363\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eEE\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c2\"\u003e \u003cp\u003e0.8984\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.0451\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.0232\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.8482\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.8286\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e0.0351\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eRUS\u0026amp;GB\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c2\"\u003e \u003cp\u003e0.8241\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.0618\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.0322\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.7717\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.8224\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e0.0522\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eSMOTENC\u0026amp;LR\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c2\"\u003e \u003cp\u003e0.8049\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.0423\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.0217\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.8023\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.8049\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e0.0323\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eSMOTENC\u0026amp;SVM\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c2\"\u003e \u003cp\u003e0.8045\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.0410\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.0210\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.8099\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.8045\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e0.0310\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eSMOTENC\u0026amp;ADB\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c2\"\u003e \u003cp\u003e0.8018\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.0442\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.0227\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.7827\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.7948\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c7\"\u003e \u003cp\u003e0.0343\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003c/tbody\u003e \u003c/colgroup\u003e \u003c/table\u003e\u003c/div\u003e \u003c/p\u003e \u003cp\u003eTable\u0026nbsp;\u003cspan refid=\"Tab4\" class=\"InternalRef\"\u003e4\u003c/span\u003e only shows the result of the optimal classifier for each algorithm and the classifiers with AUCs higher than 0.94.\u003c/p\u003e \u003cp\u003eIn terms of IR datasets, all SL algorithms had better performance by implementing the IR datasets except the ANN and GB.\u003c/p\u003e \u003cp\u003eIn terms of AUC, all models had the AUC higher than 0.9 except EE, RUS\u0026amp;GB, SMOTENC\u0026amp;SVM, SMOTENC\u0026amp;LR and SMOTENC\u0026amp;ADB.\u003c/p\u003e \u003cp\u003eWhen measured by F1, only ST\u0026amp;ET, SMOTENC\u0026amp;RF, ST\u0026amp;RF, SE\u0026amp;ET and SMOTENC\u0026amp;CNN had F1 higher than 0.1. The comparison of Precision is similar to F1, and only the Precision of the last five classifiers is higher than 0.05.\u003c/p\u003e \u003cp\u003eIn terms of Recall, BRF, ST\u0026amp;KNN, ST\u0026amp;ET, SE\u0026amp;ET, ST\u0026amp;RF, SMOTENC\u0026amp;RF and SE\u0026amp;CNN had the Recall higher than 0.9.\u003c/p\u003e \u003cp\u003eFor G-mean, only SE\u0026amp;ET, ST\u0026amp;ET, ST\u0026amp;RF, SMOTENC\u0026amp;RF, ST\u0026amp;KNN and BRF had the G-mean higher than 0.9.\u003c/p\u003e \u003cp\u003eIn terms of Kappa, only ST\u0026amp;ET, SMOTENC\u0026amp;RF, ST\u0026amp;RF, SE\u0026amp;ET and SMOTENC\u0026amp;CNN had the Kappa higher than 0.09.\u003c/p\u003e \u003cp\u003eIn summary, IR datasets outperform RUS in 5 metrics except GB and ANN algorithms. The result shows that the improvement after applying IBL methods is not consistent, and only oversampling and hybrid sampling improve the performance of classifiers. BRF, ST\u0026amp;ET, SE\u0026amp;ET, ST\u0026amp;RF, SMOTENC\u0026amp;RF, ST\u0026amp;KNN and SE\u0026amp;CNN are potential to be classifiers of LS.\u003c/p\u003e"},{"header":"4. Discussion","content":"\u003cp\u003eThe susceptibility maps generated by potential classifiers are compared with three regional LS \u003csup\u003e\u003cspan additionalcitationids=\"CR65\" citationid=\"CR64\" class=\"CitationRef\"\u003e64\u003c/span\u003e\u0026ndash;\u003cspan citationid=\"CR66\" class=\"CitationRef\"\u003e66\u003c/span\u003e\u003c/sup\u003e maps for accuracy evaluation.\u003c/p\u003e \u003cp\u003eThe susceptibility levels are divided into five categories: very low, low, moderate, high and very high according to the breakpoints of 0.15, 0.4, 0.6 and 0.8. The very low category accounted for 70% of the total grids, and each category was twice as large as the higher category for the remaining 4 categories.\u003c/p\u003e\u003cp\u003eThe map of ST\u0026amp;KNN is significantly different from the regional LS maps. The map of ST\u0026amp;ET is significantly different from the EU map. The map of SE\u0026amp;CNN shows a similar LS map with regional LS maps, especially with the EU map, but it rarely shows \u0026lsquo;Low\u0026rsquo;, \u0026lsquo;Medium\u0026rsquo; and \u0026lsquo;High\u0026rsquo; areas, which makes it not an excellent LS map (see supplementary materials).\u003c/p\u003e \u003cp\u003eCompared with the US susceptibility map \u003csup\u003e\u003cspan citationid=\"CR64\" class=\"CitationRef\"\u003e64\u003c/span\u003e\u003c/sup\u003e, it used three susceptibility levels, and higher susceptibility was obviously observed in the states of North Dakota and South Dakota compared with the maps used in this study (Fig.\u0026nbsp;\u003cspan refid=\"Fig6\" class=\"InternalRef\"\u003e6\u003c/span\u003e (a)). This susceptibility difference could be made using the dataset in this study, and only 5 landslides were recorded in these states. The maps of BRF and SMOTENC\u0026amp;RF show larger \u0026lsquo;Very High\u0026rsquo; areas for northwestern states than that in \u003csup\u003e\u003cspan citationid=\"CR64\" class=\"CitationRef\"\u003e64\u003c/span\u003e\u003c/sup\u003e, and a strip-shaped \u0026lsquo;Moderate\u0026rsquo; risk area dividing the \u0026lsquo;Very High\u0026rsquo; area in the eastern states is not in the map of BRF and SMOTENC\u0026amp;RF but is observed in the other three maps. The SE\u0026amp;ET map more closely resembles the US map than other maps.\u003c/p\u003e \u003cp\u003eComparison with the EU susceptibility map \u003csup\u003e\u003cspan citationid=\"CR66\" class=\"CitationRef\"\u003e66\u003c/span\u003e\u003c/sup\u003e revealed regional differences (Fig.\u0026nbsp;\u003cspan refid=\"Fig6\" class=\"InternalRef\"\u003e6\u003c/span\u003e (b)). Specifically, the EU map shows significantly higher susceptibility in Italy and southern Greece than all LS maps except BRF. The map of BRF shows close susceptibility in Italy and southern Greece but significantly higher susceptibility in other countries. The map of SE\u0026amp;ET more closely resembles the EU map compared with other maps. This difference could be made using the datasets, and 15,599 and 2321 landslides were recorded in Italy and Greece in \u003csup\u003e\u003cspan citationid=\"CR66\" class=\"CitationRef\"\u003e66\u003c/span\u003e\u003c/sup\u003e, respectively, but only 77 and 4 were used in this study.\u003c/p\u003e \u003cp\u003eCompared with the Chinese susceptibility map \u003csup\u003e\u003cspan citationid=\"CR65\" class=\"CitationRef\"\u003e65\u003c/span\u003e\u003c/sup\u003e, the susceptibility of ST\u0026amp;RF and SMOTENC\u0026amp;RF is significantly lower, especially in the southeastern provinces, which are famous for their high elevation, intense relative relief and karst landforms (Fig.\u0026nbsp;\u003cspan refid=\"Fig6\" class=\"InternalRef\"\u003e6\u003c/span\u003e (c)). The map of the BRF is similar to the Chinese susceptibility map, but it shows higher susceptibility in the southern provinces and central regions of China. The map of SE\u0026amp;ET is the most similar to \u003csup\u003e\u003cspan citationid=\"CR65\" class=\"CitationRef\"\u003e65\u003c/span\u003e\u003c/sup\u003e.\u003c/p\u003e \u003cp\u003eIn summary, the landslide susceptibility map generated by SE\u0026amp;ET has comparatively higher metric values than other potential classifiers and is optimal for LS. It is closer to the susceptibility distribution of regional maps than other maps.\u003c/p\u003e \u003cp\u003eThe main focus of this study is whether the application of IBL methods notably improves the performance of classifiers in disaster management, and global LS was involved as a case study. It shows an inconsistent result, and only oversampling and hybrid sampling significantly improve the classifier performance on 6 metrics.\u003c/p\u003e \u003cp\u003eThe potential of the IBL method applied in the field of disaster management is huge. However, it is found that IR also has the attribute of no free lunch (NFL) by the study of various IR methods on 98 datasets \u003csup\u003e\u003cspan citationid=\"CR67\" class=\"CitationRef\"\u003e67\u003c/span\u003e\u003c/sup\u003e. A general optimization strategy is nearly practicable, and the only way one strategy can outperform another is its specific structure of the problem under specialized consideration \u003csup\u003e\u003cspan citationid=\"CR68\" class=\"CitationRef\"\u003e68\u003c/span\u003e\u003c/sup\u003e. Researchers should always consider different resampling strategies and the optimization of their associated hyperparameters in experimental comparisons in the absence of domain information or prior assumptions about the specific research \u003csup\u003e\u003cspan citationid=\"CR67\" class=\"CitationRef\"\u003e67\u003c/span\u003e\u003c/sup\u003e.\u003c/p\u003e \u003cp\u003eMeanwhile, an outstanding category classification classifier is not necessarily an excellent probability classifier \u003csup\u003e\u003cspan citationid=\"CR49\" class=\"CitationRef\"\u003e49\u003c/span\u003e\u003c/sup\u003e, such as the SL map of SE\u0026amp;CNN in this study. Different approaches and metrics should be applied, such as disaster sensitivity and disaster occurrence. IBL methods can be prioritized according to the types of disasters and IBR, and the threshold of IBR and the selection of methods according to disaster types need further research. The framework of this study is only preliminary, and it can be extended and refined in the future.\u003c/p\u003e"},{"header":"5. Conclusion","content":"\u003cp\u003eThe main goal of this paper is to apply IBL methods in the field of disaster management and establish a reliable modelling framework. The main question of this paper is whether the IBL method performs significantly better than the commonly used RUS and CSL methods on multiple metrics. In response to this goal and problem, this study proposes a modelling framework for IBL problems in the field of disaster management and involves global LS as a case study. Under the new framework, multiple SL methods were implemented, and it was found that the ET algorithm is optimal for studying global LS. Only oversampling and hybrid sampling significantly outperform RUS in all metrics. The ET model established by the SE dataset had the best performance. As a contribution to future work in the field of disasters, this paper proposes a workflow for modelling and how to refine it and use it for other disaster research.\u003c/p\u003e"},{"header":"Declarations","content":"\u003cp\u003e\u003cstrong\u003eAuthor contributions\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eAll authors contributed to the study conception and design. Data collection, experimental execution and analysis were performed by Junfei Liu under the supervision of Kai Liu and Ming Wang. The manuscript was written by Junfei Liu and revised by Kai Liu and Ming Wang. All authors commented on previous versions of the manuscript.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eConflicts of interest\u003c/strong\u003e The authors have no financial or proprietary interests in any material discussed in this article.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eConsent to participate\u003c/strong\u003e Not applicable.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eConsent for publication\u003c/strong\u003e Not applicable.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eEthical approval\u003c/strong\u003e Not applicable.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eData availability statement\u003c/strong\u003e The datasets generated and analysed during the current study are available in public data repositories and do not require any licences. Table 2 provides the details to access each dataset.\u003c/p\u003e"},{"header":"References","content":"\u003col\u003e\n \u003cli\u003eUN-CRED. \u003cem\u003eHuman cost of disasters (2000-2019)\u003c/em\u003e. \u003cem\u003eHuman Cost of Disasters\u003c/em\u003e https://cred.be/sites/default/files/CRED-Disaster-Report- Human-Cost2000-2019.pdf (2020) doi:10.1186/s12889.\u003c/li\u003e\n \u003cli\u003eUN-CRED. \u003cem\u003eDisaster Year in Review 2020 Global Trends and Perspectives\u003c/em\u003e. \u003cem\u003eCred\u003c/em\u003e vol. May https://cred.be/sites/default/files/CredCrunch62.pdf (2021).\u003c/li\u003e\n \u003cli\u003eNunavath, V., Norway, G. \u0026amp; Goddwin, M. The use of Artificial Intelligence in Disaster Management - A systematic Literature Review. 33\u0026ndash;35 (2019).\u003c/li\u003e\n \u003cli\u003eYu, M., Yang, C. \u0026amp; Li, Y. Big data in natural disaster management: A review. \u003cem\u003eGeosci.\u003c/em\u003e \u003cstrong\u003e8\u003c/strong\u003e, (2018).\u003c/li\u003e\n \u003cli\u003eTan, L., Guo, J., Mohanarajah, S. \u0026amp; Zhou, K. Can we detect trends in natural disaster management with artificial intelligence? A review of modeling practices. \u003cem\u003eNat. Hazards\u003c/em\u003e \u003cstrong\u003e107\u003c/strong\u003e, 2389\u0026ndash;2417 (2021).\u003c/li\u003e\n \u003cli\u003eSun, W., Bocchini, P. \u0026amp; Davison, B. D. \u003cem\u003eApplications of artificial intelligence for disaster management\u003c/em\u003e. \u003cem\u003eNatural Hazards\u003c/em\u003e vol. 103 (Springer Netherlands, 2020).\u003c/li\u003e\n \u003cli\u003eChawla, N. V., Japkowicz, N. \u0026amp; Kotcz, A. Editorial:special issue on learning from imbalanced dataset. \u003cem\u003eACM SIGKDD Explor. Newsl.\u003c/em\u003e \u003cstrong\u003e6\u003c/strong\u003e, 1\u0026ndash;6 (2004).\u003c/li\u003e\n \u003cli\u003eProvost, F. Machine learning from imbalanced data sets 101. \u003cem\u003eProc. AAAI\u0026rsquo;2000 Work. \u0026hellip;\u003c/em\u003e 3 (2000).\u003c/li\u003e\n \u003cli\u003eGanganwar, V. An overview of classification algorithms for imbalanced datasets. \u003cem\u003eInt. J. Emerg. Technol. Adv. Eng.\u003c/em\u003e \u003cstrong\u003e2\u003c/strong\u003e, 42\u0026ndash;47 (2012).\u003c/li\u003e\n \u003cli\u003eHerrera-Garc\u0026iacute;a, G. \u003cem\u003eet al.\u003c/em\u003e Mapping the global threat of land subsidence. \u003cem\u003eScience (80-. ).\u003c/em\u003e \u003cstrong\u003e371\u003c/strong\u003e, 34\u0026ndash;36 (2021).\u003c/li\u003e\n \u003cli\u003eGautheron, L., Habrard, A., Morvant, E. \u0026amp; Sebban, M. learning from imbalanced data. \u003cem\u003eProc. - Int. Conf. Tools with Artif. Intell. ICTAI\u003c/em\u003e \u003cstrong\u003e2019\u003c/strong\u003e-\u003cstrong\u003eNovem\u003c/strong\u003e, 923\u0026ndash;930 (2019).\u003c/li\u003e\n \u003cli\u003eRamyachitra, D. \u0026amp; Manikandan, P. Imbalanced dataset classification and solutions: a review. \u003cem\u003eInt. J. Comput. Bus. Res.\u003c/em\u003e \u003cstrong\u003e5\u003c/strong\u003e, (2014).\u003c/li\u003e\n \u003cli\u003eSun, Y., Wong, A. K. C. \u0026amp; Kamel, M. S. Classification of imbalanced data: A review. \u003cem\u003eInt. J. Pattern Recognit. Artif. Intell.\u003c/em\u003e \u003cstrong\u003e23\u003c/strong\u003e, 687\u0026ndash;719 (2009).\u003c/li\u003e\n \u003cli\u003eMaalouf, M., Street, W. B., Trafalis, T. B. \u0026amp; Street, W. B. Rare events and imbalanced datasets : an overview. \u003cem\u003eData Mining, Model. Manag.\u003c/em\u003e \u003cstrong\u003e3\u003c/strong\u003e, 375\u0026ndash;388 (2011).\u003c/li\u003e\n \u003cli\u003eKaur, H., Pannu, H. S. \u0026amp; Malhi, A. K. A systematic review on imbalanced data challenges in machine learning: Applications and solutions. \u003cem\u003eACM Comput. Surv.\u003c/em\u003e \u003cstrong\u003e52\u003c/strong\u003e, (2019).\u003c/li\u003e\n \u003cli\u003eGuo, H. \u003cem\u003eet al.\u003c/em\u003e Learning from class-imbalanced data: Review of methods and applications. \u003cem\u003eExpert Syst. Appl.\u003c/em\u003e \u003cstrong\u003e73\u003c/strong\u003e, 220\u0026ndash;239 (2017).\u003c/li\u003e\n \u003cli\u003eKim, S., Kim, H. \u0026amp; Namkoong, Y. Ordinal classification of Imbalanced Data with Application in Emergency and Disaster Information Services. \u003cem\u003eIEEE Intell. Syst.\u003c/em\u003e (2016).\u003c/li\u003e\n \u003cli\u003eMaalouf, M. \u0026amp; Siddiqi, M. Knowledge-Based Systems Weighted logistic regression for large-scale imbalanced and rare events data. \u003cem\u003eKnowledge-Based Syst. J.\u003c/em\u003e \u003cstrong\u003e59\u003c/strong\u003e, 142\u0026ndash;144 (2014).\u003c/li\u003e\n \u003cli\u003eTrafalis, T. B., Adrianto, I. \u0026amp; Lakshmivarahan, M. B. R. S. Machine-learning classifiers for imbalanced tornado data. \u003cem\u003eComput. Manag. Sci.\u003c/em\u003e (2013) doi:10.1007/s10287-013-0174-6.\u003c/li\u003e\n \u003cli\u003eZhang, J. \u0026amp; Mani, I. KNN approach to Unbalanced Data distributions:A case study involving information extraction. (2003).\u003c/li\u003e\n \u003cli\u003eBorowska, K. \u0026amp; Stepaniuk, J. A Study of the Behavior of Several Methods for Balancing Machine Learning Training Data. \u003cem\u003eLect. Notes Comput. Sci. (including Subser. Lect. Notes Artif. Intell. Lect. Notes Bioinformatics)\u003c/em\u003e \u003cstrong\u003e9842 LNCS\u003c/strong\u003e, 31\u0026ndash;42 (2016).\u003c/li\u003e\n \u003cli\u003eDyk, D. A. V. \u0026amp; Meng, X. L. The art of data augmentation. \u003cem\u003eJ. Comput. Graph. Stat.\u003c/em\u003e \u003cstrong\u003e10\u003c/strong\u003e, 1\u0026ndash;50 (2001).\u003c/li\u003e\n \u003cli\u003eShorten, C. \u0026amp; Khoshgoftaar, T. M. A survey on Image Data Augmentation for Deep Learning. \u003cem\u003eJ. Big Data\u003c/em\u003e \u003cstrong\u003e6\u003c/strong\u003e, (2019).\u003c/li\u003e\n \u003cli\u003eBarua, S., Islam, M. M., Yao, X. \u0026amp; Murase, K. MWMOTE - Majority weighted minority oversampling technique for imbalanced data set learning. \u003cem\u003eIEEE Trans. Knowl. Data Eng.\u003c/em\u003e \u003cstrong\u003e26\u003c/strong\u003e, 405\u0026ndash;425 (2014).\u003c/li\u003e\n \u003cli\u003eMenardi, G. \u0026amp; Torelli, N. \u003cem\u003eTraining and assessing classification rules with imbalanced data\u003c/em\u003e. \u003cem\u003eData Mining and Knowledge Discovery\u003c/em\u003e vol. 28 (2014).\u003c/li\u003e\n \u003cli\u003eFern\u0026aacute;ndez, A., Garc\u0026iacute;a, S., Herrera, F. \u0026amp; Chawla, N. V. SMOTE for Learning from Imbalanced Data: Progress and Challenges, Marking the 15-year Anniversary. \u003cem\u003eJ. Artif. Intell. Res.\u003c/em\u003e \u003cstrong\u003e61\u003c/strong\u003e, 863\u0026ndash;905 (2018).\u003c/li\u003e\n \u003cli\u003ePadmaja, T. M., Dhulipalla, N., Krishna, P. R., Bapi, R. S. \u0026amp; Laha, A. An unbalanced data classification model using hybrid sampling technique for fraud detection. \u003cem\u003eLect. Notes Comput. Sci. (including Subser. Lect. Notes Artif. Intell. Lect. Notes Bioinformatics)\u003c/em\u003e \u003cstrong\u003e4815 LNCS\u003c/strong\u003e, 341\u0026ndash;348 (2007).\u003c/li\u003e\n \u003cli\u003eQuinlan, J. R. Induction of decision trees. \u003cem\u003eMach. Learn.\u003c/em\u003e \u003cstrong\u003e1\u003c/strong\u003e, 81\u0026ndash;106 (1986).\u003c/li\u003e\n \u003cli\u003eBreiman, L. Random Forests. \u003cem\u003eMach. Learn.\u003c/em\u003e 5\u0026ndash;32 (2001).\u003c/li\u003e\n \u003cli\u003eGeurts, P., Ernst, D. \u0026amp; Wehenkel, L. Extremely randomized trees. \u003cem\u003eMach. Learn.\u003c/em\u003e \u003cstrong\u003e63\u003c/strong\u003e, 3\u0026ndash;42 (2006).\u003c/li\u003e\n \u003cli\u003eFreund, Y. \u0026amp; Schapire, R. E. A Decision-Theoretic Generalization of On-Line Learning and an Application to Boosting. \u003cem\u003eJ. Comput. Syst. Sci.\u003c/em\u003e \u003cstrong\u003e55\u003c/strong\u003e, 119\u0026ndash;139 (1997).\u003c/li\u003e\n \u003cli\u003eFriedman, J. H. Greedy Function Approximation: A Gradient Boosting Machine. \u003cem\u003eAnn. Stat.\u003c/em\u003e \u003cstrong\u003e29\u003c/strong\u003e, 1189\u0026ndash;1232 (2001).\u003c/li\u003e\n \u003cli\u003eMeyer, D. \u0026amp; Wien, F. T. Support vector machines. \u003cem\u003eR News\u003c/em\u003e \u003cstrong\u003e1\u003c/strong\u003e, 23\u0026ndash;26 (2001).\u003c/li\u003e\n \u003cli\u003eKeller, J. M., Gray, M. R. \u0026amp; Givens, J. A. A fuzzy k-nearest neighbor algorithm. \u003cem\u003eIEEE Trans. Syst. Man. Cybern.\u003c/em\u003e 580\u0026ndash;585 (1985).\u003c/li\u003e\n \u003cli\u003eJain, A. K., Mao, J. \u0026amp; Mohiuddin, K. M. Artificial neural networks: A tutorial. \u003cem\u003eComputer (Long. Beach. Calif).\u003c/em\u003e \u003cstrong\u003e29\u003c/strong\u003e, 31\u0026ndash;44 (1996).\u003c/li\u003e\n \u003cli\u003eLawrence, S., Giles, C. L., Tsoi, A. C. \u0026amp; Back, A. D. Face recognition: A convolutional neural-network approach. \u003cem\u003eIEEE Trans. neural networks\u003c/em\u003e \u003cstrong\u003e8\u003c/strong\u003e, 98\u0026ndash;113 (1997).\u003c/li\u003e\n \u003cli\u003eCho, K. \u003cem\u003eet al.\u003c/em\u003e Learning phrase representations using RNN encoder-decoder for statistical machine translation. \u003cem\u003earXiv Prepr. arXiv1406.1078\u003c/em\u003e (2014).\u003c/li\u003e\n \u003cli\u003eChen, C., Liaw, A. \u0026amp; Breiman, L. Using Random Forest to Learn Imbalanced Data. \u003cem\u003eDiscovery\u003c/em\u003e 1\u0026ndash;12 (2004).\u003c/li\u003e\n \u003cli\u003eSeiffert, C., Khoshgoftaar, T. M., Van Hulse, J. \u0026amp; Napolitano, A. RUSBoost: A hybrid approach to alleviating class imbalance. \u003cem\u003eIEEE Trans. Syst. Man, Cybern. Part ASystems Humans\u003c/em\u003e \u003cstrong\u003e40\u003c/strong\u003e, 185\u0026ndash;197 (2010).\u003c/li\u003e\n \u003cli\u003eLiu, T.-Y. Easyensemble and feature selection for imbalance data sets. in \u003cem\u003e2009 international joint conference on bioinformatics, systems biology and intelligent computing\u003c/em\u003e 517\u0026ndash;520 (IEEE, 2009).\u003c/li\u003e\n \u003cli\u003eKubat, M. \u0026amp; Matwin, S. Addressing the Curse of Imbalanced training sets:One-sided selection. \u003cstrong\u003e4\u003c/strong\u003e, (1997).\u003c/li\u003e\n \u003cli\u003eOlvera-L\u0026oacute;pez, J. A., Carrasco-Ochoa, J. A., Mart\u0026iacute;nez-Trinidad, J. F. \u0026amp; Kittler, J. A review of instance selection methods. \u003cem\u003eArtif. Intell. Rev.\u003c/em\u003e \u003cstrong\u003e34\u003c/strong\u003e, 133\u0026ndash;143 (2010).\u003c/li\u003e\n \u003cli\u003eKiyohara, S., Miyata, T. \u0026amp; Mizoguchi, T. Imbalanced-learn: A Python Toolbox to Tackle the Curse of Imbalanced Datasets in Machine Learning. \u003cem\u003eMach. Learn. Res.\u003c/em\u003e \u003cstrong\u003e18\u003c/strong\u003e, 1\u0026ndash;5 (2017).\u003c/li\u003e\n \u003cli\u003eLin, W. C., Tsai, C. F., Hu, Y. H. \u0026amp; Jhang, J. S. Clustering-based undersampling in class-imbalanced data. \u003cem\u003eInf. Sci. (Ny).\u003c/em\u003e \u003cstrong\u003e409\u003c/strong\u003e\u0026ndash;\u003cstrong\u003e410\u003c/strong\u003e, 17\u0026ndash;26 (2017).\u003c/li\u003e\n \u003cli\u003eTomek, I. Two Modifications of CNN. \u003cem\u003eIEEE Trans. Syst. Man, Cybern. Part ASystems Humans\u003c/em\u003e \u003cstrong\u003eSMC\u003c/strong\u003e-\u003cstrong\u003e6\u003c/strong\u003e, 769\u0026ndash;772 (1976).\u003c/li\u003e\n \u003cli\u003eLaurikkala, J. Improving identification of difficult small classes by balancing class distribution. \u003cem\u003eLect. Notes Comput. Sci. (including Subser. Lect. Notes Artif. Intell. Lect. Notes Bioinformatics)\u003c/em\u003e \u003cstrong\u003e2101\u003c/strong\u003e, 63\u0026ndash;66 (2001).\u003c/li\u003e\n \u003cli\u003eSmith, M. R., Martinez, T. \u0026amp; Giraud-Carrier, C. An instance level analysis of data complexity. \u003cem\u003eMach. Learn.\u003c/em\u003e \u003cstrong\u003e95\u003c/strong\u003e, 225\u0026ndash;256 (2014).\u003c/li\u003e\n \u003cli\u003eChawla, N. V., Bowyer, K. W., Lawrence, O. H. \u0026amp; Kegelmeyer, W. P. SMOTE: Synthetic Minority Over-sampling Technique. \u003cem\u003eArtif. Intell. Res.\u003c/em\u003e \u003cstrong\u003e30\u003c/strong\u003e, 321\u0026ndash;357 (2002).\u003c/li\u003e\n \u003cli\u003eLi, C., Jiang, L., Li, H. \u0026amp; Wang, S. Attribute Weighted Value Difference Metric. \u003cem\u003eIEEE 25th Int. Conf. Tools with Artif. Intell.\u003c/em\u003e (2013) doi:10.1109/ICTAI.2013.91.\u003c/li\u003e\n \u003cli\u003eBatista, G. E. A. P. A., Bazzan, A. L. C. \u0026amp; Monard, M. C. Balancing Training Data for Automated Annotation of Keywords: a Case Study. \u003cem\u003eProc. Second Brazilian Work. Bioinforma.\u003c/em\u003e 35\u0026ndash;43 (2003).\u003c/li\u003e\n \u003cli\u003eMonard, M. C. A Study of the Behavior of Several Methods for Balancing Machine Learning Training Data. \u003cem\u003eACM SIGKDD Explor. Newsl.\u003c/em\u003e \u003cstrong\u003e6\u003c/strong\u003e, 20\u0026ndash;29 (2004).\u003c/li\u003e\n \u003cli\u003eVluymans, S. Chapter 2. Classification. in \u003cem\u003eDealing with Imbalanced and Weakly Labelled Data in Machine Learning using Fuzzy and Rough Set Methods\u003c/em\u003e 17\u0026ndash;35 (2019). doi:10.1163/ej.9789004172067.i-752.38.\u003c/li\u003e\n \u003cli\u003eBuckland, M. \u0026amp; Gey, F. The relationship between Recall and Precision. \u003cem\u003eJ. Am. Soc. Inf. Sci.\u003c/em\u003e \u003cstrong\u003e45\u003c/strong\u003e, 12\u0026ndash;19 (1994).\u003c/li\u003e\n \u003cli\u003eGoutte, C. \u0026amp; Gaussier, E. A Probabilistic Interpretation of Precision, Recall and F-Score, with Implication for Evaluation. \u003cem\u003eLect. Notes Comput. Sci.\u003c/em\u003e \u003cstrong\u003e3408\u003c/strong\u003e, 345\u0026ndash;359 (2005).\u003c/li\u003e\n \u003cli\u003eCohen, J. A Coefficient of Agreement for Nominal Scales. \u003cem\u003eEduc. Psychol. Meas.\u003c/em\u003e \u003cstrong\u003e20\u003c/strong\u003e, 37\u0026ndash;46 (1960).\u003c/li\u003e\n \u003cli\u003eDemˇ, J. Statistical Comparisons of Classifiers over Multiple Data Sets. \u003cem\u003eMach. Learn. Res.\u003c/em\u003e \u003cstrong\u003e7\u003c/strong\u003e, 1\u0026ndash;30 (2006).\u003c/li\u003e\n \u003cli\u003ePereira, D. G., Afonso, A. \u0026amp; Medeiros, F. M. Overview of Friedman\u0026rsquo;s test and post-hoc analysis. \u003cem\u003eCommun. Stat. - Simul. Comput.\u003c/em\u003e 37\u0026ndash;41 (2014) doi:10.1080/03610918.2014.931971.\u003c/li\u003e\n \u003cli\u003eGarc\u0026iacute;a, S. \u0026amp; Herrera, F. An extension on \u0026lsquo;statistical comparisons of classifiers over multiple data sets\u0026rsquo; for all pairwise comparisons. \u003cem\u003eJ. Mach. Learn. Res.\u003c/em\u003e \u003cstrong\u003e9\u003c/strong\u003e, 2677\u0026ndash;2694 (2008).\u003c/li\u003e\n \u003cli\u003eKirschbaum, D. B., Adler, R., Hong, Y., Hill, S. \u0026amp; Lerner-Lam, A. A global landslide catalog for hazard applications: Method, results, and limitations. \u003cem\u003eNat. Hazards\u003c/em\u003e \u003cstrong\u003e52\u003c/strong\u003e, 561\u0026ndash;575 (2010).\u003c/li\u003e\n \u003cli\u003eKirschbaum, D., Stanley, T. \u0026amp; Zhou, Y. Spatial and temporal analysis of a global landslide catalog. \u003cem\u003eGeomorphology\u003c/em\u003e \u003cstrong\u003e249\u003c/strong\u003e, 4\u0026ndash;15 (2015).\u003c/li\u003e\n \u003cli\u003eJuang, C. S., Stanley, T. A. \u0026amp; Kirschbaum, D. B. Using citizen science to expand the global map of landslides : Introducing the Cooperative Open Online Landslide Repository ( COOLR ). 1\u0026ndash;28 (2019).\u003c/li\u003e\n \u003cli\u003eFlorinsky, I. V. Computation of the third-order partial derivatives from a digital elevation model. \u003cem\u003eInt. J. Geogr. Inf. Sci.\u003c/em\u003e \u003cstrong\u003e23\u003c/strong\u003e, 213\u0026ndash;231 (2009).\u003c/li\u003e\n \u003cli\u003ePark, M. Y. \u0026amp; Hastie, T. L1-regularization path algorithm for generalized linear models. \u003cem\u003eJ. R. Stat. Soc. Ser. B Stat. Methodol.\u003c/em\u003e \u003cstrong\u003e69\u003c/strong\u003e, 659\u0026ndash;677 (2007).\u003c/li\u003e\n \u003cli\u003eWieczorek, G. F. \u0026amp; Leahy, P. P. Landslide hazard mitigation in North America. \u003cem\u003eEnviron. Eng. Geosci.\u003c/em\u003e \u003cstrong\u003e14\u003c/strong\u003e, 133\u0026ndash;144 (2008).\u003c/li\u003e\n \u003cli\u003eLiu, C. \u003cem\u003eet al.\u003c/em\u003e Susceptibility evaluation and mapping of China\u0026rsquo;s landslides based on multi-source data. \u003cem\u003eNat. Hazards\u003c/em\u003e \u003cstrong\u003e69\u003c/strong\u003e, 1477\u0026ndash;1495 (2013).\u003c/li\u003e\n \u003cli\u003eG\u0026uuml;nther, A., Van Den Eeckhaut, M., Malet, J. P., Reichenbach, P. \u0026amp; Herv\u0026aacute;s, J. Climate-physiographically differentiated Pan-European landslide susceptibility assessment using spatial multi-criteria evaluation and transnational landslide information. \u003cem\u003eGeomorphology\u003c/em\u003e \u003cstrong\u003e224\u003c/strong\u003e, 69\u0026ndash;85 (2014).\u003c/li\u003e\n \u003cli\u003eMoniz, N. \u0026amp; Monteiro, H. No Free Lunch in imbalanced learning. \u003cem\u003eKnowledge-Based Syst.\u003c/em\u003e \u003cstrong\u003e227\u003c/strong\u003e, 107222 (2021).\u003c/li\u003e\n \u003cli\u003ePepyne, D. L. Simple Explanation of the No Free Lunch. \u003cem\u003eCybernetics\u003c/em\u003e \u003cstrong\u003e38\u003c/strong\u003e, 292\u0026ndash;298 (2002).\u003c/li\u003e\n\u003c/ol\u003e"}],"fulltextSource":"","fullText":"","funders":[],"hasAdminPriorityOnWorkflow":false,"hasManuscriptDocX":true,"hasOptedInToPreprint":true,"hasPassedJournalQc":"","hasAnyPriority":false,"hideJournal":true,"highlight":"","institution":"","isAcceptedByJournal":false,"isAuthorSuppliedPdf":false,"isDeskRejected":"","isHiddenFromSearch":false,"isInQc":false,"isInWorkflow":false,"isPdf":false,"isPdfUpToDate":true,"isWithdrawnOrRetracted":false,"journal":{"display":true,"email":"[email protected]","identity":"researchsquare","isNatureJournal":false,"hasQc":true,"allowDirectSubmit":true,"externalIdentity":"","sideBox":"","snPcode":"","submissionUrl":"/submission","title":"Research Square","twitterHandle":"researchsquare","acdcEnabled":true,"dfaEnabled":false,"editorialSystem":"","reportingPortfolio":"","inReviewEnabled":false,"inReviewRevisionsEnabled":true},"keywords":"Landslide, Landslide susceptibility, Undersampling, Oversampling, Machine learning, Deep learning","lastPublishedDoi":"10.21203/rs.3.rs-2337189/v1","lastPublishedDoiUrl":"https://doi.org/10.21203/rs.3.rs-2337189/v1","license":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/"},"manuscriptAbstract":"\u003cp\u003eThis paper proposes a modelling framework for imbalanced problems in the field of disaster management. Global landslide susceptibility was used as a case study. After investigating metrics for imbalanced classifiers, six metrics were selected: AUC, F1, Precision, Recall, G-mean and Kappa. A comparison was made between methods in the imbalanced learning domain and commonly used strategies in the disaster domain. Ten supervised learning classifiers were built, and the extra Tree classifier outperformed other classifiers according to the post hoc test. The ET classifier built by the SMOTE \u0026amp; ENN hybrid sampling dataset outperformed the other classifiers, and the AUC and F1 were 0.9533 and 0.1049, respectively, on the five validation sets. Such a result indicates that the model has strong robustness and outstanding performance. It was found that the imbalanced learning framework can significantly improve the performance of disaster classifiers even at a global scale.\u003c/p\u003e","manuscriptTitle":"A Framework for Imbalanced Modelling in Disaster Management: A Case Study Involving Global Landslide Susceptibility","msid":"","msnumber":"","nonDraftVersions":[{"code":1,"date":"2022-12-12 15:52:18","doi":"10.21203/rs.3.rs-2337189/v1","editorialEvents":[{"type":"communityComments","content":0}],"status":"published","journal":{"display":true,"email":"[email protected]","identity":"researchsquare","isNatureJournal":false,"hasQc":true,"allowDirectSubmit":true,"externalIdentity":"","sideBox":"","snPcode":"","submissionUrl":"/submission","title":"Research Square","twitterHandle":"researchsquare","acdcEnabled":true,"dfaEnabled":false,"editorialSystem":"","reportingPortfolio":"","inReviewEnabled":false,"inReviewRevisionsEnabled":true}}],"origin":"","ownerIdentity":"2967c0e4-d038-4a8c-879b-4ab124dc7f68","owner":[],"postedDate":"December 12th, 2022","published":true,"recentEditorialEvents":[],"rejectedJournal":[],"revision":"","amendment":"","status":"posted","subjectAreas":[{"id":17572256,"name":"Earth and environmental sciences/Natural hazards"},{"id":17572257,"name":"Physical sciences/Mathematics and computing/Computational science"}],"tags":[],"updatedAt":"2023-03-22T09:14:20+00:00","versionOfRecord":[],"versionCreatedAt":"2022-12-12 15:52:18","video":"","vorDoi":"","vorDoiUrl":"","workflowStages":[]},"version":"v1","identity":"rs-2337189","journalConfig":"researchsquare"},"__N_SSP":true},"page":"/article/[identity]/[[...version]]","query":{"redirect":"/article/rs-2337189","identity":"rs-2337189","version":["v1"]},"buildId":"cBFmMYwuxLRRLfASyISRj","isFallback":false,"isExperimentalCompile":false,"dynamicIds":[84888],"gssp":true,"scriptLoader":[]}

Text is read by the "Ask this paper" AI Q&A widget below. Extraction quality varies by source — PMC NXML preserves structure cleanly, OA-HTML may include some navigation residue, and OA-PDF can have broken hyphenation. The publisher copy (via DOI) is the canonical version.

My notes (saved in your browser only)

Ask this paper AI returns verbatim quotes from the full text · source: preprint-html

Answers must be backed by verbatim quotes from this paper's full text. Hallucinated quotes are dropped automatically; if no verbatim passage answers the question, we say so. How this works

Citation neighborhood (no data yet)

We don't have any in-corpus citations linked to this paper yet. The paper's references may be in our DB but unresolved to ``paper_id`` (resolution happens at ingest when the cited DOI matches a row we already have). Run the cross-source citation reconcile pass to retry.

Source provenance

europepmc
last seen: 2026-05-19T01:45:01.086888+00:00
unpaywall
last seen: 2026-05-22T02:00:06.705733+00:00
License: CC-BY-4.0