<?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>hidden mineral deposit identification &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/hidden-mineral-deposit-identification/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 13 Sep 2026 03:03:14 +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>hidden mineral deposit identification &#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>Self-Training AI Finds Hidden Mineral Deposits in Sparse Geochemical Data</title>
		<link>https://scienmag.com/self-training-ai-finds-hidden-mineral-deposits-in-sparse-geochemical-data/</link>
		
		<dc:creator><![CDATA[Violet Maxwell]]></dc:creator>
		<pubDate>Sun, 13 Sep 2026 03:03:14 +0000</pubDate>
				<category><![CDATA[Earth Science]]></category>
		<category><![CDATA[AI-enabled ore deposit prediction]]></category>
		<category><![CDATA[geochemical anomalies]]></category>
		<category><![CDATA[geochemical anomaly detection]]></category>
		<category><![CDATA[geochemical survey data analysis]]></category>
		<category><![CDATA[geospatial data analysis]]></category>
		<category><![CDATA[hidden mineral deposit identification]]></category>
		<category><![CDATA[Inner Mongolia]]></category>
		<category><![CDATA[Jilin University]]></category>
		<category><![CDATA[LightGBM]]></category>
		<category><![CDATA[LightGBM mineral exploration]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning for mineral discovery]]></category>
		<category><![CDATA[mineral exploration]]></category>
		<category><![CDATA[mineral exploration in Inner Mongolia]]></category>
		<category><![CDATA[mineral prospectivity]]></category>
		<category><![CDATA[molybdenum deposits]]></category>
		<category><![CDATA[remote sensing in mineral exploration]]></category>
		<category><![CDATA[self-training]]></category>
		<category><![CDATA[self-training AI in geoscience]]></category>
		<category><![CDATA[semi-supervised learning]]></category>
		<category><![CDATA[SMOTE]]></category>
		<category><![CDATA[sparse labeled geochemical data]]></category>
		<category><![CDATA[stream sediment data]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=201120</guid>

					<description><![CDATA[A self-training LightGBM framework developed at Jilin University recognizes mineralization-related geochemical anomalies in Inner Mongolia using sparse labeled and vast unlabeled stream sediment data.]]></description>
										<content:encoded><![CDATA[<p>Finding buried ore deposits has always been a game of educated guesswork, but a new machine learning framework developed in China promises to make that guesswork dramatically more precise. Researchers Chenyi Zheng and Yongliang Chen of Jilin University have unveiled a self-training approach built on the Light Gradient Boosting Machine, or LightGBM, algorithm that can recognize geochemical anomalies caused by mineralization even when labeled training data are scarce and the underlying geology is complicated. Their study, published in Earth Science Informatics, demonstrates the method in the Moridawa area of Inner Mongolia, where it flagged anomalies covering just 2.74 percent of the study area while capturing every known molybdenum deposit within it.</p>
<p>The core challenge the researchers set out to solve is one that plagues mineral exploration worldwide. Stream sediment geochemical surveys, which measure the concentrations of dozens of elements in sediment samples collected from drainage networks, produce vast datasets. Yet only a tiny fraction of the sampled locations can be confidently labeled as mineralized, because confirmed deposits are rare and expensive to verify. Standard supervised classifiers, which learn from labeled examples, struggle when the positive class is so sparsely represented. Meanwhile, the overwhelming majority of samples remain unlabeled, a reservoir of information that conventional methods simply ignore.</p>
<p>Zheng and Chen&#8217;s framework attacks this problem from three directions at once. First, LightGBM serves as the base classifier, chosen for its ability to capture the nonlinear relationships between element concentrations and the spatial distribution pattern of mineral deposits. LightGBM is a gradient boosting decision tree algorithm known for its speed and memory efficiency, achieved through techniques such as histogram-based splitting and leaf-wise tree growth. In mineral exploration, where the interplay between trace element signatures and ore-forming processes is anything but linear, this flexibility matters enormously.</p>
<p>Second, the framework employs a self-training algorithm, a semi-supervised technique in which a model is initially trained on the small labeled set and then iteratively predicts labels for the unlabeled data. The most confident predictions are added to the training pool, and the model is retrained, gradually bootstrapping its way toward a more complete understanding of the data. Self-training has a long pedigree in machine learning, dating back to the 1960s, but its application to geochemical anomaly recognition is relatively recent. By exploiting the vast unlabeled portion of stream sediment data, the method effectively converts a data-poor problem into a data-rich one.</p>
<p>Third, the researchers introduced the Synthetic Minority Oversampling Technique, or SMOTE, to address the severe class imbalance that would otherwise cripple the initial training stage. Because mineralized locations are so rare, a classifier trained naively would learn to simply predict that nothing is mineralized, achieving high accuracy while being useless in practice. SMOTE works by generating synthetic examples of the minority class, interpolating between existing positive samples in feature space rather than merely duplicating them. This enlarges the number of positive samples enough for LightGBM to establish a meaningful model during the first round of self-training, after which the iterative process takes over.</p>
<p>To test the framework, the team built four models on interpolated 1:50,000-scale stream sediment geochemical data from Moridawa: the self-training LightGBM, a self-training support vector classifier, a standalone LightGBM, and a standalone support vector classifier. This head-to-head comparison allowed the researchers to isolate the contributions of both the self-training strategy and the choice of base algorithm. The results were clear. Among the four models, the self-training LightGBM achieved the most favorable overall balance between classification performance, spatial prediction efficiency, and computational efficiency, outperforming its rivals across the evaluation metrics used in the study.</p>
<p>The spatial results are perhaps the most striking. The geochemical anomalies recognized by the self-training LightGBM model cover only 2.74 percent of the entire study area, yet they encompass all of the known molybdenum deposits. In exploration terms, this is exactly what one wants: a small, high-confidence footprint that directs drilling and follow-up fieldwork toward the most promising ground. Anomalies that blanket huge swaths of terrain may technically capture the deposits, but they offer little practical guidance and inflate exploration costs.</p>
<p>Equally important is how the predicted anomalies align with the region&#8217;s geology. The team found close spatial consistency between the recognized anomalies and major faults, Mesozoic intermediate to acidic intrusions, and the contact zones where those intrusions meet the surrounding country rock. This makes geological sense, since such intrusion-country-rock contact zones are classic loci for ore-forming fluids, and faults often serve as conduits for mineralizing fluids. The fact that the model&#8217;s predictions converge on these structurally and magmatically favorable settings suggests that the algorithm is genuinely learning the fingerprints of mineralization rather than fitting statistical noise.</p>
<p>The implications extend beyond a single case study in Inner Mongolia. Mineral exploration increasingly relies on machine learning to sift through ever-larger geochemical and geophysical datasets, but the field has been hampered by the same recurring obstacles: complex geological settings, extreme class imbalance, and sparse labels. By combining a fast, nonlinear base learner with semi-supervised self-training and targeted oversampling, the new framework offers a template that could be adapted to other deposit types, other elements, and other survey scales. The authors note that the method provides a useful application approach for recognizing mineralization-caused anomalies from sparse labeled and vast unlabeled geochemical data collected in complex geological settings.</p>
<p>There are, of course, caveats. The framework was validated in one area, and its performance elsewhere will depend on data quality, the representativeness of the labeled samples, and the specifics of local geology. The researchers also acknowledge that no datasets were generated or analyzed beyond those used in the case study, meaning broader benchmarking remains future work. Still, the study, funded by the National Natural Science Foundation of China under grant number 42472361, represents a meaningful step toward smarter exploration. As the global demand for critical metals such as molybdenum continues to climb, tools that can squeeze more predictive power out of existing survey data, without demanding expensive new field campaigns, are likely to find an eager audience across the mining industry and academic geochemistry alike.</p>
<p><strong>Subject of Research:</strong> A self-training LightGBM machine learning framework for recognizing mineralization-caused geochemical anomalies in stream sediment data.</p>
<p><strong>Article Title:</strong> A self-training framework based on LightGBM for recognizing mineralization-caused geochemical anomalies</p>
<p><strong>Article References:</strong> A self-training framework based on LightGBM for recognizing mineralization-caused geochemical anomalies. (n.d.). <a href="https://doi.org/10.1007/s12145-026-02239-y" rel="noopener noreferrer">https://doi.org/10.1007/s12145-026-02239-y</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s12145-026-02239-y" rel="noopener noreferrer">10.1007/s12145-026-02239-y</a></p>
<p><strong>Keywords:</strong> LightGBM, self-training, geochemical anomalies, mineral exploration, SMOTE, semi-supervised learning, molybdenum deposits, Inner Mongolia, stream sediment data, machine learning, mineral prospectivity, Jilin University</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">201120</post-id>	</item>
	</channel>
</rss>
