<?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>wildfire smoke and public health &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/wildfire-smoke-and-public-health/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 05 Sep 2026 23:13:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>wildfire smoke and public health &#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>Machine learning reveals urban PM2.5 pollution and health links in Northern Thailand</title>
		<link>https://scienmag.com/machine-learning-reveals-urban-pm2-5-pollution-and-health-links-in-northern-thailand/</link>
		
		<dc:creator><![CDATA[Russell Cooper]]></dc:creator>
		<pubDate>Sat, 05 Sep 2026 23:13:38 +0000</pubDate>
				<category><![CDATA[Climate]]></category>
		<category><![CDATA[air pollution and cardiovascular health]]></category>
		<category><![CDATA[air pollution and chronic disease analysis]]></category>
		<category><![CDATA[air quality monitoring in northern Thailand]]></category>
		<category><![CDATA[chronic disease and short-term data]]></category>
		<category><![CDATA[environmental and hospital data analysis Thailand]]></category>
		<category><![CDATA[environmental health research]]></category>
		<category><![CDATA[haze forecasting using machine learning]]></category>
		<category><![CDATA[health risk assessment from fine particulate matter]]></category>
		<category><![CDATA[hospital data analysis]]></category>
		<category><![CDATA[machine learning approaches in environmental health studies]]></category>
		<category><![CDATA[machine learning for air quality prediction]]></category>
		<category><![CDATA[machine learning for environmental forecasting]]></category>
		<category><![CDATA[Northern Thailand haze pollution]]></category>
		<category><![CDATA[particulate matter health risks]]></category>
		<category><![CDATA[particulate matter penetration into lungs and bloodstream]]></category>
		<category><![CDATA[PM2.5 health impacts]]></category>
		<category><![CDATA[PM2.5 particle health effects]]></category>
		<category><![CDATA[public health implications of air pollution]]></category>
		<category><![CDATA[respiratory illnesses and air quality]]></category>
		<category><![CDATA[respiratory illnesses linked to air pollution]]></category>
		<category><![CDATA[statistical methods in air quality studies]]></category>
		<category><![CDATA[urban air pollution]]></category>
		<category><![CDATA[urban PM2.5 pollution health impact]]></category>
		<category><![CDATA[wildfire smoke and public health]]></category>
		<guid isPermaLink="false">https://scienmag.com/machine-learning-reveals-urban-pm2-5-pollution-and-health-links-in-northern-thailand/</guid>

					<description><![CDATA[In the smoke-shrouded provinces of northern Thailand, the annual burning season has long been a public health emergency in slow motion. Now, a new study from researchers at Chiang Mai University and Kanazawa University has shown that machine learning can do more than forecast the haze—it can reveal, with unusual statistical clarity, which respiratory illnesses [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In the smoke-shrouded provinces of northern Thailand, the annual burning season has long been a public health emergency in slow motion. Now, a new study from researchers at Chiang Mai University and Kanazawa University has shown that machine learning can do more than forecast the haze—it can reveal, with unusual statistical clarity, which respiratory illnesses surge alongside it, and which ones do not. The research, published in the journal Air Quality, Atmosphere &amp; Health, applied two widely used but fundamentally different machine learning approaches to four years of environmental and hospital data from Phrae Province, and the results offer both a practical forecasting toolkit and a cautionary lesson about the limits of short-term data in explaining chronic disease.</p>
<p>The study, led by Pattarakun Khammisawang with colleagues Phakphum Paluang, Masami Furuuchi, and Worradorn Phairuang, focused on fine particulate matter known as PM2.5—particles smaller than 2.5 micrometers in diameter, roughly thirty times thinner than a human hair. These particles are small enough to penetrate deep into the alveolar regions of the lungs and even cross into the bloodstream, and they have been implicated by the World Health Organization and a vast body of epidemiological literature in everything from asthma exacerbations to cardiovascular mortality. Northern Thailand is particularly vulnerable: each dry season, agricultural waste burning and forest fires across the region—compounded by transboundary smoke drifting from neighboring countries—drive PM2.5 concentrations to levels far exceeding international guidelines, while stagnant meteorological conditions trap the pollution over urban valleys.</p>
<p>To untangle the relationship between this pollution and human health, the team assembled an unusually comprehensive dataset covering 2020 through 2023. Daily measurements of atmospheric pollutants—including PM2.5, nitrogen dioxide, and ozone—were paired with meteorological parameters such as relative humidity, alongside monthly hospital records from Phrae Hospital documenting cases of asthma, bronchitis, chronic obstructive pulmonary disease (COPD), and lung cancer. All health data were anonymized with the hospital&#8217;s official approval. The researchers then set out to answer two related questions: could machine learning models accurately predict PM2.5 concentrations and respiratory illness counts from this environmental data, and what would the models&#8217; behavior reveal about the underlying pollution-health relationships?</p>
<p>The two algorithms chosen represent opposing philosophies in machine learning. Random Forest Regression (RFR) is an ensemble method that builds hundreds of independent decision trees, each trained on random subsets of the data and features, and averages their predictions. This architecture makes RFR remarkably robust on tabular data of modest size, resistant to overfitting, and capable of capturing nonlinear interactions between variables—such as the way temperature and humidity jointly modulate pollution&#8217;s effects—without requiring the researcher to specify those interactions in advance. Long Short-Term Memory (LSTM) networks, by contrast, are a form of recurrent neural network explicitly designed for sequential data. Their internal memory cells, governed by input, forget, and output gates, allow them to retain information over long time lags, making them theoretically ideal for detecting temporal patterns such as the buildup and decay of pollution episodes.</p>
<p>When it came to predicting PM2.5 concentrations, the random forest approach emerged as the clear winner, delivering the best overall predictive performance and confirming RFR&#8217;s reputation as a workhorse for environmental tabular data. The model&#8217;s internal logic also proved scientifically informative. PM2.5 correlated positively with nitrogen dioxide and ozone—suggesting shared emission sources and photochemical coupling—and negatively with relative humidity, a relationship that was especially pronounced during the rainy season, when wet deposition and atmospheric scavenging literally wash particulates out of the air. These covariance structures echo established atmospheric chemistry: NO2 signals combustion activity, ozone formation depends on solar radiation and precursor concentrations, and humidity governs both particle hygroscopic growth and removal rates.</p>
<p>The health-side findings were more nuanced and, in places, striking. PM2.5 concentrations were strongly linked to bronchitis and asthma case counts, with the association concentrated in the dry season—the very period when biomass-burning activities push PM2.5 to its annual maximum. This seasonal alignment makes biological sense: acute exposure to combustion-derived particulates inflames the bronchial epithelium, triggers oxidative stress pathways, and can precipitate asthmatic attacks within days. Notably, the random forest model proved the best predictor not only for PM2.5 itself but also for respiratory illness case counts, suggesting that the environmental variables it ingested carry genuine signal about hospital demand rather than merely fitting noise.</p>
<p>Perhaps the most consequential negative result concerned lung cancer. Despite the well-established mechanistic plausibility of PM2.5-driven carcinogenesis—particulate matter carries polycyclic aromatic hydrocarbons and induces chronic inflammation, and recent molecular studies have even identified specific genetic pathways, such as the WTAP/m6A axis, through which PM2.5 exposure can promote tumor development in laboratory models—the random forest analysis found no statistically significant short-term link between PM2.5 fluctuations and lung cancer cases in Phrae. The authors interpret this not as evidence that particulate pollution is harmless in this context, but as a signature of the disease&#8217;s long latency. Lung cancer reflects years or decades of cumulative exposure and the interplay of other risk factors, including smoking, occupational hazards, and genetics. A model trained on daily pollution values and monthly case counts over a four-year window simply cannot see a signal that unfolds over a human lifetime. It is a methodological point with broad implications for how machine learning studies of pollution and chronic disease are designed—and how their null results should be read.</p>
<p>The LSTM network, meanwhile, demonstrated a complementary strength. Where random forests excelled at steady-state prediction, the deep learning model proved adept at detecting episodic PM2.5 peaks—the sudden pollution spikes that characterize the onset of the burning season and that are precisely the events most dangerous to vulnerable populations. However, the LSTM struggled on the health side of the analysis. The respiratory illness dataset consisted of only 48 monthly observations, a number far too small for a parameter-heavy neural network to learn reliably from, and the considerable temporal variability of patient records—driven by reporting delays, healthcare-seeking behavior, and clinical coding practices—further degraded performance. The researchers are candid about this limitation, explicitly labeling the LSTM&#8217;s respiratory illness predictions as exploratory rather than conclusive. This honesty is itself noteworthy in a field where deep learning results are sometimes oversold; a neural network is not automatically the right tool simply because the data are temporal.</p>
<p>From these combined results, the team proposes a practical hierarchy of decision support for public health authorities. Random Forest Regression should serve as the default engine for routine PM2.5 forecasting, given its accuracy, interpretability, and modest data requirements. LSTM networks should be reserved for early warning of peak pollution events, deployed when longer and more continuous time-series data become available to train them properly. And for bronchitis specifically, the strongest and most consistent pollution-health signal in the study, dry-season surveillance and prevention programs—advance stocking of medications, public advisories, targeted protection of children and the elderly—should be timed to the biomass-burning calendar rather than treated as year-round concerns. The framework, the authors argue, allows local air quality management and respiratory health planning to be integrated with machine learning-based environmental forecasts, supporting evidence-based decisions on both pollution reduction and hospital preparedness.</p>
<p>The study&#8217;s setting gives its findings particular weight. Phrae is one of the northern Thai provinces repeatedly flagged in prior research for dangerous particulate levels, and the region&#8217;s pollution problem is structurally entrenched: it arises from a combination of local agricultural practices, forest fires, meteorological stagnation in mountain-valley terrain, and transboundary smoke that no single jurisdiction can control. Previous studies using chemical transport models and source apportionment techniques have traced much of the dry-season PM2.5 to biomass burning, and hospital admission studies across Thailand have confirmed that fine particulate exposure drives respiratory morbidity at the population scale. What this new work adds is a validated, computationally lightweight pipeline that a provincial health department could realistically operate—using data it already collects—to anticipate both the pollution and the clinical demand it generates.</p>
<p>There are, of course, caveats the authors themselves acknowledge. Four years of data, however rich, span a limited range of interannual variability, and the COVID-19 pandemic years included in the study window may have altered both pollution patterns and hospital attendance in ways that are difficult to fully disentangle. Monthly health records cannot capture the sub-monthly timing of asthma attacks relative to pollution spikes, and the 48-observation ceiling on the health time series fundamentally constrains what any model, however sophisticated, can extract. Expanding to weekly or daily health data, extending the record across more years, and incorporating satellite-derived pollution fields to fill spatial gaps are the obvious next steps—and the authors suggest that the LSTM&#8217;s peak-detection capability could become genuinely powerful for health forecasting once such data exist.</p>
<p>Still, the study stands as a compelling demonstration that machine learning, applied carefully and with appropriate humility, can translate routine environmental monitoring into actionable public health intelligence. In a region where the haze returns with grim predictability every dry season, the ability to forecast not just how bad the air will be, but who will end up in hospital beds as a result—and to distinguish the acute, preventable harms from the slow, cumulative ones—represents a meaningful step toward closing the loop between atmospheric science and clinical medicine. For the residents of Phrae and the wider northern Thai haze belt, the message is double-edged: the annual bronchitis burden is predictable, and therefore preventable, but the deeper carcinogenic toll of particulate exposure will only be averted by attacking the emissions themselves.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Machine learning prediction of urban PM2.5 concentrations and respiratory illness (asthma, bronchitis, COPD, lung cancer) in Phrae Province, northern Thailand, using Random Forest Regression and Long Short-Term Memory models</p>
<p><strong>Article Title:</strong> Decoding urban PM2.5 dynamics and air pollution-health relationships using machine learning: Evidence from Northern Thailand</p>
<p><strong>Article References:</strong> Khammisawang, P., Paluang, P., Furuuchi, M., &amp; Phairuang, W. (2026). Decoding urban PM2.5 dynamics and air pollution-health relationships using machine learning: Evidence from Northern Thailand. <em>Air Quality, Atmosphere &amp; Health, 19</em>(8), Article 184. <a href="https://doi.org/10.1007/s11869-026-02074-6" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s11869-026-02074-6</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11869-026-02074-6" target="_blank" rel="noopener noreferrer">10.1007/s11869-026-02074-6</a></p>
<p><strong>Keywords:</strong> Air pollution, PM2.5, Random Forest Regression, Long Short-Term Memory, Respiratory disease, Machine learning, Biomass burning, Northern Thailand, Bronchitis, Asthma, Lung cancer, Public health forecasting</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">188318</post-id>	</item>
	</channel>
</rss>
