<?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>machine learning for environmental forecasting &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/machine-learning-for-environmental-forecasting/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>machine learning for environmental forecasting &#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>
		<item>
		<title>Accurate Subseasonal Soil Moisture Drought Forecasts via Deep Learning</title>
		<link>https://scienmag.com/accurate-subseasonal-soil-moisture-drought-forecasts-via-deep-learning/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Tue, 12 Aug 2025 18:19:42 +0000</pubDate>
				<category><![CDATA[Earth Science]]></category>
		<category><![CDATA[advanced forecasting techniques for drought]]></category>
		<category><![CDATA[agricultural drought management strategies]]></category>
		<category><![CDATA[climate change and soil health]]></category>
		<category><![CDATA[deep learning in climate science]]></category>
		<category><![CDATA[drought prediction using AI]]></category>
		<category><![CDATA[dynamic modeling in hydrology]]></category>
		<category><![CDATA[land-atmosphere interactions]]></category>
		<category><![CDATA[machine learning for environmental forecasting]]></category>
		<category><![CDATA[predictive modeling in Earth systems]]></category>
		<category><![CDATA[resource management for drought resilience]]></category>
		<category><![CDATA[soil moisture drought impacts]]></category>
		<category><![CDATA[subseasonal soil moisture forecasts]]></category>
		<guid isPermaLink="false">https://scienmag.com/accurate-subseasonal-soil-moisture-drought-forecasts-via-deep-learning/</guid>

					<description><![CDATA[In the compelling frontier of climate science, researchers have grappled with the formidable challenge of predicting soil moisture droughts on subseasonal time scales. Achieving forecast skill at these extended horizons has eluded conventional models due to the inherent complexity of land-atmosphere interactions and the chaotic nature of weather systems. Now, a groundbreaking study published in [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In the compelling frontier of climate science, researchers have grappled with the formidable challenge of predicting soil moisture droughts on subseasonal time scales. Achieving forecast skill at these extended horizons has eluded conventional models due to the inherent complexity of land-atmosphere interactions and the chaotic nature of weather systems. Now, a groundbreaking study published in <em>Nature Communications</em> ushers in a transformative deep learning-dynamic modeling framework that promises unprecedented skill in subseasonal soil moisture drought forecasts.</p>
<p>Soil moisture plays a pivotal role in terrestrial ecosystems, agriculture, and hydrological cycles. Persistent deficits can precipitate severe drought conditions, undermining crop yields, exacerbating wildfire risks, and disrupting water supplies across large geographic expanses. Early and skillful forecasts of soil moisture deficits are thus critical for proactive drought mitigation strategies, resource management, and policy planning. Historically, however, predicting soil moisture weeks to months ahead has suffered from notable uncertainty due to limitations in process understanding and model resolution.</p>
<p>The research team, led by Lesinger and Tian, pioneered an approach that harnesses the complementary strengths of deep learning and dynamic Earth system models. Dynamic models simulate physical processes governing climate variables but often struggle with parameterization errors and computational constraints. Deep learning, by contrast, excels at detecting intricate nonlinear patterns from vast datasets but lacks explicit physical interpretability. By integrating these paradigms, the authors developed hybrid models capturing both the mechanistic and data-driven subtleties controlling soil moisture variability on subseasonal scales.</p>
<p>A core breakthrough resides in the model architecture itself. The researchers designed a novel hybrid neural network framework that assimilates outputs from atmospheric circulation models together with observed soil moisture records. Training on extensive historical datasets spanning multiple decades enabled the model to learn latent spatiotemporal dependencies otherwise elusive to standard statistical or purely mechanistic methods. This synergy significantly enhanced lead-time skill and predictive reliability at forecast horizons extending up to six weeks.</p>
<p>Benchmarking experiments demonstrated remarkable improvements over prevailing subseasonal forecasting systems. In particular, the hybrid model captured emerging drought onset signals well ahead of traditional forecasts, improving anomaly correlation scores by upwards of 20%. Crucially, skill gains extended to diverse climatic regions, including drought-prone agricultural zones and semi-arid ecosystems, bolstering the model’s generalizability and operational promise.</p>
<p>Meteorologically, drought persistence is governed by complex soil–atmosphere feedback loops modulated by precipitation variability, evapotranspiration rates, and temperature anomalies. The novel deep learning-dynamic approach effectively deciphers these intertwined influences by encoding temporal memory and spatial heterogeneity in soil moisture patterns. This nuanced understanding enables early detection of subtle moisture trends that often presage longer-term drought development, creating vital lead-time for adaptive measures.</p>
<p>Moreover, interpretability analyses shed light on how the hybrid model weighs various predictors, revealing that antecedent rainfall deficits and upward shifts in surface temperature anomalies prominently inform subseasonal drought forecasts. These insights harmonize well with known physical drought drivers, lending credibility and scientific rigor to the model’s predictive rationale. In addition, the approach dynamically adjusts to evolving climatic baselines imposed by ongoing anthropogenic climate change, an increasingly important capability.</p>
<p>The potential real-world applications of this research are vast and impactful. Agricultural stakeholders could leverage the skillful forecasts to optimize irrigation schedules, safeguard crop resilience, and minimize economic losses. Governments and water management authorities may deploy the model outputs to inform reservoir releases, drought warning systems, and emergency preparedness. In fire-prone landscapes, better foresight of soil moisture deficits directly correlates with wildfire risk reduction, enabling more focused mitigation efforts.</p>
<p>Technologically, this work exemplifies a new paradigm for Earth system forecasting that judiciously melds physics-based modeling with artificial intelligence. Rather than treating deep learning as a black-box replacement, the researchers harnessed it as a complementary tool enriching mechanistic understanding. This philosophy paves the way for future innovations that might incorporate other environmental variables, such as vegetation health or snowpack dynamics, into integrated subseasonal prediction frameworks.</p>
<p>Challenges remain, of course. The model’s dependency on high-quality observational data could limit applicability in regions with sparse soil moisture monitoring infrastructure. Efforts to incorporate remote sensing data and enhance data assimilation techniques are underway to address these gaps. Furthermore, continual model retraining and validation will be essential to maintain forecast skill amidst evolving climate variability and extremes.</p>
<p>This advance heralds a decisive step toward closing the prediction gap at subseasonal time scales, a frontier where enhanced forecast skill has long been a scientific and societal aspiration. The ability to predict drought conditions weeks in advance, as demonstrated by Lesinger and Tian, opens new horizons for climate resilience and resource sustainability worldwide. Their study also energizes interdisciplinary collaborations among hydrologists, meteorologists, machine learning experts, and stakeholders aiming to translate scientific breakthroughs into actionable knowledge.</p>
<p>As climate extremes intensify with global warming, innovative predictive tools such as this deep learning-dynamic hybrid model become indispensable in navigating uncertainty. This research exemplifies how the confluence of data science and domain expertise can unlock new predictive capabilities unattainable by either approach in isolation. Future work may extend these methods across other hydrometeorological extremes, refining early warning systems to safeguard human and ecological systems.</p>
<p>In summary, the fusion of deep learning with physical modeling provides a powerful, skillful approach to forecast soil moisture droughts on subseasonal scales. Through rigorous training, validation, and interpretability efforts, the study demonstrates that hybrid models can reveal precursors to drought development weeks in advance with high confidence. This work is poised to revolutionize drought prediction and management, equipping societies to face the increasing challenges posed by a changing climate with foresight and precision.</p>
<hr />
<p><strong>Subject of Research</strong>: Subseasonal soil moisture drought forecasting using hybrid deep learning and dynamic climate models.</p>
<p><strong>Article Title</strong>: Skillful subseasonal soil moisture drought forecasts with deep learning-dynamic models.</p>
<p><strong>Article References</strong>:<br />
Lesinger, K., Tian, D. Skillful subseasonal soil moisture drought forecasts with deep learning-dynamic models. <em>Nat Commun</em> 16, 7461 (2025). <a href="https://doi.org/10.1038/s41467-025-62761-3">https://doi.org/10.1038/s41467-025-62761-3</a></p>
<p><strong>Image Credits</strong>: AI Generated</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64812</post-id>	</item>
	</channel>
</rss>
