Evolutionary Algorithms for Optimizing Emergency Exit Placement in Indoor Environments

Read original: arXiv:2405.18352 - Published 5/29/2024 by Carlos Cotta, Jos'e E. Gallardo
Total Score

0

Evolutionary Algorithms for Optimizing Emergency Exit Placement in Indoor Environments

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • This paper presents an evolutionary algorithm approach to optimizing the placement of emergency exits in indoor environments.
  • The goal is to improve the efficiency of pedestrian evacuation during emergency situations by strategically placing exits to minimize egress time.
  • The researchers evaluate their approach using pedestrian evacuation cellular automata simulations and compare it to greedy heuristic methods.

Plain English Explanation

In emergency situations like fires or natural disasters, it's critical that people in indoor spaces like shopping malls or office buildings can evacuate as quickly and safely as possible. The placement of emergency exits plays a big role in how smoothly this evacuation process goes.

The researchers in this paper explored using an evolutionary algorithm to optimize the placement of exits. Evolutionary algorithms are a type of optimization technique inspired by natural selection. The idea is to iteratively "evolve" a solution by making small changes and keeping the ones that perform best.

In this case, the researchers used the evolutionary algorithm to explore different configurations of exit placements. They evaluated each configuration by simulating how pedestrians would evacuate the building, measuring factors like the total evacuation time. The algorithm would then generate new configurations, keeping the ones that led to faster evacuations.

Compared to more basic "greedy" approaches that just look for the locally best exit placements, the evolutionary algorithm was able to find configurations that resulted in significantly faster overall evacuations. This suggests it could be a powerful tool for optimizing the layout of emergency exits in complex indoor environments.

Technical Explanation

The researchers formulate the emergency exit placement problem as a multi-objective optimization task, with the goals of minimizing total evacuation time and maximizing evacuation fairness (ensuring no areas are left behind).

They propose an evolutionary algorithm approach to explore the space of possible exit configurations. The algorithm starts with an initial population of random configurations, then iteratively applies mutation and selection operators to generate new candidate solutions and keep the best ones.

The fitness of each candidate solution is evaluated using a pedestrian evacuation cellular automata simulation. This allows the researchers to model the complex dynamics of how people would move through the environment and reach the exits during an emergency.

Compared to a greedy heuristic approach that simply places exits in locally optimal locations, the evolutionary algorithm was able to find configurations that reduced the total evacuation time by up to 27% in their experiments. The algorithm also produced more equitable evacuations, with shorter evacuation times for the slowest-evacuating individuals.

Critical Analysis

The researchers acknowledge several limitations of their work. First, the pedestrian evacuation simulations, while sophisticated, may not fully capture the real-world behavior of people during high-stress emergency situations. Additional validation against empirical data would be helpful.

Furthermore, the evolutionary algorithm approach, while effective, is computationally expensive and may not scale well to extremely large or complex indoor environments. The researchers suggest exploring ways to reduce the computational burden, such as through parallel processing or surrogate modeling techniques.

It would also be valuable to consider other objective functions beyond just evacuation time and fairness, such as factors related to safety, accessibility, or ease of wayfinding. A more comprehensive multi-objective formulation could lead to even more holistic solutions.

Overall, this research represents a promising step forward in using advanced optimization techniques to enhance the safety and efficiency of emergency evacuations. Further work in this direction could have significant implications for the design of buildings, transportation hubs, and other indoor environments.

Conclusion

This paper demonstrates the potential of evolutionary algorithms to optimize the placement of emergency exits in indoor environments, with the goal of improving the speed and equity of pedestrian evacuations during emergencies.

The researchers' approach outperformed more basic greedy heuristics, suggesting that the evolutionary algorithm can effectively explore the complex design space and identify configurations that lead to faster overall evacuations. While the method has some limitations, it represents an important advancement in using computational optimization to enhance building safety and emergency preparedness.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

Evolutionary Algorithms for Optimizing Emergency Exit Placement in Indoor Environments
Total Score

0

Evolutionary Algorithms for Optimizing Emergency Exit Placement in Indoor Environments

Carlos Cotta, Jos'e E. Gallardo

The problem of finding the optimal placement of emergency exits in an indoor environment to facilitate the rapid and orderly evacuation of crowds is addressed in this work. A cellular-automaton model is used to simulate the behavior of pedestrians in such scenarios, taking into account factors such as the environment, the pedestrians themselves, and the interactions among them. A metric is proposed to determine how successful or satisfactory an evacuation was. Subsequently, two metaheuristic algorithms, namely an iterated greedy heuristic and an evolutionary algorithm (EA) are proposed to solve the optimization problem. A comparative analysis shows that the proposed EA is able to find effective solutions for different scenarios, and that an island-based version of it outperforms the other two algorithms in terms of solution quality.

Read more

5/29/2024

🧪

Total Score

0

Simulation of Crowd Egress with Environmental Stressors

Peng Wang, Xiaoda Wang, Peter Luh, Christian Wilkie, Timo Korhonen, Neal Olderman

This article introduces a modeling framework to characterize evacuee response to environmental stimuli during emergency egress. The model is developed in consistency with stress theory, which explains how an organism reacts to environmental stressors. We integrate the theory into the well-known social-force model, and develop a framework to simulate crowd evacuation behavior in multi-compartment buildings. Our method serves as a theoretical basis to study crowd movement at bottlenecks, and simulate their herding and way-finding behavior in normal and hazardous conditions. The pre-movement behavior is also briefly investigated by using opinion dynamics with social group model. The algorithms have been partly tested in FDS+EVAC as well as our simulation platform crowdEgress.

Read more

6/4/2024

New perspectives on the optimal placement of detectors for suicide bombers using metaheuristics
Total Score

0

New perspectives on the optimal placement of detectors for suicide bombers using metaheuristics

Carlos Cotta, Jos'e E. Gallardo

We consider an operational model of suicide bombing attacks -- an increasingly prevalent form of terrorism -- against specific targets, and the use of protective countermeasures based on the deployment of detectors over the area under threat. These detectors have to be carefully located in order to minimize the expected number of casualties or the economic damage suffered, resulting in a hard optimization problem for which different metaheuristics have been proposed. Rather than assuming random decisions by the attacker, the problem is approached by considering different models of the latter, whereby he takes informed decisions on which objective must be targeted and through which path it has to be reached based on knowledge on the importance or value of the objectives or on the defensive strategy of the defender (a scenario that can be regarded as an adversarial game). We consider four different algorithms, namely a greedy heuristic, a hill climber, tabu search and an evolutionary algorithm, and study their performance on a broad collection of problem instances trying to resemble different realistic settings such as a coastal area, a modern urban area, and the historic core of an old town. It is shown that the adversarial scenario is harder for all techniques, and that the evolutionary algorithm seems to adapt better to the complexity of the resulting search landscape.

Read more

5/30/2024

Reinforcement Learning Based Escape Route Generation in Low Visibility Environments
Total Score

0

Reinforcement Learning Based Escape Route Generation in Low Visibility Environments

Hari Srikanth

Structure fires are responsible for the majority of fire-related deaths nationwide. In order to assist with the rapid evacuation of trapped people, this paper proposes the use of a system that determines optimal search paths for firefighters and exit paths for civilians in real time based on environmental measurements. Through the use of a LiDAR mapping system evaluated and verified by a trust range derived from sonar and smoke concentration data, a proposed solution to low visibility mapping is tested. These independent point clouds are then used to create distinct maps, which are merged through the use of a RANSAC based alignment methodology and simplified into a visibility graph. Temperature and humidity data are then used to label each node with a danger score, creating an environment tensor. After demonstrating how a Linear Function Approximation based Natural Policy Gradient RL methodology outperforms more complex competitors with respect to robustness and speed, this paper outlines two systems (savior and refugee) that process the environment tensor to create safe rescue and escape routes, respectively.

Read more

6/13/2024