ArticleslgStudy

computer science

Machine learning in earth sciences

Machine learning in earth sciences is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Machine learning in earth sciences rather than just read about it. In short: Applications of machine learning (ML) in earth sciences include geological mapping, gas leakage detection and geological feature identification. Machine learning is a subdiscipline of artificial intelligence aimed at developing programs that are able to classify, cluster, identify, and analyze vast and complex data sets without the need for explicit programming to do so.

Machine learning in earth sciences — main illustration
Machine learning in earth sciences — illustration

Key takeaways

  • Machine learning in earth sciences belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Machine learning in earth sciences to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Machine learning in earth sciences from memory before moving on to harder problems.

Reference excerpt

Applications of machine learning (ML) in earth sciences include geological mapping, gas leakage detection and geological feature identification. Machine learning is a subdiscipline of artificial intelligence aimed at developing programs that are able to classify, cluster, identify, and analyze vast and complex data sets without the need for explicit programming to do so. Earth science is the study of the origin, evolution, and future of Earth. The planet's system can be subdivided into four major components including the solid earth, atmosphere, hydrosphere, and biosphere. A variety of algorithms may be applied depending on the nature of the task. Some algorithms may perform significantly better than others for particular objectives. For example, convolutional neural networks (CNNs) are good at interpreting images, whilst more general neural networks may be used for soil classification, but can be more computationally expensive to train than alternatives such as support vector machines. The range of tasks to which ML (including deep learning) is applied has been ever-growing in recent decades, as has the development of other technologies such as unmanned aerial vehicles (UAVs), ultra-high resolution remote sensing technology, and high-performance computing. This has led to the availability of large high-quality datasets and more advanced algorithms.

Significance

Complexity of earth science Problems in earth science are often complex. It is difficult to apply well-known and described mathematical models to the natural environment, therefore machine learning is commonly a better alternative for such non-linear problems. Ecological data are commonly non-linear and consist of higher-order interactions, and together with missing data, traditional statistics may underperform as unrealistic assumptions such as linearity are applied to the model. A number of researchers found that machine learning outperforms traditional statistical models in earth science, such as in characterizing forest canopy structure, predicting climate-induced range shifts, and delineating geologic facies. Characterizing forest canopy structure enables scientists to study vegetation response to climate change. Predicting climate-induced range shifts enable policy makers to adopt suitable conversation method to overcome the consequences of climate change. Delineating geologic facies helps geologists to understand the geology of an area, which is essential for the development and management of an area.

Inaccessible data In earth sciences, some data are often difficult to access or collect, therefore inferring data from data that are easily available by machine learning method is desirable. For example, geological mapping in tropical rainforests is challenging because the thick vegetation cover and rock outcrops are poorly exposed. Applying remote sensing with machine learning approaches provides an alternative way for rapid mapping without the need of manually mapping in the unreachable areas.

Reduce time costs Machine learning can also reduce the efforts done by experts, as manual tasks of classification and annotation etc. are the bottlenecks in the workflow of the research of earth science. Geological mapping, especially in a vast, remote area is labour, cost and time-intensive with traditional methods. Incorporation of remote sensing and machine learning approaches can provide an alternative solution to eliminate some field mapping needs.

Consistent and bias-free Consistency and bias-free is also an advantage of machine learning compared to manual works by humans. In research comparing the performance of human and machine learning in the identification of dinoflagellates, machine learning is found to be not as prone to systematic bias as humans. A recency effect that is present in humans is that the classification often biases towards the most recently recalled classes. In a labelling task of the research, if one kind of dinoflagellates occurs rarely in the samples, then expert ecologists commonly will not classify it correctly. The systematic bias strongly deteriorate the classification accuracies of humans.

Optimal machine learning algorithm The extensive usage of machine learning in various fields has led to a wide range of algorithms of learning methods being applied. Choosing the optimal algorithm for a specific purpose can lead to a significant boost in accuracy: for example, the lithological mapping of gold-bearing granite-greenstone rocks in Hutti, India with AVIRIS-NG hyperspectral data, shows more than 10% difference in overall accuracy between using support vector machines (SVMs) and random forest. Some algorithms can also reveal hidden important information: white box models are transparent models, the outputs of which can be easily explained, while black box models are the opposite. For example, although an SVM yielded the best result in landslide susceptibility assessment accuracy, the result cannot be rewritten in the form of expert rules that explain how and why an area was classified as that specific class. In contrast, decision trees are transparent and easily understood, and the user can observe and fix the bias if any is present in such models. If computational resource is a concern, more computationally demanding learning methods such as deep neural networks are less preferred, despite the fact that they may outperform other algorithms, such as in soil classification.

Usage

Mapping

… excerpt ends here. Continue reading the full article.

Illustrations

Machine learning in earth sciences: Data augmentation techniqueIn the preparation of the dataset for rock fracture recognition, data augmentation was performed. This technique is commonly used for increasing the training dataset size and variability. Although the randomly-cropped samples and the flipped samples come from the same image, the processed samples are unique. This technique can prevent the problem of data scarcity and overfitting the model.
Data augmentation techniqueIn the preparation of the dataset for rock fracture recognition, data augmentation was performed. This technique is commonly used for increasing the training dataset size and variability. Although the randomly-cropped samples and the flipped samples come from the same image, the processed samples are unique. This technique can prevent the problem of data scarcity and overfitting the model.
Machine learning in earth sciences: Effect of colour image and greyscale imageThe figure shows an image of a fold. The left image shows a colour image, while the one in the right shows a grayscale image. The difference in the accuracy of classifying the geological structure between colour images and grayscale images is little.
Effect of colour image and greyscale imageThe figure shows an image of a fold. The left image shows a colour image, while the one in the right shows a grayscale image. The difference in the accuracy of classifying the geological structure between colour images and grayscale images is little.
Machine learning in earth sciences: Black-box operation of some machine learning algorithms  In a black-box operation, a user only know about the input and output but not the process. Artificial neural network (ANN) is an example of a black-box operation. The user has no way to understand the logic of the hidden layers.
Black-box operation of some machine learning algorithms In a black-box operation, a user only know about the input and output but not the process. Artificial neural network (ANN) is an example of a black-box operation. The user has no way to understand the logic of the hidden layers.

Worked examples

Example 1 — a first encounter with Machine learning in earth sciences

Start with the simplest possible case. Write down what Machine learning in earth sciences claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Machine learning in earth sciences before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Machine learning in earth sciences ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Machine learning in earth sciences

In research
Machine learning in earth sciences appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Machine learning in earth sciences in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Machine learning in earth sciences is common in secondary-school and first-year university syllabi. It links to neighbouring topics Geological techniques, Machine learning, so understanding it makes those chapters shorter.
In everyday life
Look for Machine learning in earth sciences outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Machine learning in earth sciences” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Machine learning in earth sciences in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Machine learning in earth sciences means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Machine learning in earth sciences out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Machine learning in earth sciences in simple terms?

Applications of machine learning (ML) in earth sciences include geological mapping, gas leakage detection and geological feature identification. Machine learning is a subdiscipline of artificial intelligence aimed at developing programs that are able to classify, cluster, identify, and analyze vast…

Why does Machine learning in earth sciences matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Machine learning in earth sciences?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Machine learning in earth sciences.

Tags

  • Geological techniques
  • Machine learning

Keep exploring