3.1. Accounting of Civil Building Energy Consumption of Jiangsu Province
The energy consumption of civil buildings generally refers to the energy consumed during the operational phase, excluding the production and transportation stage of building materials, the construction stage, and the demolition stage [
45]. In China’s energy statistical work, energy consumption is classified into four major sectors based on economic activities: the primary industry, the secondary industry, the tertiary industry, and the residential sector. The energy consumption data of civil buildings is distributed across multiples sectors, making it impossible to obtain directly. Therefore, based on the “China Energy Statistical Yearbook” [
46] and the “General Rules for Calculation of Comprehensive Energy Consumption (GB/T 2589-2020)” [
47], this study calculated the civil building energy consumption by adjusting the energy balance table. The specific calculation methods are shown in
Table 1.
Based on the calculation methods presented in
Table 1, the energy consumption data of civil buildings from 2004 to 2022 are presented in
Figure 4. The energy consumption of civil buildings in Jiangsu Province exhibited an overall upward trend from 2004 to 2022. This trend is closely linked to economic development, the advancement of urbanization, and the improvement of living standards of the population.
3.2. Selection of Influencing Factors
As a complex system, the civil building energy consumption is inevitably affected by other systems within the broader social system. The STIRPAT equation [
4] has been widely applied to analyze the relationship between resource consumption or pollutant emissions and macro-level factors. It can be expressed by the following equation:
In the formula, represents the consumption of resources or the emission of pollutants, denotes the population size, indicates the level of economic development, signifies the level of science and technology, is the model coefficient, and and are the indices of the driving forces of population, economy, and science and technology, respectively.
Based on the STIRPAT equation and the specific conditions of Jiangsu Province, this study categorized the influencing factors of civil building energy consumption into three types: population, economic development, and science and technology. Thirteen influencing factors were screened from these three types, as detailed in
Table 2.
This study extracted the annual time-series data of all influencing factors between 2004 and 2022 from the “Jiangsu Statistical Yearbook” [
50]. In analyzing correlations between the variables, GRA exhibits superior performance, especially with small sample sizes and irregular data [
51]. The basic idea is to determine the degree of correlation by comparing the geometric shape similarity of the curves formed by the data series [
52]. The energy consumption of civil buildings in Jiangsu Province was taken as the reference sequence, and the 13 influencing factors were the comparative sequences. To reduce the sensitivity to minor differences and improve the robustness and interpretability of the model, the resolution coefficient
was set to 0.7 [
53]. After the initial value processing of the data, grey correlation degrees were calculated. The results are shown in
Table 3. We also conducted a sensitivity analysis on the resolution coefficient
, which indicated that when
varies between 0.1 and 0.9, the ranking of the 13 influencing factors remains consistent.
The strength of correlation between energy consumption and its influencing factors can be quantitatively assessed through a grey relational degree analysis. A grey relational degree ranging from 0.8 to 1.0 indicates a statistically significant strong correlation, while values between 0.6 and 0.8 suggest a moderate correlation, and coefficients below 0.6 demonstrate a weak correlation [
54]. Six influencing factors with grey relational degrees greater than 0.8 were retained for the subsequent model research and accuracy analysis.
The data of the six selected influencing factors are presented using descriptive statistics in
Table 4.
3.3. Prediction Based on the WT-SVR-ELM Hybrid Model
The energy consumption data spanning the period 2004–2022 were selected as the target time series for forecasting. The wavelet basis function used was the Daubechies 4 wavelet. In the research field of decomposing energy consumption sequences using wavelet transformation, the Daubechies 4 wavelet has been widely applied and has been proven to have excellent performance [
55,
56,
57]. Its compact support enables the effective localization of transient features, while its four vanishing moments allow for the efficient capture and separation of underlying complex nonlinear trends within the signal. This combination of properties optimally balances the time–frequency resolution for this type of energy consumption series. Using the Mallat algorithm, the data were decomposed into a trend sequence
and a fluctuation sequence
.
Figure 5 shows the two components after a single level of decomposition. The
sequence captures the long-term trend information of civil building energy consumption, which has increased from 6415 in 2004 to 30,087 in 2022. The
sequence ranges from −793 to 787, reflecting the high-frequency fluctuation information of the data.
For the trend sequence
, the SVR model was used for prediction. The data of the six influencing factors selected in
Section 3.2 were used as inputs, and the energy consumption data were set as the output. The data were divided into two parts: a training set (2004–2018) and a testing set (2019–2022). The SVR model was trained with a Gaussian kernel, and the optimization ranges for the penalty coefficient
and the kernel width
were set to
and
, respectively.
The Particle Swarm Optimization (PSO) algorithm was employed to identify the optimal combination of and . To robustly estimate model performance during optimization and mitigate overfitting to the training set, the fitness function was defined as the MAPE calculated using Leave-one-out cross-validation (LOOCV) on the training set. In LOOCV, the model is iteratively trained on all but one data point from the training set and validated on the left-out point. This process is repeated for each data point in the training set, and the final evaluation metrics are averaged across all iterations.
The PSO algorithm was configured with the parameters in
Table 5. After PSO optimization, the optimal hyperparameters identified were
= 99.729 and
= 0.513. The results of the LOOCV are shown in
Table 6 and the predictive outcomes of sequence
are shown in
Figure 6.
For the fluctuation sequence
, the ELM model was employed for prediction. To achieve this, the time step
and the number of hidden layer nodes
needed to be determined. Given the limited number of samples, the model is susceptible to overfitting, thus requiring careful adjustment of the parameters
and
. Considering the periodic information in
Figure 5 and the constraints on the number of samples, the range of
was set to [3, 8] and the range of
was set to [1, 8]. In machine learning, when the data contain true values close to zero, using the MAPE as an evaluation metric can lead to numerical instability and even extreme values [
58], such as when the denominator approaches zero, causing the percentage error to tend towards infinity. In such cases, the MAPE should be avoided in favor of more robust metrics. Therefore, the MAE was used as the evaluation metric for the model. We allocated 70% of
as the training set and 30% as the testing set, and employed a grid search to optimize
and
. To evaluate the model performance without data leakage, expanding window cross-validation (EWCV) was adopted. This method is particularly robust for time-series data as it mimics real-world forecasting scenarios: the training set grows incrementally while the validation set remains in the future. The result of the EWCV is shown in
Table 7. The cross-validation MAE was minimized when the time step
and the number of hidden layer nodes
. Based on these optimal parameters, the best ELM model for predicting
was established. The predictive outcomes of sequence
are shown in
Figure 7.
The prediction results of
from the SVR model and the prediction results of
from the ELM model were combined through wavelet reconstruction to obtain the final prediction of civil building energy consumption, as presented in
Table 8.
To validate the prediction performance of the proposed WT-SVR-ELM hybrid model, we conducted additional predictions using the SVR, ELM, MA-SVR-ELM, and EMD-SVR-ELM models for civil building energy consumption.
Table 9 presents the errors of predictions using the SVR and ELM models and two other hybrid models for the civil building energy consumption of Jiangsu Province.
As shown in
Table 9, the errors of the single prediction models SVR and ELM are the highest. Compared with the single prediction models, the errors of MA-SVR-ELM and EMD-SVR-ELM have been reduced, which verifies the necessity of sequence decomposition for energy consumption prediction. The MAPE of the WT-SVR-ELM hybrid model is reduced by 0.56% and 1.01% compared to the MA-SVR-ELM and EMD-SVR-ELM models, respectively. Additionally, the MAE and RMSE of the WT-SVR-ELM model are significantly lower than other models. These results indicate that the WT-SVR-ELM hybrid model achieves higher accuracy in predicting civil building energy consumption. The superior performance of the WT-SVR-ELM model originates from its capacity to decompose and reconstruct the time series through wavelet analysis, thereby separating the underlying complex relationships within the data. By employing different models for different sequences, the WT-SVR-ELM model integrates the strengths of SVR and ELM. The combination of these two models effectively enhances the ability to handle complex nonlinear relationships, thereby improving prediction accuracy. Therefore, the WT-SVR-ELM model demonstrates stronger robustness and greater potential for application in such complex prediction tasks.
3.4. Scenario Analysis
3.4.1. Scenario Parameter Setting
Considering the current economic and social development status of Jiangsu Province, three scenarios were set: baseline, high-speed development, and low-speed development. For each influencing factor, the scenario parameters were configured as follows:
(1) PCE and PDI: According to the “Outline of the 14th Five-Year Plan and Long-Range Objectives Through the Year 2035 for the National Economic and Social Development of Jiangsu Province” [
59] and “the 14th Five-Year Plan for Promoting Consumption in Jiangsu Province” [
60], the Jiangsu Provincial Government has established clear targets for the 14th Five-Year Plan period. These include an average annual GDP growth rate of approximately 5.5%, an average annual growth rate exceeding 6% in the total retail sales of consumer goods, and an average annual growth rate of around 5.5% in per capita consumption expenditures. Meanwhile, to further promote income growth, the average annual growth rate of per capita disposable income is consistent with the GDP growth rate. Therefore, the baseline growth rate for both per capita consumption expenditure and per capita disposable income was set at 5.5%.
(2) PGDP: Per capita GDP is influenced by both economic and demographic factors. In recent years, population aging in Jiangsu Province has been continuously intensifying, and the growth of the resident population has slowed down. However, with the advancement of population policies such as attracting talents and easing the conditions for household registration, the total resident population in Jiangsu Province is projected to stabilize. In the baseline scenario, we assumed that the growth rate of per capita GDP is 5.5%.
(3) NHA: With the improvement in people’s living standards, the consumption of various household appliances has also grown rapidly. From 2004 to 2022, the number of common household appliances per 100 households in Jiangsu Province increased from 580.0 to 1179.2, with an average annual growth rate of 4.12%. Thus, the baseline growth rate of 4.0% was taken for the number of common household appliances.
(4) PFSRB: A historical data analysis revealed that the per capita floor space of residential building in Jiangsu Province has exhibited subdued growth in recent years, particularly averaging only 1.44% annually from 2020 to 2022. The per capita floor space of residential buildings is projected to maintain a gradual upward trajectory, prompting our adoption of a 1.5% baseline annual growth rate for the scenario analysis.
(5) UR: “The 14th Five-Year Plan for New-Type Urbanization in Jiangsu Province” [
61] envisions that the urbanization rate will rise to approximately 80% in 2035, while the urbanization rate in Jiangsu Province has already reached 75% in 2023. Given the above data, the baseline growth rate for the urbanization rate was configured at 0.5%.
The growth rates of each influencing factor in the high-speed development scenario and the low-speed development scenario were obtained by adjusting the baseline growth rates upward or downward by a certain percentage. The specific growth rate settings are presented in
Table 10.
3.4.2. Discussion of Scenario Analysis
The prediction results for civil building energy consumption under three scenarios are shown in
Figure 8. Scenarios 1 to 3 refer to the baseline scenario, the high-speed development scenario, and the low-speed development scenario, respectively. As illustrated in the figure, in all three scenarios, the energy consumption of civil buildings peaks in 2023 and subsequently shows a downward trend. Notably, in Scenario 2, while the economy grows faster than in the baseline scenario, energy consumption drops more rapidly. In Scenario 3, due to the relatively slow speed of development, the energy consumption remains high for a brief period and then slowly declines after 2023. By 2030, the energy consumption of civil buildings is expected to be between 19,154 ktce and 23,498 ktce. The civil building energy consumption does not follow a simple linear growth trajectory with the development of the economy and society. Instead, it shows an inverted U-shaped trend. This phenomenon can be interpreted through the Environmental Kuznets Curve (EKC) [
62,
63]. The EKC indicates that in the early stages of economic development, the expansion of economic scale will intensify both resource consumption and pollutant emissions, consequently deteriorating the environmental quality. With the further development of the economy, technological progress will enhance the efficiency of resource utilization and reduce pollution emissions per unit of output, thereby improving the environmental quality [
64].
The observed inverted U-shaped relationship emerges from several interconnected factors. First, Jiangsu’s economic advancement has enabled stricter energy conservation policies in the construction sector, facilitating the widespread adoption of energy-efficient technologies and robust institutional support for sustainable buildings. Second, increased per capita income and expanded residential space have fundamentally altered consumption patterns, as evidenced by the proliferation of high-efficiency appliances and smart home systems that reduce discretionary energy use. Third, accelerated urbanization has encouraged centralized energy infrastructure development, diminishing dependence on decentralized energy sources. This relationship highlights the pivotal role of energy conservation and technological innovation in economic development, offering critical implications for future policy making and energy planning.
Jiangsu Province is an important economic province in China. Its economic scale, industrial structure, and urbanization level all rank among the top in the country. The energy consumption of civil buildings in Jiangsu Province not only reflects the current status of energy utilization in economically developed regions but also illustrates the energy demand characteristics associated with high-density urbanization and high living standards. The inverted U-shaped relationship between energy consumption and economic development also holds true in specific regions and industries, providing empirical evidence for other provinces. Other provinces can draw on the experience of Jiangsu Province, adapt policies to local circumstances, and formulate scientific and rational energy conservation and emission reduction measures to promote coordinated economic and environmental development.