<?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>streamflow forecasting using artificial intelligence &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/streamflow-forecasting-using-artificial-intelligence/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Wed, 09 Sep 2026 07:59:04 +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>streamflow forecasting using artificial intelligence &#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>VMD-Based Dual-Stream Temporal Convolutional Network Improves Daily Streamflow Forecasting</title>
		<link>https://scienmag.com/vmd-based-dual-stream-temporal-convolutional-network-improves-daily-streamflow-forecasting/</link>
		
		<dc:creator><![CDATA[Violet Maxwell]]></dc:creator>
		<pubDate>Wed, 09 Sep 2026 07:59:01 +0000</pubDate>
				<category><![CDATA[Earth Science]]></category>
		<category><![CDATA[advanced hydrological forecasting techniques]]></category>
		<category><![CDATA[advanced neural networks for hydrological variable prediction]]></category>
		<category><![CDATA[artificial intelligence in hydrology]]></category>
		<category><![CDATA[deep learning approaches to daily streamflow forecasting]]></category>
		<category><![CDATA[deep learning for water management]]></category>
		<category><![CDATA[dual-stream convolutional neural networks]]></category>
		<category><![CDATA[dual-stream temporal convolutional network for hydrological prediction]]></category>
		<category><![CDATA[flood warning systems]]></category>
		<category><![CDATA[hydrological data analysis]]></category>
		<category><![CDATA[hydrological time series analysis]]></category>
		<category><![CDATA[hydrological time series analysis with gated attention]]></category>
		<category><![CDATA[improving flood and reservoir management through AI]]></category>
		<category><![CDATA[long-term hydro-meteorological data analysis]]></category>
		<category><![CDATA[multi-source data integration in water resource modeling]]></category>
		<category><![CDATA[rainfall-runoff modeling]]></category>
		<category><![CDATA[reservoir operation optimization]]></category>
		<category><![CDATA[river flow prediction accuracy with deep learning]]></category>
		<category><![CDATA[streamflow forecasting using artificial intelligence]]></category>
		<category><![CDATA[streamflow prediction models]]></category>
		<category><![CDATA[variational mode decomposition]]></category>
		<category><![CDATA[variational mode decomposition in water management]]></category>
		<category><![CDATA[VMD-DSTCN-GA model for river flow prediction]]></category>
		<category><![CDATA[Water flow forecasting]]></category>
		<guid isPermaLink="false">https://scienmag.com/vmd-based-dual-stream-temporal-convolutional-network-improves-daily-streamflow-forecasting/</guid>

					<description><![CDATA[Accurate forecasts of how much water will flow down a river on any given day sit at the heart of modern water management. Flood warnings, irrigation schedules, hydropower planning and reservoir operations all depend on knowing what a river will do tomorrow, next week and next month. Yet streamflow is one of the most stubbornly [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Accurate forecasts of how much water will flow down a river on any given day sit at the heart of modern water management. Flood warnings, irrigation schedules, hydropower planning and reservoir operations all depend on knowing what a river will do tomorrow, next week and next month. Yet streamflow is one of the most stubbornly difficult variables to predict, shaped by a tangle of interacting forces ranging from antecedent soil moisture and groundwater storage to the fine details of precipitation timing and intensity. A new study published in Water Resources Management introduces an artificial-intelligence framework that tackles this problem by splitting the task in two, treating the river&#8217;s own memory and the atmosphere&#8217;s influence as separate information streams that are only merged at the last moment, with dramatic improvements in forecast skill.</p>
<p>The study, authored by Hongye Cao of Xianyang Normal University and the China Jikan Research Institute of Engineering Investigation and Design, presents a model named VMD-DSTCN-GA, which stands for a variational mode decomposition-based dual-stream temporal convolutional network with gated attention. Evaluated on thirty years of daily hydro-meteorological observations from the Jingcun hydrological station on China&#8217;s Jing River, the framework achieved a coefficient of determination of 0.9872 and a Nash–Sutcliffe efficiency of 0.9631 during the independent evaluation period from 2010 to 2019, outperforming a suite of established benchmark models including deep learning hybrids and the widely used physically based SWAT model.</p>
<p>The central innovation of the work lies in how it disentangles two fundamentally different kinds of signal. Rivers possess a kind of internal dynamic memory: water stored in the subsurface, in snowpack and in channel banks is released slowly, producing smooth, slowly varying components of flow. Superimposed on this are abrupt responses to external forcing, when a rainstorm delivers a pulse of energy and water to the catchment and the hydrograph spikes within hours. Conventional single-stream neural networks must learn both behaviours simultaneously from raw inputs, which often blurs the distinction between the two regimes. The new architecture instead decomposes the historical runoff record using variational mode decomposition, a signal-processing technique that adaptively splits a time series into a set of frequency-specific sub-series, or modes, each capturing oscillations at a characteristic scale.</p>
<p>Variational mode decomposition, first formalised by Dragomiretskiy and Zosso in 2014, differs from classical empirical decomposition methods by framing the decomposition as a variational optimisation problem, seeking the set of modes whose sum reproduces the input signal while each mode remains narrow-banded around its own centre frequency. This makes it considerably more robust to noise and mode mixing than older approaches, a property that matters greatly in hydrology, where observed flows carry measurement error and the underlying signal is anything but stationary. In the new framework, the decomposed runoff components are fed into what the author calls a runoff-state stream, a temporal convolutional network built from causal dilated convolutions and residual blocks.</p>
<p>Temporal convolutional networks have been gaining ground on the long short-term memory (LSTM) architectures that dominated hydrological machine learning for much of the past decade. Where LSTMs process sequences step by step through gated recurrent units, temporal convolutional networks apply one-dimensional convolutions across the time axis, using dilated kernels to expand their receptive field exponentially with network depth. The causal design ensures that predictions at any time step depend only on past information, avoiding future leakage, while residual connections stabilise training in deep stacks. The practical advantages are considerable: convolutions can be computed in parallel across the entire input window, making training dramatically faster, and the hierarchical receptive field allows the network to capture dependencies operating at multiple timescales, from the daily rhythm of rainfall events to the seasonal pulse of snowmelt.</p>
<p>The second stream of the network is dedicated entirely to meteorological forcing. Precipitation, maximum and minimum temperature, solar radiation, relative humidity and wind speed are processed through an independent encoder, so that the atmospheric drivers of runoff are represented in their own feature space rather than being forced to share a representation with the river&#8217;s internal state. Only after both streams have produced their encoded features are they combined, and the combination is far from a simple concatenation. A gated fusion mechanism learns, for each time step and each feature channel, how much weight to assign to the runoff-state representation versus the meteorological representation, effectively letting the model decide dynamically whether the river&#8217;s own memory or the prevailing weather matters more at any given moment.</p>
<p>On top of this gated fusion sits a temporal attention module, which reweights the contributions of different time steps in the input history, allowing the network to focus on the days that matter most for the forecast, such as the immediate aftermath of a storm. The authors also introduce a peak-sensitive loss function, deliberately penalising errors on high-flow events more heavily than errors during low-flow periods. This addresses a chronic weakness of machine learning hydrology models, which, trained on ordinary mean-squared error, tend to fit the abundant mid-range flows well and systematically underestimate the extreme peaks that matter most for flood risk.</p>
<p>The evaluation protocol was deliberately stringent. The model was trained on daily data from 1990 to 2009 at the Jingcun station and tested on the entirely withheld decade from 2010 to 2019. Against observed flows, VMD-DSTCN-GA recorded an R² of 0.9872, a root mean square error of 7.3734 cubic metres per second, a percent bias of 13.0314 percent, and a Nash–Sutcliffe efficiency of 0.9631, the latter being a standard measure in hydrology where values above roughly 0.75 are generally considered very good and values above 0.9 exceptional. Among all models evaluated, the new framework achieved the highest R², indicating the strongest ability to reproduce the full range of observed runoff variability.</p>
<p>The comparison with benchmarks was informative rather than one-sided. A CNN–LSTM–Attention hybrid achieved a slightly lower root mean square error of 6.6113 cubic metres per second and the highest NSE of 0.9703, while the physically based SWAT model produced the smallest absolute percent bias, reflecting its grounding in water-balance physics. These results suggest a nuanced picture: the proposed dual-stream architecture excels at capturing the shape and variability of the hydrograph, while purely physics-driven approaches retain an advantage in reproducing total volumes. When the same framework was applied at monthly resolution, its performance improved further, yielding an R² of 0.9929, an NSE of 0.9660 and an RMSE of 6.1879 cubic metres per second, a finding consistent with the general observation that aggregation smooths daily noise and makes underlying dynamics easier to learn.</p>
<p>The Jing River basin, a major tributary of the Yellow River, provides a demanding test case. The basin is subject to pronounced hydrological droughts whose propagation from meteorological drought has intensified under environmental change, and its semi-arid to semi-humid climate produces highly variable flows with episodic floods. Data for the study were drawn from the Chinese Hydrological Yearbook of the Yellow River Basin and the China National Meteorological Information Center, spanning the full suite of variables a modern forecasting system would need in operation.</p>
<p>The significance of the approach extends beyond one basin. Signal decomposition combined with machine learning has become one of the most active fronts in hydrological forecasting research, with recent studies pairing wavelet methods, CEEMDAN and empirical mode decomposition variants with gradient boosting, LSTMs and other learners. What distinguishes the new work is the architectural separation of internal state and external forcing, which mirrors how hydrologists conceptually understand catchment behaviour, and the explicit attention to peak flows through the loss function. In effect, the model encodes domain knowledge about the physics of runoff generation into its structure rather than hoping a sufficiently large generic network will discover it from data alone.</p>
<p>The author is candid about the framework&#8217;s limitations. A systematic volume bias of just over thirteen percent persists, meaning the model tends to misestimate the total water passing the gauge even as it tracks the timing and shape of flow variations closely. More importantly, the study evaluated the model at a single station; whether the architecture transfers across basins with different geology, land cover and climate remains an open question that will be essential for real-world deployment. Generalisation, or the lack of it, has long been the dividing line between models that impress in benchmarks and models that serve water managers.</p>
<p>Nevertheless, the results arrive at a moment when the demand for accurate streamflow prediction is intensifying. Climate change is amplifying hydrological extremes in many of the world&#8217;s major basins, stressing water allocation systems designed around the statistics of a more stable past. Hybrid frameworks that combine signal processing, deep learning and physically informed architectures offer a pragmatic path forward, and the demonstration that a dual-stream, attention-equipped temporal convolutional network can reach NSE values above 0.96 on out-of-sample daily data marks a genuine step in that direction. The work was supported by several Chinese research programmes, including projects from Sinomach Group, Xianyang City and Chang&#8217;an University&#8217;s Fundamental Research Funds, and the full technical details, along with supplementary material, are available in the journal article.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Daily streamflow forecasting using a hybrid artificial-intelligence framework combining variational mode decomposition, a dual-stream temporal convolutional network and gated attention, evaluated at the Jingcun hydrological station on China&#8217;s Jing River.</p>
<p><strong>Article Title:</strong> Daily Streamflow Forecasting using a VMD-Based Dual-Stream Temporal Convolutional Network with Gated Attention</p>
<p><strong>Article References:</strong> Cao, H. (2026). Daily Streamflow Forecasting using a VMD-Based Dual-Stream Temporal Convolutional Network with Gated Attention. <em>Water Resources Management, 40</em>(10), Article 491. <a href="https://doi.org/10.1007/s11269-026-04855-1" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s11269-026-04855-1</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11269-026-04855-1" target="_blank" rel="noopener noreferrer">10.1007/s11269-026-04855-1</a></p>
<p><strong>Keywords:</strong> Daily streamflow forecasting, Variational mode decomposition, Dual-stream temporal convolutional network, Gated feature fusion, Temporal attention, Peak-flow prediction</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">190696</post-id>	</item>
	</channel>
</rss>
