Next Article in Journal
Opportunities and Challenges of Geospatial Analysis for Promoting Urban Livability in the Era of Big Data and Machine Learning
Previous Article in Journal
Analysis of the Temporal Characteristics of the Elderly Traveling by Bus Using Smart Card Data
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Virtual Reality Simulation Method for Crowd Evacuation in a Multiexit Indoor Fire Environment

1
Faculty of Geosciences and Environmental Engineering, Southwest Jiaotong University, Chengdu 611756, China
2
National Railway Test Central, China Academy of Railway Sciences Corporation Limited, Bejing 100081, China
3
Department of Information and Communication, The Army Academy of Armored Forces, Fengtai District, Bejing 100072, China
4
Sichuan Center of Satellite Application Technology, Sichuan Institute of Land Science and Technology, Chengdu 610045, China
*
Author to whom correspondence should be addressed.
ISPRS Int. J. Geo-Inf. 2020, 9(12), 750; https://0-doi-org.brum.beds.ac.uk/10.3390/ijgi9120750
Submission received: 18 October 2020 / Revised: 8 December 2020 / Accepted: 10 December 2020 / Published: 15 December 2020

Abstract

:
Evacuation simulations in virtual indoor fire scenes hold great significance for public safety. However, existing evacuation simulation methods are inefficient and provide poor visualized when applied to virtual reality (VR) simulations. Additionally, the influences of the interaction of evacuation processes on the choice of multiple exits have not been fully considered. In the paper, we propose a VR simulation method for crowd evacuation in a multiexit indoor fire environment. An indoor 3D scene model and character model, for studying the environmental factors that affect the multiexit selection of personnel during the fire process, are combined with environmental factors to enhance the evacuation route planning algorithm to improve the efficiency of the VR simulation of evacuation in the scene. In addition, a prototype system that supports multiple experience modes is proposed, and case experiment analyses are performed. The results show that the method described in this paper can effectively support the real-time simulation of indoor fire evacuations in virtual scenes, providing both reliable simulation results and good visualization effects.

1. Introduction

As the process of urbanization intensifies, the complexity of building structures is constantly increasing, and the density of people is rapidly increasing [1]. The frequency of indoor fires is gradually increasing, posing vast challenges to public safety. When a fire breaks out, it is difficult to choose an effective escape route because the trapped people at the site of fire do not have a clear understanding of the fire situation or do not understand the building structure [2]. In addition, because of the complexity of human behaviors, indoor fires often result in congestion, trampling, and death [3]. To guarantee their safety, people need to leave the scene of fire as quickly as they can [4]. Virtual reality (VR) simulation, which is the simulation of 3D objects and 3D environments to help people learn from experiences [5,6,7], is widely used in the fields of education and training [8,9,10]. It can also be used to help people train to escape [11]. One study [12] has shown that familiarity with building structures in virtual scenes can help people find the best way out of trouble in fire scenes, which is important for public safety.
Regarding indoor fire evacuation simulations, it is possible to focus on the construction of the passage area in a three-dimensional space, as well as the location of the fire source, the impact of the diffusion range, the state of the person in the evacuation process of the path selection, and the change in exit selection during the evacuation process. Furthermore, VR simulations of indoor fire evacuation require users to experience or observe the entire process of evacuation simulations in the real time of a virtual environment, which means that high computational efficiency and a reliable visual experience are required. In fact, in the process of indoor fire evacuation simulation, the escape route of each person involves the study of dynamic route planning. There are two key issues that need to be determined to complete path planning, i.e., the expression of path nodes and the type of search algorithm. A grid is the most commonly used method of expressing path nodes [13,14,15]. However, when used in path planning, the volume of moving objects is limited due to nodes. A grid supports up to 8 movement directions. At the same time, a large number of nodes will still be added even when the map range has increased and the complexity has not changed too much, thus increasing the difficulty of calculation. Qing et al. [16] divided buildings into dense grids to plan evacuation paths, but the computational cost was too high to display the real-time visual simulation process. To overcome the shortcomings of the grid, the node expression of the waypoint [17,18] was proposed, making it possible to add nodes freely in the scene and to connect all nodes to build a traffic network. Although many calculations can be reduced, the location of the waypoint needs to be designed. The accuracy of the results and the reliability of the path trajectory depend on the designer’s concept. In actual research, some researchers have extracted the passage nodes of buildings to construct a waypoint for evacuation path planning [19,20,21], and this research mainly analyzes the evacuation flow trend. If real numerical evacuation results are expected, denser waypoints should be applied [22]. Doing so would undermine the advantage of the waypoint for fast computation. Navigation mesh is a better node representation method [23,24]. It can directly act on the 3D scene and automatically decompose it into nodes covered by polygons, reducing the number of nodes. It is not necessary to pass through adjacent nodes, and units of different volumes can move more reasonably. Because the navigation mesh can be directly generated from three-dimensional objects, it can reduce the number of nodes, and it can increase computational efficiency while ensuring the rationality of the action trajectory, its application in VR simulation has more advantages. Nevertheless, it is rarely mentioned in the existing indoor fire evacuation simulation literature. Otherwise, in terms of search algorithms, swarm intelligence optimization algorithms, e.g., ant colony algorithms [25,26], perform well in the path finding effect to approximate the optimal path. Due to their high computational complexity, this path is difficult to calculate in real time in VR simulations. Local search algorithms, e.g., the well-known A* algorithm [27,28], will search all the nodes around it. Therefore, the amount of A* calculation in a complex three-dimensional scene will increase sharply, which will decrease the visualization efficiency of VR. The dynamic window algorithm (DWG) [29], which is widely used in the robot local avoidance algorithm, is mostly suitable for two-dimensional space. The goal of this algorithm is to optimize speed control; thus, it is not suitable for the evacuation of three-dimensional scenes. The navigation mesh inflection point algorithm [30] searches for the path by checking the node of the target towards the destination. It will skip some neighboring nodes according to the scene. It still maintains faster search efficiency in a complex scene, and the planned path is smoother. Thus, it is suitable for VR simulations and visualizations.
Human behavior also needs to be considered in evacuation simulations. In emergency evacuation, there will be some behaviors that affect the evacuation efficiency [31,32,33], and these behaviors often appear under the influence of dynamic environments such as dense crowds, blocked exits, and the spread of disasters. In an evacuation simulation, as the number of people in the scene increases, it is worth considering whether more factors are needed to constrain the behavior of the crowd in the simulation to improve evacuation efficiency.
Therefore, this paper proposes a method of VR simulation for crowd evacuation in multiexit indoor fire scenes. Based on the path finding algorithm of the navigation mesh, the rules of a single person dynamically avoiding obstacles in the scene and selecting multiple exits, are studied. The construction of static indoor fire scenes and the dynamic environmental impact factors of indoor fires, are analyzed to improve the single-person evacuation rules and to propose a simulation method for crowd evacuation routes. A prototype system is constructed, and experiments are performed to validate the proposed method. Real-time, reliable and efficient visualization of the simulations is realized by this method.

2. Method

2.1. Overall Framework

The framework is shown in Figure 1. First, we study the dynamic path planning of an occupant under the condition of multiple exits, focusing on the issues of dynamic obstacle avoidance and exit selection. Second, on the basis of an occupant evacuation, the VR simulation of indoor fire evacuation is studied, including indoor environment modeling and dynamic environmental factors that affect evacuation. Finally, the VR camera is introduced to show the evacuation simulation of the crowd in the virtual environment.

2.2. Dynamic Planning of Evacuation Paths for an Occupant in Multiexit Indoor Fire Scenes

The evacuation path planning of an occupant is important for the crowd evacuation path. The accurate and efficient planning of the evacuation path in disaster scenarios can help evacuees quickly and safely escape fire scenes. This section introduces the application of the navigation inflection point algorithm in path planning, and it discusses the optimization and use of the algorithm under the condition of multiple exits.

2.2.1. Path Planning Based on the Corner Point Algorithm of the Navigation Mesh

A navigation mesh is a feasible surface composed of multiple convex polygons constructed in a three-dimensional scene, and each convex polygon can be used as a node for path planning. The inflection point algorithm is a commonly used path finding algorithm in the navigation mesh. It is a method of searching for the shortest path with minimum cost based on the node and destination direction. The path is obtained by connecting the vertices of the convex polygon from the starting point. As shown in Figure 2, the addition of the inflection point is determined by judging the position of the line connecting the vertex and the starting point, and finally, the inflection point is connected to the output path. In Figure 2, P0 is the starting point, D is the end point, Li represents the inflection point on the left, Ri represents the inflection point on the right, and B represents the path to be selected.
In dynamic path planning, various dynamic obstacles may appear in the scene over time, and the initial static navigation mesh becomes unsuitable. At this time, the grid needs to be dynamically updated [34] to plan a new path (Figure 3), thus realizing dynamic path planning.
In addition, this paper compares other dynamic programming algorithms in terms of real-time efficiency, path smoothness, and adaptability to complex constraints, and it ranks them in terms of three levels, high, medium, and low, based on existing studies [35,36,37] (Table 1). Here, higher real-time calculation efficiency means that the calculation has lower time complexity. Higher path smoothness means that the walking route is closer to the real path. Higher adaptability to complex constraints means that the algorithm is more suitable for complex dynamic environments. For VR simulations, the efficiency of real-time calculation can ensure smooth exploration in VR, and the smoothness of the path affects the visualization effect of VR. Therefore this paper selects the inflection point algorithm as the basis of path planning.

2.2.2. Evacuation Route Planning for an Occupant in Multiexit Scenes

Under the condition of multiple exits, the choice of destination needs to be considered when planning the route. Studies have shown that people are more inclined to choose exits that are closer to them during evacuations [31]. Therefore, the distance is utilized as the travel cost in the present study. When people are evacuated, the position of the accessible exit is recorded in the set, where the travel distance, d, from each exit is calculated. The exit with the least travel cost is selected as the evacuation destination. Whenever the set of exits is updated with the navigation mesh, the evacuation exits are reselected for path planning. The specific steps are as follows:
  • Construct an indoor navigation mesh with a convex polygon as the basic unit.
  • Determine the initial position information of people, the position information of each exit, and the safety area information. Set the initial location information of people and the location information collection of n exits that can be used for escape D e s t i n a t i o n = { D 1 , D 2 , D i , D n } , and set the safe area as outdoor space.
  • Determine whether the current position of the people is in a safe area. If it is not in the safe area, proceed with the following steps; if it is already in the safe area, the evacuation is over.
  • Calculate the evacuation travel cost d i for each exit. Based on the current indoor scene, the evacuation route calculated by the route planning method is the travel cost of the evacuation route from the current location to exit i , and the travel cost is recorded as the planned path length.
  • Find the exit j with the lowest evacuation cost. Based on step (3) with regard to the calculated travel costs d 1 , d 2 , d n , exit j with the lowest travel cost is selected d j = min { d 1 d n } .
  • Based on the currently selected exit j , people will follow the dynamically planned escape route to escape. Update the position of people and update the navigation mesh if a dynamic obstacle is added to the scene.
  • Determine whether the navigation mesh is updated. If the navigation mesh is updated, repeat step (3). If the indoor navigation mesh is not updated, proceed to step (5).
After confirming the rule of multiple exits for a single person in an indoor fire, it is necessary to further study how to apply and expand this rule so that it can be applied to the VR simulation of indoor fire crowd evacuation.

2.3. VR Simulation of Indoor Fire Crowd Evacuation

In VR simulation, directly using the rules formulated in Section 2.2 will lead to some problems, such as how to construct a navigation grid in a 3D indoor scene. As people expand, they will affect each other, and crowd gathering will also affect the judgment of passing. Meanwhile, the simulation of crowd evacuation based on the cost of distance will cause the crowd to maintain the original evacuation route even if there is congestion and the fire is spreading. Doing so will cause misjudgment in the choice of exit and other unsafe behaviors. This section discusses crowd evacuation simulation methods in virtual scenes.

2.3.1. Construction of a Virtual Indoor Fire Scene

The construction of indoor scenes is the basis of evacuation simulation. Only after a complete indoor layout is established can the connectivity and semantic relations of the path planning algorithm be used for path planning within the building range [38,39]. On the other hand, the initial construction of the navigation mesh also needs to clarify the semantics of the three-dimensional model, and obtain a three-dimensional feasible surface composed of polygonal nodes based on passable and impassable areas. We take the ground, walls, stairs and indoor obstacles as the elements of the 3D virtual scene to construct the indoor scene (shown in Figure 4).
After the indoor environment is built, the indoor scene is divided into area of navigablespace and nonnavigablespace based on the division of passable areas in IndoorGML [40], which provides a basis for the subsequent planning, analysis of evacuation routes and construction of the navigation mesh, as shown in Table 2.

2.3.2. Dynamic Environmental Factor Analysis

When an indoor fire occurs, the coverage and location of the fire and the location of people affect the evacuation simulation to a certain extent. In the course of a fire, the position and coverage of the fire and the overall condition of the people continuously change. Therefore, it is necessary to determine the safety of the area at each point in time and to update the path in real time. Therefore, we propose three environmental factors that affect area safety, i.e., the severity of the fire, the degree of crowding, and the degree of exit blockage. These factors are used to determine the safety of the indoor area at each point in time. After establishing dynamic environmental factors, the crowd evacuation will no longer just use distance as the travel cost: the three environmental factors will also be added to the travel cost calculation.
(1) Fire impact severity (α)
The degree of hazard of a fire gradually decreases with the fire source area. When the number of evacuees increases, to reach the exit safely, it is necessary to consider passing through a safer disaster area. We define the data structure of fire hazard severity as follows:
Event = {Event_level,Event_Range}
E v e n t _ R a n g e represents the disaster impact range. In consideration of flame heat radiation [41], the disaster range refers to the ratio of the distance from the disaster source to the distance from the disaster edge to the source of the disaster. The weight of the severity of the disaster is assigned based on the E v e n t _ R a n g e , as shown in Formula (2), where a larger weight α means a more serious fire impact.
α = { 0 E v e n t _ R a n g e > 2 2 E v e n t _ R a n g e E v e n t _ R a n g e 2
(2) Crowdedness (β)
During an evacuation, when the number of people indoors reaches a certain scale, crowding easily occurs due to the close distance of the people. This crowding leads to the collapse of orderly movement [41] and affects the evacuation efficiency of the crowd. Related research [3] has used the relationship between the speed of the horizontal passage and the flow of people to make a standardized representation of the flow of people and the average speed corresponding to the congestion levels of different paths. On this basis, we define the data structure of the congestion degree of the indoor environment as follows:
P a t h _ C r o w d = { C r o w d _ L e v e l , C r o w d _ R a n g e , N u m _ P e o p l e }
C r o w d _ L e v e l represents the degree of crowding, which is negatively related to the speed of the crowd, and the speed of crowd is related to the density of the flow of people. C r o w d _ R a n g e represents the congested area range. N u m _ P e o p l e represents the number of people in the range. Based on the range and the number of people, the density of people in the area can be obtained. Based on the model of relationship between the speed V (m/s) and the density ρ (persons/ m2) of the flow of people [42], the speed of the people can be obtained, as shown in Formula (4). When V = 1.4 m/s, the low density of the flow of people means that the crowd is flowing smoothly. When the speed V is smaller, it is more crowded.
V = { 1.4 ρ 0.75 0.0412 ρ 2 0.59 ρ + 1.867 0.75 < ρ 4.2 0.1 ρ > 4.2
When setting the weight of the crowdedness degree based on speed V, as shown in Formula (5), a larger weight β indicates more severe crowdedness.
β = { 0 V 1.4 1 V V < 1.4
(3) The degree of exit blockage (γ)
When an occupant is planning an evacuation route, the only considerations for the exit are the disaster threat and the length of the route. However, after the number of evacuated people increases, a blockage at the exit easily forms when the number of exits remains unchanged. The large number of people gathered in the exit-centered area is likely to cause panic [43,44], which will further cause casualties and affect the efficiency of evacuation. If the evacuees can select the relatively less blocked exit by judging the degree of exit blockage, then the waiting time in the blocked exit can be reduced. Furthermore, the evacuation can be completed as soon as possible, and more risks can be avoided. We define the exit blockage data structure as follows:
E x i t _ C r o w d = { E x i t _ L e v e l , E x i t _ N u m b e r , E x i t _ R a n g e }
E x i t _ L e v e l indicates the degree of exit blockage. E x i t _ N u m b e r and E x i t _ R a n g e , indicate the number of people gathered within a limited range of the exit area. The degree of exit congestion is directly related to the number of people in the exit area. Based on a study on exit congestion [45], we calculate the area ratio K of people occupying the restricted exit area (48 m × 36 m). The weight of the degree of exit blockage is set based on K, as shown in Formula (7). A larger weight γ indicates more severe exit blockage.
γ   =   K

2.3.3. VR Simulation of Crowd Evacuation

After adding dynamic environmental factors, the choice of evacuation routes and exits is no longer determined just by distance. This choice is related to the state of fire source, the degree of crowd congestion and the degree of congestion at the exit. At this time, the subset D i of the exit set is expanded as follows:
D i =   < d i   ,   α i   , C 1 β i   , C 2 γ i >
C 1 and C 2 represent the proportion of each factor, and d i represents the route distance between where people are currently and the exit. Set P as a single occupant in the crowd, and the evacuation process is shown in Figure 5.
In Figure 5, < F j i > represents the cost set of all exits, f j i represents the minimum cost, and P j < D i > means that the person j chose the exit i . In addition, since it is a VR simulation, the simulation process is updated frame by frame during the running of the visualization program.
The change in α is determined by the extension of the flame and the distance between the person and the fire source. The wider the flame spread and the closer the person is to the fire source, the higher the weight of α is (Section 2.3.2). For the scene, the spread and dissipation of flames are the addition and deletion of dynamic obstacles, affecting the update of the navigation mesh. As shown in Figure 6, the value of α needs to be calculated during path planning, and a path with a smaller α is selected as the evacuation plan. When calculating the value of α, people on the same floor and the fire source should be selected for calculation, and the vertical distance is not considered.
The change in β is determined by the speed of the crowd during the evacuation process. As shown in Figure 7, when crowding occurs during the evacuation process, the speed of the gathering crowd should be calculated based on Formula (4) in Section 2.2.2, and the β value should be changed according to the speed. When the value of β changes and the degree of congestion changes, the navigation mesh path is updated again. If the route passes through the bounding box containing the value of β, c o s t β i ( = C 1 β i ) is added to the route, and the route with the smallest cost is finally selected as the evacuation route. When obtaining the number of gathered people, the density-based spatial clustering of applications with noise (DBSCAN) clustering algorithm is used to obtain the gathered people [46,47]. The reason is that the number of people gathered is not known in advance and the crowded shape under the navigation mesh is not necessarily regular.
The change in γ is determined by the proportion of people within a limited range of the exit. Since the locations of exits are different, the spaces in which they are located are also different. Hence, the range is artificially specified. The proportion of people within the range is calculated. We assign a value to γ. When the value of γ changes and the degree of congestion changes, the selection of exits by people is updated. At this time, the selection of exits by people should be considered by adding weight γ. Let o s t γ i = d + C 2 γ i , where d is the path distance of the person to the exit, and C 2 is a constant that determines the proportion of γ. After calculating the cost, the smallest value is selected as the evacuation exit (Figure 8).
After combining the dynamic factors to determine the movement of the crowd at each moment, adding a VR camera to the scene and setting its position and roaming mode can allow the public to perform interactive exploration in the VR simulation process.

3. Experiment

3.1. Preparation

(1) Prototype system
Based on the above principles, this article developed an indoor fire crowd evacuation simulation prototype system. The hardware environment of the system test is an ACER notebook. The CPU processor is an Intel(R) Core (TM) i7-5500U CPU @ 2.40 GHz, and the host memory is 8 G. The graphics card is NVDIA GeForce 920 M. The video memory is 128 MB, and the operating system is Windows 10 64-bit. The test platform is Unity3D, and the development environment is C#. NET; the details are shown in Table 3.
(2) Case scenario
Based on the discussion of virtual scene construction in Section 2.3.1, an indoor 3D model with a total area of 500 m2 was constructed. The indoor model contains two floors, 20 rooms, two stairways, multiple passages and corridors, obstacles and three exits for evacuation. Additionally, based on IndoorGML, the indoor 3D objects were divided into navigablespace and nonnavigablespace, which were used to construct the navigation mesh. The schematic diagram of the indoor 3D model and the navigation mesh are shown in Figure 9. The complexity of this virtual scene can be effectively used to test the efficiency of the evacuation method, and the distributed passages and corridors in the scene can be used to observe and test the crowdedness avoidance situation. In addition, in the layout of this scene, two evacuation exits are close to two stairways, and another exit is farther away. Based on the layout, the exits selection of crowd can be clearly observed and can be used to judge the effects of the algorithms on the evacuation simulation results.
Then three-dimensional character models in 3DMax are built for the visual display of crowd simulation. Finally, the fire in the scene is constructed. This paper uses a particle system to simulate the flame [48], and it simulates the spread of the fire by setting coefficients such as the life of the particles and the emission speed.

3.2. Process

To verify the effectiveness of the method, the experiment needs to compare the changes in the simulation results before and after adding dynamic environmental factors. Therefore, it is first necessary to verify the effectiveness of the evacuation method without adding environmental factors. We use Pathfinder commercial software for comparison and verification. Pathfinder is a professional evacuation simulation tool. It has good performance in the simulation of emergency evacuation. Although Pathfinder can visualize the effect of fire, it does not support the avoidance of dynamic obstacles. Therefore, in this comparison, the scene has no fire. Import the same scene and character position both in Pathfinder and in this system, set the same exit, set the character’s initial speed to 2 m/s, and perform the simulation. The simulation results are shown in Table 4. Compared with the Pathfinder results, there is only a small difference in the evacuation time, and the evacuation results are completely consistent, proving its effectiveness. Based on the results, we establish three fire scenes, which area are shown in Figure 10, and change the position and number of people in the scenes. We use two methods (with and without dynamic environmental factors) to simulate those scenes, record the results and analyze them.
Additionally, in VR, only when the frame rate is stable above 60 fps can the user’s smooth experience in the VR scene be guaranteed. For this reason, this article uses the frame rate test to verify the efficiency of the system. Thus, this paper tested and analyzed the frame rate changes during the VR simulations of evacuation with different numbers of virtual people. We performed the tests 20 times for each situation and recorded the results.
Furthermore, to further verify the efficiency of the system, this paper adopts an experience survey method, using the public’s subjective ratings to evaluate the visual effect of the system. Although Pathfinder cannot be connected to VR and cannot observe simulation results in real time, it includes a function to provide a 3D display of simulation results. Simple interaction can be carried out on the display interface. This paper compared Pathfinder’s 3D simulation visualization with the VR real-time simulation experience in this research. We invited 24 people to conduct VR basic operation training and Pathfinder operation training, and conducted experiments after confirming that everyone had learned the systems. The same scene was loaded in our system and in Pathfinder, and we let the participants experience each scene in each system for 3 min. Among them, 12 people experienced our system first, followed by Pathfinder, and the other 12 people experienced the Pathfinder first, followed by our system. After the experience is complete, participants would be mark from the following four indicators:
  • P1. Fluency (0–5 points), which means there is no lag or delay during the experience. A higher score means better visual fluency.
  • P2. Interactive experience (0–5 points), which means that users feel comfortable with the interactive methods. A higher score means a better experience.
  • P3. Visual reliability of human behavior (0–5 points). Users judge whether the movement of people in the scene is realistic. A higher score means more reliable visualization.
  • P4. Panic (0–5 points). During the evacuation of the crowd, users feel panic. A higher score means a higher degree of panic.

4. Results and Analysis

The results of comparing the method without considering dynamic environmental factors (F1) and the method considering dynamic environmental factors (F2) are shown in Table 5. In the table, E1, E2 and E3 represent the number of evacuated persons at Exit 1, Exit 2, and Exit 3, respectively; N represents the number of evacuated persons in the scene; and TF1 and TF2 represent the evacuation time obtained after simulation of application method F1 and application method F2, respectively. When the number of people in each scene is the same, the initial distribution of positions of people is the same. After obtaining the simulation results (Table 5), further analyses are performed; the results are shown Table 6. In Table 6, FlowT represents the human flow of all exits, while FlowR represents the human flow of a single exit.
The larger the value of TF1-TF2 is, the greater the evacuation time gap between the two methods the larger the value of FlowT, the faster the evacuation is completed. The value of FlowR represents the utilization rate of each exit in the evacuation. The analysis shows that in Scene1 and Scene2, when the number of people evacuated is small, the evacuation time of F1 and F2 does not change much with the number of people evacuated at each exit. When the number of evacuees increases to 80 and 160, F2 will save more time for evacuation than F1, and the use of exits in F2 is more sufficient than that in F1. At the same time, the fire location in the two scenarios is close to the exit. When using F2 to simulate the stairway on the second floor, the utilization rate of the exit closer to the fire point is decreased, and the evacuation result is safer. In Scene3, because the fire point occurs near Exit 3, after the flame spreads, only two exits can be selected for the whole scene. There is not much difference between the two methods at this time. A detailed comparison of the two methods in visual performance is shown in Figure 11. In summary, the improved method can be reliably used to simulate evacuation.
As shown in Figure 12, as the number of people gradually increases, the frame rate of the system shown an overall drop. However, it is still stable above 60 FPS, allowing better visualization can be achieved.
In addition, the comparison results of the visual experience are shown in Table 7, which counts the average scores of each indicator after being rated by 24 participants. At the same time, we use samples to perform a paired sample t-test, and the results are shown in Table 8. In Table 8, the Sig of the two indicators of interactive experience and panic is less than 0.01, indicating that there is a statistically significant difference between these two indicators, while the difference between the other two indicators is not obvious. Combined with the scores of the indicators in Table 7, we observe that for the members of the public participating in the test, the interactive experience of VR simulations is better, and they can feel panic in the fire evacuation scene. At the same time, the degree of flow of VR simulation operation and the reliability of human behaviors show no obvious gaps with the Pathfinder simulation results. In summary, this system can present a better visualization effect in VR simulation.

5. Conclusions

This article presented a method of VR simulation for crowd evacuation in a multiexit indoor fire environment. Three dynamic environmental factors of the indoor fire scene were determined based on some human behaviors, and the weights of the factors were assigned. The process of crowd evacuation in an indoor fire scene was organized. In addition, semantic classification for virtual scene construction was provided to construct navigation grids in virtual 3D scenes. The experimental results showed that the method can be effectively applied to the VR framework and that the simulation results and visualization effects were reliable. The main contributions of this article are summarized as follows:
First, the path finding algorithm of the navigation mesh was expanded based on the dynamic environmental characteristics of multiexit indoor fires. The running rules and process in exit selection or other conditions were clearly described. This method can reduce computational complexity and smoothly realize simultaneous simulation and visualization interaction.
Second, the proposed method is applicable to the VR framework, which means that people can have richer experiences in the evacuation model. Users were allowed to actively evacuate in the VR scene, i.e., act in the VR scene based on their own wishes, and they were also allowed to passively evacuate, i.e., observe and experience when walking along the route specified by the system. Then, they could evaluate their own behavior through comparison and improve their safety awareness. When the designers evaluated the evacuation safety of the building, they were able to participate in the simulated evacuation and experience and view more details. These aspects reveal the potential of this method for application in safety education and design.
In future research, flammable or nonflammable materials will be added to the virtual scene to affect the spread of fire. Spatiotemporal data on the distribution of indoor smoke will be imported, and the concentration of smoke will be used as a new variable to improve the navigation algorithm. Furthermore, future research will add attributes such as age, gender, and identity to the virtual character model, and on this basis, it will explore more behaviors other than escape, such as rescue and assistance, and add them to the existing system as options tool.

Author Contributions

Conceptualization, Jun Zhu; Methodology, Yukun Guo and Yu Wang; Resources, Jinchuan Chai and Weilian Li; Software, Yukun Guo and Yu Wang; Validation, Jun Zhu, Weilian Li and Lin Fu; Writing—original draft, Yukun Guo; Writing—review & editing, Jun Zhu, Bingli Xu, Yuhang Gong and Jinchuan Chai. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by National Natural Science Foundation of China, grant number 41871289; the Sichuan Youth Science and Technology innovation Team, grant number 2020JDTD0003.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Ran, H.; Sun, L.; Gao, X. Influences of intelligent evacuation guidance system on crowd evacuation in building fire. Autom. Constr. 2014, 41, 78–82. [Google Scholar] [CrossRef]
  2. Goodwin, M.; Granmo, O.-C.; Radianti, J. Escape planning in realistic fire scenarios with Ant Colony Optimisation. Appl. Intell. 2014, 42, 24–35. [Google Scholar] [CrossRef] [Green Version]
  3. Helbing, D.; Johansson, A. Pedestrian, crowd, and evacuation dynamics. arXiv 2013, arXiv:1309.1609. [Google Scholar]
  4. Han, Y.; Liu, H.; Moore, P. Extended route choice model based on available evacuation route set and its application in crowd evacuation simulation. Simul. Model. Pr. Theory 2017, 75, 1–16. [Google Scholar] [CrossRef]
  5. Pendit, U.C.; Bin Mahzan, M.; Basir, M.D.F.B.M.; Bin Mahadzir, M.; Musa, S.N.B. Virtual reality escape room: The last breakout. In Proceedings of the 2017 2nd International Conference on Information Technology (INCIT), Nakhon Pathom, Thailand, 2–3 November 2017; pp. 1–4. [Google Scholar]
  6. Aggarwal, R.; Black, S.; Hance, J.; Darzi, A.; Cheshire, N. Virtual Reality Simulation Training can Improve Inexperienced Surgeons’ Endovascular Skills. Eur. J. Vasc. Endovasc. Surg. 2006, 31, 588–593. [Google Scholar] [CrossRef] [Green Version]
  7. Goedicke, D.; Li, J.; Evers, V.; Ju, W. VR-OOM: Virtual reality on-road driving simulation. In Proceedings of the 2018 CHI Conference on Human Factors in Computing Systems, Montreal, QC, Canada, 21–26 April 2018. [Google Scholar]
  8. Häfner, P.; Häfner, V.; Ovtcharova, J. Teaching Methodology for Virtual Reality Practical Course in Engineering Education. Procedia Comput. Sci. 2013, 25, 251–260. [Google Scholar] [CrossRef] [Green Version]
  9. Jenson, C.E.; Forsyth, D.M. Virtual reality simulation: Using three-dimensional technology to teach nursing students. Comput. Inform. Nurs. 2012, 30, 312318. [Google Scholar] [CrossRef] [Green Version]
  10. Walsh, C.M.; Sherlock, M.E.; Ling, S.C.; Carnahan, H. Virtual reality simulation training for health professions trainees in gastrointestinal endoscopy. Cochrane Database Syst. Rev. 2012, 6, CD008237. [Google Scholar] [CrossRef]
  11. Farley, H.S. Using 3D worlds in prison: Driving, learning and escape. J. Virtual Worlds Res. 2018, 11. [Google Scholar] [CrossRef] [Green Version]
  12. Cao, L.; Lin, J.; Li, N. A virtual reality based study of indoor fire evacuation after active or passive spatial exploration. Comput. Hum. Behav. 2019, 90, 37–45. [Google Scholar] [CrossRef]
  13. Lo, S.; Huang, H.; Wang, P.; Yuen, K.K.R. A game theory based exit selection model for evacuation. Fire Saf. J. 2006, 41, 364–369. [Google Scholar] [CrossRef]
  14. Botea, A.; Bouzy, B.; Buro, M.; Bauckhage, C.; Nau, D. Pathfinding in Games; Schloss Dagstuhl-Leibniz-Zentrum fuer Informatik: Wadern, Germany, 2013. [Google Scholar]
  15. Li, J.; Harabor, D.; Stuckey, P.J.; Ma, H.; Koenig, S. Symmetry-Breaking Constraints for Grid-Based Multi-Agent Path Finding. In Proceedings of the AAAI Conference on Artificial Intelligence, Honolulu, HI, USA, 27 January–1 February 2019; Volume 33. [Google Scholar]
  16. Xiong, Q.; Zhu, Q.; Du, Z.; Zhu, X.; Zhang, Y.; Niu, L.; Li, Y.; Zhou, Y. A Dynamic Indoor Field Model for Emergency Evacuation Simulation. ISPRS Int. J. Geo-Inf. 2017, 6, 104. [Google Scholar] [CrossRef]
  17. Zhu, W.; Jia, D.; Wan, H.; Yang, T.; Hu, C.; Qin, K.; Cui, X. Waypoint Graph Based Fast Pathfinding in Dynamic Environment. Int. J. Distrib. Sens. Netw. 2015, 11, 238727. [Google Scholar] [CrossRef] [Green Version]
  18. Lidén, L. Strategic and Tactical Reasoning with Waypoints. In AI Programming Wisdom; Rabin, S., Ed.; Charles River Media: Needham, MA, USA, 2002; pp. 211–220. [Google Scholar]
  19. Karas, I.R.; Batuk, F.; Rahman, A.A. An evacuation system for extraordinary indoor air pollution disaster circumstances. Disaster Adv. 2012, 5, 33–40. [Google Scholar]
  20. Luo, F.; Cao, G.; Li, X. An interactive approach for deriving geometric network models in 3D indoor environments. In Proceedings of the Sixth ACM SIGSPATIAL International Workshop on Indoor Spatial—SA’14, Dallas/Fort Worth, TX, USA, 4 November 2014; pp. 9–16. [Google Scholar] [CrossRef]
  21. Xie, J.; Li, Q.; Wan, Q.; Li, X. Near optimal allocation strategy for making a staged evacuation plan with multiple exits. Ann. GIS 2014, 20, 159–168. [Google Scholar] [CrossRef] [Green Version]
  22. Tang, F.; Ren, A. GIS-based 3D evacuation simulation for indoor fire. Build. Environ. 2012, 49, 193–202. [Google Scholar] [CrossRef]
  23. Zhang, Y.Y.; Shen, Y.C.; Ma, L.N. Pathfinding algorithm of 3D scene based on navigation mesh. In Advanced Materials Research; Trans Tech Publications Ltd.: Stafa-Zurich, Switzerland, 2014; Volume 1030, pp. 1745–1750. [Google Scholar]
  24. Xu, X.; Huang, M.; Zou, K. Automatic generated navigation mesh algorithm on 3D game scene. Procedia Eng. 2011, 15, 3215–3219. [Google Scholar] [CrossRef] [Green Version]
  25. Cong, Z.; De Schutter, B.; Babuška, R. Ant Colony Routing algorithm for freeway networks. Transp. Res. Part C Emerg. Technol. 2013, 37, 1–19. [Google Scholar] [CrossRef]
  26. Mazzeo, S.; Loiseau, I. An Ant Colony Algorithm for the Capacitated Vehicle Routing. Electron. Notes Discret. Math. 2004, 18, 181–186. [Google Scholar] [CrossRef]
  27. Ghaffari, A. An Energy Efficient Routing Protocol for Wireless Sensor Networks using A-star Algorithm. J. Appl. Res. Technol. 2014, 12, 815–822. [Google Scholar] [CrossRef] [Green Version]
  28. Duchoň, F.; Babinec, A.; Kajan, M.; Beňo, P.; Florek, M.; Fico, T.; Jurišica, L. Path Planning with Modified a Star Algorithm for a Mobile Robot. Procedia Eng. 2014, 96, 59–69. [Google Scholar] [CrossRef] [Green Version]
  29. Fox, D.; Burgard, W.; Thrun, S. The dynamic window approach to collision avoidance. IEEE Robot. Autom. Mag. 1997, 4, 23–33. [Google Scholar] [CrossRef] [Green Version]
  30. Zhang, Y.Y.; Shen, Y.C.; Ma, L.N. Pathfinding algorithm of 3D scene based on navigation mesh. Adv. Mater. Res. 2014, 1030–1032, 1745–1750. [Google Scholar] [CrossRef]
  31. Rozo, K.R.; Arellana, J.; Santander-Mercado, A.; Jubiz-Diaz, M. Modelling building emergency evacuation plans considering the dynamic behaviour of pedestrians using agent-based simulation. Saf. Sci. 2019, 113, 276–284. [Google Scholar] [CrossRef]
  32. Lin, J.; Zhu, R.; Li, N.; Becerik-Gerber, B. How occupants respond to building emergencies: A systematic review of behavioral characteristics and behavioral theories. Saf. Sci. 2020, 122, 104540. [Google Scholar] [CrossRef]
  33. Lovreglio, R.; Borri, D.; Dell’Olio, L.; Ibeas, A. A discrete choice model based on random utilities for exit choice in emergency evacuations. Saf. Sci. 2014, 62, 418–426. [Google Scholar] [CrossRef]
  34. Van Toll, W.G.; Atlas, F.; Cook, I.V.; Geraerts, R. A navigation mesh for dynamic environments. Comput. Animat. Virtual Worlds 2012, 23, 535–546. [Google Scholar] [CrossRef]
  35. Krishnaswamy, N. Comparison of Efficiency in Pathfinding Algorithms in Game Development; Technical Reports 2009; DePaul University: Chicago, IL, USA, 2009; Available online: https://via.library.depaul.edu/tr/10 (accessed on 17 October 2020).
  36. Hudziak, M.; Pozniak-Koszalka, I.; Koszalka, L.; Kasprzak, A. Comparison of Algorithms for Multi-agent Pathfinding in Crowded Environment. In Proceedings of the Asian Conference on Intelligent Information and Database Systems, Bali, Indonesia, 23–25 March 2015; Springer: Cham, Switzerland, 2015. [Google Scholar]
  37. Zhu, J.; She, P.; Li, W.; Cao, Y.; Qi, H.; Wang, B.; Wang, Y. Dynamic Planning Method of Indoor Fire Escape Path Based on Navigation Grid. J. Southwest Jiao Tong Univ. 2019, 55, 1103–1110. [Google Scholar]
  38. Wong, M.O.; Lee, S. A Technical Review on Developing BIM-Oriented Indoor Route Planning. In Computing in Civil Engineering 2019: Visualization, Information Modeling, and Simulation; American Society of Civil Engineers (ASCE): Reston, VA, USA, 2019; pp. 336–342. [Google Scholar]
  39. Teo, T.-A.; Cho, K.-H. BIM-oriented indoor network model for indoor and outdoor combined route planning. Adv. Eng. Inform. 2016, 30, 268–282. [Google Scholar] [CrossRef]
  40. Kang, H.-K.; Li, K.-J. A Standard Indoor Spatial Data Model—OGC IndoorGML and Implementation Approaches. ISPRS Int. J. Geo-Inf. 2017, 6, 116. [Google Scholar] [CrossRef]
  41. Jun, Y. Calculation of pool fire thermal radiation safe distance based on Monte Carlo method. Fire Sci. Technol. 2012, 12, 1265–1269. [Google Scholar]
  42. Lo, S.; Fang, Z.; Lin, P.; Zhi, G. An evacuation model: The SGEM package. Fire Saf. J. 2004, 39, 169–190. [Google Scholar] [CrossRef]
  43. Helbing, D.; Farkas, I.; Vicsek, T. Simulating dynamical features of escape panic. Nat. Cell Biol. 2000, 407, 487–490. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  44. Helbing, D. Traffic and related self-driven many-particle systems. Rev. Mod. Phys. 2001, 73, 1067–1141. [Google Scholar] [CrossRef] [Green Version]
  45. Guo, R.-Y.; Huang, H.-J. A modified floor field cellular automata model for pedestrian evacuation simulation. J. Phys. A Math. Theor. 2008, 41, 385104. [Google Scholar] [CrossRef]
  46. Schubert, E.; Sander, J.; Ester, M.; Kriegel, H.-P.; Xu, X. DBSCAN revisited, revisited: Why and how you should (still) use DBSCAN. ACM Trans. Database Syst. 2017, 42, 1–21. [Google Scholar] [CrossRef]
  47. Kumar, K.M.; Reddy, A.R.M. A fast DBSCAN clustering algorithm by accelerating neighbor searching using Groups method. Pattern Recognit. 2016, 58, 39–48. [Google Scholar] [CrossRef]
  48. Ren, A.; Chen, C.; Shi, J.; Zou, L. Application of virtual reality technology to evacuation simulation in fire disaster. In Proceedings of the 2006 International Conference on Computer Graphics & Virtual Reality, CGVR 2006, Las Vegas, NV, USA, 26–29 June 2006. [Google Scholar]
Figure 1. The framework for VR simulation of crowd evacuation in a multiexit indoor fire environment.
Figure 1. The framework for VR simulation of crowd evacuation in a multiexit indoor fire environment.
Ijgi 09 00750 g001
Figure 2. Inflection point algorithm of the navigation mesh.
Figure 2. Inflection point algorithm of the navigation mesh.
Ijgi 09 00750 g002
Figure 3. Path update with dynamic barriers.
Figure 3. Path update with dynamic barriers.
Ijgi 09 00750 g003
Figure 4. Building structure of the indoor scene.
Figure 4. Building structure of the indoor scene.
Ijgi 09 00750 g004
Figure 5. Crowd evacuation simulation process.
Figure 5. Crowd evacuation simulation process.
Ijgi 09 00750 g005
Figure 6. Path planning taking into account fire factors.
Figure 6. Path planning taking into account fire factors.
Ijgi 09 00750 g006
Figure 7. Detect crowds and update paths.
Figure 7. Detect crowds and update paths.
Ijgi 09 00750 g007
Figure 8. Detect outlet blockages to update exit selection.
Figure 8. Detect outlet blockages to update exit selection.
Ijgi 09 00750 g008
Figure 9. Experimental scene. (a) displays the 3D model of whole scene; (b) shows navigation mesh of the whole scene; (c) shows the aerial view of the first floor; (d) shows the aerial view of the second floor.
Figure 9. Experimental scene. (a) displays the 3D model of whole scene; (b) shows navigation mesh of the whole scene; (c) shows the aerial view of the first floor; (d) shows the aerial view of the second floor.
Ijgi 09 00750 g009
Figure 10. Three scenarios for analysis.
Figure 10. Three scenarios for analysis.
Ijgi 09 00750 g010
Figure 11. Detailed comparison of evacuation simulations before and after adding dynamic environmental factors from different viewpoints.
Figure 11. Detailed comparison of evacuation simulations before and after adding dynamic environmental factors from different viewpoints.
Ijgi 09 00750 g011
Figure 12. Crowd evacuation simulation running frame rate.
Figure 12. Crowd evacuation simulation running frame rate.
Ijgi 09 00750 g012
Table 1. Comparison of path planning algorithm performance.
Table 1. Comparison of path planning algorithm performance.
A* AlgorithmAnt Colony AlgorithmCorner Point AlgorithmFloyd Algorithm
Real-time computing efficiencyHighLowHighMedium
Path smoothnessMediumMediumHighLow
Adaptability to complex constraintsMediumHighMediumLow
Table 2. Division of the indoor traffic area.
Table 2. Division of the indoor traffic area.
Area ClassificationExamples
NavigablespaceRoom, Terrace, Hall
Doors, Corridors, Stairs
Nonnavigablespace Walls, Obstacles
Table 3. Development environment information.
Table 3. Development environment information.
Software and HardwareEquipmentDetails
HardwareCPUIntel(R) Core(TM) i7-5500U @ 2.40 GHz
RAM8G
Graphics cardNVDIA GeForce 920M
Video memory128 MB
VR equipmentHTC VIVE
OSWindows 10 64-bit
SoftwareDevelopment toolsUnity2019.2.2f1
Table 4. Evacuation comparison results with Pathfinder.
Table 4. Evacuation comparison results with Pathfinder.
ComparisonNumber of OccupantsEvacuation TimeOccupants Out from Exit1 Occupants Out from Exit2Occupants Out from Exit3
Pathfinder2040.31253
404617157
10048384319
20054.8877736
Method in this paper without environment factors2041.21253
4045.817157
10048.6384319
20055.6877736
Table 5. Comparison of the two methods (F1 and F2).
Table 5. Comparison of the two methods (F1 and F2).
SceneNF1F2
TF1(s)E1E2E3TF2(s)E1E2E3
Scene1204279442.6794
8049.334301647273221
16059.762673152.0476350
Scene22044115444.51154
8047.84625946.3342026
16060.184403653.2663757
Scene32047.5109147.51190
8051.24037351.042371
16058.08271758.386722
Table 6. Results of the analysis of the simulation results.
Table 6. Results of the analysis of the simulation results.
SceneNTF1-TF2(s)FlowT(F1)
(Person/s)
FlowT(F2)
(Person/s)
FlowR(E1)
(Person/s)
FlowR(E2)
(Person/s)
FlowR(E3)
(Person/s)
F1F2F1F2F1F2
Scene120−0.60.470.470.170.170.210.210.100.10
802.31.621.700.690.570.610.680.320.45
1607.72.683.071.030.901.121.210.510.96
Scene220−0.50.450.450.250.250.110.110.090.09
801.51.671.73g0.960.730.520.430.180.56
1606.92.663.011.391.240.670.700.601.07
Scene3200.00.420.420.200.230.190.190.020.00
800.21.561.560.780.820.720.720.030.02
160−0.32.752.741.411.481.221.230.120.03
Table 7. Average score of each indicator after the survey.
Table 7. Average score of each indicator after the survey.
Experience WayFluency (P1)Interactive Experience (P2)Visual Reliability of Personnel Behavior (P3)Panic (P4)
Pathfinder 3D viewer 3.872.333.882.41
VR system3.744.123.753.88
Table 8. Results of the paired sample t-test.
Table 8. Results of the paired sample t-test.
IndexMeanStd. DeviationtdfSig. (2-Tailed)
P1−0.2501.189−1.030230.314
P2−1.7921.250−7.020230.000
P30.1251.1910.514230.612
P4−1.4581.414−5.054230.000
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Guo, Y.; Zhu, J.; Wang, Y.; Chai, J.; Li, W.; Fu, L.; Xu, B.; Gong, Y. A Virtual Reality Simulation Method for Crowd Evacuation in a Multiexit Indoor Fire Environment. ISPRS Int. J. Geo-Inf. 2020, 9, 750. https://0-doi-org.brum.beds.ac.uk/10.3390/ijgi9120750

AMA Style

Guo Y, Zhu J, Wang Y, Chai J, Li W, Fu L, Xu B, Gong Y. A Virtual Reality Simulation Method for Crowd Evacuation in a Multiexit Indoor Fire Environment. ISPRS International Journal of Geo-Information. 2020; 9(12):750. https://0-doi-org.brum.beds.ac.uk/10.3390/ijgi9120750

Chicago/Turabian Style

Guo, Yukun, Jun Zhu, Yu Wang, Jinchuan Chai, Weilian Li, Lin Fu, Bingli Xu, and Yuhang Gong. 2020. "A Virtual Reality Simulation Method for Crowd Evacuation in a Multiexit Indoor Fire Environment" ISPRS International Journal of Geo-Information 9, no. 12: 750. https://0-doi-org.brum.beds.ac.uk/10.3390/ijgi9120750

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