Giter VIP home page Giter VIP logo

malenov's Introduction

MalenoV_nD (MAchine LEarNing Of Voxels)

Tool for training & classifying 3D (4D, nD) SEGY seismic facies using deep neural networks

For attribution nets check out https://github.com/crild/facies_net

• MalenoV reads standard 3D SEGY seismic and performs a 3D neural network architecture of choice on a given set of classification data points (facies annotation /supervision). It then uses the learned weights and filters of the neural network to classify seismic at any other location in the seismic cube into the facies classes that have been previously been defined by the user. Finally the facies classification is written out as a SEGY cube with the same dimensions as the input cube.

The tool reads can handle n seismic input cubes (offest stacks, 4D data, attributes, etc) and n number of facies training datasets. The more input seismic cubes are trained / classified simultaneously the more memory is needed and the slower training /classification will be (linear scaling).

• MalenoV was created as part of the Summer project of Charles Rutherford Ildstad in ConocoPhillips in July 2017.

• The tool was inspired by the work of Anders U. Waldeland who showed at that he was successfully classifying the seismic facies of salt using 3D convolutional networks (http://earthdoc.eage.org/publication/publicationdetails/?publication=88635).

• Currently a 5 layer basic 3D convolutional network is implemented but this can be changed by the users at liberty.

• This tool is essentially an I/O function for machine learning with seismic. Better neural architectures for AVO, rock property prediction, fault classifications are to be implemented. (Think Unet resnet or GAN).

• The tool is public with a GNU Lesser General Public License v3.0

• The tool has been updated to handle multiple input volumes (offest stacks, 4D seismic) for better classification results and more fun

The User Manual, seismic data, training data and set up scripts for the tool can be found here

https://drive.google.com/drive/folders/0B7brcf-eGK8CRUhfRW9rSG91bW8

Seismic training data for testing the tool:

• We decided to make available the Poseidon (3500km2) seismic dataset acquired for ConocoPhillips Australia including Near, Mid, Far stacks, well data and velocity data

• The seismic data is available here: https://drive.google.com/drive/folders/0B7brcf-eGK8CRUhfRW9rSG91bW8 BEAWRE one 32 bit SEGY File is 100 GB of data

• There is also inline, xline, z, training data for fault identification on the Poseidon survey

• The Dutch government F3 seismic dataset can also be downloaded from the same location. This data is only 1 GB

• Training data locations for multi facies prediction, faults and steep dips is provided • Trained neural network models for steep dips and multi facies can be assessed . .

MalenoV stands for MAchine LEarNing Of Voxels

nD stands for unlimited input dimensions

. .

Improvement ideas:

Priority number 1 is to improve the classification speed.

One easy solution for this would be to do the classification only at a user defined spacing. Say every second inline and every third crossline and every other z sample. Once the classification is done a segy cube needs to be written out with a new inline xline z spacing but the same origin as the ingoing volumes. This undersampling will be really good to test hyper parameters because one would get a feel for the classification accuracy much quicker

The second way to improve speed would be to make sure that the to be trained or classified numpy cubes are truly 8 bit integer. Currently there is the option to switch to 8 bit but it seems not to do the right stuff.

2nd priority is implement 3d augmentation by allowing the user to choose how many and how a sub set of the training cubelets are deformed in 3d (squeezed stretched bent etc) or adding gaussian noise to them. This would help to make more abstract models

3rd priority is to implement tensor board or other visual tools to see how good the training goes and implement a scikit module to get an accuracy score for withheld training examples

4th priority would be to implement u nets Gan and other interesting architectures

malenov's People

Contributors

bolgebrygg avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.