22
Lithology Classification based on Machine Learning Wang Yingbo 2018-5-18 08/05/2018

Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

  • Upload
    others

  • View
    21

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

Lithology Classification based on Machine Learning

Wang Yingbo

2018-5-18

08/05/2018

Page 2: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

Overview

1. Introduction

2. Lithology classification based on raw data analysis

3. Lithology Classification using Supervised Learning

4. Lithology Classification using Unsupervised Learning

Goal

To achieve auto-classification of lithology using machine learning

Page 3: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

Why do we employ ML to conduct lithology classification

1. The data volume from the field acquisition is ever-increasing due to the

more advance acquisition tools and modern acquisition technology

2. It becomes a challenge for data processor to interpret geologic structure

within a limited time

3. Machine learning can explore the hidden connection among different

physical quantities

Page 4: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

Machine Learning (ML)

ML is a field of computer science that gives computers the ability to learn

without being explicitly programmed (Samuel, 1959)

Page 5: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

Well Log Data

Figure 1. Plot of well log data corresponding to the depth

Page 6: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

Lithology classification based on raw data analysis

Since shale usually contains bound water, it is not reliable to use density or porosity to

divide it from sand. Therefore, we normalize the Gamma ray data and Vp/Vs.

Student classification: This is a standard way of log analysis.

Since shale always shows high Vp/Vs and

high gamma ray.

The layer (normalized Vp/Vs>0 and

nomalized Gamma ray>0.5) is judged as

shale layer.

Page 7: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

k-nearest Neighbors Algorithm (KNN)

—Supervised Learning Method

In the classification phase, k is a user-defined constant, and an unlabeled vector (a query or test

point) is classified by assigning the label which is most frequent among the k training samples

nearest to that query point.

Page 8: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

Lithology Classification using Supervised Learning

Therefore, similarly, considering the similar lithology has difference

property, we input Vp, Vs, density, porosity, gamma into the model

and use 80% labeled data to train the model. (k=5) (Cross-

validation)

20% Test Set

80% Training Set

Cross-validation

Page 9: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

Parameter study using Supervised Learning

KNN

KNN

20% Test Set

80% Training Set

Cross-validation

5P

3P

Page 10: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

Lithology Classification using Unsupervised Learning

1. Cluster: Automatic classification by computer

2. Cross-check with student classification

Page 11: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

Parameter study using Unsupervised Learning

Competitive

learning

Competitive

learning

Competitive

learning

5P

3P

2P

Page 12: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

Result Competitive Learning KNN

Student classification

5P 5P3P 3P2P

Sand

Shale

Page 13: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

Manmade

Competitive

KNN

5P

5P

3P

3P

2P

Sand

Shale

Page 14: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

Student Classification

Page 15: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

Competitive learning ----5P

Page 16: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

Competitive learning ----3P

Page 17: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

Competitive learning ----2P

Page 18: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

KNN----5P

Page 19: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

KNN----3P

Page 20: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

Conclusions

1. The ML supervised learning and unsupervised learning provide similar

classification results with human interpretation

2. The parameter study is needed when multiple sets of data are acquired

3. Unsupervised learning shows promises for automatic log analysis

Page 21: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

Next step

We have already built a DNN model (Deep Neural Network) using Tensorflow

with 3 hidden layer (10, 20, 10)

And we get the data from another well log (with 10000+ usable data)

Page 22: Lithology Classification based on Machine Learningsgpnus.org/presentations/NUPRI_Slides_2018/New_20180509...2018/05/09  · Lithology Classification based on Machine Learning Wang

Thank you!