<?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>temperature sensor deployment optimization &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/temperature-sensor-deployment-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Wed, 23 Sep 2026 23:10:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.2</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>temperature sensor deployment optimization &#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>AI pinpoints hidden tunnel fire sources from just a handful of temperature sensors</title>
		<link>https://scienmag.com/ai-pinpoints-hidden-tunnel-fire-sources-from-just-a-handful-of-temperature-sensors/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Wed, 23 Sep 2026 23:10:40 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI-driven underground fire hazard assessment]]></category>
		<category><![CDATA[AI-powered fire source detection in tunnels]]></category>
		<category><![CDATA[challenges of thermal sensing in long tunnels]]></category>
		<category><![CDATA[emergency response technology for tunnel fires]]></category>
		<category><![CDATA[Fire Dynamics Simulator]]></category>
		<category><![CDATA[fire safety]]></category>
		<category><![CDATA[fire source localization]]></category>
		<category><![CDATA[heat diffusion equation]]></category>
		<category><![CDATA[inverse heat diffusion modeling]]></category>
		<category><![CDATA[inverse problem]]></category>
		<category><![CDATA[Kolmogorov-Arnold Network]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[multi-fire detection and localization in tunnels]]></category>
		<category><![CDATA[neural network-based thermal imaging]]></category>
		<category><![CDATA[physics-informed neural network]]></category>
		<category><![CDATA[physics-informed neural networks for heat mapping]]></category>
		<category><![CDATA[PIKAN]]></category>
		<category><![CDATA[real-time fire source identification using AI]]></category>
		<category><![CDATA[smart disaster prevention for infrastructure]]></category>
		<category><![CDATA[sparse sensor data]]></category>
		<category><![CDATA[sparse sensor data analysis in confined spaces]]></category>
		<category><![CDATA[temperature field reconstruction]]></category>
		<category><![CDATA[temperature sensor deployment optimization]]></category>
		<category><![CDATA[tunnel fire]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=211118</guid>

					<description><![CDATA[Researchers have developed a physics-informed Kolmogorov–Arnold network that localizes multiple tunnel fire sources within about one meter and reconstructs the full temperature field from sparse thermocouple data.]]></description>
										<content:encoded><![CDATA[<p>Tunnels are among the most dangerous places a fire can break out. Confined geometry traps heat and smoke, emergency access is limited, and ventilation systems can push flames and toxic gases in unpredictable directions. When more than one fire ignites at the same time, the situation becomes exponentially harder for rescuers: they must figure out not only how hot the tunnel is getting, but where each burning source actually is. A new study published in Applied Intelligence by Yan Li and Bin Sun of Southeast University&#8217;s China-Pakistan Belt and Road Joint Laboratory on smart disaster prevention of major infrastructures tackles exactly this inverse problem, using a novel artificial intelligence architecture that blends neural networks with the physics of heat diffusion to reconstruct the invisible interior of a burning tunnel from sparse sensor data.</p>
<p>The challenge the researchers set out to solve is fundamentally one of missing information. In a tunnel equipped with thermocouples, temperature sensors are typically placed at limited positions along the ceiling and walls because instrumenting every meter of a kilometer-long passage is impractical and expensive. Those sparse readings leave vast stretches of the temperature field unknown. Traditional approaches to filling in the gaps fall into two camps: purely data-driven machine learning models, which can interpolate between sensor points but often violate physical laws, and full computational fluid dynamics simulations, which respect physics but are far too slow to run during an actual emergency. The research team&#8217;s answer was to build a model that is both fast and physically faithful, learning from few measurements while remaining constrained by the governing equations of heat transport.</p>
<p>The centerpiece of the study is a Multi-source Physics-informed Kolmogorov–Arnold Network, abbreviated PIKAN. The Kolmogorov–Arnold network, or KAN, is a relatively recent alternative to conventional multilayer perceptrons. Instead of stacking layers of fixed activation functions applied to weighted sums, a KAN places learnable activation functions on the edges of the network, parameterized as one-dimensional functions. This design, rooted in the Kolmogorov–Arnold representation theorem, gives the architecture a different and often more efficient way of approximating complex multivariate functions. In this application, the authors strengthened their KAN by incorporating radial basis function layers, which enhance the network&#8217;s nonlinear approximation capacity and, crucially, ensure stable automatic differentiation, the mathematical machinery that allows a neural network to compute its own derivatives with respect to its inputs.</p>
<p>Why do derivatives matter so much here? The answer lies in the physics-informed part of the framework. The researchers embedded the tunnel ceiling heat diffusion equation directly into the loss function of the network, forcing the model&#8217;s predictions to satisfy the same partial differential equation that governs how heat spreads along the tunnel ceiling during a fire. Because the network must be differentiated to evaluate that equation, stable automatic differentiation is not a luxury but a necessity. Any numerical noise in the derivatives would corrupt the physics residual and destabilize training. By combining radial basis function layers with the KAN structure, the team obtained smooth, differentiable representations of the temperature field that could be checked against the diffusion equation at thousands of collocation points throughout the tunnel, even where no sensor exists.</p>
<p>The architecture itself is a coordinated ensemble rather than a single monolithic network. It comprises one temperature field network and multiple heat release rate networks, each dedicated to a candidate fire source, and all of them are jointly trained. The temperature field network learns the spatiotemporal distribution of temperature rise throughout the tunnel, while the heat release rate networks infer the intensity and location characteristics of each individual burning source. Training proceeds against two kinds of constraints simultaneously: the observed temperatures from sparse thermocouples, which anchor the solution to reality, and the embedded heat diffusion physics, which keeps the solution plausible everywhere else. The result is a joint inversion in which fire source locations, heat release characteristics, and the complete temperature rise field are all estimated together, each informing the others through the shared physical model.</p>
<p>Validation came from two demanding test cases. The first was a full-scale double-source tunnel fire experiment, the kind of physical trial that reproduces realistic fire behavior at true dimensions rather than in miniature. The second was a three-source tunnel fire scenario simulated with Fire Dynamics Simulator, the widely used computational tool for fire-driven fluid flow. These two cases complement each other: the full-scale experiment demonstrates that the method works against messy, real-world data, while the simulated three-source case probes whether the framework scales to more complex multi-source configurations with known ground truth for rigorous error assessment. Few studies in the fire safety literature attempt this kind of multi-source inversion with both experimental and numerical verification at these levels of complexity.</p>
<p>The reported performance is striking. In the double-source experimental case, the localization errors for the two fire sources were reduced to 0.89 meters and 1.06 meters respectively, meaning the algorithm could pinpoint each blaze within roughly a meter of its true position. In the more challenging three-source simulated scenario, all localization errors were controlled within 1.07 meters, with the minimum error reaching just 0.02 meters, effectively exact localization for one of the three sources. Beyond position, the reconstructed temperature fields agreed well with both the experimental measurements and the numerical simulation results, indicating that the model does not merely find the fires but correctly maps the thermal landscape they create. In direct comparison with the conventional Multi-source Physics-Informed Neural Network, or PINN, the PIKAN approach achieved higher localization accuracy and more reliable temperature reconstruction across the board.</p>
<p>The implications for tunnel safety are substantial. Knowing where a fire is burning, and how many fires are burning, determines where to direct ventilation to avoid pushing smoke toward evacuees, which exits remain tenable, and where firefighters should stage their approach. A temperature field reconstruction that is physically consistent, rather than a statistical guess, gives engineers confidence in the intermediate values between sensors, which matter for assessing structural damage to tunnel linings and for predicting when critical temperatures might be reached at specific locations. Because the method works from sparse thermocouple data already available in many modern tunnels, it could potentially be integrated into existing monitoring infrastructure, turning arrays of temperature sensors into a distributed fire intelligence system. The work also builds on a growing body of research by the same group and others applying intelligent algorithms, from support vector machine fusion for tunnel fire warning to BP neural network-based prediction of ceiling temperatures verified in full-scale experiments.</p>
<p>More broadly, the study signals a shift in how physics-informed machine learning is being engineered. Conventional PINNs, built on standard multilayer perceptrons, have sometimes struggled with spectral bias, an tendency to learn low-frequency components of a solution first and converge slowly on sharp or multi-scale features, exactly the kind of features that characterize the steep thermal gradients near a fire source. Kolmogorov–Arnold networks, with their learnable edge activation functions and enhanced approximation capacity through radial basis functions, represent a promising remedy, and this study is among the first to demonstrate their advantage in a real safety-critical inverse problem involving multiple simultaneous sources. As the authors&#8217; results show, a neural network that respects the heat diffusion equation and possesses the right approximation machinery can turn a handful of ceiling temperature readings into a complete, accurate, physically consistent picture of a multi-source tunnel fire, a capability that could one day mean the difference between a managed evacuation and a catastrophe.</p>
<p><strong>Subject of Research:</strong> Physics-informed neural networks for fire source localization and temperature field reconstruction in multi-source tunnel fires</p>
<p><strong>Article Title:</strong> Physics-informed Kolmogorov–Arnold network for fire source localization and temperature field reconstruction in multi-source tunnel fires</p>
<p><strong>Article References:</strong> Li, Y., &amp; Sun, B. (2026). Physics-informed Kolmogorov–Arnold network for fire source localization and temperature field reconstruction in multi-source tunnel fires. <em>Applied Intelligence, 56</em>(15), Article 441. <a href="https://doi.org/10.1007/s10489-026-07504-7" rel="noopener noreferrer">https://doi.org/10.1007/s10489-026-07504-7</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10489-026-07504-7" rel="noopener noreferrer">10.1007/s10489-026-07504-7</a></p>
<p><strong>Keywords:</strong> tunnel fire, fire source localization, temperature field reconstruction, Kolmogorov–Arnold network, physics-informed neural network, PIKAN, heat diffusion equation, inverse problem, Fire Dynamics Simulator, machine learning, fire safety, sparse sensor data</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">211118</post-id>	</item>
	</channel>
</rss>
