Next Article in Journal
Data-Driven Approach to Assess Street Safety: Large-Scale Analysis of the Microscopic Design
Previous Article in Journal
Google Earth Engine as Multi-Sensor Open-Source Tool for Monitoring Stream Flow in the Transboundary River Basin: Doosti River Dam
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Understanding the Dynamic Mechanism of Urban Land Use and Population Distribution Evolution from a Microscopic Perspective

1
School of Computer Science, China University of Geosciences, Wuhan 430074, China
2
Hubei Key Laboratory of Intelligent Geo-Information Processing, China University of Geosciences, Wuhan 430074, China
*
Author to whom correspondence should be addressed.
ISPRS Int. J. Geo-Inf. 2022, 11(11), 536; https://doi.org/10.3390/ijgi11110536
Submission received: 5 August 2022 / Revised: 5 October 2022 / Accepted: 15 October 2022 / Published: 27 October 2022

Abstract

:
With the advancement of urbanization, the contradiction in the man–land relationship becomes more and more difficult to ignore. Investigation of the change in urban land use, population distribution and its mechanism can provide powerful assistance for urban planning. Since the changes in urban land use and population distribution is a complex process with spatial heterogeneity, the current methods for describing them are still lacking in both interpretability and spatial differences. In this paper, we combine the expansion phenomena of urban land use and population distribution with the heat equation to understand the mechanism. The particle swarm optimization (PSO) algorithm is used to identify the diffusion coefficient to obtain the diffusion law in the city’s development. In this way, the diffusion coefficient identified from the data is directly associated with urban changes. The mechanism of changes in urban land use and population distribution can be explained with the diffusion equation and the diffusion coefficient. Our model is first validated on land use and land cover data, followed by further refinement of the spatial differences in the artificial impervious surface data. The experiment’s results imply that by applying the model to the population data, the model’s generalization ability has been significantly improved.

1. Introduction

As the main space for human life, the city provides vital basic needs for human survival [1]. One of the phenomena is that with the growth of the urban population, the scope of the city also expands. However, the upper limit of urban area development is constrained, even though the urban population is still increasing year by year without a predictable end. This contradiction makes higher demands on the population-bearing capacity of cities [2,3]. Meanwhile, urban sprawl has resulted in some unfortunate expansion effects, such as environmental pollution [4,5], land desertification [6] and deforestation [7]. All of this further exacerbates the contradiction between man and land. Understanding the temporal and spatial evolution of urban land use and population distribution will help with properly planning urban development [8,9], which would help alleviate the contradiction between man and land and realize the city’s sustainable development [10].
Although the changes in urban land use and population distribution are limited by objective factors such as the level of urban development and natural conditions, the trend of diffusion is still a major pattern of change [11,12]. Various models have made efforts to understand and simulate urban sprawl. These models can be divided into black box models, white box models and gray box models.
A typical approach in black box models is machine learning. Machine learning methods generally do not assume the distribution of data, so they are better for handling nonlinear relationships in the data [13]. Different machine learning methods have similarities in acquiring urban evolution rules. Rule mining is usually reduced to a classification problem. Although the classification rules of urban evolution obtained by machine learning can help with prediction, the model itself is a black box model, which makes explaining the change mechanism difficult [14,15].
The methods of the white box model are cellular automata (CA) [16], the agent-based model (ABM) [17,18], fractals, complex networks and so on. In CA, the cell state is changed by local simple rules, thereby producing the macroscopic result of land use change [19,20,21]. Similar to the CA, the ABM continuously makes corrections through the interaction between agents and the whole changes of the overall situation. Through this continuous adjustment, the model finally achieves a simulation of the evolution of urban land. Both the CA and the ABM attempt to understand the development process of urban elements from a microscopic perspective. Fractal theory gives a new way of understanding the evolution of urban development from the perspective of complex systems [22,23,24] and shows the unified spatial distribution characteristics of urban forms at different spatial scales [25,26,27]. Inspired by complex systems, some scholars take the land use types as nodes, and the transformation relationship between types is regarded as the edges. Based on this, they build a complex network to analyze the stability of the evolution of urban land use spatial patterns [28,29]. Although this type of model can observe the evolution of the city as a whole, it is still insufficient for describing the inter-city relationship.
Between the above two types of models is the gray box model, which contains system dynamic (SD) models and complex adaptive systems. The SD model is based on system theory, information theory and cybernetics, and it studies the urban land use system from a macro perspective [30,31,32]. The model can reflect the interaction between the structure, function and various behaviors of the land use system, but it requires expert knowledge and lacks of the depiction of spatial dynamics [33]. In the complex adaptive system model, the transformation rule is determined by the current state and the state of its environment. These transformation rules or behavior rules which are set artificially directly determine the quality of the model’s simulation.
There are also some scholars who combine the advantages of the black box model and the white box model to construct a new model to describe the development and changes in urban land and population. Those models use machine learning methods to determine the conversion rules, which are used in the CA model to avoid the uncertainty caused by artificial settings [20]. For example, the random forest algorithm has a good tolerance for outliers and noise and is not prone to overfitting, so it can be used to improve the simulation performance of the CA model [34]. The artificial neural network (ANN) is one of the most widely used machine learning methods for mining CA model transformation rules. Liu et al. introduced the adaptive inertia coefficient and roulette competition mechanism into the CA model and proposed the FLUS model by combining an ANN and SD [35]. With examples, it was proven that the FLUS model has high accuracy in the prediction of land use change.
Incorporated by specific physical processes, Blumenfeld pointed out that according to the fluctuation of population density in a 100-year cycle, the area of the most remarkable growth will move outward from the center of the city in a specific cycle [36]. Therefore, the wave theory can be used to describe the development of cities. Newling [37] used the wave profile as a theoretical basis to identify the population densities of cities at different stages of development. In recent years, physical models that have received much attention related to cities include percolation models [38,39]. In the percolation model, by setting different thresholds, urban spatial forms are evolved, and then urban spatial texture boundaries and spatial hierarchy relationships can be obtained. In addition, some other physical models, such as the diffusion equation, are also used in many city-related performances. The earliest studies use a diffusion equation to describe the typically complex physical processes related to cities, focusing on the characterization of the diffusion process of pollutants in cities [40]. Jin et al. extended the application of the diffusion equation to urban land and used the heat equation to describe the change in land use or land cover in the city [41].
Given the advantages and disadvantages of the white box and black box models mentioned above, we propose partial differential equations to simulate the changes in urban land use and population distribution in this paper. First, since the diffusion equation is a theoretical equation derived from statistical physics, the partial differential equation can provide land use and population distribution changes with a good explanation. At the same time, the diffusion equation contains the nonlinear terms of the first-order partial derivative in time and the second-order partial derivative in space, which can characterize the nonlinear process in space and time. Our model in each micro unit on the specific parameters differs from the white box model. Therefore, the results of the model have spatial heterogeneity. In the end, the model equation generally has a fixed form to ensure the overall consistency of certain research areas.
The remainder of this paper is organized as follows. Materials and Methods describes the preliminary information and the problem definition. Results presents the study area and data and the experiment’s results, including the land use and land cover data, the artificial impervious data and the population density data. The discussion and conclusions are summarized in Discussion and Conclusions.

2. Materials and Methods

In this section, the definition of micro units will be shown first. After introducing the overall process of the algorithm, we sequentially explain the definitions of the related variables involved, auxiliary algorithm and problem formulation.
For the micro unit, referring to the CA and multi-agent models, each basic unit goes through a nonlinear change process under the influence of multiple factors and finally presents a complex evolutionary shape as a whole. Each cell and agent can be viewed as a microscopic unit. The interaction between these units constitutes the dynamic process of the whole system. At the same time, the spatial inconsistency of this force eventually forms a system with spatial heterogeneity. As for the evolution of urban land use and population distribution, from a microscopic point of view, the heterogeneous micro-dynamic process of spatial distribution makes urban land use and population distribution present intricate characteristics in spatial form. To further illustrate this microscopic process, we take the impervious surface data [42] of Guangming District in Shenzhen as an example, as shown in Figure 1. The data are raster data, and each raster can be regarded as a microscopic unit. With the change in time, the impervious surface of the Guangming District continues to spread outward. This diffusion process, shown in a three-dimensional space, is a distribution of the ups and downs, and every micro unit of change is affected by the surrounding neighborhood.
After the concept of the micro unit was clarified, we adopted different methods to calculate the micro unit concentration value for different data types. Then, the relative position in the diffusion process was determined according to the concentration value. Once the relative positions in the diffusion equation were determined, the PSO algorithm would be used to identify the coefficients of the diffusion equation. Finally, we obtained the diffusion coefficient distribution for each data type. The flow of the whole method is shown in Figure 2.
The following section shows the definition of the concentration and diffusion directions. Then, we are given an introduction to the PSO algorithm. The problem formulation subsection demonstrates the processing flow of the diffusion equation and the final objective function.

2.1. Preliminaries

Diffusion is a phenomenon in which a substance moves along a concentration gradient. The concentration difference moves the element from a high-concentration area to a low-concentration place until evenly distributed. As an example of the urban development process, the built-up areas in cities have been increasing. This phenomenon can be seen as the concentration of the built-up area continuously growing within a certain space. For China, although policies guide the direction and trend of urban development, we can still observe the expansion of artificial impervious surfaces or built-up areas from high-concentration (central city) to low-concentration (suburbs) areas. Thus, there seems to be a diffusion in the process of urban development, which at the same time follows a particular law of diffusion.

2.1.1. The Definition of Concentration

Since the diffusion model delimits the direction of the substance concentration over time, we needed to define the concentration of the substance corresponding to the data. The different clarifications for labeled data and unlabeled data are as follows:
  • Labeled data: The labeled data refers to the data in the grid that represent a particular type, and the specific value of the label does not convey any meaning; it only symbolizes a specific type. For example, in the land use and land cover data, there is a correspondence between the numbers and categories, which is shown in Table 1. The value represents a specific type which can be changed freely, as this adjustment does not affect the characteristics of the data itself. For this kind of data, the key is to ensure the uniqueness of this mapping, since the number itself does not have a numerical meaning. In this case, we take the proportion of the grid of the same type as the central grid in the spatial neighborhood as the concentration value of the grid. For example, for the spatial neighborhood of 3 × 3 , four grids in this spatial neighborhood are the same type as the central grid. Then, the concentration of the center grid is 4 + 1 9 = 0.5556 , with four decimal places.
  • Unlabeled data: The opposite of labeled data is unlabeled data. The unlabeled data refer to the data in the grid that represent a specific numerical meaning. For example, in population data, the value on each grid represents the region’s total population in the corresponding year. For this kind of unlabeled data, the specific value on the grid can be directly defined as the concentration on the grid. However, the order of magnitude of such data is usually gigantic, and the data’s measurement units are also inconsistent. Therefore, this kind of data needs to be normalized to eliminate this influence.

2.1.2. The Definition of Diffusion Direction

During the diffusion process, the concentration gradient being at different spatial positions causes the substance to change over time. These inconsistent concentrations also objectively define the diffusion direction of the substance and affect the diffusion process objectively. When we use the diffusion equation to identify the law of urban diffusion, it becomes crucial to directly define the direction of material diffusion from the spatial geographic location.
After we obtained the material concentration of each micro unit, the difference in the material concentrations of different diffusion units appeared, so the diffusion direction of the material could show up. Therefore, in the algorithm, we define that within the neighborhood of the central diffusion unit, the diffusion unit with the highest concentration diffuses to the diffusion unit with the lowest concentration. In other words, the position with the highest concentration is the previous position in the diffusion process, and the position with the lowest concentration is the position where the diffusion process will be affected in the future.

2.1.3. The PSO Algorithm

The PSO algorithm is an intelligent calculation method for solving optimization problems. The core idea of the PSO algorithm is to update the particles by tracking the current local and globally optimal solutions of the particles. When the termination condition is reached (after a certain number of iterations or the latter meets an empirical error), the current local optimal solution is regarded as the optimal solution to the problem. Assuming that the size of the particle swarm is N, and the velocity and position of the particles j are represented by the N dimensional vectors V j and P j , respectively, the iterative equation of the PSO algorithm is
V j ( e + 1 ) = ω V j ( e ) + c 1 r 1 ( p j ( e ) P j ( e ) ) + c 2 r 2 ( p g ( e ) P j ( e ) ) | V k ( e + 1 ) | V m a x , k [ 1 , N ] P j ( e + 1 ) = V j ( e + 1 ) + P j ( e ) .
where V j ( e ) is the velocity of the particle j in generation e, P j ( e ) is the position of the particle j in generation e, p j ( e ) is the individual historical optimal position of the particle j in generation e, p g ( e ) is the historical optimal position of the particle swarm in generation e. w is the weight of the inertia, c 1 is the cognitive coefficient, c 2 is the social coefficient and r 1 and r 2 are random numbers in [ 0 , 1 ] . The updated rules of p j ( e ) and p g ( e ) are
p j ( e ) = p i ( e 1 ) , if f ( p j ( e ) ) > f ( p j ( e 1 ) ) , P j ( e ) , otherwise
and
p g ( e ) = argmin { f ( p j ( e ) ) | j = 1 , 2 , , n }
Here, f ( p j ( e ) ) represents the fitness value of p j ( e ) . The smaller the fitness value, the better the corresponding fitness for p g ( e ) .

2.2. Problem Formulation

After clarifying the definitions of the concentration and diffusion direction in the model, the following section focuses on the formula processing procedure of the model, the determination of the objective function and the identification process of the coefficients.
For a city, according to the first law of geography [16], the spatial auto-correlation contained in this particular law shows the magnitude of the neighborhood effect. When focusing on the observed changes in the key elements of the city, we divided the data into grids, and each grid could be regarded as a basic diffusion unit. In terms of measuring the diffusion process of the current central grid, since each category in the key elements tends to occupy a larger area over time, this diffusion process is affected by its growing demand and the inhibition of diffusion of the surrounding areas. Based on these considerations, we consider the following diffusion equation:
Φ ( x , t ) t = a ( x , t ) 2 Φ ( x , t ) x 2 + F ( x , t ) ,
where x represents the spatial position of the current diffusion unit, t means the time of diffusion. Φ ( x , t ) is the state of the diffusion unit at the position x at the time t and F ( x , t ) plays the part of neighbors’ influence. By combining the determination of species concentration and diffusion direction for each grid, we obtained the correspondence shown in the Figure 3.

2.2.1. The Discretization of the Diffusion Equation

Since the data of the key elements of the city obtained are discrete, so is the computer when they are calculated. Therefore, we needed to discretize the diffusion equation given above (Equation (4)). For the first-order partial derivatives and the second-order partial derivatives in the equation, we used the central difference method for discretization, and then the following relation was obtained:
Φ ( x , t + 1 ) Φ ( x , t ) Δ t = F ( x , t ) + a ( x , t ) ( Δ x ) 2 [ Φ ( x + 1 , t ) 2 Φ ( x , t ) + Φ ( x 1 , t ) ] .
By rearranging the above equation, we find that
Φ ( x , t + 1 ) = F ( x , t ) Δ t + a ( x , t ) Δ t ( Δ x ) 2 [ Φ ( x + 1 , t ) 2 Φ ( x , t ) + Φ ( x 1 , t ) ] + Φ ( x , t ) .
Let D = a ( x , t ) Δ t ( Δ x ) 2 . Then, we have
Φ ( x , t + 1 ) = ( 1 2 D ) Φ ( x , t ) + D ( Φ ( x 1 , t ) + Φ ( x + 1 , t ) ) + F ( x , t ) Δ t .
In this way, we completed the discretization process of the diffusion equation, making it convenient for computer simulation calculation. At the same time, each item in the equation after discretization can correspond to the actual observed data. For example, when we collected the observational data in 2013 and 2015, combined with Equation (7), we could obtain the following relation and iterative formula:
Φ ( x , 2015 ) = [ 1 4 a ( x , 2013 ) ] Φ ( x , 2013 ) + 2 F ( x , 2013 ) + 2 a ( x , 2013 ) [ Φ ( x 1 , 2013 ) + Φ ( x + 1 , 2013 ) ] ,
where Δ t = 2 and Δ x = 1 .

2.2.2. Solving for the Diffusion Coefficient

We knew that the diffusion coefficient is closely related to the data changes between different years, in line with the previous content. Since we constructed the expression relationship between the data, our task transformed into finding the diffusion coefficient that satisfied the expression based on the observation data. For the relationship between the two years we derived, we used PSO to identify the unknown diffusion coefficient. Naturally, Equation (4) became our objective function in the PSO algorithm.
More precisely, according to the discretizing objective function in Equation (7), only the coefficient D is unknown. Furthermore, only the variable a ( x , t ) is unknown because both Δ t and Δ x can be obtained from the data. That aside, we can also find the corresponding Φ t + 1 x , Φ t x , Φ t x 1 , Φ t x + 1 from the data based on the definition of the diffusion direction. Then, for each iteration e, the fitness function for each particle j in the PSO algorithm was set as follows:
f ( e ) = argmin Φ ( x , t ) Φ e ( x , t ) 2 2 .

3. Results

This section will be divided into three parts to introduce our experimental results. The first is our study area and data, and then we validate our algorithm on the land use and land cover data. Next, we show the results with the artificial impervious area data. The last part is our experiments on the population density data.

3.1. Area and Data

Shenzhen is a coastal city in southern China adjacent to Hong Kong. It is located south of the Tropic of Cancer between 113 43 E to 114 38 E and 22 24 N to 22 52 N. The administrative region in Shenzhen city is shown in Figure 4. Since the establishment of Shenzhen in 1979, Shenzhen’s population has grown 40-fold from 310,000 in 1979 to 13.43 million in 2019. The regional GDP jumped from CNY 270 million in 1980 to CNY 2.69 trillion in 2019, with an average annual increase of 20.7%, ranking third in Mainland China and top five in Asian cities. As of 2017, the developed land in Shenzhen has increased from 27 km 2 to 946 km 2 , with an average annual increase of 24 km 2 [43]. Shenzhen took 40 years to complete the transformation from a small fishing village to a mega city, making it a very representative case.
Since our model was a microscopic model, the higher the spatiotemporal resolution of the data we used, the better. On the other hand, the Landsat data are multi-spectral, multi-resolution and multi-temporal, so the monitoring of LULC changes and urban expansion is mainly based on Landsat data. Combining our study area and the free availability of data, we adopted the land use and land cover and the artificial impervious area data products of Landsat data, as well as the population density distribution data provided by WorldPOP:
  • Land use and land cover data: The land use and land cover data are taken from data that have been publicly shared on the Internet. The time range is from 1988 to 2015, and the time interval ranges from 2 to 6 years. The spatial resolution of the data is 30 m [44]. Land use and land cover includes six categories: forest, water, grassland, cultivated land, built-up area and bare land.
  • Artificial impervious area data: The artificial impervious area data can be downloaded directly from the working website of Tsinghua University. The spatial resolution is 30 m, and the mean overall accuracy is higher than 90% [45]. This accuracy for the data in the study of global scales is acceptable. The artificial impervious area data can be downloaded directly from the working website of Tsinghua University.
  • Population density data: The population data were taken from data published by WorldPOP. The time interval of the data is one year from 2011 to 2020, and the spatial resolution of the population data is 100 m. The population data generated during the current study are available in the WorldPOP repository [46].

3.2. The Case Study

In this section, we set up three experiments, and the spatial neighborhood used in the experiment was the classical Moore neighborhood. First, the diffusion coefficient of each district in Shenzhen was identified from the built-up area in the land use and land cover data. With this, we used the artificial impervious surface data to refine the diffusion coefficient to each grid cell. Finally, we identified the diffusion coefficient in the unlabeled data and extended the whole model to different data.

3.2.1. The Land Use and Land Cover Data

In this part, for each year’s data, we take the built-up area concentration distribution in each district of Shenzhen as a subset and investigate the diffusion trend of built-up areas in different districts in this subset.
Based on the previous experimental principles and experimental settings, we identified the diffusion coefficient of the built-up area in the land use and land cover data of Shenzhen from 1988 to 2015. Figure 5 shows the change in the diffusion coefficient in the built-up area of Shenzhen. From the results, the changes in the diffusion coefficient in Shenzhen could be roughly divided into three categories: the first category included the Dapeng District, the second category included the three districts of Yantian, Pingshan and Luohu, and the remaining six districts were classified into the third category.
We mapped the spatial location of each district in Shenzhen to obtain Figure 6. From the figure, it can be seen that the diffusion coefficient of the built-up area of Shenzhen decreased from east to west. Among them, the built-up area of Dapeng New District always had the highest diffusion coefficient, which indicates that the built-up area of Dapeng District was in a strong diffusion phenomenon during the study period. This situation is consistent with the development of various districts in Shenzhen. Dapeng District, as a new district, embodies strong vitality and development potential.
In order to clearly show the difference in the diffusion coefficients in those three variations, we separately extracted the changes in the built-up areas of the four districts of Shenzhen. Among them, Pingshan District was the representative of the second category. Since the third category contained more administrative regions, we extracted Baoan District, which covers the largest area, and Futian District, which had the lowest average diffusion coefficient performance, as representatives. In Figure 7, we can see the different diffusion patterns in each district. The higher the diffusion coefficient, the clearer the characteristics of the built-up area’s outward expansion, and the smaller the overall disturbance (i.e., the less cross-diffusion between each other), and Dapeng New District is given as an example. The lower the diffusion coefficient, the less obvious the overall outward expansion forms, such as in Baoan District and Futian District. Between these two types, the overall outward expansion of Pingshan District was very conspicuous. However, it was often accompanied by cross-diffusion in the region, and the uniform outward diffusion direction was not apparent from the overall spatial perspective.

3.2.2. The Artificial Impervious Area Data

We carryied out a spatial refinement of the diffusion coefficient based on the extracted artificial impervious area in Shenzhen. Different numbers represent newly added impervious surface areas in different years in the artificial impervious area data. The correspondence between this number and the year is available on the data download web page. According to the definition of label data concentration in the previous section, we obtained the concentration values for the impervious surface in a different year.
In this part, we further refine the identification of the diffusion coefficient to each spatial grid and explore the variation in the impervious surface concentration in each grid. Then, diffusion coefficient identification down to the grid level is carried out with the diffusion equation we constructed. Moreover, we make a one-step prediction from the diffusion coefficient in Guangming District specifically. Based on the identified diffusion coefficients from 1985 to 2017, the spatial distribution of the artificial impervious area in 2018 is predicted. The prediction results are shown in Figure 8.
The results demonstrate that the expansion of the artificial impervious area was more likely to occur in the region where the concentration changed sharply. Furthermore, when the predicted concentration in 2018 exceeded 0.95 or was lower than −0.75, it could be considered that expansion of the impervious surface occurred with an overall accuracy of 58.53% correspondingly. For the diffusion equation, when the diffusion coefficient is negative, this indicates that the diffusion process in this region is unstable and may be accompanied by sudden changes. Therefore, it is still understandable that the increase in the impervious surface occurs in the region where the diffusion coefficient is negative. At the same time, this result also shows how effective the model is. Because the increase in impervious surfaces resulted from a combination of factors, the historical trend of the new impervious surface represents only a part of the driving force. In another way, the experimental results show that nearly 60% of the new areas were still caused by historical inertia during the expansion of the impervious surface in the following year. This means that the new impervious surface in Guangming District still has an unavoidable time delay under the implementation of the policy.
According to the prediction results for Guangming District, we found that the spatial fluctuation of the corresponding diffusion coefficient was more conspicuous in the area where the impervious surface changed drastically and densely. We then compared the overall artificial impervious diffusion in Shenzhen in 2018 with the predicted impervious surface concentration value in 2018. The results are shown in Figure 9. We also found that even in the whole of Shenzhen, the conclusion that impervious surface expansion is more likely to occur in places with sharp concentration gaps still held.

3.2.3. The Population Density Data

Diffusion coefficient identification was also conducted with the population density data of Shenzhen, and the results are shown in Figure 10a. The change in the population density and diffusion trends of Shenzhen were relatively consistent, but the strength of the diffusion capacity was different. On the whole, the diffusion coefficient of each district in Shenzhen was similar to the slope of the population density change in Shenzhen from 2011 to 2020 (see Figure 10b). In other words, the diffusion coefficient can reflect the extent of population growth to a certain extent: the larger the diffusion coefficient, the more obvious the population growth.
To further explain the diffusion coefficients, we resampled the population density data in conjunction with the zoning of the streets. The 10 districts of Shenzhen were predicted to obtain the diffusion coefficient distribution in each district. As a reference, we found the data of the seventh population census in Shenzhen, which can be downloaded from the public website. Thus far, only Futian, Guangming, Longhua, Luohu, Nanshan and Pingshan Districts have published the census bulletin at the street level in Shenzhen. Therefore, the comparison of our results is focused on these six districts in Shenzhen.
In Figure 11, the blocks circled by the black lines are the blocks with apparent population growth in the districts of Shenzhen, as given in the Shenzhen Seventh Census Bulletin. The pictures from (a) to (e) correspond to Futian District, Guangming District, Longhua District, Nanshan District, and Luohu District. It can be seen from the figure that in the above five districts, the regional diffusion coefficients with population growth were generally higher. This is consistent with our definition for the diffusion coefficient, which further illustrates the effectiveness of the diffusion coefficient defined in this article in actual situations.

4. Discussion

This paper started from the main aspects of urban development and changes such as land use and land cover, the artificial impervious area and population density. According to the changes in the diffusion coefficients of different data, we explored some laws of the development and changes in cities. For the land use and land cover data, it can be seen that the diffusion coefficient of the built-up area of Shenzhen decreased from east to west. Among them, the built-up area of Dapeng New District always had the highest diffusion coefficient, indicating that the built-up area of Shenzhen’s Dapeng New District was in a strong diffusion phenomenon during the study period. This situation is consistent with the development of various districts in Shenzhen. Dapeng New District, as a younger district, embodies strong vitality and development potential.
In the artificial impervious area data, we found that the new impervious surface was usually accompanied by a sharp change in the diffusion coefficient. Without considering other factors, and only based on the historical impervious surface data in Guangming District, it was possible to simulate nearly 60% of the new impervious surface in the next year. This also means that the impact of historical trends on Shenzhen’s impervious surface is inertial. Since the addition of impervious surfaces in Shenzhen is usually determined by policy, this also shows that the implementation of the policy is delayed to a certain extent.
For the population density data, overall, the results showed that the population diffusion coefficients were larger in regions where the population density increases were more pronounced. From the five jurisdictions’ situation, compared with Shenzhen’s central urban area, the diffusion coefficient of the non-central urban area was generally higher than that of the central urban area. This phenomenon means that Shenzhen’s current population growth potential is mainly distributed in non-central urban areas.
All in all, from the experimental results of the three data, the population density, built-up area and artificial impervious area had the characteristics of outward diffusion. Moreover, the growth rates of the built-up areas in different regions were different, and the growth rate of the western region was significantly faster than that of the eastern region. The simulation and prediction of the impervious surface show that there is a delay in the actual implementation of policy planning, which will provide some assistance for subsequent policy designation. Since the planning of land policy is always based on people’s needs, the diffusion of population density can help the overall evaluation of the policy.

5. Conclusions

In this article, we proposed a diffusion equation to simulate the evolution of urban elements from a microscopic perspective. Throughout this work, we first explained how to establish the diffusion model. According to the experiments of the land use and land cover data, we verified that it was feasible to explain the evolution of key elements in cities through diffusion theory. The diffusion coefficients identified by the PSO algorithm can represent the differences in the expansion of built-up areas in different urban areas and reflect the expansion modes in micro units. Next, we expressed the spatial differences more finely in each grid, in which the diffusion coefficient was further refined in the impervious surface data. From the diffusion coefficients of each micro unit, we found that regions where the diffusion coefficient changed drastically were usually accompanied by new amplifications. Finally, the model’s generalization performance was improved by applying it to population density data. The results show that our model worked well not only with the labeled data but also the unlabeled data.
While the results show our model’s effectiveness and good generalization ability, some aspects still need improvement. During the diffusion process caused by the concentration gradient, the whole substance will shift to a certain extent, and this process is called convection. For this change, our model only uses the second-order partial derivative to consider the simple diffusion process and does not describe the convection process that occurs during the diffusion process. Simultaneously, the interaction between multi-source data was not considered. Although the interaction between those data may not be straightforward, the interaction cannot be ignored. The diffusion process of urban elements under these multi-data will be our future research direction.

Author Contributions

All authors contributed to the study’s conception and design. Min Jin wrote the manuscript and conceived the experiment. Lizhe Wang provided algorithm ideas and provided guidance on the writing of the entire manuscript. Fudong Ge provided guidance on the actual algorithm process and corrections, and Bing Xie completed part of the algorithm. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Natural Science Foundation of China (No. 41925007, U21A2013, and No. 61907039), and the Hubei Natural Science Foundation of China (No. 2019CFA023).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Publicly available datasets were analyzed in this study. All the links to those data can be found in the subsection Area and Data.

Acknowledgments

The authors thank the researchers for the data shared. At the same time, the authors are equally grateful to the editors and reviewers for their valuable comments on the manuscript.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Rees, W.; Wackernagel, M. Urban ecological footprints: Why cities cannot be sustainable—And why they are a key to sustainability. Environ. Impact Assess. Rev. 1996, 16, 223–248. [Google Scholar] [CrossRef]
  2. Oh, K.; Jeong, Y.; Lee, D.; Lee, W.; Choi, J. Determining development density using the Urban Carrying Capacity Assessment System. Landsc. Urban Plan. 2005, 73, 1–15. [Google Scholar] [CrossRef]
  3. Wei, Y.; Huang, C.; Lam, P.T.; Yuan, Z. Sustainable urban development: A review on urban carrying capacity assessment. Habitat Int. 2015, 46, 64–71. [Google Scholar] [CrossRef]
  4. Romero, H.; Ihl, M.; Rivera, A.; Zalazar, P.; Azocar, P. Rapid urban growth, land-use changes and air pollution in Santiago, Chile. Atmos. Environ. 1999, 33, 4039–4047. [Google Scholar] [CrossRef]
  5. Rodríguez Martín, J.; De Arana, C.; Ramos-Miras, J.; Gil, C.; Boluda, R. Impact of 70 years urban growth associated with heavy metal pollution. Environ. Pollut. 2015, 196, 156–163. [Google Scholar] [CrossRef] [PubMed]
  6. Barbero-Sierra, C.; Marques, M.J.; Ruíz-Pérez, M. The case of urban sprawl in Spain as an active and irreversible driving force for desertification. J. Arid Environ. 2013, 90, 95–102. [Google Scholar] [CrossRef]
  7. DeFries, R.S.; Rudel, T.; Uriarte, M.; Hansen, M. Deforestation driven by urban population growth and agricultural trade in the twenty-first century. Nat. Geosci. 2010, 3, 178–181. [Google Scholar] [CrossRef]
  8. Klopp, J.M.; Petretta, D.L. The urban sustainable development goal: Indicators, complexity and the politics of measuring cities. Cities 2017, 63, 92–97. [Google Scholar] [CrossRef]
  9. Li, F.; Liu, X.; Hu, D.; Wang, R.; Yang, W.; Li, D.; Zhao, D. Measurement indicators and an evaluation approach for assessing urban sustainable development: A case study for China’s Jining City. Landsc. Urban Plan. 2009, 90, 134–142. [Google Scholar] [CrossRef]
  10. Tian, L.; Shen, T. Evaluation of plan implementation in the transitional China: A case of Guangzhou city master plan. Cities 2011, 28, 11–27. [Google Scholar] [CrossRef]
  11. McVoy, E.C. Patterns of Diffusion in the United States. Am. Sociol. Rev. 1940, 5, 219–227. [Google Scholar] [CrossRef]
  12. He, Q.; Song, Y.; Liu, Y.; Yin, C. Diffusion or coalescence? Urban growth pattern and change in 363 Chinese cities from 1995 to 2015. Sustain. Cities Soc. 2017, 35, 729–739. [Google Scholar] [CrossRef]
  13. Chaturvedi, V.; de Vries, W.T. Machine Learning Algorithms for Urban Land Use Planning: A Review. Urban Sci. 2021, 5, 68. [Google Scholar] [CrossRef]
  14. Chan, J.C.W.; Chan, K.P.; Yeh, A.G.O. Detecting the nature of change in an urban environment: A comparison of machine learning algorithms. Photogramm. Eng. Remote Sens. 2001, 67, 213–226. [Google Scholar]
  15. Vohra, R.; Tiwari, K. Comparative analysis of SVM and ANN classifiers using multilevel fusion of multi-sensor data in urban land classification. Sens. Imaging 2020, 21, 1–21. [Google Scholar] [CrossRef]
  16. Tobler, W.R. A Computer Movie Simulating Urban Growth in the Detroit Region. Econ. Geogr. 1970, 46, 234–240. [Google Scholar] [CrossRef]
  17. Alghais, N.; Pullar, D. Modelling future impacts of urban development in Kuwait with the use of ABM and GIS. Trans. GIS 2018, 22, 20–42. [Google Scholar] [CrossRef]
  18. Li, F.; Li, Z.; Chen, H.; Chen, Z.; Li, M. An agent-based learning-embedded model (ABM-learning) for urban land use planning: A case study of residential land growth simulation in Shenzhen, China. Land Use Policy 2020, 95, 104620. [Google Scholar] [CrossRef]
  19. Mu, L.; Wang, L.; Wang, Y.; Chen, X.; Han, W. Urban land use and land cover change prediction via self-adaptive cellular based deep learning with multisourced data. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2019, 12, 5233–5247. [Google Scholar] [CrossRef]
  20. Guan, Q.; Wang, L.; Clarke, K.C. An artificial-neural-network-based, constrained CA model for simulating urban growth. Cartogr. Geogr. Inf. Sci. 2005, 32, 369–380. [Google Scholar] [CrossRef] [Green Version]
  21. Wang, J.; Mountrakis, G. Developing a multi-network urbanization model: A case study of urban growth in Denver, Colorado. Int. J. Geogr. Inf. Sci. 2011, 25, 229–253. [Google Scholar] [CrossRef]
  22. Batty, M.; Longley, P.A. Urban shapes as fractals. Area 1987, 19, 215–221. [Google Scholar] [CrossRef]
  23. Feng, J.; Chen, Y. Spatiotemporal evolution of urban form and land-use structure in Hangzhou, China: Evidence from fractals. Environ. Plan. B Plan. Des. 2010, 37, 838–856. [Google Scholar] [CrossRef]
  24. Cheng, L.; Wang, L.; Feng, R. Fractal Characteristics and Evolution of Urban Land-Use: A Case Study in the Shenzhen City (1988–2015). In Proceedings of the IGARSS 2020—2020 IEEE International Geoscience and Remote Sensing Symposium, Virtual, 26 September–2 October 2020; pp. 4275–4278. [Google Scholar] [CrossRef]
  25. Makse, H.A.; Havlin, S.; Stanley, H.E. Modelling urban growth patterns. Nature 1995, 377, 608–612. [Google Scholar] [CrossRef]
  26. Batty, M. Cities as Complex Systems: Scaling, Interaction, Networks, Dynamics and Urban Morphologies. In Encyclopedia of Complexity and Systems Science; Springer: New York, NY, USA, 2009; pp. 1041–1071. [Google Scholar] [CrossRef] [Green Version]
  27. Xu, G.; Xu, Z.; Gu, Y.; Lei, W.; Pan, Y.; Liu, J.; Jiao, L. Scaling laws in intra-urban systems and over time at the district level in Shanghai, China. Phys. A Stat. Mech. Its Appl. 2020, 560, 125162. [Google Scholar] [CrossRef]
  28. Boccaletti, S.; Latora, V.; Moreno, Y.; Chavez, M.; Hwang, D.U. Complex networks: Structure and dynamics. Phys. Rep. 2006, 424, 175–308. [Google Scholar] [CrossRef]
  29. Andersson, C.; Frenken, K.; Hellervik, A. A complex network approach to urban growth. Environ. Plan. A 2006, 38, 1941–1964. [Google Scholar] [CrossRef] [Green Version]
  30. Ogata, K. System Dynamics; Prentice-Hall, Inc.: Englewood Cliffs, NJ, USA, 1978. [Google Scholar]
  31. Wang, Q. A System Dynamic Model for Infrastructure and Its Application. Syst. Enging-Theory Methodol. Appl. 1998, 197, 420–427. [Google Scholar]
  32. He, C.; Okada, N.; Zhang, Q.; Shi, P.; Zhang, J. Modeling urban expansion scenarios by coupling cellular automata model and system dynamic model in Beijing, China. Appl. Geogr. 2006, 26, 323–345. [Google Scholar] [CrossRef]
  33. Han, J.; Hayashi, Y.; Cao, X.; Imura, H. Application of an integrated system dynamics and cellular automata model for urban growth assessment: A case study of Shanghai, China. Landsc. Urban Plan. 2009, 91, 133–141. [Google Scholar] [CrossRef]
  34. Kamusoko, C.; Gamba, J. Simulating urban growth using a random forest-cellular automata (RF-CA) model. ISPRS Int. J. Geo-Inf. 2015, 4, 447–470. [Google Scholar] [CrossRef] [Green Version]
  35. Liu, X.; Liang, X.; Li, X.; Xu, X.; Ou, J.; Chen, Y.; Li, S.; Wang, S.; Pei, F. A future land use simulation model (FLUS) for simulating multiple land use scenarios by coupling human and natural effects. Landsc. Urban Plan. 2017, 168, 94–116. [Google Scholar] [CrossRef]
  36. Blumenfeld, H. The Tidal Wave of Metropolitan Expansion. J. Am. Inst. Planners 1954, 20, 3–14. [Google Scholar] [CrossRef]
  37. Newling, B.E. The Spatial Variation of Urban Population Densities. Geogr. Rev. 1969, 59, 242–252. [Google Scholar] [CrossRef]
  38. Makse, H.A.; Andrade, J.S.; Batty, M.; Havlin, S.; Stanley, H.E. Modeling urban growth patterns with correlated percolation. Phys. Rev. E 1998, 58, 7054. [Google Scholar] [CrossRef] [Green Version]
  39. Fluschnik, T.; Kriewald, S.; García Cantú Ros, A.; Zhou, B.; Reusser, D.E.; Kropp, J.P.; Rybski, D. The size distribution, scaling properties and spatial organization of urban clusters: A global and regional percolation perspective. ISPRS Int. J. Geo-Inf. 2016, 5, 110. [Google Scholar] [CrossRef] [Green Version]
  40. Turner, D.B. A Diffusion Model for an Urban Area. J. Appl. Meteorol. Climatol. 1964, 3, 83–91. [Google Scholar] [CrossRef]
  41. Jin, M.; Feng, R.; Wang, L.; Yan, J. A Study of Diffusion Equation-Based Land-Use/Land-Cover Change Simulation. ISPRS Int. J. Geo-Inf. 2021, 10, 383. [Google Scholar] [CrossRef]
  42. Huang, X.; Li, J.; Yang, J.; Zhang, Z.; Li, D.; Liu, X. 30 m global impervious surface area dynamics and urban expansion pattern observed by Landsat satellites: From 1972 to 2019. Sci. China Earth Sci. 2021, 64, 1922–1933. [Google Scholar] [CrossRef]
  43. Yu, W.; Zhang, Y.; Zhou, W.; Wang, W.; Tang, R. Urban expansion in Shenzhen since 1970s: A retrospect of change from a village to a megacity from the space. Phys. Chem. Earth Parts A/B/C 2019, 110, 21–30. [Google Scholar] [CrossRef]
  44. Dou, P.; Chen, Y. Dynamic monitoring of land-use/land-cover change and urban expansion in Shenzhen using Landsat imagery from 1988 to 2015. Int. J. Remote Sens. 2017, 38, 5388–5407. [Google Scholar] [CrossRef]
  45. Gong, P.; Li, X.; Wang, J.; Bai, Y.; Chen, B.; Hu, T.; Liu, X.; Xu, B.; Yang, J.; Zhang, W.; et al. Annual maps of global artificial impervious area (GAIA) between 1985 and 2018. Remote Sens. Environ. 2020, 236, 111510. [Google Scholar] [CrossRef]
  46. WorldPop. Unconstrained Individual Countries 2000–2020 UN Adjusted (100 m Resolution). Available online: https://hub.worldpop.org/geodata/listing?id=69 (accessed on 31 July 2022).
Figure 1. The changes in the impervious surface area in Guangming District, Shenzhen from the macro to the micro (1972–2019).
Figure 1. The changes in the impervious surface area in Guangming District, Shenzhen from the macro to the micro (1972–2019).
Ijgi 11 00536 g001
Figure 2. The method flow of using the PSO algorithm to identify the diffusion coefficient.
Figure 2. The method flow of using the PSO algorithm to identify the diffusion coefficient.
Ijgi 11 00536 g002
Figure 3. The concentration in the grid corresponding to positions in the diffusion process.
Figure 3. The concentration in the grid corresponding to positions in the diffusion process.
Ijgi 11 00536 g003
Figure 4. The administrative region in Shenzhen city.
Figure 4. The administrative region in Shenzhen city.
Ijgi 11 00536 g004
Figure 5. The changes in the diffusion coefficient for the built-up areas in Shenzhen.
Figure 5. The changes in the diffusion coefficient for the built-up areas in Shenzhen.
Ijgi 11 00536 g005
Figure 6. The map between different diffusion coefficient categories and Shenzhen’s administrative regions.
Figure 6. The map between different diffusion coefficient categories and Shenzhen’s administrative regions.
Ijgi 11 00536 g006
Figure 7. The diffusion process of built-up areas in different districts of Shenzhen.
Figure 7. The diffusion process of built-up areas in different districts of Shenzhen.
Ijgi 11 00536 g007
Figure 8. The actual increase in and forecast of artificial impervious area in Guangming District in 2018. (a) The actual increase in artificial impervious surface (2018). (b) The probability distribution of new impervious surface predicted by diffusion in Equation (2018).
Figure 8. The actual increase in and forecast of artificial impervious area in Guangming District in 2018. (a) The actual increase in artificial impervious surface (2018). (b) The probability distribution of new impervious surface predicted by diffusion in Equation (2018).
Ijgi 11 00536 g008
Figure 9. The actual increase and forecast of artificial impervious area in Shenzhen (2018).
Figure 9. The actual increase and forecast of artificial impervious area in Shenzhen (2018).
Ijgi 11 00536 g009
Figure 10. The diffusion coefficient distribution and population growth rate in Shenzhen from 2011 to 2020. (a) The diffusion coefficient distribution. (b) The distribution of population growth.
Figure 10. The diffusion coefficient distribution and population growth rate in Shenzhen from 2011 to 2020. (a) The diffusion coefficient distribution. (b) The distribution of population growth.
Ijgi 11 00536 g010
Figure 11. Diffusion coefficients and actual population growth blocks in the five districts of Shenzhen.
Figure 11. Diffusion coefficients and actual population growth blocks in the five districts of Shenzhen.
Ijgi 11 00536 g011
Table 1. The correspondence between value and label in the land use and land cover data.
Table 1. The correspondence between value and label in the land use and land cover data.
ValueLabel
1Forest
2Grassland
3Cultivated land
4Built-up
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Jin, M.; Wang, L.; Ge, F.; Xie, B. Understanding the Dynamic Mechanism of Urban Land Use and Population Distribution Evolution from a Microscopic Perspective. ISPRS Int. J. Geo-Inf. 2022, 11, 536. https://doi.org/10.3390/ijgi11110536

AMA Style

Jin M, Wang L, Ge F, Xie B. Understanding the Dynamic Mechanism of Urban Land Use and Population Distribution Evolution from a Microscopic Perspective. ISPRS International Journal of Geo-Information. 2022; 11(11):536. https://doi.org/10.3390/ijgi11110536

Chicago/Turabian Style

Jin, Min, Lizhe Wang, Fudong Ge, and Bing Xie. 2022. "Understanding the Dynamic Mechanism of Urban Land Use and Population Distribution Evolution from a Microscopic Perspective" ISPRS International Journal of Geo-Information 11, no. 11: 536. https://doi.org/10.3390/ijgi11110536

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop