<?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>Positive-Unlabelled learning &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/positive-unlabelled-learning/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Thu, 24 Sep 2026 02:05:57 +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>Positive-Unlabelled learning &#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 to Read Earth&#8217;s Hidden Treasure Maps Without Labels</title>
		<link>https://scienmag.com/ai-learns-to-read-earths-hidden-treasure-maps-without-labels/</link>
		
		<dc:creator><![CDATA[Violet Maxwell]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 02:05:57 +0000</pubDate>
				<category><![CDATA[Earth Science]]></category>
		<category><![CDATA[aeromagnetic data]]></category>
		<category><![CDATA[AI-driven mineral resource exploration]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[deep learning for ore deposit prediction]]></category>
		<category><![CDATA[deep learning in geoscience]]></category>
		<category><![CDATA[Dharwar Craton]]></category>
		<category><![CDATA[Dharwar Craton mineral deposits]]></category>
		<category><![CDATA[geological maps]]></category>
		<category><![CDATA[geological mineral prospectivity prediction]]></category>
		<category><![CDATA[geoscience data analysis with AI]]></category>
		<category><![CDATA[label-free mineral deposit mapping]]></category>
		<category><![CDATA[masked image modelling]]></category>
		<category><![CDATA[mineral exploration target identification]]></category>
		<category><![CDATA[mineral prospectivity mapping]]></category>
		<category><![CDATA[mineral prospectivity mapping in India]]></category>
		<category><![CDATA[multi-modal fusion]]></category>
		<category><![CDATA[Positive-Unlabelled learning]]></category>
		<category><![CDATA[self-supervised learning]]></category>
		<category><![CDATA[spatial cross-validation]]></category>
		<category><![CDATA[uncertainty quantification]]></category>
		<category><![CDATA[unlabeled geoscience data utilization]]></category>
		<category><![CDATA[unsupervised learning for mineral exploration]]></category>
		<category><![CDATA[vision transformer]]></category>
		<category><![CDATA[Vision Transformer in geology]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=212106</guid>

					<description><![CDATA[A self-supervised Vision Transformer framework that fuses multi-scale geological maps with aeromagnetic data has substantially outperformed conventional methods in mapping mineral prospectivity across India's Dharwar Craton.]]></description>
										<content:encoded><![CDATA[<p>Deep learning has transformed fields from medical imaging to language translation, but it has long struggled with one of geology&#8217;s most consequential tasks: deciding where to dig. Mineral prospectivity mapping, the science of predicting which patches of ground are most likely to conceal ore deposits, has been constrained by a stubborn bottleneck. Confirmed mineral deposits are rare, so the labelled data that supervised neural networks crave simply does not exist at scale. A new study published in Natural Resources Research tackles this problem head-on, showing that a Vision Transformer taught to learn from unlabeled geoscience data can dramatically outperform conventional methods in flagging promising exploration targets across a vast swath of peninsular India.</p>
<p>The research, led by Sharon Christa and Tushar Mane of MIT Art Design and Technology University in Pune together with Ketut Tomy Suhari of Universiti Geomatika Malaysia, focuses on the Dharwar Craton, an ancient block of continental crust spanning roughly 42,291 square kilometers in Karnataka and Andhra Pradesh. The Dharwar Craton is one of India&#8217;s most storied mineral provinces, hosting gold deposits and metallogenic belts that have been worked and debated for well over a century. Rather than relying on scarce deposit inventories to teach the model what mineralized ground looks like, the team built a framework that first teaches itself the fundamental patterns of the landscape, then applies that knowledge to the prospectivity task with only limited labels.</p>
<p>The technical heart of the approach is masked image modelling, a self-supervised pre-training strategy popularized in computer vision. The idea is elegantly simple: take an image, hide most of it, and ask the network to reconstruct the missing pieces. To succeed, the model must internalize the spatial grammar of the data, the way rock units adjoin one another, how magnetic anomalies trace buried structures, and where geological boundaries align with geophysical gradients. The authors pre-trained a ViT-Base encoder separately for each fold of a spatial cross-validation scheme, meaning the network developed its own understanding of the terrain before ever seeing a single prospectivity label. Crucially, the pre-training data for each fold excluded the spatial region reserved for testing, a deliberate design choice that eliminates what the authors call transductive data leakage, a subtle but serious flaw in many geospatial machine learning studies.</p>
<p>That leakage concern deserves emphasis, because it is where many published geospatial AI results quietly inflate their performance. When training and test data come from geographically adjacent or overlapping areas, the model can effectively memorize the answer key rather than learn transferable geological relationships. The team addressed this with fivefold spatial cross-validation and a 20-kilometer exclusion buffer around each test region, a rigorous protocol borrowed from ecological modelling literature that ensures the model is genuinely predicting unseen territory. The result is a performance estimate that reflects real-world exploration conditions, where a geologist asks the algorithm about ground it has never been shown.</p>
<p>Once pre-training was complete, the framework faced the second great challenge of geoscience machine learning: fusing data that come in different forms and at different scales. Geological maps exist at 1:25,000 and 1:50,000 scales, capturing lithology, structure, and alteration at complementary resolutions, while aeromagnetic survey data record the magnetic fingerprint of subsurface rocks from the air. The architecture the researchers devised is dual-branch, with one pathway processing the multi-scale geological information and another handling the aeromagnetic features. These branches communicate through cross-modal attention, a mechanism that lets each data type learn which features of the other are relevant, and through deep canonical correlation analysis, a technique that finds shared structure between the two representations. In effect, the model learns how surface geology and magnetic signatures conspire to reveal hidden mineral systems.</p>
<p>The performance gains are striking. Across the five spatial cross-validation folds, the full framework achieved a mean area under the precision-recall curve, or AUC-PR, of 0.7172, with a standard deviation of 0.2020. That figure towers over the baselines: a Random Forest classifier managed only 0.3672, the classical Weights of Evidence method reached 0.3619, and a Vision Transformer without self-supervised pre-training scored 0.3994. The comparison isolates the value of pre-training itself, confirming a mean improvement of roughly 0.32 AUC-PR attributable to masked image modelling. Because mineral exploration is a classic imbalanced-data problem, where prospective ground is a tiny fraction of the total landscape, the precision-recall metric is the appropriate yardstick, and the margin over the baselines is not incremental but transformative.</p>
<p>The authors were equally careful about uncertainty and honesty in their predictions. The framework employs a Positive-Unlabelled learning setup, which acknowledges that the map contains confirmed mineralized zones, the positives, and vast areas whose mineral status is simply unknown, rather than known to be barren. This is a more truthful description of exploration reality than binary labelled classification. On top of that, Monte Carlo dropout provides uncertainty-aware outputs, running the network repeatedly with different dropout configurations to quantify how confident each prediction should be. The model also produces three prospectivity prediction heads at different depths, but the researchers are explicit that only the 0 to 500 meter surface head is the primary validated output; the deeper heads are exploratory and should not be treated as validated predictions. That kind of methodological candor is rare and welcome.</p>
<p>Perhaps the most reassuring result is geological rather than statistical: the high-prospectivity zones identified by the model are spatially consistent with known metallogenic belts in the Dharwar Craton. The algorithm, trained largely on unlabeled data, independently rediscovered the regions that generations of field geologists have flagged as fertile ground. That convergence suggests the network is learning genuine geological structure rather than exploiting artifacts of the data pipeline. It also hints at the framework&#8217;s real promise, which is not confirming what is already known but highlighting analogous, previously overlooked terrain where the same structural and geophysical signatures appear without any recorded deposit.</p>
<p>The practical implications extend well beyond one craton in southern India. Global demand for critical minerals is accelerating, and greenfield exploration increasingly depends on extracting maximum insight from existing geophysical and geological datasets before committing to expensive drilling campaigns. Airborne magnetic surveys cover enormous territories, and geological maps exist at multiple scales for most of the planet&#8217;s exposed land, yet the labelled deposit inventories needed for supervised learning remain sparse. A framework that learns rich representations from the abundant unlabeled data and fuses heterogeneous sources through attention mechanisms offers a template for prospectivity mapping in exactly those data-poor settings. The authors have also made their work reproducible, releasing the code publicly on GitHub, and the underlying aerogeophysical magnetic dataset from the Geological Survey of India is available through the AI Kosh platform, lowering the barrier for other teams to build on the approach.</p>
<p>There are, of course, caveats. The high variance across cross-validation folds, reflected in that 0.2020 standard deviation, reminds us that prospectivity prediction in some regions remains much harder than in others, and the exploratory status of the deeper prediction heads means three-dimensional targeting is not yet validated. The framework is also surface-focused, so deposits concealed deep beneath cover sequences may evade detection. But the core demonstration stands: self-supervised representation learning, applied with rigorous spatial validation and honest uncertainty quantification, can nearly double the detection performance of established methods under realistic data scarcity. As exploration geologists confront ever subtler targets and shrinking discovery rates, the marriage of Vision Transformers, masked image modelling, and multi-modal geophysical fusion may prove to be one of the most consequential tools to enter the mineral exploration toolkit in decades. The Earth&#8217;s next great ore deposits, the study suggests, may be found first by machines that taught themselves to read the rocks.</p>
<p><strong>Subject of Research:</strong> Self-supervised multi-modal deep learning for mineral prospectivity mapping in the Dharwar Craton, India</p>
<p><strong>Article Title:</strong> Self-Supervised Multi-modal Fusion for Mineral Prospectivity Mapping Using Vision Transformers Integrating Multi-scale Geological Maps with Aeromagnetic Data</p>
<p><strong>Article References:</strong> Christa, S., Suhari, K. T., &amp; Mane, T. (2026). Self-Supervised Multi-modal Fusion for Mineral Prospectivity Mapping Using Vision Transformers Integrating Multi-scale Geological Maps with Aeromagnetic Data. <em>Natural Resources Research</em>. <a href="https://doi.org/10.1007/s11053-026-10771-3" rel="noopener noreferrer">https://doi.org/10.1007/s11053-026-10771-3</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11053-026-10771-3" rel="noopener noreferrer">10.1007/s11053-026-10771-3</a></p>
<p><strong>Keywords:</strong> mineral prospectivity mapping, Vision Transformer, self-supervised learning, masked image modelling, multi-modal fusion, aeromagnetic data, geological maps, Dharwar Craton, Positive-Unlabelled learning, spatial cross-validation, uncertainty quantification, deep learning</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">212106</post-id>	</item>
	</channel>
</rss>
