100% found this document useful (1 vote)
523 views

Automatic Salt Segmentation With UNET in Python Using Deep Learning-Abstract

This document discusses using a UNET deep learning architecture in Python to automatically segment salt regions in seismic images. UNET contains a contracting path to capture context and an expanding path using transposed convolutions to precisely localize salt regions. The goal is to classify pixels as salt or sediment to identify areas containing salt that are unsuitable for agriculture due to reduced water absorption and plant growth.

Uploaded by

Rajesh Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
523 views

Automatic Salt Segmentation With UNET in Python Using Deep Learning-Abstract

This document discusses using a UNET deep learning architecture in Python to automatically segment salt regions in seismic images. UNET contains a contracting path to capture context and an expanding path using transposed convolutions to precisely localize salt regions. The goal is to classify pixels as salt or sediment to identify areas containing salt that are unsuitable for agriculture due to reduced water absorption and plant growth.

Uploaded by

Rajesh Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Automatic Salt Segmentation with UNET in Python using Deep Learning

Abstract: Salt – affected lands are not used for agriculture. The presence of salt within the soil
solution reduces the flexibility of the plant to absorb water, and this ends up in reductions within
the rate of growth. So, the salt segmentation is being done to find the land containing salt.
Segmentation of salt deposits beneath the Earth surface, where the seismic image which are of a
particular pixel, that pixel is either classified as salt or sediment. The goal of this salt
segmentation project is to segment region that contains salt. UNET architecture is used to
achieve the segmentation results. From the input image, we select the important part. The idea is
to retain only the important features from the given region image.

UNET architecture contains two paths. The first path is the contraction path which is
used to capture the context in the image. The second path is the symmetric expanding path which
is used to enable precise localization using transposed convolutions. By using this architecture,
we can find salt segmentation, from the seismic will get the salt region, then the value of the total
salt region is been shown.

You might also like