1. Introduction
The Pohang earthquake (
Mw = 5.4) that struck the Heunghae Basin, around Pohang City, on 15 November 2017, had a damaging effect, leading to liquefaction and lateral spreading. Since the event, several attempts have been made to study the post-earthquake damage [
1,
2,
3,
4,
5]. However, little attention has been paid to the settlement resulting from the liquefaction. This study tried to predict the liquefaction-induced settlement of Pohang by applying a machine learning algorithm to a standard penetration test (SPT) data and proposes a liquefaction settlement chart based on the results. Before constructing a structure on the ground, design is performed based on the ground investigation results. In addition, many sites, including Pohang, have a lot of SPT data. The SPT is a common method to get ground investigation data.
Assessing liquefaction-induced settlements is a major challenge in geotechnical earthquake engineering since a variety of phenomena such as re-sedimentation or reconsolidation (volumetric strain) of the liquefied soil, ground loss due to venting of liquefied soil (i.e., sand boils or ejecta), lateral spreading under zero volume change, soil-structure interaction ratcheting, and bearing capacity failure are associated with them [
6]. For numerical analysis, earthquake-induced liquefaction in the free-field can be interpreted as a 1D phenomenon occurring along a vertical soil column in which earthquake-induced cyclic shear and compressive forces increase the pore pressure and thereby cause a reduction in the transient stiffness and strength of the soil. After liquefaction, reconsolidation occurs in the soil owing to the dissipation of the excess pore pressure (Δ
u) by means of water flow, and it results in the vertical settlement of the ground surface [
7].
Tang et al. [
8] classified the significant parameters controlling seismic soil liquefaction into seismic parameters, site conditions, and soil parameters. Out of 22 influence factors, they identified 12 as being significant, and they were the magnitude, epicentral distance, duration, fines content, particle size, grain composition, relative density, drainage condition, degree of consolidation, thickness of the sand layer, depth of the sand layer, and groundwater table. Over the years, researchers have considered some of these significant influence factors for predicting earthquake-induced liquefaction and its effects through machine learning techniques [
9,
10].
Therefore, simple artificial neural network (ANN) models were adopted to predict liquefaction-induced settlement on the basis of SPT database from the Korea Geotechnical Information DB system [
11] and the Pohang earthquake. In the following sections, the research methodology and findings are presented.
2. Motivation and Study Objective
Liquefaction-induced settlement is often calculated by considering numerous parameters and following several complex analytical and numerical procedures. However, obtaining such parameters in the field may not be practicable in most cases, as some of the required data may not be available. Hence, there is a need for an alternative simple settlement prediction procedure that requires a few parameters that are readily obtained from a field observations database. Therefore, the objective of this study is to fill this gap by presenting a tool to predict liquefaction-induced settlement that may occur when an earthquake occurs in the field using SPT data obtained in the past.
3. Methodology
The database used in this study was collected from the Korea Geotechnical Information DB system [
11] and the UBCSAND constitutive effective stress model [
12]. Through a 1D column analysis, the UBCSAND model estimates the shear-induced deformation from SPT data and earthquake information. SPT data were obtained for five different borehole sites near the epicenter of the earthquake at Pohang. The summary statistics of the data set are presented in
Table 1 and the details of the database are in
Table A1.
The data set comprised 100 data points (20 data for each borehole) along with the corresponding settlement values. The locations of the boreholes considered in the study are shown in
Figure 1.
3.1. Data Division and Preprocessing
The settlement prediction process comprises training and testing. Seventy percent of the entire data set was used for training, and the remaining 30% was used for testing. The data were preprocessed before training the algorithm, to ensure quick convergence and minimize the generalization error. This involved scaling the input variables to the range −1 to +1 by using Equation (
1).
where
A and
B are the minimum and maximum values of the unscaled data set, respectively, and
a and
b are the minimum and maximum values of the scaled data set, respectively.
3.2. Overview of the Artificial Neural Network Model
3.2.1. Basic Concept of ANN
Artificial neural networks (ANNs) are complex mathematical models inspired by biological neurons, and they emulate biological neural networks. They are widely used for nonlinear system modeling and system identification [
13]. A typical ANN consists of an input layer, one or more hidden layers, and an output layer. The numbers of layers and neurons in each layer depend on the complexity of the problem under consideration.
3.2.2. Mathematical Representation of ANN Architecture
A neural network in its simplest form can be used to model the relationship between data points
x and the corresponding real-valued targets
y. Mathematically, if our inputs (
x) comprise
n features, we can choose weights (
w) and bias (
b) such that our prediction (
y’) is given by Equation (
2).
For easy computation, all the features can be collected into a vector
x and all weights into a vector
w to express our model compactly using the dot product notation—Equation (
3).
ANNs can learn by example (supervised learning). In ANNs, a set of input variables are multiplied by adjustable connection weights to produce the output. When input data are fed to an ANN, the ANN adjusts through a feed-forward back-propagation technique to determine the rules governing the relationship between the concerned variables.
Figure 2 shows a graphical depiction of a typical feedforward ANN architecture. A neural network is trained using error back-propagation.
Two ANN models were considered in this study, and they are shown in
Figure 3. Both models had three input variables. The input variables of model 1 were unit weight (γ), corrected SPT blow count (
N1(60)), and cyclic stress ratio (CSR), while those of model 2 were depth of the soil layer (
d),
N1(60), and CSR.
The choice of input parameters was based on domain knowledge. They were chosen by considering how the seismic and soil properties influence liquefaction-induced settlement. The soil properties considered were γ, N1(60), and d, while the CSR represented the seismic property. The CSR quantifies the demand imposed on the critical soil layer as a result of the seismic ground motion.
4. Results and Discussion
Table 2 summarizes the performance statistics of the two ANN models used for settlement prediction. For the test data set, models 1 and 2 had R
2 (coefficient of determination) values of 0.8601 and 0.7352 and MAE (mean of absolute errors) values of 0.1941 and 0.3136, respectively.
After the models were trained, the root mean square error (RMSE) and loss were plotted to check the models’ performance for the training and test data sets, as shown in
Figure 4 and
Figure 5. The
x-axis represents the number of epochs (i.e., the number of times the model ran through the entire training/test data set and updated the weights).
Figure 6 and
Figure 7 show the performance of the ANN models in terms of R
2 for the test data set.
A comparison of models 1 and 2 in terms of the prediction accuracy shows that the prediction accuracy of the former is higher. The difference in the R2 correlation between the two models is about 0.12.
From the results shown in
Figure 5 and
Figure 6, it can be concluded that there exists a strong correlation between the model predictions and the actual settlement in both cases considered.
In this study, ANN models composed of two or more hidden layers were considered, and it was found that the difference in accuracy between models with two or more hidden layers and the model with the single hidden layer was not significant. Therefore, an ANN model using one layer was used.
4.1. ANN-Based Numerical Equation
A simple equation was developed to predict the liquefaction-induced settlement. The optimal ANN model structure used for the purpose is shown in
Figure 8, and its associated weights with biases are presented in
Table 3.
The optimal-ANN-model-based numerical equation for settlement prediction can be expressed as Equation (
4).
where
T12 is the output variable, namely, the predicted settlement value (
S),
Bk is the bias value at the output layer,
Wkj is the connection weight between the
jth node in the hidden layer and the
kth node in the output layer,
Bj is the bias value of the
jth hidden node,
Wji is the connection weight between the
ith input node and the
jth hidden node,
Xi is the
ith input variable, and
fsig is the sigmoid transfer function given by Equation (
5).
For the simplification of the calculation process, the weights and biases were arranged in a matrix form.
4.2. Example of Settlement Calculation Using the ANN Model
For γ = 18 kN/m3, N1(60) = 13, and CSR = 0.34, the input vector X is
The normalized input vector (Xn) is calculated from Equation (
1) by using the A and B values in
Table 1:
Note: (a, b) = (−1, 1)
The settlement (S) is calculated using the normalized input vector as follows:
The actual value of the settlement was 1 mm, and the value predicted using the ANN model was 1.010 mm.
4.3. Sensitivity Analysis
Sensitivity analysis was performed to determine the effect of the input parameters on the settlement prediction. The measure of variable importance was obtained using the permutation importance approach for random forests, described by Breiman [
14]. This approach involves measuring the drop in the ANN model performance when a feature is unavailable.
As shown in
Figure 9 and
Figure 10, the unit weight had the strongest influence on the settlement prediction in the case of ANN model 1, while the depth of the soil layer had the strongest influence on the predicted settlement in the case of model 2. In both cases,
N1(60) had a stronger influence than the CSR.
4.4. Parametric Study and Extrapolation beyond the Training Data
A parametric study was conducted to verify the validity and robustness of the optimal ANN model, and it involved generating a synthetic data set within the range of the training data set to test the model. For a given unit weight of soil, the settlement was determined based on the unit thickness of each layer. As shown in
Figure 11a, the amount of predictive settlement generally increased with increasing a CSR and decreased with an increase in
N1(60). However, it is necessary to expand the range of
N1(60) and CSR obtained through the parametric study due to some field data being beyond the range. Therefore, this study proposed a simple settlement chart based on a parametric study as shown in
Figure 11b.
4.5. Application of Settlement Chart Based on the ANN Method
The proposed settlement chart from the optimal ANN model was assessed using the SPT data obtained from three additional boreholes at the Pohang site. The locations of the boreholes and the measured settlement obtained from interferometric synthetic aperture radar (InSAR) imaging are shown in
Figure 12.
The InSAR procedure was recommended by the Remote Sensing Lab at Kangwon National University, Korea [
15]. Following the procedure, the settlement was analyzed by the Pohang satellite images between November 4 and 16, 2017, from Google Earth. Such Google Earth images were used to generate the settlement map in
Figure 12 by using a freely distributed SentiNel Application Platform (SNAP) program by the European Space Agency [
16]. With an average unit weight of 18 kN/m
3, N
1(
60) values were converted from the SPT blow count (N
SPT) of boreholes [
17]. The CSR can be calculated from Equation (
6) [
18].
where a
max = peak acceleration at the ground surface from the earthquake (this study used the Pohang Earthquake, 0.2712 g); g = acceleration of gravity; σ
vo and σ’
vo are total and effective vertical overburden stresses, respectively; and γ
d = stress reduction coefficient.
The calculated total settlement for the additional boreholes, 1, 2, and 3, using the optimal ANN model are 17.14, 19.77, and 13.88 mm, respectively, as shown in
Table 4. It can be observed that these settlement values are close to those measured by the InSAR imaging. Unlike the numerical analysis approach, the proposed chart between (N
1)
60-CSR-Settlement from the optimal ANN model has been proven to estimate settlement values with minimal input parameters. For an earthquake with similar impact and magnitude, this simple ANN model can be deployed as a handy tool to obtain liquefaction-induced settlement in the field.
5. Conclusions
In this study, the potential of an ANN to predict the liquefaction-induced settlement at Pohang was examined. Two ANN models were trained using a back-propagation algorithm. Both models had three input variables. The input variables of model 1 were unit weight, corrected SPT blow count (N1(60)), and CSR, while those of model 2 were depth of the soil layer, N1(60), and CSR. The output of the models was the settlement (S). After the training and testing of the models, it was evident that model 1 had higher prediction accuracy, and the difference in the R2 correlation between the two models was about 0.12. Subsequently, the weights and biases of an optimal ANN model were used to develop a simple predictive model equation, which was implemented using a matrix formulation.
Sensitivity analysis performed using the permutation importance algorithm indicated that the corrected SPT blow count had a stronger influence than the CSR on the predicted settlement. Furthermore, a parametric study showed that for a given unit weight of soil, the settlement decreased with an increase in N1(60).
Finally, the simplified relationship between (N1)60-CSR-Settlement was proposed using the optimal ANN model, and the cumulative settlement was predicted by applying the proposed relationship to additional boreholes and compared with the InSAR results. The cumulative settlement had a similar range as the InSAR displacement map. Thus, the simplified relationship of this study can be deployed as a handy tool to obtain liquefaction-induced settlement in the field.
Author Contributions
Conceptualization, S.-S.P. and P.D.O.; methodology, S.-S.P. and P.D.O.; software, P.D.O. and S.-W.W.; validation, S.-S.P., P.D.O., and S.-W.W.; formal analysis, P.D.O., S.-S.P., and D.-E.L.; investigation, P.D.O. and S.-S.P.; resources, S.-S.P. and P.D.O.; data curation, S.-S.P. and P.D.O.; writing—original draft preparation, S.-S.P. and P.D.O.; writing—review and editing, S.-S.P. and P.D.O.; visualization, P.D.O. and S.-W.W.; supervision, S.-S.P.; project administration, S.-S.P. and D.-E.L.; funding acquisition, S.-S.P. All authors have read and agreed to the published version of the manuscript.
Funding
This work was supported by a National Research Foundation of Korea (NRF) grant funded by the Korean government (MSIT) (No. NRF-2018R1A5A1025137).
Conflicts of Interest
The authors declare no conflicts of interest.
Appendix A
Table A1.
Details of the liquefaction-induced settlement database.
Table A1.
Details of the liquefaction-induced settlement database.
Borehole | Depth (m) | Unit Weight (kN/m3) | N1(60) | CSR | Settlement (mm) |
---|
BH-A-1 | 1 | 20 | 11 | 0.33 | 0.50 |
2 | 20 | 11 | 0.31 | 0.50 |
3 | 20 | 14 | 0.29 | 0.80 |
4 | 20 | 16 | 0.28 | 1.40 |
5 | 20 | 5 | 0.27 | 3.30 |
6 | 20 | 10 | 0.26 | 3.40 |
7 | 20 | 5 | 0.27 | 3.40 |
8 | 20 | 6 | 0.29 | 2.50 |
9 | 20 | 9 | 0.3 | 1.60 |
10 | 20 | 9 | 0.31 | 1.00 |
11 | 18 | 25 | 0.31 | 0.40 |
12 | 18 | 25 | 0.31 | 0.30 |
13 | 18 | 25 | 0.32 | 0.20 |
14 | 18 | 25 | 0.32 | 0.30 |
15 | 18 | 25 | 0.32 | 0.30 |
16 | 18 | 25 | 0.32 | 0.30 |
17 | 18 | 25 | 0.32 | 0.30 |
18 | 18 | 25 | 0.32 | 0.20 |
19 | 18 | 25 | 0.31 | 0.30 |
20 | 18 | 25 | 0.31 | 0.30 |
BH-A-2 | 1 | 20 | 15 | 0.35 | 0.40 |
2 | 20 | 17 | 0.32 | 0.80 |
3 | 20 | 17 | 0.3 | 1.60 |
4 | 20 | 7 | 0.29 | 3.10 |
5 | 20 | 6 | 0.27 | 2.80 |
6 | 21 | 13 | 0.31 | 1.40 |
7 | 21 | 18 | 0.34 | 0.80 |
8 | 21 | 13 | 0.36 | 0.90 |
9 | 21 | 11 | 0.37 | 1.10 |
10 | 21 | 13 | 0.36 | 0.80 |
11 | 16 | 2 | 0.36 | 0.00 |
12 | 16 | 1 | 0.37 | 0.00 |
13 | 16 | 1 | 0.38 | 0.00 |
14 | 16 | 1 | 0.39 | 0.00 |
15 | 16 | 1 | 0.39 | 0.00 |
16 | 16 | 1 | 0.39 | 0.00 |
17 | 16 | 1 | 0.39 | 0.00 |
18 | 16 | 1 | 0.39 | 0.00 |
19 | 16 | 1 | 0.38 | 0.00 |
20 | 16 | 1 | 0.37 | 0.00 |
BH-A-3 | 1 | 18 | 6 | 0.24 | 0.60 |
2 | 18 | 8 | 0.28 | 1.40 |
3 | 18 | 10 | 0.3 | 2.00 |
4 | 18 | 10 | 0.29 | 2.30 |
5 | 18 | 11 | 0.28 | 2.00 |
6 | 18 | 10 | 0.3 | 1.80 |
7 | 18 | 11 | 0.32 | 1.40 |
8 | 18 | 11 | 0.33 | 1.30 |
9 | 18 | 12 | 0.34 | 1.20 |
10 | 18 | 13 | 0.34 | 1.00 |
11 | 21 | 25 | 0.34 | 0.70 |
12 | 21 | 25 | 0.33 | 0.60 |
13 | 21 | 25 | 0.33 | 0.60 |
14 | 21 | 25 | 0.33 | 0.50 |
15 | 21 | 25 | 0.32 | 0.50 |
16 | 21 | 25 | 0.32 | 0.40 |
17 | 21 | 25 | 0.31 | 0.50 |
18 | 21 | 25 | 0.31 | 0.40 |
19 | 21 | 25 | 0.3 | 0.40 |
20 | 21 | 25 | 0.3 | 0.50 |
BH-A-4 | 1 | 20 | 5 | 0.23 | 1.10 |
2 | 20 | 7 | 0.27 | 1.90 |
3 | 20 | 18 | 0.27 | 1.60 |
4 | 20 | 9 | 0.27 | 2.80 |
5 | 20 | 6 | 0.26 | 2.80 |
6 | 20 | 11 | 0.31 | 1.60 |
7 | 20 | 9 | 0.34 | 1.40 |
8 | 21 | 25 | 0.36 | 0.60 |
9 | 21 | 25 | 0.38 | 0.60 |
10 | 21 | 25 | 0.38 | 0.60 |
11 | 21 | 25 | 0.38 | 0.60 |
12 | 21 | 25 | 0.37 | 0.50 |
13 | 16 | 7 | 0.22 | 0.00 |
14 | 16 | 1 | 0.21 | 0.00 |
15 | 16 | 0 | 0.21 | 0.00 |
16 | 16 | 2 | 0.22 | 0.00 |
17 | 16 | 3 | 0.22 | 0.00 |
18 | 16 | 3 | 0.22 | 0.00 |
19 | 16 | 3 | 0.22 | 0.00 |
20 | 16 | 3 | 0.22 | 0.00 |
BH-A-5 | 1 | 20 | 11 | 0.32 | 0.50 |
2 | 20 | 10 | 0.31 | 1.60 |
3 | 20 | 9 | 0.29 | 2.60 |
4 | 20 | 11 | 0.3 | 1.90 |
5 | 20 | 11 | 0.32 | 1.50 |
6 | 20 | 10 | 0.33 | 1.40 |
7 | 20 | 15 | 0.34 | 0.90 |
8 | 20 | 15 | 0.35 | 0.80 |
9 | 21 | 25 | 0.34 | 0.60 |
10 | 21 | 25 | 0.34 | 0.60 |
11 | 21 | 25 | 0.34 | 0.60 |
12 | 21 | 25 | 0.33 | 0.60 |
13 | 21 | 25 | 0.33 | 0.70 |
14 | 21 | 25 | 0.33 | 0.70 |
15 | 18 | 15 | 0.33 | 1.10 |
16 | 18 | 11 | 0.33 | 1.40 |
17 | 18 | 12 | 0.32 | 1.00 |
18 | 16 | 14 | 0.32 | 0.10 |
19 | 16 | 10 | 0.32 | 0.00 |
20 | 16 | 7 | 0.32 | 0.00 |
References
- Choi, J.H.; Ko, K.; Gihm, Y.S.; Cho, C.S.; Lee, H.; Song, S.G.; Bang, E.S.; Lee, H.J.; Bae, H.K.; Kim, S.W.; et al. Surface Deformations and Rupture Processes Associated with the 2017 Mw 5.4 Pohang, Korea, Earthquake. Bull. Seismol. Soc. Am. 2019, 109, 756–769. [Google Scholar] [CrossRef]
- Gihm, Y.S.; Kim, S.W.; Ko, K.; Choi, J.-H.; Bae, H.; Hong, P.S.; Lee, Y.; Lee, H.; Jin, K.; Choi, S.; et al. Paleo seismological implications of liquefaction-induced structures caused by the 2017 Pohang Earthquake. Geosci. J. 2018, 22, 871–880. [Google Scholar] [CrossRef]
- Kang, S.; Kim, B.; Bae, S.; Lee, H.; Kim, M. Earthquake-Induced Ground Deformations in the Low-Seismicity Region: A Case of the 2017 M5.4 Pohang, South Korea, Earthquake. Earthq. Spectra 2019, 35, 1235–1260. [Google Scholar] [CrossRef]
- Kim, H.-S.; Sun, C.-G.; Cho, H.-I. Geospatial Assessment of the Post-Earthquake Hazard of the 2017 Pohang Earthquake Considering Seismic Site Effects. ISPRS Int. J. Geo-Inf. 2018, 7, 375. [Google Scholar] [CrossRef] [Green Version]
- Naik, S.P.; Kim, Y.-S.; Kim, T.; Su-Ho, J. Geological and Structural Control on Localized Ground Effects within the Heunghae Basin during the Pohang Earthquake (Mw 5.4, 15th November 2017), South Korea. Geosciences 2019, 9, 173. [Google Scholar] [CrossRef] [Green Version]
- National Academies of Sciences, Engineering, and Medicine. State of the Art and Practice in the Assessment of Earthquake-Induced Soil Liquefaction and Its Consequences; The National Academies Press: Washington, DC, USA, 2016. [Google Scholar]
- Da Fonseca, A.V.; Millen, M.; Gómez-Martinez, F.; Romão, X.; Quintero, J. State of the Art Review of Numerical Modelling Strategies to Simulate Liquefaction-Induced Structural Damage and of Uncertain/Random Factors on the Behaviour of Liquefiable Soils. Deliverable D3.1, Version 1.0. 2017. Available online: http://www.liquefact.eu/disseminations/deliverables/ (accessed on 11 January 2020).
- Tang, X.-W.; Hu, J.-L.; Qiu, J.-N. Identifying significant influence factors of seismic soil liquefaction and analyzing their structural relationship. KSCE J. Civ. Eng. 2016, 20, 2655–2663. [Google Scholar] [CrossRef]
- Lee, C.Y.; Chern, S.-G. Application of a Support Vector Machine for Liquefaction Assessment. J. Mar. Sci. Technol. 2013, 21, 318–324. [Google Scholar] [CrossRef]
- Xue, X.; Liu, E. Seismic liquefaction potential assessed by neural networks. Environ. Earth Sci. 2017, 76, 192. [Google Scholar] [CrossRef]
- Integrated DB Center of National Geotechnical Information, SPT Database Available at 542. 2015. Available online: http://www.geoinfo.or.kr (accessed on 15 May 2015).
- Park, S.S. Liquefaction evaluation of reclaimed sites using an effective stress analysis and an equivalent linear analysis. KSCE J. Civ. Eng. 2008, 28, 83–94. [Google Scholar]
- Lai, J.; Qiu, J.; Feng, Z.; Chen, J.; Fan, H. Prediction of Soil Deformation in Tunnelling Using Artificial Neural Networks. Comput. Intell. Neurosci. 2016, 2016, 6708183. [Google Scholar] [CrossRef] [Green Version]
- Breiman, L. Random Forests. Mach. Learn. 2001, 45, 5–32. [Google Scholar] [CrossRef] [Green Version]
- Lee, H.Y. Pohang Earthquake (15 November 2017 Mw 5.4) observed by Sentinel-1A/B SAR Interferometry. Available online: http://sar.kangwon.ac.kr/pohang.htm (accessed on 11 December 2017).
- Foumelis, M.; Blasco, J.M.D.; Desnos, Y.L.; Engdahl, M.; Fernández, D.; Veci, L.; Lu, J.; Wong, C. ESA SNAP-StaMPS Integrated Processing for Sentinel-1 Persistent Scatterer Interferometry. In Proceedings of the IGARSS 2018—2018 IEEE International Geoscience and Remote Sensing Symposium, Valencia, Spain, 22–27 July 2018; pp. 1364–1367. [Google Scholar] [CrossRef]
- Youd, T.L.; Idriss, I.M. Liquefaction resistance of soils: Summary report from the 1996 NCEER and 1998 NCEER/NSF workshops on evaluation of liquefaction resistance of soils. J. Geotech. Geoenvironmental Eng. 2001, 127, 297–313. [Google Scholar] [CrossRef] [Green Version]
- Seed, H.B.; Idriss, I.M. Simplified procedure for evaluating soil liquefaction potential. J. Soil Mech. Found. Div. 1971, 97, 1249–1273. [Google Scholar]
© 2020 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).