{"id":57476,"date":"2025-06-03T15:56:37","date_gmt":"2025-06-03T12:56:37","guid":{"rendered":"https:\/\/geoconversation.org\/how-a-neural-network-finds-deposits-that-geologists-miss\/"},"modified":"2026-05-07T17:57:09","modified_gmt":"2026-05-07T14:57:09","slug":"how-a-neural-network-finds-deposits-that-geologists-miss","status":"publish","type":"post","link":"https:\/\/geoconversation.org\/en\/how-a-neural-network-finds-deposits-that-geologists-miss\/","title":{"rendered":"How a Neural Network Finds Deposits That Geologists Miss"},"content":{"rendered":"\n<p>Most of the large and easily accessible deposits have already been explored. Simple methods &#8211; find a magnetic anomaly or ore outcropping &#8211; <a data-id=\"https:\/\/geoconversation.org\/geofizicheskie-metody-dlya-poiska-zolota-serebra-i-polimetallov\/\" data-type=\"link\" href=\"https:\/\/geoconversation.org\/geofizicheskie-metody-dlya-poiska-zolota-serebra-i-polimetallov\/\" rel=\"noopener\" target=\"_blank\">they are working worse and worse<\/a>. To discover new deposits, one has to study vast, poorly studied territories and take into account dozens of heterogeneous characteristics: from <a data-id=\"https:\/\/geoconversation.org\/geofizicheskie-metody-dlya-poiska-zolota-serebra-i-polimetallov\/\" data-type=\"link\" href=\"https:\/\/geoconversation.org\/geofizicheskie-metody-dlya-poiska-zolota-serebra-i-polimetallov\/\" rel=\"noopener\" target=\"_blank\">geophysics<\/a> and geochemistry to old reports. The volume of information is becoming prohibitive &#8211; such arrays can no longer be analyzed manually.\u00a0<\/p>\n\n\n<p>When there is too much data, the neural network takes over. Geophysicist Andrey Karamyshev explains how neural networks help search for ore. He shows how to make AI work for the geologist, rather than draw beautiful but useless maps.<\/p>\n\n\n<h2 class=\"wp-block-heading\">Why AI can do things that humans can&#8217;t<\/h2>\n\n\n<p>Imagine that you are an interpretive geophysicist. Before you are dozens of maps: gravity, magnetic, geochemistry, many transformants calculated from the original fields. To find patterns, you turn on the layers one by one, try to remember what happened on the previous one, and compare where anomalies intersect, where structures are repeated. What if there are ten such cards? What if it\u2019s a hundred? Previously, this is how they worked: on the screen there is one field, in the head there is synthesis. This was called &#8220;visual analysis&#8221; or even &#8220;optical information synthesis.&#8221; But as the volume of data grows, this approach stops working: the brain simply cannot cope. And here a new tool appears &#8211; <a data-id=\"https:\/\/geoconversation.org\/intellektualnyj-pomoshhnik-geologa\/\" data-type=\"link\" href=\"https:\/\/geoconversation.org\/intellektualnyj-pomoshhnik-geologa\/\" rel=\"noopener\" target=\"_blank\">neural network.<\/a><\/p>\n\n\n<p>To highlight promising areas, the neural network needs to \u201cexplain\u201d what exactly it should look for. In geology, this is not a specific deposit, but a set of features that may indicate its presence &#8211; faults, intrusions, lithological complexes. All these signs are expressed in geophysical and geochemical data: maps of magnetic and gravitational fields and structural elements.<\/p>\n\n\n<p>Convolutional neural networks (CNNs) are a type of machine learning algorithm that is particularly suitable for analyzing such spatial data. They work with sets of layers\u2014like maps\u2014and use sliding filters (convolution kernels) to recognize patterns: where the desired objects are, how they are connected, and what their outlines look like. Unlike <strong>classical statistical methods that look for connections between numbers, CNNs work with \u201cgeometry\u201d &#8211; the location, shape, relative position of features.<\/strong> Therefore, they are well suited for exploration tasks where spatial relationships are important.<\/p>\n\n\n<figure class=\"wp-block-video\"><video height=\"1080\" style=\"aspect-ratio: 1920 \/ 1080;\" width=\"1920\" controls=\"\" poster=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/video-1.0.mp4_snapshot_00.05.266.webp\" src=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/video-1.0_compressed.mp4\"><\/video><figcaption class=\"wp-element-caption\">Andrey Karamyshev explains the operating principle of convolutional neural networks. Source: <a data-id=\"https:\/\/geowebinar.com\/\" data-type=\"link\" href=\"https:\/\/geowebinar.com\/\" rel=\"noopener\" target=\"_blank\">Geowebinars<\/a><\/figcaption><\/figure>\n\n\n<h3 class=\"wp-block-heading\">How to train a neural network correctly<\/h3>\n\n\n<p>It is best to train a model on numerical data &#8211; not on pictures on paper, but on digital images from which the algorithm takes data and converts it into tables with coordinates (x, y, z) in a column and values \u200b\u200bof features: density, magnetic field, entropy, etc. The main thing is not to overload the network: you don\u2019t need to feed a thousand parameters. 4\u20135 key features are enough that really reflect geological patterns.<\/p>\n\n\n<p>The cleaner the input data and the clearer the statement of the problem, the clearer the result, and the greater the chance that the model will help find something that the geologist himself might have missed.<\/p>\n\n\n<h3 class=\"wp-block-heading\">Why AI is not a black box<\/h3>\n\n\n<p>To prevent the result of the AI\u2019s work from looking like a set of colored spots \u201cabout nothing\u201d to a geologist, the model needs to not only be trained, but also checked to see whether it sees really important signs. As Andrey Karamyshev explains, first the network is trained on known objects &#8211; and only after that it is transferred to new regions.\u00a0<\/p>\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>It is important that the search object actually exists in nature, and not just as an abstraction in the head of a specialist and a certain area on the map. A field is not an object, but a model, largely economic. An ore body is an object, but a very small one, practically not reflected in the fields, at least on our scale, so we have to work with indirect signs: intrusions, faults and other parameters<\/p>\n<cite>Andrey Karamyshev<\/cite><\/blockquote>\n\n\n<p>This transfer requires additional training. For example, Andrey adapted a model trained on data from Kolyma to the Baltic Shield &#8211; the geology there is different, but the model was able to recognize large faults that are not even on official maps. This was possible because the geologist knew exactly what the model was teaching and understood how to interpret the result.<\/p>\n\n\n<p>AI can speed up interpretation and narrow the search &#8211; but only if an expert formulates the problem and verifies the result. This is not a magic button, but a tool that works in the hands of those who know what they are doing.\u00a0<\/p>\n\n\n<h3 class=\"wp-block-heading\">15 minutes instead of a month: the neural network takes over the routine<\/h3>\n\n\n<p>Andrey Karamyshev begins his work with ready-made geophysical data &#8211; most often this is aerial photography from recent years or old gravity data that was collected back in Soviet times.\u00a0<\/p>\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/2.webp\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" alt=\"Taking a geochemical sample by a geologist in Kamchatka in the high mountain zone, photo for an article about searching for deposits using artificial intelligence\" class=\"wp-image-18078\" src=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/2-1024x683.webp\" srcset=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/2-1024x683.webp 1024w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/2-300x200.webp 300w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/2-768x512.webp 768w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/2-1536x1025.webp 1536w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/2-1200x801.webp 1200w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/2-600x400.webp 600w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/2.webp 1707w\" \/><\/a><figcaption class=\"wp-element-caption\"><strong>A geologist takes a geochemical sample in the hard-to-reach mountains of Kamchatka.<\/strong><br\/>Photo: Mikhail Perebatov<\/figcaption><\/figure>\n\n\n<p>Based on the results of processing, you need to prepare a set of cards and an explanatory note. Specific methods for obtaining results are not prescribed, the main thing is to justify them. You can do it manually, as before &#8211; look through the fields with your eyes, highlight anomalies and draw contours. But this takes a long time and is not always effective.<\/p>\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u201cI could sit for a month and manually trace discontinuities. Because I understand where things are reflected in the fields. But with the model, the result is obtained in 15 minutes. Of course, it still needs to be evaluated and checked to see if it makes sense. But this is a completely different level of speed,\u201d<\/p>\n<cite>\u00a0&#8211; says Andrey.<\/cite><\/blockquote>\n\n\n<p>For the model to work meaningfully, it needs to be trained\u2014and not in the abstract, but for a specific geological task. Andrey does this himself, in conjunction with geologists. First, they jointly determine which features are important for a given territory: for example, intrusive massifs, faults, certain lithological formations. These signs are collected from reports, literature and previous experience.<\/p>\n\n\n<p>Then comes the data preparation stage. Only those parameters that really make sense are supplied to the model input:<br\/>\u2013 vertical gradient of the gravitational field,<br\/>\u2013 entropy (complexity of the field structure),<br\/>\u2013 local magnetic anomalies,<br\/>\u2013 the tilt parameter, which shows the tilt of the field,<br\/>and others. There is no need to load hundreds of meaningless layers &#8211; 4-5 indicators that truly reflect the geological situation are important.<\/p>\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/3.2.webp\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"665\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" alt=\"An example of a table with gravity survey results: date, coordinates, gravity values, slope and environmental parameters. It is important to store data in numeric format.\" class=\"wp-image-18080\" src=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/3.2-1024x665.webp\" srcset=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/3.2-1024x665.webp 1024w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/3.2-300x195.webp 300w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/3.2-768x499.webp 768w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/3.2-1536x997.webp 1536w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/3.2-1200x779.webp 1200w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/3.2-600x390.webp 600w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/3.2.webp 1708w\" \/><\/a><figcaption class=\"wp-element-caption\">Fragment of the gravity reconnaissance database. Such tables are the basis for the work of neural networks and repeated interpretation<\/figcaption><\/figure>\n\n\n<p>When the model is trained, Andrey compares its results with the manual forecast: do they match? Does the neural network&#8217;s output make sense? If everything works, such a model can be saved in a bank and reused. Now he already has dozens of such models for different types of fields and regions &#8211; they are easy to load, adapt to a new task and put into operation. How exactly AI helps in the real work of a geologist &#8211; we will show in the case of Andrey Karamyshev.<\/p>\n\n\n<h2 class=\"wp-block-heading\">Searching for gold in Kolyma using a neural network<\/h2>\n\n\n<p>In the Magadan region it was necessary to identify promising areas where there could be gold. In fact, these were experimental and methodological works to test the technology and form a bank of trained models. For their training, a database of geophysical and geological data on the Ayan-Yuryakh and Inyali-Debinsk zones of the Central Kolyma gold mining region was used.<\/p>\n\n\n<h3 class=\"wp-block-heading\">How we collected data and trained the model<\/h3>\n\n\n<p>As <strong>standards <\/strong>&#8211; that is, a training example with a known result, which makes it easier to verify the results &#8211; selected sections <strong>with granitoid intrusive massifs of the Kolyma belt. <\/strong>According to geologists, they control the localization of gold mineralization in the region. There were three classes of standards in total: intrusions, large faults and ore-hosting lithological complexes (Atkan Formation).\u00a0<\/p>\n\n\n<p>For <strong>took the geological basis<\/strong> <strong>model of the Omchak ore cluster<\/strong> is a conceptual diagram that describes how a node is constructed: what geological structures, rocks and features indicate the presence of gold. An a priori geological and geophysical model helps to understand exactly what features need to be \u201cshowed\u201d to the neural network so that it can learn to recognize promising zones. The AI \u200b\u200b\u201clooks\u201d at what such zones look like in geophysics, geochemistry and geology, in order to then find similar areas in other regions.<\/p>\n\n\n<figure class=\"wp-block-video\"><video height=\"1080\" style=\"aspect-ratio: 1920 \/ 1080;\" width=\"1920\" controls=\"\" poster=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/video-2.0.mp4_snapshot_01.21.733.webp\" src=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/video-2.0_compressed_compressed.mp4\"><\/video><figcaption class=\"wp-element-caption\">Andrey Karamyshev describes a case on mapping metallic objects in the Omchak ore cluster. Source: <a data-id=\"https:\/\/geowebinar.com\/\" data-type=\"link\" href=\"https:\/\/geowebinar.com\/\" rel=\"noopener\" target=\"_blank\">Geowebinars<\/a><\/figcaption><\/figure>\n\n\n<p>In total, 15 sheets of scale 1:200,000 were processed\u2014that\u2019s more than 2.3 million points, described by 35 parameters. For each type of feature (faults, lithology, intrusions, etc.), a separate neural network of the U-Net architecture was used. To increase the training set, we used augmentation &#8211; artificial expansion of data using rotations, reflections and noise. This allowed us to increase the amount of training data by 10 times.<\/p>\n\n\n<h3 class=\"wp-block-heading\">Map of promising zones: where to look, and not drill at random<\/h3>\n\n\n<p>At the output, the neural network generated summary maps showing where in the studied area signs characteristic of zones of possible gold mineralization converge. These areas were not taken out of thin air: they were selected based on the analysis of millions of points from real geophysical and geochemical surveys, where the model recognized similarity with a given geological image &#8211; not only in individual parameters, but in their combination.<\/p>\n\n\n<p>One of the results is that the neural network \u201crecognized\u201d the zone coinciding with the Omchak ore cluster. This confirmed that the model was trained correctly and actually \u201csees\u201d important features. But the work did not stop there: new areas were also proposed, not previously noted as promising, but visually and structurally close to the standard. An experienced geologist can evaluate these zones no longer as a random \u201canomaly\u201d, but as a real hypothesis to be tested.<\/p>\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>\u201cThis is not a map of deposits. This is a map of areas where it\u2019s worth thinking about and checking again,\u201d<\/em><\/p>\n<cite><em>\u00a0&#8211; Andrey explains.<\/em><\/cite><\/blockquote>\n\n\n<p>Such maps are not a final verdict or automatic advice on \u201cwhere to drill.\u201d It is a tool for focusing attention. Instead of <a data-id=\"https:\/\/geoconversation.org\/chto-meshaet-otkryvat-novye-mestorozhdeniya\/\" data-type=\"link\" href=\"https:\/\/geoconversation.org\/chto-meshaet-otkryvat-novye-mestorozhdeniya\/\" rel=\"noopener\" target=\"_blank\">work the entire territory in a row<\/a>, you can focus on those areas where the likelihood of success is higher, taking into account the data and logic built into the model. In real-life projects, this saves months of manual work and millions in exploration drilling costs.<\/p>\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/4-1.webp\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" alt=\"Scheme of using convolutional neural networks for automated forecasting of ore zones: from mineralization factors to a map of promising areas, example - Omchak ore cluster\" class=\"wp-image-18083\" src=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/4-1-1024x683.webp\" srcset=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/4-1-1024x683.webp 1024w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/4-1-300x200.webp 300w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/4-1-768x512.webp 768w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/4-1-1536x1025.webp 1536w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/4-1-1200x801.webp 1200w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/4-1-600x400.webp 600w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/4-1.webp 1707w\" \/><\/a><figcaption class=\"wp-element-caption\">Implementation of an algorithm for automated mapping of metallic deposits: from training models to identifying promising areas (using the example of the Omchak ore cluster)<\/figcaption><\/figure>\n\n\n<h2 class=\"wp-block-heading\">Why a neural network is not a navigator for drilling<\/h2>\n\n\n<p>At first glance, it may seem that everything is simple: you download the data, receive a map, and you immediately know where to drill. But in practice everything is much more complicated. For AI to truly help in geological exploration, you need to take into account <strong>three key limitations<\/strong>:<br\/>\ud83d\udccc <strong>scale<\/strong>,<br\/>\ud83d\udccc <strong>data format<\/strong>,<br\/>\ud83d\udccc <strong>semantic statement of the problem<\/strong>.<\/p>\n\n\n<p>Let&#8217;s look at each of them with examples.<\/p>\n\n\n<h3 class=\"wp-block-heading\">Limitation No. 1. The scale does not scale<\/h3>\n\n\n<p>Many subsoil users hope that if we have old regional geophysics &#8211; even with profiles 500 meters apart &#8211; we can simply load it into a neural network, and it will tell us where to drill at the exploration stage. But that&#8217;s how it is <strong>doesn&#8217;t work<\/strong>.<\/p>\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/5-1.webp\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" alt=\"The mountainous terrain of Kamchatka in the geological research area is an example of how scale and landscape influence geological exploration strategy\" class=\"wp-image-18082\" src=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/5-1-1024x683.webp\" srcset=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/5-1-1024x683.webp 1024w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/5-1-300x200.webp 300w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/5-1-768x512.webp 768w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/5-1-1536x1025.webp 1536w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/5-1-1200x801.webp 1200w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/5-1-600x400.webp 600w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/5-1.webp 1707w\" \/><\/a><figcaption class=\"wp-element-caption\">When searching for a deposit, it is important to take into account the scale of the study and the terrain features. Photo: Mikhail Perebatov<\/figcaption><\/figure>\n\n\n<p>If you move from a regional forecast to the drilling stage, the scope of the study changes. And data at a scale of 1:200,000 for problems at a scale of 1:5,000 or even 1:10,000 is already <strong>don&#8217;t fit<\/strong>. It&#8217;s like building the foundation of a high-rise building based on a sketch from a Google map.<\/p>\n\n\n<p>Andrey Karamyshev explains: the neural network can indeed be trained to a different scale &#8211; for example, move from analyzing areas of 164 km\u00b2 to smaller ones &#8211; 1\u00d71 kilometer in size. Such fragments are called <strong>tiles<\/strong> are square \u201ctiles\u201d of data on which the model searches for signs of ore objects. This is a standard approach: a large array is divided into tiles so that the neural network can record <strong>local patterns<\/strong>. But here&#8217;s what&#8217;s important: <strong>the data density within each tile should remain comparable<\/strong> with the one on which the network was trained. If in a regional survey the profile is every kilometer, and at the drilling site you need data every 100\u2013200 m &#8211; <strong>I&#8217;ll have to do a new shoot<\/strong>: ground, airborne geophysical or drone. No amount of AI can compensate for the lack of data.<\/p>\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u201cThe main thing is that inside each tile there are the same number of points as in the original sample. Without this, the model will not work,\u201d<\/p>\n<cite>&#8211; Andrey emphasizes.<\/cite><\/blockquote>\n\n\n<h3 class=\"wp-block-heading\">Numbers, not paper pictures: in what format to store data<\/h3>\n\n\n<p>Even if the shooting is done, this is not enough &#8211; it is important <strong>in what form is the data saved?<\/strong>. The neural network cannot work with paper; it needs digitized data, preferably .grd matrices.\u00a0 The main thing is that the cells store the values \u200b\u200bof the measured parameter, and not color codes for visualization.\u00a0<\/p>\n\n\n<p>The algorithm can only process numbers. If the data remains only in the form of rasters, the AI \u200b\u200bis practically powerless. It is very difficult to manually extract values \u200b\u200bfrom there: it is unclear how the interpolation was carried out, what distortions were introduced, and what this picture generally represents.<\/p>\n\n\n<p>If you order <a data-id=\"https:\/\/geoconversation.org\/gravitacziya-vertolety-i-gory-ili-chto-my-delali-na-yukone-etim-letom\/\" data-type=\"link\" href=\"https:\/\/geoconversation.org\/gravitacziya-vertolety-i-gory-ili-chto-my-delali-na-yukone-etim-letom\/\" rel=\"noopener\" target=\"_blank\">geophysics<\/a> or geochemistry &#8211; <strong>require primary routing data in order to be able to independently construct rasters using a method known to you.<\/strong> This is not a whim, but a necessity. Without databases, you won&#8217;t be able to verify that the interpolation is done correctly.\u00a0<\/p>\n\n\n<h3 class=\"wp-block-heading\">AI of the entire country: beautiful, but useless<\/h3>\n\n\n<p>Prospectivity maps at a scale of 1:1,000,000 often look spectacular: motley spots, large areas of \u201chigh probability\u201d. These cards can be printed out and hung on the wall, and that may be all they are good for.<\/p>\n\n\n<p><strong>In practice these cards don&#8217;t work.<\/strong> An experienced geologist will look and say: \u201cWell, yes, it\u2019s already known here that <a data-id=\"https:\/\/geoconversation.org\/sposoby-dobychi-zolota\/\" data-type=\"link\" href=\"https:\/\/geoconversation.org\/sposoby-dobychi-zolota\/\" rel=\"noopener\" target=\"_blank\">gold<\/a> Yes, we are already developing three deposits here.\u201d<\/p>\n\n\n<p>Andrey Karamyshev gives an example: in Australia they generated a map of prospects throughout the country. It showed that gold could be anywhere &#8211; including in places that had been well studied for a long time. Such cards are covered with spots, but they do not give an answer, <strong>where exactly to drill, and why you need to trust them<\/strong>. Color spots are difficult to evaluate from the point of view of an a priori geological concept.<\/p>\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/6-1.webp\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" alt=\"Mapping Australia's Mineral Potential Based on Geophysics and Forecasting - An Example of AI at the Million Scale\" class=\"wp-image-18086\" src=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/6-1-1024x683.webp\" srcset=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/6-1-1024x683.webp 1024w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/6-1-300x200.webp 300w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/6-1-768x512.webp 768w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/6-1-1536x1025.webp 1536w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/6-1-1200x801.webp 1200w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/6-1-600x400.webp 600w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/6-1.webp 1707w\" \/><\/a><figcaption class=\"wp-element-caption\">AI map of Australia&#8217;s mineral potential. Such maps look impressive, but they are useless for real drilling. Source: <a href=\"https:\/\/www.eftf.ga.gov.au\/mineral-potential-mapping\" rel=\"noopener\" target=\"_blank\">Geoscience Australia<\/a><\/figcaption><\/figure>\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>An ore node is not a physical object. This is the concept. It does not have its own reflection in geophysical fields,\u201d<\/em><\/p>\n<cite>\u00a0&#8211; Andrey explains.<\/cite><\/blockquote>\n\n\n<p><strong>AI cannot predict the deposit head-on.<\/strong> He can suggest an area where the necessary signs converge &#8211; but this is always a hypothesis that requires verification and new data on the required scale.<\/p>\n\n\n<p>The scale of the map must correspond to the task. If you are planning drilling, the millionth card will not help you. This is an illustration, not a tool.<\/p>\n\n\n<h2 class=\"wp-block-heading\">Who is working with AI in geology &#8211; and why this is just the beginning<\/h2>\n\n\n<p>While AI is being implemented everywhere in other industries, everything is just beginning in geological exploration. So far in Russia there are few teams that systematically implement AI in geological exploration &#8211; and impressive results that would be heard are not yet visible. Although cases are increasingly appearing on industry forums &#8211; for example, in Polymetal <a href=\"https:\/\/geoconversation.org\/chto-meshaet-otkryvat-novye-mestorozhdeniya\/\" rel=\"noopener\" target=\"_blank\">apply machine learning to select promising sites.<\/a> But there is no common ecosystem yet.<\/p>\n\n\n<p>&#8220;I started out just like this myself &#8211; I just tried it in my free time. And now it is already built into the work process: I use neural networks in projects that require a complex interpretation. Gradually I formed a bank of models that can be adapted for different tasks &#8211; not toys, but actually applicable tools.<\/p>\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/7-1.webp\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" alt=\"Geophysicist Andrey Karamyshev speaks at a conference with a case study on the use of AI in forecasting ore objects\" class=\"wp-image-18088\" src=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/7-1-1024x683.webp\" srcset=\"https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/7-1-1024x683.webp 1024w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/7-1-300x200.webp 300w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/7-1-768x512.webp 768w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/7-1-1536x1025.webp 1536w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/7-1-1200x801.webp 1200w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/7-1-600x400.webp 600w, https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/7-1.webp 1707w\" \/><\/a><figcaption class=\"wp-element-caption\">Geophysicist Andrey Karamyshev shares with the professional community a case study on the use of neural networks in geological exploration<\/figcaption><\/figure>\n\n\n<p>At conferences I meet colleagues from the Center for the Forecast of Metallogenic Research, from Moscow State University, and from a couple of other institutes. Some are working with self-organizing Kohonen maps, others are trying convolutional networks. But there is no general cooperation yet. Everyone is doing something in their own corner. That is why this topic is so interesting now: there is a market, there is a demand, there are few tools, and even fewer specialists. There&#8217;s a lot to do here. We are still at the beginning of our journey.\u201d<\/p>\n\n\n<h3 class=\"wp-block-heading\"><strong>Why you need to know more, not less, with AI<\/strong><\/h3>\n\n\n<p><a data-id=\"https:\/\/geoconversation.org\/iskusstvennyj-intellekt-zamenit-geologa-a-plohie-novosti-budut\/\" data-type=\"link\" href=\"https:\/\/geoconversation.org\/iskusstvennyj-intellekt-zamenit-geologa-a-plohie-novosti-budut\/\" rel=\"noopener\" target=\"_blank\">AI does not free a geologist from work<\/a> \u2014 it removes the routine: it automates the analysis of maps, finds patterns, and speeds up primary processing. But all interpretation, all decisions and responsibility remain with the person.<\/p>\n\n\n<p>To use AI meaningfully, a specialist needs to do more than just be able to \u201cpush buttons.\u201d He must understand geological concepts, be familiar with structural geology, tectonics, mineralogy, and speak the language of metallogeny and cause-and-effect relationships. Without this, the algorithm may produce a beautifully designed, but meaningless result &#8211; and the geologist will not even notice the catch.<\/p>\n\n\n<p>AI is not the path to simplifying the profession. <a data-id=\"https:\/\/geoconversation.org\/memos\/etika-v-epohu-ai\/\" data-type=\"link\" href=\"https:\/\/geoconversation.org\/memos\/etika-v-epohu-ai\/\" rel=\"noopener\" target=\"_blank\">This is learning to see deeper, to think structurally and systematically.<\/a> If previously you could simply circle an anomaly on the map, now you need to understand what is behind it &#8211; and why the algorithm considered it significant.<\/p>\n\n\n<p>Just like 50 years ago, geology is not about automation. This is about <strong>understanding<\/strong>, the ability to ask the right question and see a real geological pattern in data sets.<\/p>\n\n\n<h2 class=\"wp-block-heading\">To be in the know means to understand and try<\/h2>\n\n\n<p>The time for \u201cguessing\u201d deposits is over. Deposits become deeper, data becomes larger, errors become more expensive. Today, AI is not an option, but a geologist\u2019s amplifier and insurance against multimillion-dollar losses. But the technology works <strong>only in the hands of those who understand what they are doing<\/strong>.<\/p>\n\n\n<p>AI doesn&#8217;t make decisions &#8211; it helps:<\/p>\n\n\n<ul class=\"wp-block-list\">\n<li>quickly test hypotheses (for example, re-evaluate old sites),<\/li>\n\n\n<li>visualize complex data (from 3D models to anomaly maps),<\/li>\n\n\n<li>focus on the main thing &#8211; <strong>interpretations<\/strong>, not routine.<\/li>\n<\/ul>\n\n\n<p>The main thing is not to wait for the magic button. AI is not a magic wand, but <strong>a tool that requires proper configuration and verification<\/strong>. It will not replace a geologist, but it will make stronger those who are ready to learn and think deeper.<\/p>\n\n\n<p>The finished result of interpretation in 15 minutes instead of a month &#8211; for some this is already a reality. And for some &#8211; the near future. And how do you feel about using AI to find deposits? Do you believe in the potential or do you consider it hype?<\/p>\n\n\n<p class=\"has-text-align-right has-small-font-size\">We wrote this material with the support of Dmitry Makarov. You too can help our portal and <a href=\"https:\/\/geoconversation.org\/donaty\/\">make a small donation<\/a>.<\/p>\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>The material was prepared with the support of the Russian Ministry of Education and Science as part of the Decade of Science and Technology<\/em><\/p>\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Most of the large and easily accessible deposits have already been explored. Simple methods &#8211; find a magnetic anomaly or ore outcropping &#8211; they are working worse and worse . To discover new deposits, one has to study vast, poorly studied territories and take into account dozens of heterogeneous char<\/p>\n","protected":false},"author":2,"featured_media":18073,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"11","_seopress_titles_title":"How a Neural Network Finds Deposits That Geologists Miss","_seopress_titles_desc":"Most of the large and easily accessible deposits have already been explored. Simple methods - finding a magnetic anomaly or an outcrop of ore to the surface - are working worse and worse.","_seopress_robots_index":"","footnotes":""},"categories":[560,572,11,10],"tags":[574,590,28,321],"tag-cat":[595,599,485,488],"class_list":{"0":"post-57476","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-exploration","8":"category-it","10":"category-geologorazvedka","11":"tag-artificial-intelligence-in-geology","12":"tag-editorial-choice","13":"tag-vybor-redakczii","14":"tag-iskusstvennyj-intellekt-v-geologii","15":"tag-cat-exploration","16":"tag-cat-it-and-artificial-intelligence","17":"tag-cat-geologorazvedka","18":"tag-cat-it-i-iskusstvennyj-intellekt"},"acf":[],"pbg_featured_image_src":{"full":["https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/oblozhka.webp",1707,1139,false],"thumbnail":["https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/oblozhka-150x150.webp",150,150,true],"medium":["https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/oblozhka-300x200.webp",300,200,true],"medium_large":["https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/oblozhka-768x512.webp",768,512,true],"large":["https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/oblozhka-1024x683.webp",1024,683,true],"1536x1536":["https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/oblozhka-1536x1025.webp",1536,1025,true],"2048x2048":["https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/oblozhka.webp",1707,1139,false],"bricks_large_16x9":["https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/oblozhka-1200x675.webp",1200,675,true],"bricks_large":["https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/oblozhka-1200x801.webp",1200,801,true],"bricks_large_square":["https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/oblozhka-1200x1139.webp",1200,1139,true],"bricks_medium":["https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/oblozhka-600x400.webp",600,400,true],"bricks_medium_square":["https:\/\/geoconversation.org\/wp-content\/uploads\/2025\/06\/oblozhka-600x600.webp",600,600,true]},"pbg_author_info":{"display_name":"\u041c\u0430\u0440\u0438\u044f \u041a\u043e\u0441\u0442\u0438\u043d\u0430","author_link":"https:\/\/geoconversation.org\/en\/author\/marusyaparma\/","author_img":false},"pbg_comment_info":" No Comments","pbg_excerpt":"Most of the large and easily accessible deposits have already been explored. Simple methods - find a magnetic anomaly or ore outcropping - they are working worse and worse . To discover new deposits, one has to study vast, poorly studied territories and take into account dozens of heterogeneous char","_links":{"self":[{"href":"https:\/\/geoconversation.org\/en\/wp-json\/wp\/v2\/posts\/57476","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/geoconversation.org\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/geoconversation.org\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/geoconversation.org\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/geoconversation.org\/en\/wp-json\/wp\/v2\/comments?post=57476"}],"version-history":[{"count":1,"href":"https:\/\/geoconversation.org\/en\/wp-json\/wp\/v2\/posts\/57476\/revisions"}],"predecessor-version":[{"id":57501,"href":"https:\/\/geoconversation.org\/en\/wp-json\/wp\/v2\/posts\/57476\/revisions\/57501"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/geoconversation.org\/en\/wp-json\/wp\/v2\/media\/18073"}],"wp:attachment":[{"href":"https:\/\/geoconversation.org\/en\/wp-json\/wp\/v2\/media?parent=57476"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/geoconversation.org\/en\/wp-json\/wp\/v2\/categories?post=57476"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/geoconversation.org\/en\/wp-json\/wp\/v2\/tags?post=57476"},{"taxonomy":"tag-cat","embeddable":true,"href":"https:\/\/geoconversation.org\/en\/wp-json\/wp\/v2\/tag-cat?post=57476"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}