<?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>deterministic imputation &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/deterministic-imputation/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 13 Sep 2026 02:45:58 +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>deterministic imputation &#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>Dueling Imputations: Deterministic Framework Sharpens AI Time-Series Forecasting</title>
		<link>https://scienmag.com/dueling-imputations-deterministic-framework-sharpens-ai-time-series-forecasting/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sun, 13 Sep 2026 02:45:58 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI forecasting]]></category>
		<category><![CDATA[AI robustness in incomplete data]]></category>
		<category><![CDATA[data imputation for predictive modeling]]></category>
		<category><![CDATA[data preprocessing]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[deterministic data repair methods]]></category>
		<category><![CDATA[deterministic imputation]]></category>
		<category><![CDATA[evaluating imputation techniques]]></category>
		<category><![CDATA[forecasting performance-driven data filling]]></category>
		<category><![CDATA[forecasting reliability]]></category>
		<category><![CDATA[GRU]]></category>
		<category><![CDATA[innovative imputation frameworks]]></category>
		<category><![CDATA[LSTM]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[missing data]]></category>
		<category><![CDATA[missing data handling in AI]]></category>
		<category><![CDATA[PM2.5]]></category>
		<category><![CDATA[RNN]]></category>
		<category><![CDATA[sensor data imputation]]></category>
		<category><![CDATA[sensor data reliability]]></category>
		<category><![CDATA[sensor network data gaps]]></category>
		<category><![CDATA[time-series continuity restoration]]></category>
		<category><![CDATA[time-series forecasting accuracy]]></category>
		<category><![CDATA[time-series imputation]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=200972</guid>

					<description><![CDATA[Researchers have developed a deterministic duel-based imputation framework that selects missing-data replacements by directly testing candidates against forecasting performance, cutting forecasting error by up to 70 percent.]]></description>
										<content:encoded><![CDATA[<p>Missing data is one of the oldest and most stubborn enemies of artificial intelligence. In sensor networks that monitor air quality, energy grids, hospitals, and industrial plants, readings vanish for all sorts of mundane reasons: a sensor fails, a transmission drops, a report arrives late, or extreme weather interrupts collection. For time-series forecasting systems, those gaps are more than an inconvenience. They break the temporal continuity on which predictive models depend, and the way engineers fill them can quietly determine whether a forecast is trustworthy or wildly off the mark. A new study published in Discover Informatics argues that the fix lies not in smarter models but in smarter, and strikingly disciplined, data repair.</p>
<p>Researchers led by Agung Bella Putra Utama, Aji Prasetya Wibawa, and Anik Nur Handayani of Universitas Negeri Malang, together with Andrew Nafalski of Adelaide University, have introduced a deterministic duel-based imputation framework that puts forecasting performance itself in charge of deciding how missing values should be filled. The central insight is deceptively simple: most imputation methods are judged by how statistically similar their reconstructions are to the original data, not by whether they actually help a forecasting model make better predictions. A filled-in series can look numerically plausible on paper and still wreck a downstream forecast by smoothing away the very peaks and rhythms the model needs to learn.</p>
<p>The framework works like a structured tournament. For every missing observation, the system generates a set of candidate values using familiar baseline techniques, including mean, median, and mode substitution, K-Nearest Neighbors, Multiple Imputation by Chained Equations, and Last-Observation-Carried-Forward. Each candidate is then scored with a composite loss function that combines three complementary forecasting metrics: Mean Absolute Percentage Error, which captures proportional error; Root Mean Square Error, which penalizes large absolute deviations; and the coefficient of determination, or R-squared, which measures how much of the variance in the real series the reconstruction explains. The weights are set at 0.4, 0.4, and 0.2 respectively, so error-based criteria dominate while explanatory power still plays a supporting role.</p>
<p>What separates this approach from conventional candidate ranking is the way winners are chosen. Instead of collapsing every candidate into a single aggregated score and picking the top one, the framework stages deterministic pairwise duels. Candidates face each other one-on-one, and a sensitivity threshold of 0.001 prevents negligible score differences from flipping outcomes. After all comparisons, candidates are ranked by cumulative wins, and the top three advance to a final aggregation stage. Four aggregation modes are available: averaging the survivors for low-variance stability, taking the median for outlier robustness, taking the maximum to emphasize peak responsiveness, or a winner-take-all selection of the candidate with the lowest forecasting loss. Because every step follows fixed rules, the same input always produces the same output, a property the authors argue is essential for auditing, validation, and accountability in operational systems.</p>
<p>The team evaluated the framework on the Beijing PM2.5 dataset, a widely used benchmark of hourly meteorological and air-pollution measurements collected between 2010 and 2014. After cleaning and temporal alignment, 41,776 valid records remained out of 43,800, with roughly 2,068 missing values concentrated in the PM2.5 variable itself. Crucially, the missingness is not random: gaps cluster in cold seasons and during periods of rapid atmospheric change, exactly the conditions where forecasting matters most and where naive imputation does the most damage. The dataset includes dew point, temperature, pressure, cumulative wind speed, snowfall, rainfall, and temporal indicators as explanatory variables, with PM2.5 concentration serving as the prediction target.</p>
<p>The imputed datasets were then fed into four recurrent forecasting architectures trained under identical conditions: a vanilla Recurrent Neural Network, a Long Short-Term Memory network, a Bidirectional LSTM, and a Gated Recurrent Unit. Hyperparameters for all models were tuned with Particle Swarm Optimization, though the researchers are careful to note that this stochastic tuning happens entirely outside the imputation stage and does not compromise its determinism. The optimized configurations converged on surprisingly lightweight designs: three hidden layers of 24 neurons each, sigmoid activations, the Adam optimizer with mean squared error loss, a batch size of 32, 46 training epochs, and a dropout rate of 0.2.</p>
<p>The results are striking. Compared with conventional imputation methods, the duel-based framework reduced MAPE by up to 70 percent and RMSE by 12 to 15 percent, while maintaining R-squared values above 0.95 across all four architectures. The Mean aggregation variant delivered the strongest overall performance, preserving both proportional variation and the amplitude structure of the signal. Dropping missing observations entirely, by contrast, produced the worst forecasts, confirming that simply discarding incomplete rows destroys the temporal coherence recurrent models rely on. Even BRITS, a sophisticated deep-learning imputation method, showed less consistent gains, suggesting that reconstruction quality alone does not guarantee forecasting quality.</p>
<p>Statistical testing reinforced the case. Paired t-tests and Wilcoxon signed-rank tests comparing the proposed Mean variant against KNN, the strongest conventional baseline, produced p-values below 0.01 across all architectures, with each experiment repeated ten times under fixed random seeds. Visual analysis of predicted versus observed PM2.5 trajectories showed close alignment across smooth and volatile segments alike, with the Bi-LSTM achieving the highest R-squared values and the GRU delivering the most efficient runtime while matching LSTM accuracy. The framework&#8217;s computational overhead scales quadratically with the number of candidates but linearly with data size, and because the candidate set is small and fixed, runtimes remain predictable even as data volume grows.</p>
<p>To test generalizability, the researchers extended the evaluation beyond air quality to three additional domains: the Heart Disease dataset, which has weak temporal structure; the KEDS e-journal dataset, which shows irregular behavioral patterns and moderate sparsity; and the Sunspot dataset, which exhibits strong periodic behavior. The framework achieved lower MAPE and RMSE than baselines including drop-missing, mean imputation, KNN, and BRITS across all of them, with the largest gains appearing in datasets with strong sequential patterns such as Sunspot. The authors acknowledge limitations, including the quadratic cost of pairwise comparison for large candidate pools and the fixed forecasting horizons tested, and they point to cluster-based candidate reduction and online learning as future directions. But the broader message stands: imputation should not be a passive preprocessing chore. Treated as a forecasting-driven decision process, it becomes a strategic lever for building AI systems that are not only accurate but consistent, transparent, and worthy of trust.</p>
<p><strong>Subject of Research:</strong> A deterministic duel-based imputation framework that integrates forecasting performance metrics into missing-data selection for reliable AI-driven time-series forecasting.</p>
<p><strong>Article Title:</strong> A deterministic duel-based imputation framework for reliable AI-driven time-series forecasting</p>
<p><strong>Article References:</strong> Utama, A. B. P., Wibawa, A. P., Handayani, A. N., &amp; Nafalski, A. (2026). A deterministic duel-based imputation framework for reliable AI-driven time-series forecasting. <em>Discover Informatics, 1</em>(1), Article 3. <a href="https://doi.org/10.1007/s44564-026-00001-6" rel="noopener noreferrer">https://doi.org/10.1007/s44564-026-00001-6</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s44564-026-00001-6" rel="noopener noreferrer">10.1007/s44564-026-00001-6</a></p>
<p><strong>Keywords:</strong> time-series imputation, missing data, AI forecasting, deterministic imputation, deep learning, LSTM, GRU, RNN, PM2.5, forecasting reliability, machine learning, data preprocessing</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">200972</post-id>	</item>
	</channel>
</rss>
