<?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>hazard risk assessment &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/hazard-risk-assessment/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Fri, 25 Sep 2026 01:42:36 +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>hazard risk assessment &#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>U-Shaped Hybrid AI Outperforms Rivals at Predicting Dangerous River Flood Peaks</title>
		<link>https://scienmag.com/u-shaped-hybrid-ai-outperforms-rivals-at-predicting-dangerous-river-flood-peaks/</link>
		
		<dc:creator><![CDATA[Violet Maxwell]]></dc:creator>
		<pubDate>Fri, 25 Sep 2026 01:42:36 +0000</pubDate>
				<category><![CDATA[Social Science]]></category>
		<category><![CDATA[climate and rainfall impact on floods]]></category>
		<category><![CDATA[CNN-RNN hybrid]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[deep learning for flood forecasting]]></category>
		<category><![CDATA[early warning systems]]></category>
		<category><![CDATA[extreme weather event prediction]]></category>
		<category><![CDATA[flood event uncertainty]]></category>
		<category><![CDATA[Flood peak prediction]]></category>
		<category><![CDATA[flood prediction]]></category>
		<category><![CDATA[hazard risk assessment]]></category>
		<category><![CDATA[hydrological data analysis]]></category>
		<category><![CDATA[hydrology]]></category>
		<category><![CDATA[Iran]]></category>
		<category><![CDATA[Monte Carlo dropout]]></category>
		<category><![CDATA[Multi-criteria decision analysis]]></category>
		<category><![CDATA[peak flow]]></category>
		<category><![CDATA[river flood peak forecasting]]></category>
		<category><![CDATA[river flow modeling]]></category>
		<category><![CDATA[SHAP interpretability]]></category>
		<category><![CDATA[streamflow forecasting]]></category>
		<category><![CDATA[transparent AI models]]></category>
		<category><![CDATA[U-shaped hybrid AI]]></category>
		<category><![CDATA[uncertainty quantification]]></category>
		<category><![CDATA[watershed hydrology modeling]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=213939</guid>

					<description><![CDATA[A new deep learning framework for river flow forecasting puts flood peaks, uncertainty, and interpretability at the center of model design, crowning a U-shaped CNN–BiGRU hybrid as the most operationally reliable predictor.]]></description>
										<content:encoded><![CDATA[<p>Floods rarely announce themselves with average conditions. They announce themselves with peaks — the sudden, violent upper tail of a river&#8217;s flow record that sweeps away bridges, drowns farmland, and forces entire communities to evacuate overnight. Yet most streamflow forecasting models are trained, tuned, and judged on their ability to reproduce the ordinary, which means they routinely underestimate the very events that matter most. A new study published in the journal Natural Hazards tackles this paradox head-on, presenting a peak-oriented deep learning framework for one-day-ahead river flow prediction that puts extreme events, uncertainty, and transparency at the center of model design rather than treating them as afterthoughts.</p>
<p>The research, led by Mohammad Rasoul Sedaghat Rad and Atabak Feizi of the University of Mohaghegh Ardabili together with Hosein Alizadeh of Iran University of Science and Technology, focuses on the Balikhlouchai River watershed in Ardabil Province, northwestern Iran. The team assembled a quarter-century of daily observations spanning 1999 to 2024, combining streamflow records from the Ardabil Regional Water Company with rainfall and mean temperature data from the Iran Meteorological Organization. That 26-year record gave the models enough examples of seasonal cycles, droughts, and flood episodes to learn the watershed&#8217;s behavior — but the investigators deliberately refused to let the flood peaks drown in the statistical noise of the thousands of routine low-flow days that dominate any daily hydrological series.</p>
<p>To characterize what counts as a peak, the researchers turned to the statistics of extremes. Flow conditions above the 95th percentile of the record were defined as upper-tail peak events, a threshold-based definition that isolates the rarest and most dangerous 5 percent of daily flows. This choice matters because standard training procedures implicitly optimize for the bulk of the data; a model can achieve impressive overall accuracy while systematically missing every major flood. The team therefore designed a two-stage training strategy. In the first stage, models were pre-trained with the Huber loss, a robust objective that behaves like squared error for small mistakes and like absolute error for large ones, damping the influence of outliers while the networks learn general flow dynamics. In the second stage, the models were fine-tuned with a peak-weighted mean squared error that explicitly amplifies the penalty for errors during high-flow conditions, forcing the networks to allocate their capacity to the events where a wrong answer carries real consequences.</p>
<p>The architectural search was unusually broad. The team benchmarked baseline models against a family of hybrid deep learning designs, including combinations of convolutional neural networks with recurrent layers, U-shaped encoder–decoder architectures borrowed from image segmentation, attention-based models, and Transformer-based designs of the kind that have revolutionized language processing. Convolutional layers act as feature extractors, scanning windows of past rainfall, temperature, and flow to detect local patterns such as storm signatures; recurrent layers such as long short-term memory units and gated recurrent units carry information across time steps, retaining the memory of antecedent conditions that govern how a watershed responds to new rain. Bidirectional variants read the input sequence in both directions during training, while the U-shaped encoder–decoder structure, adapted from the U-Net architecture originally developed for biomedical imaging, compresses the input into a compact representation and then reconstructs it, allowing the network to blend fine-scale temporal detail with broader context.</p>
<p>When the dust settled on the deterministic benchmarks, one family stood out. The U-shaped CNN–RNN hybrids delivered the most balanced performance for peak flow forecasting, particularly on the operational diagnostics that measure whether a model actually detects flood events rather than merely tracking average flow. The standout was U-CNN-BiGRU, a U-shaped hybrid pairing convolutional feature extraction with a bidirectional gated recurrent unit, which achieved the best integrated rank with a multi-criteria decision analysis score of 0.69. That score reflected a rare combination of qualities: strong overall accuracy, a low tendency to raise false alarms, and favorable behavior in the trade-off between how confident the model&#8217;s uncertainty estimates were and how reliable those estimates proved in practice. Its sibling, U-CNN-BiLSTM, earned a distinction of its own, showing the highest robustness under noisy meteorological inputs among all the models that consumed weather data — a property that matters enormously in operational settings, where forecasts are fed imperfect real-world observations rather than pristine historical records.</p>
<p>What elevates the study beyond a model horse race is its treatment of uncertainty. The authors separated two fundamentally different kinds of doubt. Epistemic uncertainty — the model&#8217;s own lack of knowledge — was quantified using Monte Carlo Dropout, a technique in which dropout layers are kept active at prediction time so that the network is effectively sampled many times, producing a distribution of forecasts whose spread reveals where the model is unsure. Aleatory robustness, by contrast, concerns the irreducible noise in the inputs themselves, and was probed by perturbing the meteorological inputs and observing how violently the predictions responded. A forecast that looks precise but swings wildly when rainfall is jittered by a small amount is a dangerous forecast; the robustness analysis exposed exactly which architectures could be trusted when the weather data wobbled.</p>
<p>Interpretability received equally rigorous treatment. Using SHAP — Shapley Additive Explanations, a game-theoretic method that attributes each prediction to its contributing inputs — the team performed peak-conditioned analyses to discover what the winning models were actually looking at when floods loomed. The answer was striking: short-lag antecedent streamflow, above all the flow recorded just one day earlier, dominated the one-day-ahead predictions. Rainfall and temperature played a secondary, event-dependent role, refining the forecast rather than controlling it. In other words, the rivers of this watershed carry so much memory in their channels and soils that yesterday&#8217;s flow is the single best clue to tomorrow&#8217;s, with the weather sharpening the picture when a storm is actually in play. For hydrologists, this is a reassuring sign that the networks learned physically sensible behavior rather than exploiting spurious correlations — and for forecasters, it identifies precisely which measurements must never fail in an operational system.</p>
<p>The final layer of the framework is perhaps its most distinctive contribution: model selection by multi-criteria decision analysis. Rather than crowning a winner on a single accuracy metric, the researchers integrated deterministic performance, peak-detection reliability, uncertainty behavior, and interpretability into a structured MCDA ranking. This approach acknowledges a truth that operational agencies know well — a model that is marginally less accurate but far more honest about its uncertainty and far less prone to false alarms may be worth far more in a flood early-warning context than a leaderboard champion. The framework as a whole, the authors argue, can serve as a predictive component within data-driven early-warning systems, giving decision-makers not just a number but a calibrated, explained, and stress-tested one.</p>
<p>The implications reach well beyond one Iranian watershed. As climate change intensifies the hydrological cycle, extreme flows are becoming less predictable from historical patterns alone, and the gap between average skill and peak skill is widening into a genuine safety hazard. Studies across basins from the Amazon to the Qinghai-Tibet Plateau have documented how deep learning models transform streamflow prediction, yet the field has lacked a disciplined recipe for making those models peak-aware, uncertainty-aware, and interpretable at once. By combining a two-stage loss strategy, tail-focused diagnostics, Monte Carlo uncertainty separation, input perturbation stress tests, SHAP attribution, and MCDA-based selection into a single pipeline, this work offers exactly such a recipe — one that other forecasting teams can adapt to their own rivers. The message for the emerging generation of AI-powered flood warning systems is clear: the models that save lives are not the ones that predict rivers best on average, but the ones that refuse to be caught off guard by the peak.</p>
<p><strong>Subject of Research:</strong> Peak-oriented one-day-ahead streamflow forecasting with hybrid deep learning models</p>
<p><strong>Article Title:</strong> Peak-oriented one-day-ahead streamflow forecasting using hybrid deep learning: uncertainty quantification, SHAP-based interpretability, and MCDA-based model selection</p>
<p><strong>Article References:</strong> Sedaghat Rad, M. R., Feizi, A., &amp; Alizadeh, H. (2026). Peak-oriented one-day-ahead streamflow forecasting using hybrid deep learning: uncertainty quantification, SHAP-based interpretability, and MCDA-based model selection. <em>Natural Hazards, 122</em>(19), Article 631. <a href="https://doi.org/10.1007/s11069-026-08404-2" rel="noopener noreferrer">https://doi.org/10.1007/s11069-026-08404-2</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11069-026-08404-2" rel="noopener noreferrer">10.1007/s11069-026-08404-2</a></p>
<p><strong>Keywords:</strong> streamflow forecasting, flood prediction, deep learning, CNN-RNN hybrid, uncertainty quantification, Monte Carlo Dropout, SHAP interpretability, multi-criteria decision analysis, peak flow, early-warning systems, hydrology, Iran</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">213939</post-id>	</item>
	</channel>
</rss>
