<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>emergency escape route computation in narrow alleyways &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/emergency-escape-route-computation-in-narrow-alleyways/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Wed, 23 Sep 2026 01:30:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>emergency escape route computation in narrow alleyways &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Ant Colony Algorithm and BIM Cut Fire Evacuation Distances in Historic Villages</title>
		<link>https://scienmag.com/ant-colony-algorithm-and-bim-cut-fire-evacuation-distances-in-historic-villages/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Wed, 23 Sep 2026 01:30:39 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[adaptive pheromone]]></category>
		<category><![CDATA[algorithmic safety analysis for centuries-old settlements]]></category>
		<category><![CDATA[Ant Colony Optimization]]></category>
		<category><![CDATA[Ant colony optimization algorithm for fire evacuation planning]]></category>
		<category><![CDATA[BIM]]></category>
		<category><![CDATA[Building Information Modeling in historic villages]]></category>
		<category><![CDATA[computational modeling of smoke flow in courtyard layouts]]></category>
		<category><![CDATA[cultural heritage]]></category>
		<category><![CDATA[emergency escape route computation in narrow alleyways]]></category>
		<category><![CDATA[emergency planning]]></category>
		<category><![CDATA[fire evacuation]]></category>
		<category><![CDATA[fire spread dynamics in traditional timber houses]]></category>
		<category><![CDATA[heuristic function]]></category>
		<category><![CDATA[historic dense settlements]]></category>
		<category><![CDATA[historic village fire risk assessment]]></category>
		<category><![CDATA[integrating AI with BIM for heritage site safety]]></category>
		<category><![CDATA[Ma'an Village]]></category>
		<category><![CDATA[optimization of evacuation distances in narrow historic streets]]></category>
		<category><![CDATA[path planning]]></category>
		<category><![CDATA[pheromone-inspired pathfinding in emergency scenarios]]></category>
		<category><![CDATA[preservation of safety in cultural heritage sites during]]></category>
		<category><![CDATA[Pyrosim]]></category>
		<category><![CDATA[Revit]]></category>
		<category><![CDATA[smart emergency routing using nature-inspired algorithms]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=209513</guid>

					<description><![CDATA[Researchers combined Building Information Modeling with an improved ant colony optimization algorithm to cut fire evacuation distances by up to 14.9 percent in a historic Chinese village.]]></description>
										<content:encoded><![CDATA[<p>A fire in a centuries-old village spreads differently than a fire in a modern building. Narrow alleys barely wide enough for two people, timber-framed houses packed wall to wall, and courtyard layouts that funnel smoke into enclosed spaces all conspire against anyone trying to escape. When researchers in China set out to solve this problem, they turned to an unlikely inspiration: ants. A new study published in Discover Artificial Intelligence describes how a team led by Jingjing Qiu of the Guangxi Vocational &amp; Technical Institute of Industry combined Building Information Modeling with an upgraded version of the ant colony optimization algorithm to compute faster, safer escape routes through Ma&#8217;an Village, a historic settlement in Guangxi Province whose brick-wood buildings date to the Ming and Qing dynasties.</p>
<p>The core idea borrows directly from nature. Real ants deposit pheromones along the trails they walk, and subsequent ants prefer paths carrying stronger chemical signals, a positive feedback loop that gradually steers the colony toward the shortest route to food. The ant colony optimization algorithm encodes this behavior in software: a population of virtual ants moves across a grid map, probabilistically choosing the next node based on pheromone concentration and a distance-based heuristic, then reinforcing the routes it traverses in proportion to their length. Over many iterations, the swarm converges on short paths. The method is prized for its robustness, distributed computing character, and adaptability, and it has already found use in robot navigation, transportation networks, and urban fire rescue.</p>
<p>But the standard algorithm has a blind spot when applied to burning villages. Its original heuristic measures nothing but geometric distance, which means it can happily route evacuees through an alley filled with lethal smoke simply because that alley happens to be short. Qiu and colleagues redesigned the heuristic to weigh three additional factors alongside raw distance: a human activity index that combines air temperature, toxic gas concentration, and crowd density through piecewise penalty functions; a passage difficulty coefficient that penalizes alleys narrower than three meters and effectively blocks those narrower than 1.5 meters with a penalty factor of 1000; and the remaining distance to the destination. The resulting equivalent evacuation length converts each grid cell into a risk-adjusted cost, so virtual ants automatically detour around high-temperature zones, CO-heavy corridors, and congested passages without any manual route instruction.</p>
<p>The fire physics feeding this risk map came from Pyrosim, a computational fluid dynamics tool. The team first built a three-dimensional model of Ma&#8217;an Village in Revit, capturing more than 30 ancient buildings, the road network, vegetation, and firefighting facilities in detail. They then imported that model into Pyrosim and simulated a five-megawatt fire ignited outside the village&#8217;s central drum tower over a 240 by 200 meter domain at half-meter resolution, some 6.1 million grid cells in total. Sensors placed at two meters in height at each exit recorded temperature, visibility, and smoke concentration. The simulation showed the fire source reaching 130 degrees Celsius within 50 seconds; by 500 seconds, the blaze had spread to nearby buildings, visibility had dropped below 13 meters across a hazardous core near the fire, and smoke concentration had climbed to 4.5 times 10 to the negative fifth mol per mol, well beyond the safety threshold.</p>
<p>The researchers extracted temperature, gas concentration, and crowd density data at two static snapshots, 200 and 500 seconds, and mapped them onto a 30 by 30 evacuation grid of 1.5 by 1.5 meter cells. Cell size matters here: the authors emphasize that grid cells represent the longitudinal step of a passage, not its transverse width, so genuinely impassable alleys are excluded by the passage difficulty coefficient rather than by grid resolution. This BIM-to-Pyrosim-to-MATLAB pipeline creates a closed data loop in which architectural geometry, fire field data, and route optimization flow automatically from one platform to the next, without repeated manual conversion, and the framework is explicitly designed as a generalized method for any historic dense settlement with similar characteristics, not just one village.</p>
<p>Three further upgrades sharpened the algorithm itself. An adaptive pheromone concentration steps down through the run, from 100 early on to 75 and then 50, boosting exploration at the start and refining convergence later. An adaptive evaporation coefficient gradually declines until it hits a floor tied to the fire&#8217;s impact level, with higher severity driving higher minimum evaporation to keep the swarm from fixating on stale routes. And a backtracking strategy rescues any ant that wanders into a dead end: the blocked node joins a taboo list and the ant retreats until it finds a passable cell, preventing infinite loops in the maze-like village geometry. After systematic single-factor tuning of the pheromone and heuristic weights, the optimal configuration settled at alpha equal to 2, beta equal to 9, evaporation factor 0.4, 70 ants, and 100 maximum iterations.</p>
<p>The performance gains were substantial and statistically solid. Running each parameter combination across 25 independent random seeds to eliminate stochastic noise, the team found that the improved algorithm shortened the shortest physical escape path from S1 to exit E4 from 17.75 meters under the standard algorithm to 15.11 meters under the improved version, a 14.9 percent reduction, the largest decrease among all seven tested exit paths. Every planned route came out shorter with the improved method, and paired-sample t-tests confirmed the differences were significant at p less than 0.05. Convergence improved even more dramatically: the upgraded algorithm locked onto optimal routes within an average of 3 to 10 iterations, while the standard version needed about 18, a gap significant at p less than 0.01, and its late-stage curve fluctuations indicated a stronger ability to avoid premature convergence on local optima.</p>
<p>When the simulated fire reached its spread phase, with 19 fire grids covering 42.75 square meters and four of seven exits blocked, the framework adapted cleanly, rerouting evacuees to the three remaining passable exits and still identifying exit E4 as the shortest at 15.11 meters. Computationally, the method is light: a single route calculation for the entire village takes roughly 28 seconds on an ordinary 16-gigabyte desktop with about 4.2 gigabytes of memory, and enlarged grids slow convergence slightly without stalling, suggesting the approach scales to larger heritage sites. The authors stress that all geometric parameters came from field measurements of the real village, grounding the virtual experiment in authentic conditions.</p>
<p>The team is candid about the work&#8217;s limits. The simulation covers only carbon monoxide as a toxic gas, excludes CO2, hypoxia, hydrogen cyanide, structural collapse, and wind effects, and relies on two static fire snapshots rather than continuous dynamic re-planning as occupants move. Validation so far rests on a single village and BIM-based co-simulation, with no field evacuation drills or historical fire records to calibrate the model, and the full route optimization currently targets physical distance alone without quantifying route safety. The authors also note that a complete, standardized fire risk ontology remains future work. Still, the framework offers heritage managers and emergency planners an immediate practical tool: an offline way to draft evacuation plans for the world&#8217;s many vulnerable historic settlements, with real-time sensor integration and dynamic occupant modeling as the clear next step toward protecting both lives and irreplaceable cultural heritage.</p>
<p><strong>Subject of Research:</strong> Optimization of fire evacuation routes in historic dense settlements using BIM and an improved ant colony algorithm</p>
<p><strong>Article Title:</strong> Generalized optimization method for fire evacuation routes in historic dense settlements based on improved ant colony algorithm and BIM</p>
<p><strong>Article References:</strong> Qiu, J., Qin, J., Hu, Y., Liu, Y., &amp; Qin, J. (2026). Generalized optimization method for fire evacuation routes in historic dense settlements based on improved ant colony algorithm and BIM. <em>Discover Artificial Intelligence, 6</em>(1), Article 1214. <a href="https://doi.org/10.1007/s44163-026-02256-2" rel="noopener noreferrer">https://doi.org/10.1007/s44163-026-02256-2</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s44163-026-02256-2" rel="noopener noreferrer">10.1007/s44163-026-02256-2</a></p>
<p><strong>Keywords:</strong> fire evacuation, historic dense settlements, ant colony optimization, BIM, path planning, Pyrosim, Revit, Ma&#x27;an Village, heuristic function, adaptive pheromone, emergency planning, cultural heritage</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">209513</post-id>	</item>
	</channel>
</rss>
