<?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>historical pollution data retrieval &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/historical-pollution-data-retrieval/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Thu, 24 Sep 2026 23:28:51 +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>historical pollution data retrieval &#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>AI Learns From History to Predict Ozone Pollution Across Chinese Cities</title>
		<link>https://scienmag.com/ai-learns-from-history-to-predict-ozone-pollution-across-chinese-cities/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 23:28:51 +0000</pubDate>
				<category><![CDATA[Climate]]></category>
		<category><![CDATA[AI in air quality modeling]]></category>
		<category><![CDATA[Air pollution forecasting]]></category>
		<category><![CDATA[air quality]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[Chinese cities air pollution analysis]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[deep learning limitations in pollution forecasting]]></category>
		<category><![CDATA[historical pollution data retrieval]]></category>
		<category><![CDATA[knowledge base]]></category>
		<category><![CDATA[knowledge-based AI for environmental monitoring]]></category>
		<category><![CDATA[LSTM]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[meteorology]]></category>
		<category><![CDATA[multi-source data integration for air quality]]></category>
		<category><![CDATA[neural network correction methods]]></category>
		<category><![CDATA[ozone forecasting]]></category>
		<category><![CDATA[ozone pollution episodes recognition]]></category>
		<category><![CDATA[ozone pollution prediction]]></category>
		<category><![CDATA[photochemical reactions in ozone formation]]></category>
		<category><![CDATA[pollution warning]]></category>
		<category><![CDATA[retrieval-augmented forecasting]]></category>
		<category><![CDATA[time series]]></category>
		<category><![CDATA[urban agglomerations]]></category>
		<category><![CDATA[weather influence on ozone levels]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=213355</guid>

					<description><![CDATA[Researchers in China have developed OzoneKBNet, a retrieval-augmented AI framework that mines historical pollution episodes to deliver more accurate 48-hour ozone forecasts across seven urban agglomerations.]]></description>
										<content:encoded><![CDATA[<p>Ground-level ozone is one of the most stubborn air pollution problems facing the world&#8217;s megacities, and forecasting it accurately has long frustrated scientists. Unlike particulate matter, ozone is not emitted directly but forms in complex photochemical reactions involving nitrogen oxides, volatile compounds, and sunlight, all modulated by weather patterns that shift from hour to hour and year to year. Now, a team of researchers in China has unveiled a new artificial intelligence framework that takes an unusual approach: instead of relying solely on a neural network&#8217;s learned parameters, it actively retrieves historical episodes of pollution from a curated knowledge base and uses them to correct its forecasts. The system, called OzoneKBNet, is described in the journal Air Quality, Atmosphere &amp; Health.</p>
<p>The research, led by Mingkun Zhu of the Department of Automation at Taiyuan University of Technology, together with Xiaoxia Han, Jinde Wu, Haonan Zhu, and Wenxin Chai, targets a problem that most data-driven forecasting models handle poorly. Conventional deep learning models encode historical patterns implicitly within their trained weights, which means that once training is complete, the model has no explicit memory of specific pollution episodes it can consult. If a city experiences a recurring type of ozone event, driven for example by a particular combination of stagnant air, high temperatures, and regional transport of precursors, a standard model must re-learn that pattern from scratch each time it appears in slightly different form. OzoneKBNet instead makes those recurring episodes searchable.</p>
<p>The framework works by forecasting station-level ozone concentrations over the next 48 hours based on the preceding 96 hours of observations. Its inputs include ozone itself, nitrogen dioxide, fine particulate matter with a diameter of 2.5 micrometers or less, temperature, and relative humidity, a set of variables chosen to capture both the chemical precursors of ozone formation and the meteorological conditions that govern it. When a forecast is needed, the system searches a knowledge base of historical situations for multi-scale analogs drawn from across the monitoring network, retrieving similar episodes not just from the station in question but from neighboring stations as well. This cross-station retrieval is crucial in urban agglomerations, where pollution transported from upwind cities can dominate local ozone behavior.</p>
<p>Retrieval alone is not enough, and the researchers built in a sophisticated filtering stage. Candidate analogs are re-ranked according to two criteria: representation similarity, which measures how closely the retrieved historical situation matches the current one in the model&#8217;s learned feature space, and local-trend consistency, which checks whether the historical episode&#8217;s near-term trajectory actually resembles what is happening now. Only analogs that pass both tests contribute to the forecast. Their known future trajectories are then used as bounded, reliability-aware corrections to a lightweight long short-term memory network, or LSTM, that provides the baseline prediction. The word bounded matters: rather than allowing retrieved evidence to override the neural forecast wholesale, the system applies corrections within limits calibrated to how trustworthy the retrieved analogs appear to be.</p>
<p>A particularly careful aspect of the study is its handling of temporal data leakage, a common pitfall in machine learning applications to time series. If a model is trained and tested on data drawn from overlapping periods, it can inadvertently peek at information from the future, inflating its apparent accuracy. The team partitioned their data strictly by year: observations from 2023 were used for normalization, for pretraining the retrieval encoder, and for constructing the knowledge base; data from 2024 were reserved for supervised training; and a fixed set of samples from 2025 served as the test set. This design means the model was evaluated on genuinely unseen future conditions, a far more demanding test than random splitting of the data.</p>
<p>The results span seven Chinese urban agglomerations, offering a broad regional assessment of the framework&#8217;s capabilities. Across all stations, OzoneKBNet achieved macro-average mean absolute error of 20.06 micrograms per cubic meter and root mean square error of 24.45 micrograms per cubic meter over the 48-hour forecast horizon. It posted the lowest regional mean absolute error in six of the seven regions evaluated, suggesting that the retrieval-based approach generalizes well across geographically and climatologically diverse areas rather than being tuned to a single city&#8217;s quirks. Compared with a station-specific LSTM baseline, the framework reduced mean absolute error by 1.6 percent and root mean square error by 1.2 percent.</p>
<p>Those percentage improvements may sound modest, but their significance lies in what they demonstrate about the architecture of forecasting systems. The baseline LSTM is already a strong performer, trained on the same data, and squeezing additional accuracy out of it through any independent mechanism is difficult. The gains from OzoneKBNet come from an entirely complementary source: explicit regional historical evidence that the parametric model cannot access on its own. In effect, the study shows that a model&#8217;s learned parameters and a searchable library of past episodes contain partially non-overlapping information, and combining the two yields forecasts more accurate than either alone. This principle echoes a broader trend in artificial intelligence, where retrieval-augmented generation has transformed language models by letting them consult external documents rather than relying purely on memorized knowledge.</p>
<p>The intellectual lineage of the analog approach stretches back decades in atmospheric science. Long-range weather forecasting based on analogs, matching current conditions to historical situations and borrowing their outcomes, was explored as early as the late 1980s, and modified k-nearest-neighbor methods have been used for real-time weather prediction. What is new is the marriage of this old idea with modern deep learning: an encoder trained to map multivariate pollution and meteorology sequences into a representation space where similarity search becomes meaningful, combined with a re-ranking scheme and a residual correction mechanism that treats retrieved evidence with appropriate caution. The framework also connects to recent work on retrieval-augmented time series forecasting in the machine learning community, where researchers have begun applying similar ideas to general forecasting foundation models.</p>
<p>Why does station-level forecasting matter so much for ozone? Regional averages can hide enormous local variation. Ozone concentrations at a single monitoring station depend on the interplay of local emissions, photochemistry, boundary-layer dynamics, and transport from surrounding areas, and public health warnings are ultimately issued for specific places where people live and breathe. A framework that can deliver accurate 48-hour forecasts at the station level, across an entire urban agglomeration, gives authorities the granularity needed to warn residents before pollution episodes peak, to time traffic restrictions or industrial curbs more effectively, and to study how ozone responds to control measures. The authors suggest their approach may support short-term ozone-pollution episode warning, and the 48-hour horizon is well matched to the timescale on which such interventions operate.</p>
<p>The team has also made an unusually strong commitment to openness. The source code of OzoneKBNet and the complete fixed 2025 test set are available in a public repository on GitHub, along with the model implementation, running scripts, data-format instructions, and fixed test samples that allow others to inspect the experimental pipeline and evaluation protocol. The raw air quality monitoring data and ERA5 reanalysis data analyzed in the study come from publicly available providers, although redistribution restrictions prevent the processed training datasets from being shared directly. This transparency matters in a field where evaluation practices vary widely and where, as the strict 2023-2024-2025 split shows, the details of how models are tested can determine whether reported accuracy reflects real forecasting skill or subtle leakage. For a problem as consequential as urban ozone, reproducible methods and honest evaluation are not luxuries but necessities, and this work offers both alongside a genuinely new architectural idea.</p>
<p><strong>Subject of Research:</strong> Retrieval-augmented deep learning for station-level ground-level ozone forecasting in urban agglomerations</p>
<p><strong>Article Title:</strong> A retrieval-augmented historical knowledge-base framework with residual correction for station-level ozone forecasting across urban agglomerations</p>
<p><strong>Article References:</strong> Zhu, M., Han, X., Wu, J., Zhu, H., &amp; Chai, W. (2026). A retrieval-augmented historical knowledge-base framework with residual correction for station-level ozone forecasting across urban agglomerations. <em>Air Quality, Atmosphere &amp;amp; Health, 19</em>(10), Article 215. <a href="https://doi.org/10.1007/s11869-026-02105-2" rel="noopener noreferrer">https://doi.org/10.1007/s11869-026-02105-2</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11869-026-02105-2" rel="noopener noreferrer">10.1007/s11869-026-02105-2</a></p>
<p><strong>Keywords:</strong> ozone forecasting, air quality, machine learning, retrieval-augmented forecasting, LSTM, urban agglomerations, knowledge base, time series, China, pollution warning, deep learning, meteorology</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">213355</post-id>	</item>
	</channel>
</rss>
