Spe 192818 Ms
Spe 192818 Ms
This paper was prepared for presentation at the Abu Dhabi International Petroleum Exhibition & Conference held in Abu Dhabi, UAE, 12-15 November 2018.
This paper was selected for presentation by an SPE program committee following review of information contained in an abstract submitted by the author(s). Contents
of the paper have not been reviewed by the Society of Petroleum Engineers and are subject to correction by the author(s). The material does not necessarily reflect
any position of the Society of Petroleum Engineers, its officers, or members. Electronic reproduction, distribution, or storage of any part of this paper without the written
consent of the Society of Petroleum Engineers is prohibited. Permission to reproduce in print is restricted to an abstract of not more than 300 words; illustrations may
not be copied. The abstract must contain conspicuous acknowledgment of SPE copyright.
Abstract
Infill and replacement drilling are effective ways to improve oil recovery as increasingly more wells are
drilled in close proximity for fracturing. Presently, the approaches being employed are logging surveys,
the moving window method, the rapid inversion method, and the customized type curve method. However,
these methods are not suitable for reservoirs with high levels of heterogeneity in terms of geology, and
require more expert knowledge and field survey, which can be time consuming and costly. Therefore, the
present method developed is an economic and fast approach to determine infill and replacement drilling
location from reservoir ranking maps generated in combination with machine learning methods.
During this project, production data and reservoir parameters were gathered from an old oil field with
more than 2,500 wells where most of the field was under water injection. Bubble maps were created for
each reservoir parameter for a better visual representation of reservoir conditions. Then, after data cleansing
and normalization procedures, the standout attributes were identified from all given reservoir parameters
and production history and a reservoir ranking rule was set. Next, five types of classification approaches
were used for prediction. This paper additionally presents a regression method, artificial neural network
(ANN), to compare with the prediction results from classification. For each machine learning technique, a
reserve ranking map was generated for this test field to predict future infill drilling and replacement drilling
opportunities. Thus, with only geographic coordinates, the reserve ranking level was obtained.
From cross-fold validation results, a quadratic support vector machine provides the highest prediction
accuracy. From a practical standpoint, a decision tree offers a more realistic result. In addition to the ANN
method outputs, the ranking result provides a smooth method between certain levels. This new approach
of using artificial intelligence was used to provide the ranking level and ranking number to identify the
best options for drilling the wells, which is different from the present traditional methods. This advanced
reservoir ranking map allows operators to identify the best location for infill or replacement drilling. It can
additionally help operators benefit from their previously gathered knowledge in a cost-effective way.
Introduction
Artificial intelligence (AI) has been used during the exploration and production of oil and gas since
the late 1980s. Early examples of such applications are well log interpretation, drill-bit diagnosis, and
2 SPE-192818-MS
reservoir simulation. Later, with the increase in computational and processing power, more complicated AI
application, such as reservoir characterization (Li et al. 2018), seismic data pattern recognition (Zhao et
al. 2018), and PVT properties prediction (Tian & Horne, 2017,) became an essential component of E&P
projects. Machine learning techniques allow E&P operators to make more accurate decisions, using a larger
dataset at high speeds. These abilities help the operators maximize profits while operating in a safe and
environmentally aware manner. Machine learning techniques allow operators to solve technical problems
Literature Review
In the last few decades, many oil enhancement methods have been designed and applied for different
types of reservoirs. Fig. 1 presents a general classification of techniques that can be used for increasing
oil production. The criteria for selecting EOR methods between these options is based on the reservoir
condition and economic evaluation. For a given project, firstly, reservoir type and fluid properties should
be clarified, thus one can apply suitable remedy to the particular case. For instance, for high skin wellbore
conditions, refracturing can be useful method (Urban et al. 2016); for a high viscosity type of reservoir fluid,
thermal injection can enhance the flow ability efficiently.
Infill drilling and replacement drilling has been used in the petroleum industry since last century. Fig.
2 demonstrates classification of currently used infill drilling methods and how it can boost the recovery
of hydrocarbon. Infill drilling and replacement drilling can alleviate the heterogeneous for non-uniform
reservoir so that the oil and gas production can be enhanced. Driscoll (1974) and Gould (Gould & Munoz,
1982) summarized the several reasons that infill drilling will lead to the increase of hydrocarbon recovery.
Normally, several methods, such as moving window approach and rapid inversion method (Fig. 2), can be
employed for a specific type of problem; so, economical assessment should be conducted for each scenario
to determine the ultimate approach. The assessment is determined from the oil price position is the same
period. Machine learning methods for infill drilling location determination is a new concept, which can be
considered as a type of efficient and economical method that fully employ past recorded well data. The
reservoir ranking map generated for infill drilling location analysis can also be applied to other reservoir
management problem.
Methodology
Data Preparation and Visualization
In this oilfield, the cumulative production is 167 MMBO to date. Most of the field was under water injection
support and some other areas are under primary depletion. Well data are from 2,505 wells, where 848 of
a total of 2,505 wells are still active and bunches of wells are with more than 50 years history. Dataset
includes average production rates for the first year, cumulative production for the first five years, first 10
years, and total lifetime production. The dataset includes a total of 2,372 observations, of which, only 848
wells are active wells. The complete dataset includes coordinates (X, Y) for all wells. In addition, the entry
date and life cycle of each well is known. Production rates (cumulative volume) for 1, 5, 10, and total time
are available. Additionally, four sand layers and eight shale layers with interval height are also given. From
these numbers, percentage of sand intervals and net pay zone are calculated. Reservoir features provided
are oil saturation and porosity, with the production of porosity and saturation calculated as well. Volume of
produced water and water oil ratios are available.
Fig. 3 demonstrates the areal extent of the oil field. As shown with the black line, the geographical
limitations of the asset must be considered before developing the code to limit the predictions to the reservoir
boundary. For each oil property, the authors plotted its distribution on x-y plane based on value. The larger
and darker the point, the higher the value of that property. One can observe high value for each property
concentrated in same area. Bubble maps (Fig. 4) were created for each reservoir parameter for a better visual
representation of reservoir conditions.
4 SPE-192818-MS
At this stage, the goal is to identify attributes that stand out statistically to be used in the training model.
Available production data includes first year, five years, ten years, and total cumulative oil production data.
As shown in Fig. 5, 10 years cumulative production data shows normal distribution and allows for timeless
observation of the production volume for all wells. The results are shown in Fig. 5.
The other feature selected for use was the multiplication of porosity, oil saturation, and net pay values.
This parameter includes a strong correlation with OOIP by definition (porosity * oil saturation * net pay
thickness). Further visualizations of this variable show a meaningful geologic trend in the east side of the
reservoir. Fig. 6 presents the result.
Because both production volume and the product of petrophysical measurements are continuous values,
one must discretize the values. After normalization of the data, one can divide each attribute into three
classes of bad, OK, and good. After digitalizing the three classes mentioned into number ranking, one can
combine the two and generate a "reservoir quality score" ranging from 1 to 5 by allocating equal weight to
both of these attributes, as shown in Fig. 7.
6 SPE-192818-MS
Support Vector Machine (SVM). Support Vector Machine, which is often abbreviated as SVM, is a
supervised machine learning algorithm that can separate and classify examples by hyperplanes with the
maximum margin and minimum error (Fig. 9). The hyperplane defining vectors are called support vectors.
In this example, location x belongs to ranking A as it locates at left side of the middle line.
Discriminant Analysis. Discriminant analysis approach, samples are categorized into different collections
by prediction equations. Linear Discriminant Analysis (LDA) is a commonly seen algorithm in discriminant
analysis (Fig. 10). In this example, location x belongs to ranking A as it locates at left side of the decision
boundary.
8 SPE-192818-MS
Ensemble Classifier. Ensemble methods are effective learning algorithms that integrate classifiers with
various inductive biases (Fig. 11). Those classifiers are combined with weighted vote for a more precise
overall prediction. In this example, the final classifier in solid line is composed of two classifiers in dash
lines. Thus, location x belongs to ranking A as it locates at left side of the final classifier. In this study, we
will compare the results given from Boosted Trees, Bagged Trees, Subspace Discriminant, Subspace KNN
and RUSBoosted Trees.
Artificial Neural Network (ANN). ANNs are a type of supervised computer learning algorithm that mimic
human neural system. First the input data vector is sent to the first layer of neural network and weight is
assigned for each element. For network with multiple layers, this process is repeated. Then the weight at
each nod is adjusted to an optimized level to match the targeting output (Fig. 12). ANN can overcome the
several shortages of traditional model and usually used as a regression method. However, in this study, ANN
is utilized for precise and smooth reservoir ranking evaluation.
Ranking Results
A major issue for any training model, including a decision tree approach, is overfitting. Balancing the
training error and test error helps optimize the "generalization" capabilities of the trained model. In decision
tree models, it is best to stop the splitting process before a fully grown tree is modeled. Using statistical
SPE-192818-MS 9
techniques coupled with petroleum engineering understanding of the data allows identifying the higher
priority attributes and building the tree based on split decisions for those certain values. In this section, we
will map the ranking result (the highest accuracy) for each method.
Results of SVM
The SVM approach presented a high performance for reservoir ranking. The better regression result can be
on account of its advantage of dealing data with high dimensional spaces or when we have more dimensions
than samples. Besides, it can save memory space when using a subset of training points in the decision
function. Here we are showing the example results from fine Gaussian SVM. (Fig. 15). Nonetheless, SVM
also have some disadvantages in few application realms. For example, overfitting will easily occur when
Results of ANN
The previous classification approaches demonstrate an ability to evaluate a certain ranking level for a well.
However, on the contrary, ANN can provide continuous ranking results, as shown in Fig. 18.
Conclusions
For this project, Quadratic SVM can be very accurate when performing prediction. Additionally, the
KNN and decision tree classification methods can provide more realistic results and more variation.
Also attempted during this project were ANN prediction and geological method interpolation to compare
classification approaches. ANN and interpolation can provide the results in a range instead of a certain class.
By using location only, the ranking for a well can be determined without full production and reservoir
information. However, if oil saturation and porosity information is provided, which is the case of input
12 SPE-192818-MS
Scenario 2, this methodology can be used. The accuracy improved average 5% for each method compared to
Scenario 1. Scenario 3 is used to analyze the accuracy for classification approach. The performance is better
without using PCA. And, the decision tree provides the best accuracy because of the setting of ranking rule.
From the original well distribution plot, there is a square region located in the northwestern area of the
oilfield where no production well is drilled. In addition, surrounding producers show this area contain high
potential for oil production. In conclusion, in combination of different ranking maps, which all indicate the
References
Driscoll, V. J. (1974, January 1). Recovery Optimization Through Infill Drilling Concepts, Analysis, and Field Results.
Society of Petroleum Engineers. doi:10.2118/4977-MS
Gould, T.L., and Munoz, M.A. 1982. An Analysis of Infill Drilling. Presented at the SPE Annual Technical Conference
and Exhibition, New Orleans, Louisiana, 26–29 September. SPE-11021-MS. https://doi.org/10.2118/11021-MS.
14 SPE-192818-MS
Urban, E., Orozco, D., Fragoso, A., Selvan, K., & Aguilera, R. (2016, August 1). Refracturing Vs. Infill Drilling - A Cost
Effective Approach to Enhancing Recovery in Shale Reservoirs. Unconventional Resources Technology Conference.
doi:10.15530/URTEC-2016-2461604
Li, Y., Popa, A., Johnson, A., Ershaghi, I., & Cassidy, S. (2018, April 22). Dynamic Layered Pressure Map Generation
in a Mature Waterflooding Reservoir Using Artificial Intelligence Approach. Society of Petroleum Engineers.
doi:10.2118/190042-MS
Zhao, X., Popa, A. S., Ershaghi, I., Aminzadeh, F., Li, Y., & Cassidy, S. D. (2018, April 22). Reservoir