<?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>variogram &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/variogram/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Thu, 24 Sep 2026 23:24: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>variogram &#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 Meets Kriging: New Model Maps Hidden Gold Deposits in 3D</title>
		<link>https://scienmag.com/ai-meets-kriging-new-model-maps-hidden-gold-deposits-in-3d/</link>
		
		<dc:creator><![CDATA[Violet Maxwell]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 23:24:36 +0000</pubDate>
				<category><![CDATA[Earth Science]]></category>
		<category><![CDATA[3D geological modeling]]></category>
		<category><![CDATA[3D geophysical signal analysis]]></category>
		<category><![CDATA[conditional random fields]]></category>
		<category><![CDATA[deep exploration]]></category>
		<category><![CDATA[deep gold deposit detection]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[Dongzhuangzi]]></category>
		<category><![CDATA[economic geology]]></category>
		<category><![CDATA[geochemical and fault geometry analysis]]></category>
		<category><![CDATA[geostatistical methods in mining]]></category>
		<category><![CDATA[gold deposits]]></category>
		<category><![CDATA[kriging]]></category>
		<category><![CDATA[Kriging and AI integration]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning in mineral exploration]]></category>
		<category><![CDATA[mineral exploration beyond traditional methods]]></category>
		<category><![CDATA[mineral prospectivity modeling]]></category>
		<category><![CDATA[predictive modeling of hidden mineral deposits]]></category>
		<category><![CDATA[quantitative mineral resource estimation]]></category>
		<category><![CDATA[resource estimation]]></category>
		<category><![CDATA[spatially correlated mineralization]]></category>
		<category><![CDATA[underground ore body mapping]]></category>
		<category><![CDATA[variogram]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=213263</guid>

					<description><![CDATA[Researchers in China have developed a hybrid deep learning and geostatistical model that predicts gold grades and tonnages in three dimensions with significantly improved accuracy.]]></description>
										<content:encoded><![CDATA[<p>Deep beneath the surface of eastern China, some of the world&#8217;s most valuable gold deposits lie hidden from view, detectable only through the faintest traces in rock chemistry, fault geometry, and geophysical signals. As shallow ore bodies around the globe are progressively mined out, the mining industry has been pushed into an era where the next big discovery will almost certainly be made at depth, under cover, and beyond the reach of traditional prospecting intuition. A new study published in Natural Resources Research by Xuanlun Deng, Hao Deng, and colleagues at Central South University tackles this challenge head-on, presenting a machine learning framework that predicts not just where mineralization is likely to occur, but how much metal is actually there, in fully quantitative three-dimensional terms.</p>
<p>The core problem the researchers set out to solve is deceptively simple to state but notoriously difficult in practice. Standard regression methods used in mineral prospectivity modeling treat every sampled volume of rock as an independent observation, an assumption statisticians call independent and identically distributed, or IID. In reality, mineralization is anything but independent from one location to the next. Gold concentrations in neighboring cells of a geological model are spatially correlated, shaped by continuous fluid pathways, fault networks, and alteration halos that stretch across hundreds of meters. When a regression model pretends these dependencies do not exist, it produces predictions that flicker erratically from one cell to the next, undermining both the accuracy of grade estimates and the geological credibility of the resulting maps.</p>
<p>To overcome this limitation, the team developed a geostatistically-consistent continuous conditional random field, abbreviated CCRF, a probabilistic graphical model designed specifically for regression on spatially connected data. Conditional random fields, first introduced in the machine learning literature for sequence labeling, have the elegant property of allowing predictions at different points to influence one another rather than being made in isolation. The researchers had previously applied a classification-focused version of this idea to three-dimensional mineral prospectivity modeling in the Sanshandao gold belt. The new work extends that foundation in two significant directions: it moves from classification, which merely labels cells as prospective or barren, to full regression, which predicts continuous values of ore grade and tonnage, and it embeds formal geostatistical theory directly into the model&#8217;s architecture.</p>
<p>The CCRF model treats the subsurface as a spatially coherent structure by combining two complementary mathematical potentials that together guide learning and prediction. The first is an association potential, implemented as an attention-augmented deep neural network, which learns the mapping from predictor variables, such as distance to ore-controlling faults, lithological contacts, and geophysical anomalies, to the expected mineralization response at each location. The attention mechanism allows the network to weigh the relative importance of different evidence sources dynamically, a capability borrowed from the same family of architectures that powers modern large language models and computer vision systems. This means the model can learn, for example, that proximity to a particular fault system matters more at certain depths or structural settings than others, without a human analyst having to specify those relationships in advance.</p>
<p>The second component, and the methodological heart of the paper, is an interaction potential that links every discretized cell of the three-dimensional geological model to every other cell as a connected whole. Rather than using generic smoothness constraints, the researchers embedded precomputed ordinary kriging weights into this potential. Kriging, the classical geostatistical interpolation technique developed in the 1960s, is prized for two mathematical guarantees: it produces unbiased estimates and it minimizes estimation variance, provided the spatial covariance structure of the data is correctly captured. By deriving these weights from an anisotropic variogram, a function that describes how grade similarity decays with distance and direction, the model enforces exactly the directional continuity that the variogram implies. In practical terms, gold grades are expected to persist along the strike of ore-controlling structures but change rapidly across them, and the model now knows this explicitly.</p>
<p>This embedding of kriging weights achieves something of a synthesis between two historically separate traditions. Classical geostatistics, with its rigorous variogram-based framework, has long been the gold standard for resource estimation, while deep learning has dominated predictive mapping tasks where nonlinear relationships between evidence and mineralization matter most. The CCRF framework preserves the kriging properties of unbiasedness and minimum variance within its interaction structure while simultaneously letting a deep neural network capture the complex, nonlinear association between multi-source evidence and mineralization intensity. The result is a hybrid that is greater than the sum of its parts: geologically and statistically principled, yet flexible enough to learn from data.</p>
<p>Another practical strength of the approach is that all model parameters are learned end-to-end via maximum likelihood with gradient descent, eliminating the need for the manual tuning that often plagues hybrid modeling workflows. In many published prospectivity studies, the relative weighting of different evidence layers, the smoothness of spatial regularization, and the architecture of the predictive network are set by trial and error. Here, the entire system, from the attention-augmented association network to the kriging-informed interaction potential, is optimized jointly on the training data. This not only reduces the scope for analyst bias but also makes the workflow more reproducible, a growing concern in a field where model outputs directly inform multimillion-dollar drilling decisions.</p>
<p>The team applied their method to the Dongzhuangzi gold deposit in eastern China, a setting within the broader structural framework of the region&#8217;s well-documented gold metallogeny. The subsurface was discretized into a three-dimensional grid of cells, each characterized by predictor variables extracted from geological models and geoscience datasets, and the model was trained to predict continuous grade and tonnage values. In comparative analyses against mainstream machine learning models, the geostatistically-consistent CCRF significantly improved the accuracy of grade and tonnage predictions. The improvement is precisely what the theory predicts: by respecting spatial dependencies rather than assuming independence, the model produces smoother, more geologically plausible ore bodies while retaining the sharp predictive power of deep learning at locations where evidence is strong.</p>
<p>The implications for the mining industry extend well beyond one deposit. Deep exploration is now widely recognized as one of the central challenges of twenty-first-century mineral supply, particularly as demand for gold, copper, nickel, and battery metals collides with the exhaustion of near-surface discoveries. Quantitative three-dimensional prospectivity modeling of the kind demonstrated here offers exploration geologists a tool that speaks their language: instead of a heat map of relative prospectivity, they receive estimates of grade and tonnage that can feed directly into resource assessment, drill targeting, and economic screening. The framework is also, by design, transferable, since the variogram and kriging weights are computed from the data of any given deposit, allowing the same machinery to be redeployed in brownfield camps worldwide.</p>
<p>There remain, of course, the perennial caveats of any data-driven approach. The model is only as good as the three-dimensional geological models and evidence layers fed into it, and the training labels reflect the known, drilled portions of a deposit, which may not fully represent what lies at greater depth. Yet the study represents a meaningful step toward what the authors describe as a robust tool for quantitative deep exploration targeting. By fusing the statistical rigor of kriging with the representational power of attention-based deep learning, the work suggests a future in which the search for buried treasure is conducted not with pick and compass, but with probabilistic models that understand both the physics of ore formation and the mathematics of spatial continuity, one discretized cell of the Earth&#8217;s crust at a time.</p>
<p><strong>Subject of Research:</strong> Geostatistically-consistent continuous conditional random field modeling for quantitative 3D mineral prospectivity and gold grade prediction</p>
<p><strong>Article Title:</strong> Geostatistically-Consistent Continuous Conditional Random Field Model for Quantitative Three-Dimensional Mineral Prospectivity Modeling: Application to Dongzhuangzi Gold Deposit, Eastern China</p>
<p><strong>Article References:</strong> Deng, X., Deng, H., Liu, X., Chen, J., Liu, Z., Huang, J., &amp; Mao, X. (2026). Geostatistically-Consistent Continuous Conditional Random Field Model for Quantitative Three-Dimensional Mineral Prospectivity Modeling: Application to Dongzhuangzi Gold Deposit, Eastern China. <em>Natural Resources Research</em>. <a href="https://doi.org/10.1007/s11053-026-10759-z" rel="noopener noreferrer">https://doi.org/10.1007/s11053-026-10759-z</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11053-026-10759-z" rel="noopener noreferrer">10.1007/s11053-026-10759-z</a></p>
<p><strong>Keywords:</strong> mineral prospectivity modeling, conditional random fields, kriging, deep learning, gold deposits, 3D geological modeling, resource estimation, variogram, Dongzhuangzi, deep exploration, machine learning, economic geology</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">213263</post-id>	</item>
	</channel>
</rss>
