Self Organizing Map and Multi-attribute Analysis
Self-organizing map (SOM) is an artificial neural network which is trained using unsupervised learning algorithm to produce a low dimensional map to reduce dimensionality non-linearly. [1][2][3]Self-organizing map has been proven as a useful tool in seismic interpretation and multi-attribute analysis by a machine learning approach. By exploring big data, self-organizing map reveals patterns of the samples clustering and classifying them into different subsets. These subsets provide information of seismic facies, petrophysical properties, and geological features. With modern visualization capabilities and the application of 2D color maps, SOM routinely identifies meaningful geologic patterns.[4]
Contents
Algorithm

Self-organizing map applies competitive learning that no supervision is needed. Opposed to supervise learning algorithm which minimizes the error between real data and predictive data by gradient descent and backpropagation, self-organizing map trains and classifies sample to find the winning neuron that is closest to the sample by Euclidean distance. This competitive learning includes the following step:[6]
- Each neuron’s weight of the map is randomized.
- Select one of the input vector in the training dataset.
- Traverse every neuron in the training dataset and examine which one’s weights are most similar to the input vector by using Euclidean distance. The neuron that has the smallest distance to the input vector is known as the winning neuron and it is also called Best Matching Unit (BMU).
- Update the weight vectors of the neurons that are adjacent to BMU (including the BMU itself) by moving them closer to the input vector. The neuron adjusts the weights itself by the following recursion for n iterations:
- Repeat the procedure from step 2 to step 4 for all input vectors.
- The input vectors that are close to each neuron are classified into different groups which have certain colors. This implies that every neuron is associated with a given set of samples.
- is the weight factor of neuron j at step n.
- is a restraint due to distance from BMU that is also called neighborhood function.
- is a learning restraint due to iteration progress
- is the distance between input vector and neuron j at step n.
Multi-attribute analysis

Seismic attributes are derived from seismic data in order to delineate geological or geophysical features. Seismic attributes include categories of time, amplitude, frequency, and attenuation with both pre-stack and post-stack seismic data. Common used attributes include Dip and Azimuth maps, Amplitude extraction, Coherence, Spectral decomposition, and Seismic Inversion.
In an effort to improve the interpretation of seismic attributes, combine two or more attributes together could better visualize features. The goal can be achieved by a Self-organizing map which includes multiple information of the features with low dimension. First, a subset of attributes that are extracted from the 3D seismic survey are selected as the input training data, and then SOM is able to run competitive leaning algorithm. The input samples are assigned to the classes or colors of the closest winning neurons. In order to identify the quality of learning, interpreters can examine the proportional reduction of error between initial and final epochs. The error is measured by summing distances as a measure of how near the winning neurons are to their respective data samples. The largest reduction in error is the indicator of best learning.
Enhance Seismic Resolution Using SOM

What a Self-organizing map can do is to detect detail in formation by multiple seismic attributes. When applied to an SOM, two or more attributes will help to distinguish different types of anomalous features which may be just one same anomaly without using SOM. The combination of seismic attribute provide by SOM analysis has better resolution images in the reservoir than any one of the seismic attributes or the original amplitude volume individually.
With higher resolution, it can be clearer to identify thin beds in the reservoir and Direct Hydrocarbon Indicator (DHI).
The development of unconventional plays is becoming a trend in exploration. This type of play requires detail information in facies and stratigraphy changing for horizontal wells drilling. When the target shale or mud rock is too thin to detect by seismic, SOM can be used to improve the resolution laterally and vertically compared to the seismic amplitude line.[7]
Direct Hydrocarbon Indicator (DHI) is defined due to seismic amplitude anomalies. Common DHI includes bright spot, flat spot, polarity reversal, and AVO analysis. Containing subtle facies changing information, SOM helps to verify whether the DHI is real and helps to detect the edge of reservoir. When better understanding the existing reservoir, interpreters can calculate the volume of the target more accurately and can decrease risk for future exploration in the area.[8]

Reference
- ↑ Kohonen, Teuvo; Honkela, Timo (2007). "Kohonen Network". Scholarpedia. http://www.scholarpedia.org/article/Kohonen_network.
- ↑ Kohonen, Teuvo (1982). "Self-Organized Formation of Topologically Correct Feature Maps". Biological Cybernetics 43 (1): 59–69. doi:10.1007/bf00337288.
- ↑ Smith, T. (2010). Unsupervised neural networks-disruptive technology for seismic interpretation. Oil & Gas Journal, 108(37), 42-47. https://www.geoinsights.com/unsupervised-neural-networks-disruptive-technology-for-seismic-interpretation/
- ↑ 4.0 4.1 4.2 Roden, R., Smith, T., & Sacrey, D. (2015). Geologic pattern recognition from seismic attributes: Principal component analysis and self-organizing maps. https://www.geoinsights.com/geologic-pattern-recognition-from-seismic-attributes-principal-component-analysis-and-self-organizing-maps/
- ↑ World Poverty Map, SOM research page, Univ. of Helsinki, http://www.cis.hut.fi/research/som-research/worldmap.html
- ↑ Kohonen, Teuvo (2005). "Intro to SOM". SOM Toolbox. http://www.cis.hut.fi/projects/somtoolbox/theory/somalgorithm.shtml. Retrieved 2006-06-18.
- ↑ Roden, R., Smith, T. A., Santogrossi, P., Sacrey, D., & Jones, G. (2017). Seismic interpretation below tuning with multiattribute analysis. The Leading Edge, 36(4), 330-339. https://geoinsights.com/seismic-interpretation-below-tuning-with-multiattribute-analysis/
- ↑ 8.0 8.1 Roden, R., & Chen, C. W. (2017). Interpretation of DHI characteristics with machine learning. First Break, 35(5), 55-63.https://www.geoinsights.com/interpretation-of-dhi-characteristics-with-machine-learning/
External links
- Geophysical Insights - Self-Organizing Map
- Wikipedia - Machine Learning