Next Article in Journal
Tensile Test Optimization Using the Design of Experiment and Soft Computing
Previous Article in Journal
Feasibility of Advanced CO2 Injection and Well Pattern Adjustment to Improve Oil Recovery and CO2 Storage in Tight-Oil Reservoirs
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Research on the Declining Trend of Shale Gas Production Based on Transfer Learning Methods

1
School of Petroleum Engineering, Yangtze University, Wuhan 430100, China
2
Hubei Key Laboratory of Oil and Gas Drilling and Production Engineering, Yangtze University, Wuhan 430100, China
3
School of Petroleum Engineering, National Engineering Research Center for Oil & Gas Drilling and Completion Technology, Yangtze University, Wuhan 430100, China
*
Author to whom correspondence should be addressed.
Processes 2023, 11(11), 3105; https://doi.org/10.3390/pr11113105
Submission received: 8 October 2023 / Revised: 20 October 2023 / Accepted: 27 October 2023 / Published: 29 October 2023

Abstract

:
With the development of artificial intelligence technology, machine learning-based production forecasting models can achieve the rapid prediction and analysis of production. However, these models need to be built on a large dataset, and having only a small amount of data may result in a decrease in prediction accuracy. Therefore, this paper proposes a transfer learning prediction method based on the hierarchical interpolation model. It uses data from over 2000 shale gas wells in 22 blocks of the Marcellus Shale formation in Pennsylvania to train the transfer learning model. The knowledge obtained from blocks with sufficient sample data is transferred and applied to adjacent blocks with limited sample data. Compared to classical production decline models and mainstream time-series prediction models, the proposed method can achieve an accurate production decline trend prediction in blocks with limited sample data, providing new ideas and methods for studying the declining production trends in shale gas.

1. Introduction

With the increasing global demand for clean energy, shale gas has attracted considerable attention as a new type of clean energy [1,2,3]. Compared to conventional natural gas extraction, shale gas exploration has a long cycle, requires significant investment, and involves high risks. Therefore, the accurate prediction of a declining production trend is crucial for the development of shale gas [4,5]. By precisely forecasting the decline in shale gas production, better production planning, rational resource allocation, and improved exploration and development efficiency can be achieved while reducing environmental pollution and ecological damage.
In recent years, Petroleum Data Analysis (PDA) has gained increasing attention. PDA utilizes data collected in the petroleum and natural gas industry to analyze, simulate, and optimize production operations. It is a branch of data science that involves data mining, artificial intelligence, machine learning, and pattern recognition. Machine learning is defined as the study of computer algorithms that enable them to learn from data and extract predictive models. Sagheer et al. [6] proposed a Deep Long Short-Term Memory (DLSTM) architecture for oilfield production data prediction, optimizing the DLSTM’s structure and using genetic algorithms to address the limitations of traditional prediction methods. Yuan et al. [7] introduced a Hybrid Deep Neural Network (HDNN) for reservoir production forecasting, establishing complex nonlinear relationships between target production and various features through a blended network structure. Zhang et al. [8] proposed an oil well production forecasting method based on multivariate time series (MTS) and vector autoregression (VAR) machine-learning models, mining linear relationships from MTS data and predicting oil well production through model fitting.
However, the above-mentioned prediction methods are only applicable in cases with comprehensive datasets, which means having an ample history of production data and relevant information. Nevertheless, due to the complexity of shale gas reservoirs, the difficulty of data acquisition, and sparse data samples [9,10], missing data can significantly impact the accuracy of predictions. In severe cases of data deficiency, the aforementioned methods may not be able to perform predictions smoothly. In this context, improving the accuracy and efficiency of declining shale gas production trend predictions is an urgent issue [11,12,13,14]. To address this problem, researchers propose the following solution: utilizing transfer learning to compensate for low data and fundamentally overcome the data insufficiency problem, enabling the prediction process to proceed smoothly.
Transfer learning, as an emerging machine-learning method, has been widely applied to solve problems in fields such as oil and gas field development, stock prediction, furnace temperature prediction, and power load forecasting [15,16,17,18,19]. Its core idea is to utilize knowledge from a source domain to assist learning in the target domain, thereby enhancing the predictive ability of the model. Felix et al. [20] addressed the issue of improving the prediction performance of drilling speed in actual drilling operations when there is a lack of available training data. They proposed a drilling speed prediction method based on continuous transfer learning, which achieved a higher prediction accuracy than current mainstream methods. Fu et al. [21] employed a deep forest model to construct a transfer learning model to detect doglegs in the oil drilling process. Yao [22] and colleagues aimed to enhance the accuracy and reliability of oil and gas pipeline defect detection in scenarios with small and poor-quality data. They utilized a method based on deep learning transfer models for defect diagnosis in oil and gas pipelines. Zhang et al. [23] conducted research on using meta-transfer learning to diagnose the functionality of rod pumps in oil wells under small sample conditions.
To address the issue of low accuracy in shale gas production forecasting under conditions of sparse data samples, this paper proposes a transfer learning method based on the hierarchical interpolation model. First, the abundant data samples in certain blocks are used as the source domain to pre-train the hierarchical interpolation model, resulting in a source domain model. Then, the training parameters of the source domain model are transferred to the target block with limited data samples. By fine-tuning the model parameters, the aim is to improve the accuracy of production forecasting. The proposed method provides strong support and assistance for the exploration and development of shale gas. The rest of this paper is structured as follows: Section 2 describes the composition of the proposed model. Section 3 presents the test results and discussion. Section 4 concludes the paper and proposes future research directions.

2. Methods Section

2.1. Classic Decline Production Model

2.1.1. Arps Model

The Arps prediction model is a common empirical model used for forecasting oil and gas well production [24]. It is suitable for oil and gas wells with exponential decline characteristics. It was proposed by J. J. Arps, an American petroleum engineer, in the 1950s. This model fits historical data to a three-parameter model and empirically predicts the decline in production for a specific oil well, as shown in Equation (1):
Q t = Q i ( 1 + n × d × t ) 1 / n
where Q t refers to the production quantity in the t-th month, Q i represents the initial production quantity, t denotes time, d represents the decline rate, and n is a constant.
For the decreasing production prediction of shale gas wells, the hyperbolic decreasing model is more often applied. To fit the transient flow of shale gas reservoirs during the production process, the decrement exponent of the hyperbolic decrement curve is often greater than 1, and since its decrement rate decreases with the increase in time, it can result in a high production prediction in the later stage. In the application process of this article, the parameter estimation of the Arps hyperbolic decline model is conducted using the method of linear fitting between cumulative production and production. The specific steps for parameter calculation and production forecasting are as follows:
(1)
The removal of outliers in production data
To ensure the quality of raw data, it is necessary to exclude some data points with zero gas production and outliers caused by external factors. For the treatment of outliers, the Z-score method is used; if the Z-score of a data point is greater than 3, it indicates that the data value is significantly different from other values and is considered an outlier. As shown in Equation (2):
z = X M e a n S D
where X denotes the current value, M e a n denotes the mean of the overall data, and S D denotes the standard deviation of the overall data.
(2)
Determining the values of decline rate ‘ d ’, decline exponent ‘ n ’, and initial production ‘ Q i
Based on the relationship between cumulative production ‘ N p ’ and production ‘ q ’ given by N p = q i d 1 1 n q i n d 1 1 n q 1 n . Let x = q 1 n , y = N p , b 0 = q i d 1 1 n , b 1 = q i n d 1 1 n . Thus, the linear regression equation is given by y = b 0 + b 1 x . The production data are then fitted using this equation to obtain the regression coefficients b 0 and b 1 . From b 0 to b 1 , the values of n , Q i , and d are calculated.

2.1.2. Duong Model

In 2010, based on a large amount of actual production data, Duong identified the production flow regime of shale gas wells and proposed an analytical method for the production decline in shale gas reservoirs, known as the Duong model [25]. The production expression of the Duong model is given by Equation (3):
Q t = Q i t m e x p a 1 m ( t 1 m 1 )
where Q t represents the production quantity in the t-th month, Q i is the initial production quantity, t represents time, a is the decay coefficient, and m is the exponential coefficient.
The Duong model is an experiential analysis method for decreasing production from gas wells in fractured shale reservoirs. In the application process of this article, the parameter estimation for the Duong model was performed using the linear fitting method. The specific steps for parameter calculation and production forecast are as follows:
(1)
The removal of outliers from production data
Refer to the steps of fitting the Arps model for detailed procedures.
(2)
Determining the values for the decline coefficient ‘a’ and the exponential coefficient ‘m’
Based on the relationship between production rate ‘ q ’ and cumulative production ‘ N p ’ given by q N p = a t m , it is known that in a double-logarithmic coordinate system, q N p ~ t follows a linear relationship l n q N p = m l n t + l n a . Let y = l n q N p , x = l n t , b = l n a . Thus, the linear regression equation is given by y = m x + b . Using this equation, the production data are linearly fitted to obtain the values of parameters ‘ a ’ and ‘ m ’.

2.1.3. PLE Model

In response to the limitations of the Arps hyperbolic decline method in predicting the production of shale gas wells, D. Ilk et al. proposed a power–law exponent model, known as the PLE model [26]. The specific formula is shown in Equation (4):
Q t = Q i e x p ( D t D i t n )
where Q t represents the production in the t-th month, Q i is the initial production, t denotes time, D i is a constant, D is the decay rate as t approaches infinity, and n is the decay exponent.
The PLE model can be used to analyze different production flow stages of shale gas wells, including the unstable flow stage, the transitional flow stage, and the boundary flow stage. The PLE model is suitable for wells with a longer production history, and the prediction results are more uncertain for wells with a shorter production history. In this paper, the parameter estimation for the PLE model was carried out using a nonlinear fitting method, and the specific steps for parameter calculation and production forecasting are as follows:
(1)
Outlier removal from production data
Refer to the steps of fitting the Arps model for detailed procedures.
(2)
The nonlinear fitting of production parameters
From Equation (4), it can be observed that there are several key parameters in the formula, leading to considerable uncertainty in the forecasting results. Direct solving or linear fitting can be challenging. Therefore, a nonlinear fitting method was adopted to estimate the corresponding parameter values.

2.2. Hierarchical Interpolation

In pursuit of achieving enhanced performance in long-term production prediction, this study employed a hierarchical interpolation method, utilizing multiple levels of temporal information to improve the prediction accuracy. The architecture comprises three primary components as follows: Multi-Rate Signal Sampling, nonlinear regression, and an interpolation layer. The model structure is illustrated in Figure 1.
(1)
Multi-Rate Signal Sampling
Using temporal max-pooling, which involves downsampling the data, time series are sampled into sequences of multiple granularities. The larger the pooling layer used for sampling, the lower frequency/larger scale the resulting sequences have; conversely, smaller pooling layers yield higher frequency/smaller scale sequences. However, after sampling, these sequences have a lower frequency/larger scale compared to the original sequence. The kernel size for each stack is chosen using an exponentially decreasing approach.
After downsampling, the sequence length becomes shorter, reducing the model’s complexity and increasing efficiency. Additionally, it reduces the number of model parameters, mitigating the risk of overfitting while preserving the original receptive field. The formula expression is as follows:
y t L : t , l p = M a x P o o l ( y t L : t , l , k l )
where y t L : t , l represents the input data for block l, k l represents the kernel size, and y t L : t , l p represents the sampled data.
(2)
Nonlinear Regression
After sampling, sampled data are predicted via multi-layer perceptron (MLP), and nonlinear regression is performed on the interpolation coefficients for both the forward and backward. The formula expression is as follows:
h l = M L P l ( y t L : t , l ( p ) )
θ l f = L I N E A R f ( h l )
θ l b = L I N E A R b ( h l )
where h l represents the hidden vector of block L, the forward θ l f and backward θ l b correspond to the nonlinear regression of MLP coefficients, and y t L : t , l ( p ) represents the values of block L between time t-L and time t, which serve as the training data.
(3)
Interpolation layer
Due to the downsampling of each input sequence by every block, the corresponding output is naturally shorter than the target Horizon. Thus, an upsampling operation is necessary for the prediction results. For instance, when the downsampling kernel size increases, the input sequence becomes shorter, and the scale becomes larger. Consequently, the predicted future sequence becomes shorter as well. In order to achieve the desired length similar to the target Horizon, an upsampling process is performed using linear interpolation. This interpolation ensures that the final output count matches the expected Horizon count. Each stack of the model is responsible for predictions at different scales. Ultimately, the prediction sequences of various scales are interpolated to the same count (equivalent to the desired prediction Horizon) and then combined to yield the final output. The interpolation formula is expressed as follows:
y T , l = g T , θ l f , T { t + 1 , , t + H }
y T , l = g T , θ l b , T { t L , , t }
g T , θ = θ t 1 + ( θ t 2 θ t 1 t 2 t 1 ) ( T t 1 )
t 1 = a r g m i n t T : t T T t , t 2 = t 1 + 1 / r l
where y T , l represents the result of interpolation, g represents the function of interpolation, T represents the time partition and r l represents the expressiveness ratio that controls the number of parameters per unit of output time.
This paper proposes a model that employs a hierarchical interpolation approach, which can capture temporal trends in time series data across multiple time scales while mitigating the issue of multicollinearity commonly observed in traditional time series methods. The proposed model exhibits good interpretability and generalization performance while also demonstrating efficient training and prediction capabilities. For further insights into the hierarchical interpolation model, one can refer to the work of Challu et al. [27].

2.3. Transfer Learning Model

Transfer learning is a machine-learning technique that effectively utilizes pre-trained models to make predictions on new datasets in relation to a specific problem [28,29,30,31]. In this paper, transfer learning is employed to address the issue of yield prediction in sparse sample regions. The implementation involves removing the output layer of the pre-trained source domain model while retaining the previous layers (knowledge transfer layer), as shown in Figure 2. Subsequently, a new target domain model is designed by incorporating the knowledge transfer layer and adding a new untrained output layer. The new model is trained only on new data. During the training of the target domain model, knowledge transfer layers remain untrained to preserve the knowledge they acquire during the training of the source model.

3. Results

3.1. Data and Model Parameters

3.1.1. Data

The data used in this paper are from the Marcellus Shale in Pennsylvania, which has 13,344 gas wells, and the distribution of Marcellus Shale gas wells is listed in Table 1 and Table 2, respectively. We selected 1357 wells in which there were cumulative monthly production data for a total of 84 months from 2016 to 2022, with a total of 113,988 records, and the cumulative production is all in thousands of standard cubic feet. Figure 3 shows the location of the dataset in this paper. Figure 4 illustrates production data from selected wells (sample-rich blocks) in the GREENE. Figure 5 shows production data from selected wells in ALLEGHENY, MERCER, JEFFERSON, and INDIANA (sample-poor blocks). (Source: https://www.depgreenport.state.pa.us/ReportExtracts/OG/OilGasWellProdReport, accessed on 1 May 2023).
To facilitate the training of the model, the selected source domain data in this study were subjected to standardization processing, as described by Equation (13):
X s c a l e = X X m e a n σ
where X m e a n represents the mean value of a selected set of data, σ represents the standard deviation of each group of eigenvalues, X represents each value, and X s c a l e represents the normalized eigenvalue.

3.1.2. Model Prediction Structure

The prediction structure of the model in this paper uses multi-step prediction in the form shown in Figure 6. where n denotes the number of input variables and i denotes the number of output variables.

3.1.3. Model Parameters and Error Evaluation

(1)
The evaluation indicators of prediction result error are the mean absolute error (MAE) and the mean absolute percentage error (MAPE). The formulas are shown in Equations (15) and (16):
R 2 = 1 i = 1 m ( y i y ˆ ) 2 i = 1 m ( y i y m e a n ) 2
M A E = 1 m i = 1 m | y i y ˆ |
M A P E = 1 m i = 1 m | y i y ˆ | y I
where y i is the real value, y ˆ is the predicted value, y m e a n is the mean value, and m is the sample size.
(2)
The parameters of the model are shown in Table 3. where the input dimension and output dimension, respectively, represent the input duration required by the model and the prediction duration of the model.

3.2. Results and Discussion

3.2.1. Results of Classic Decline Production Model

In this section, for the Arps, Duong, and PLE decreasing production models, 1/4 and 4/4 of the historical data of well 003-22278 in the ALLEGHENY block and well 063-37010 in the INDIANA block were selected to fit the parameters of the equations, respectively. This was conducted to demonstrate the predictive accuracy of classical decline models under conditions of both sufficient and insufficient historical production data. The left graph represents the decline trend prediction, while the right graph represents cumulative production prediction.
(1)
Discussions of Well 003-22278
As seen in Figure 7, it can be observed that the Arps model achieved an R2 score of 0.84 with only 1/4 of the data, indicating a lower accuracy in predicting cumulative production in the later stages. When the dataset increased to 4/4, the R2 score improved to 0.9, and the predicted cumulative production aligned with the expected values. According to Figure 8, the Duong model obtained an R2 score of 0.67 with only 1/4 of the data, indicating a lower prediction accuracy. The predicted cumulative production tended to be higher in the later stages. However, when the dataset increased to 4/4, the R2 score improved to 0.86, but the predicted cumulative production still remained lower than expected. Figure 9 shows that the PLE model achieves an R2 score of 0.86 with only 1/4 of the data, indicating a lower accuracy when predicting cumulative production in the later stages. When the dataset increases to 4/4, the R2 score improves to 0.9, and the predicted cumulative production aligns with the expected values.
(2)
Discussions of well 063-37010
As seen in Figure 10, it can be observed that the Arps model achieved an R2 score of 0.77 with only 1/4 of the data. When the dataset increased to 4/4, the R2 score improved to 0.94, and the predicted cumulative production aligned with the expected values. According to Figure 11, the Duong model obtained an R2 score of 0.87 with only 1/4 of the data. However, when the dataset increased to 4/4, the R2 score improved to 0.93. Figure 12 shows that the PLE model achieved an R2 score of 0.77 with only 1/4 of the data. When the dataset increased to 4/4, the R2 score improved to 0.91, and the predicted cumulative production aligned with the expected values.
Based on the predicted results of the Arps, Duong, and PLE decline models, it can be concluded that the accuracy of the classical decline model’s predictions can only be guaranteed under conditions of sufficient data. When data are lacking, the model parameters are difficult to fit, and the predicted decreasing production trend is, thus, not in keeping with the expected results.

3.2.2. Results of Transfer Learning Model

In this article, the model was trained via cross-validation on the blocks with sufficient samples in Table 1 to obtain the training parameters of the model, and the model trained in the source domain was transferred to the target domain (as shown in Table 2) for prediction. Figure 13 and Figure 14 illustrate the prediction results for well 003-22278 and well 063-37010, respectively, based on the transfer-learning model. In Figure 13 and Figure 14, the gray region represents the data points used for generating predictions, i.e., input months, while the remaining part represents the model’s prediction results. To demonstrate the advantages of the transfer learning model, only production wells in blocks with scarce neighboring samples were selected, and only 1/4 of the historical production data were used for fitting and prediction.
From Figure 13 and Figure 14, it can be observed that under the condition of scarce samples, the proposed model outperforms the classical production decline model with an R2 score of 0.93 and 0.99. The prediction accuracy of the proposed model is the same as that of the classical production decline model under the condition of using 4/4 of the data, and there is even a slight advantage. Additionally, the predicted trend of cumulative production aligns with the expected results.
Meanwhile, other production wells were selected from the sparsely sampled blocks to validate the generalization capability of the model proposed in this paper. As shown in Figure 15, the R2 scores of well 003, well 063, well 065, and well 085 were 0.93, 0.99, 0.9, and 0.87, respectively. Thus, the proposed model demonstrates a certain degree of generalization.

3.2.3. Comparative Analysis of Mainstream Predictive Models

This paper employs three mainstream time series forecasting methods, namely LSTM [33,34], GRU [35], and TCN [36], to validate the effectiveness of the proposed model. The test results are shown in Figure 16 (refer to Section 3.2.2 for the tested samples). In Figure 9, the gray area represents the data points used for generating predictions, while the remaining parts represent the model’s predicted results. It is evident from Figure 9 that the proposed model achieved the best-fitting effect between the predicted shale gas production values and the true label values.
To highlight the differences in the models more intuitively, the average absolute error (MAE) and average absolute percentage error (MAPE) were separately calculated for this model alongside three mainstream models. The results are shown in Figure 17. The results in Figure 10 indicate that the MAE values of this model for wells 1(003), 2(063), 3(065), and 4(085) were 2.24, 1.01, 0.85, and 1.35, respectively. The errors in MAPE were 16%, 2%, 8%, and 19% for the respective wells. These error values are significantly lower than those of the other mainstream models, indicating that the model proposed in this paper can provide stable prediction performance.
The further results of the transfer learning model at different input time steps are shown in Figure 18. When using 6 months of input data, the errors in terms of MAPE and MAE were 27% and 4.38, respectively. When using 12 months of input data, the errors were 34% and 5.74. When using 18 months of input data, the errors were 31% and 4.97. When using 24 months of input data, the errors were 17% and 2.25. From the above data, it can be observed that when the available historical production data exceeds 12 months, as the production time increases, the model’s errors are further improved.

3.2.4. Discussion

As shown in Section 3.2.1, the results indicate that when using the classical decline curve model for prediction, the longer the production history data, the higher the accuracy of the model’s predictions. Conversely, with fewer production history data, this model’s prediction accuracy decreases. Therefore, it can be concluded that the classical decline curve model is suitable for wells with a longer production history, while it performs poorly when predicting wells with a shorter production history.
According to the results presented in Section 3.2.2, the transfer learning model based on the hierarchical interpolation model can generate more accurate decline trend predictions for blocks with limited sample data, reducing prediction errors. The proposed transfer learning model achieves accurate predictions even with limited samples due to two main reasons. First, the model has a larger number of parameters compared to the classical decline curve model, which usually has only 3–4 parameters. Secondly, the transfer learning model adjusts its parameters directly from a large amount of data during the training process to generate a model that has good generalization in out-of-sample testing data, enabling it to adapt to different types of data fluctuations.
The results presented in Section 3.2.3 demonstrate that the proposed model outperformed several mainstream time series prediction models in terms of the mean absolute error (MAE) and mean absolute percentage error (MAPE) evaluation metrics. The main reason for this is that the model combines the advantages of multiple models. This combination ensures the further improvement of prediction efficiency.
By employing transfer learning methods, the issue of data scarcity can be addressed. Despite having different geological structures, adjacent blocks still exhibit similar characteristics in production decline patterns. Transfer learning utilizes these extracted similar features from the source model to enhance the prediction of the target model, even when dealing with different blocks. Meanwhile, the transfer learning model in this paper can also be built and trained based on shale gas datasets from other regions, so it has a certain degree of universality.

4. Conclusions

The research findings of this paper demonstrate that the performance of the proposed model, developed using transfer learning to address the issue of limited sample data in production decline modeling, outperforms classical decline models and several mainstream models. This newly proposed approach improves the existing prediction techniques, which is crucial for decision making and calculating investment returns. Furthermore, the results indicate that transfer learning can solve the problem of a declining yield trend prediction with limited sample data by leveraging the knowledge acquired from data-rich blocks.
Compared to classical decline models, the prediction of the proposed model in this paper requires the design of different models based on the input months. During the training period, the model specifically adjusts its weight to map a certain length of input data to the output data. For example, if a well has seven months of data and the goal is to predict the yield decline trend for the next ten years, only the model trained with the input data of seven months can be used. Although building a transfer learning model requires more work compared to classical decline models, the training process of the model is easy to automate and only needs to be performed once at the beginning, enabling these models to be effectively used for a declining yield trend prediction.
The transfer learning method employed in this study also has certain limitations. First, transfer learning requires a certain degree of similarity between the data distributions of the source domain and the target domain. If the data distribution in the target domain significantly differs from that of the source domain, transfer learning may not exhibit a good performance. Second, different shale gas wells may have distinct geological and operational conditions. Therefore, it is essential to ensure that the transfer learning model can adapt to various well conditions.
Future research directions are suggested as follows: (1) Domain adaptation technology can be used to solve the data mismatch problem to adapt to the data distribution of the target domain. (2) Considering knowledge from multiple source fields can improve the performance of transfer learning. (3) Using online transfer learning technology can enable the transfer learning model to continuously adapt to new data in real-time data streams.

Author Contributions

Writing—original draft preparation, M.N.; writing—review and editing, X.X.; methodology, M.N and X.X.; data curation, M.N. and Y.G.; visualization, P.X., Y.L. and G.Y. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Natural Science Foundation of China, grant number 52104020.

Data Availability Statement

No new data were created.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Solarin, S.A.; Gil-Alana, L.A.; Lafuente, C. An Investigation of Long Range Reliance on Shale Oil and Shale Gas Production in the U.S. Market. Energy 2020, 195, 116933. [Google Scholar] [CrossRef]
  2. Caporin, M.; Fontini, F. The Long-Run Oil–Natural Gas Price Relationship and the Shale Gas Revolution. Energy Econ. 2017, 64, 511–519. [Google Scholar] [CrossRef]
  3. Clarkson, C.R.; Williams-Kovacs, J.D.; Qanbari, F.; Behmanesh, H.; Heidari Sureshjani, M. History-Matching and Forecasting Tight/Shale Gas Condensate Wells Using Combined Analytical, Semi-Analytical, and Empirical Methods. J. Nat. Gas Sci. Eng. 2015, 26, 1620–1647. [Google Scholar] [CrossRef]
  4. Lee, J.; Sidle, R. Gas-Reserves Estimation in Resource Plays. SPE Econ. Manag. 2010, 2, 86–91. [Google Scholar] [CrossRef]
  5. Zhao, Q.; Wang, H.; Sun, Q.; Jiang, X.; Yu, R.; Kang, L.; Wang, X. A Logical Growth Model Considering the Influence of Shale Gas Reservoirs and Development Characteristics. Nat. Gas Ind. B 2020, 7, 656–663. [Google Scholar] [CrossRef]
  6. Sagheer, A.; Kotb, M. Time series forecasting of petroleum production using deep LSTM recurrent networks. Neurocomputing 2019, 323, 203–213. [Google Scholar] [CrossRef]
  7. Yuan, Z.; Huang, H.; Jiang, Y.; Li, J. Hybrid deep neural networks for reservoir production prediction. J. Pet. Sci. Eng. 2021, 197, 108111. [Google Scholar] [CrossRef]
  8. Zhang, R.; Jia, H. Production performance forecasting method based on multivariate time series and vector autoregressive machine learning model for waterflooding reservoirs. Pet. Explor. Dev. 2021, 48, 201–211. [Google Scholar] [CrossRef]
  9. Jiang, J.; Younis, R.M. A Multimechanistic Multicontinuum Model for Simulating Shale Gas Reservoir with Complex Fractured System. Fuel 2015, 161, 333–344. [Google Scholar] [CrossRef]
  10. Micheal, M.; Xu, W.; Jin, J.; Yu, H.; Liu, J.; Jiang, W.; Liu, H.; Wu, H. A Multi-Scale Quadruple-Continuum Model for Production Evaluation of Shale Gas Reservoirs Considering Complex Gas Transfer Mechanisms and Geomechanics. J. Pet. Sci. Eng. 2022, 213, 110419. [Google Scholar] [CrossRef]
  11. Cui, G.; Zhao, Y.; Liu, J.; Wei, M.; Elsworth, D. A Gaussian Decomposition Method and Its Applications to the Prediction of Shale Gas Production. Fuel 2018, 224, 331–347. [Google Scholar] [CrossRef]
  12. Kenomore, M.; Hassan, M.; Malakooti, R.; Dhakal, H.; Shah, A. Shale Gas Production Decline Trend over Time in the Barnett Shale. J. Pet. Sci. Eng. 2018, 165, 691–710. [Google Scholar] [CrossRef]
  13. He, Y.-W.; He, Z.-Y.; Tang, Y.; Xu, Y.-J.; Long, J.-C.; Sepehrnoori, K. Shale Gas Production Evaluation Framework Based on Data-Driven Models. Pet. Sci. 2023, 20, 1659–1675. [Google Scholar] [CrossRef]
  14. Xue, L.; Liu, Y.; Xiong, Y.; Liu, Y.; Cui, X.; Lei, G. A Data-Driven Shale Gas Production Forecasting Method Based on the Multi-Objective Random Forest Regression. J. Pet. Sci. Eng. 2021, 196, 107801. [Google Scholar] [CrossRef]
  15. Desbordes, J.K.; Zhang, K.; Xue, X.; Ma, X.; Luo, Q.; Huang, Z.; Hai, S.; Jun, Y. Dynamic Production Optimization Based on Transfer Learning Algorithms. J. Pet. Sci. Eng. 2022, 208, 109278. [Google Scholar] [CrossRef]
  16. Alolayan, O.S.; Raymond, S.J.; Montgomery, J.B.; Williams, J.R. Towards Better Shale Gas Production Forecasting Using Transfer Learning. Upstream Oil Gas Technol. 2021, 9, 100072. [Google Scholar] [CrossRef]
  17. Li, X.; Xie, H.; Lau, R.Y.K.; Wong, T.-L.; Wang, F.-L. Stock Prediction via Sentimental Transfer Learning. IEEE Access 2018, 6, 73110–73118. [Google Scholar] [CrossRef]
  18. Zhai, N.; Zhou, X. Temperature Prediction of Heating Furnace Based on Deep Transfer Learning. Sensors 2020, 20, 4676. [Google Scholar] [CrossRef]
  19. Hu, C.; Zhang, J.; Yuan, H.; Gao, T.; Jiang, H.; Yan, J.; Wenzhong Gao, D.; Wang, F.-Y. Black Swan Event Small-Sample Transfer Learning (BEST-L) and Its Case Study on Electrical Power Prediction in COVID-19. Appl. Energy 2022, 309, 118458. [Google Scholar] [CrossRef]
  20. Pacis, F.J.; Ambrus, A.; Alyaev, S.; Khosravanian, R.; Kristiansen, T.G.; Wiktorski, T. Improving Predictive Models for Rate of Penetration in Real Drilling Operations through Transfer Learning. J. Comput. Sci. 2023, 72, 102100. [Google Scholar] [CrossRef]
  21. Fu, J.; Liu, W.; Zheng, X.; Han, X. Transfer Forest: A Deep Forest Model Based on Transfer Learning for Early Drilling Kick Detection. Energies 2023, 16, 2100. [Google Scholar] [CrossRef]
  22. Yao, J.; Liang, W.; Xiong, J. Novel Intelligent Diagnosis Method of Oil and Gas Pipeline Defects with Transfer Deep Learning and Feature Fusion. Int. J. Press. Vessel. Pip. 2022, 200, 104781. [Google Scholar] [CrossRef]
  23. Zhang, K.; Wang, Q.; Wang, L.; Zhang, H.; Zhang, L.; Yao, J.; Yang, Y. Fault Diagnosis Method for Sucker Rod Well with Few Shots Based on Meta-Transfer Learning. J. Pet. Sci. Eng. 2022, 212, 110295. [Google Scholar] [CrossRef]
  24. Arps, J.J. Analysis of Decline Curves. Trans. AIME 1945, 160, 228–247. [Google Scholar] [CrossRef]
  25. Duong, A.N. Rate-Decline Analysis for Fracture-Dominated Shale Reservoirs. SPE Reserv. Eval. Eng. 2011, 14, 377–387. [Google Scholar] [CrossRef]
  26. Ilk, D.; Rushing, J.A.; Perego, A.D.; Blasingame, T.A. Exponential vs. Hyperbolic Decline in Tight Gas Sands—Understanding the Origin and Implications for Reserve Estimates Using Arps’ Decline Curves. In Proceedings of the All Days, Denver, CO, USA, 21–24 September 2008; p. SPE-116731-MS. [Google Scholar]
  27. Challu, C.; Olivares, K.G.; Oreshkin, B.N.; Garza, F.; Mergenthaler-Canseco, M.; Dubrawski, A. N-HiTS: Neural Hierarchical Interpolation for Time Series Forecasting. In Proceedings of the 37th AAAI Conference on Artificial Intelligence, Washington, DC, USA, 7–14 February 2023; Available online: https://arxiv.org/pdf/2201.12886 (accessed on 1 May 2023).
  28. Yang, Q.; Zhang, Y.; Dai, W.; Pan, S.J. Transfer Learning, 1st ed.; Cambridge University Press: Cambridge, UK, 2020; ISBN 978-1-139-06177-3. [Google Scholar]
  29. Pan, S.J.; Yang, Q. A Survey on Transfer Learning. IEEE Trans. Knowl. Data Eng. 2010, 22, 1345–1359. [Google Scholar] [CrossRef]
  30. Lu, J.; Behbood, V.; Hao, P.; Zuo, H.; Xue, S.; Zhang, G. Transfer Learning Using Computational Intelligence: A Survey. Knowl.-Based Syst. 2015, 80, 14–23. [Google Scholar] [CrossRef]
  31. Zhuang, F.; Qi, Z.; Duan, K.; Xi, D.; Zhu, Y.; Zhu, H.; Xiong, H.; He, Q. A Comprehensive Survey on Transfer Learning. Proc. IEEE 2021, 109, 43–76. [Google Scholar] [CrossRef]
  32. Zhang, J.; Zhou, Z.; Song, T.; Li, F.; Chen, R.; Lu, Y.; Chen, X.; Xu, Q.; Wang, C.; Wang, Y. Comparison of exploration and development history, geological characteristics and exploitation conditions of shale gas in China and the United States and its enlightenment. Acta Pet. Sin. 2022, 43, 1687–1701. [Google Scholar]
  33. Yang, R.; Liu, X.; Yu, R.; Hu, Z.; Duan, X. Long Short-Term Memory Suggests a Model for Predicting Shale Gas Production. Appl. Energy 2022, 322, 119415. [Google Scholar] [CrossRef]
  34. Hu, J.; Wang, X.; Zhang, Y.; Zhang, D.; Zhang, M.; Xue, J. Time Series Prediction Method Based on Variant LSTM Recurrent Neural Network. Neural Process. Lett. 2020, 52, 1485–1500. [Google Scholar] [CrossRef]
  35. Fu, K.; Li, H.; Deng, P. Chaotic Time Series Prediction Using DTIGNet Based on Improved Temporal-Inception and GRU. Chaos Solitons Fractals 2022, 159, 112183. [Google Scholar] [CrossRef]
  36. Fan, J.; Zhang, K.; Huang, Y.; Zhu, Y.; Chen, B. Parallel Spatio-Temporal Attention-Based TCN for Multivariate Time Series Prediction. Neural Comput. Appl. 2023, 35, 13109–13118. [Google Scholar] [CrossRef]
Figure 1. The structure of the hierarchical interpolation model.
Figure 1. The structure of the hierarchical interpolation model.
Processes 11 03105 g001
Figure 2. The structure of the transfer learning model.
Figure 2. The structure of the transfer learning model.
Processes 11 03105 g002
Figure 3. The red area is where the target block is located [32].
Figure 3. The red area is where the target block is located [32].
Processes 11 03105 g003
Figure 4. Sample wells for blocks with sufficient data.
Figure 4. Sample wells for blocks with sufficient data.
Processes 11 03105 g004
Figure 5. Sample wells for blocks with scarce data.
Figure 5. Sample wells for blocks with scarce data.
Processes 11 03105 g005
Figure 6. Illustration of the specific prediction structure of the model.
Figure 6. Illustration of the specific prediction structure of the model.
Processes 11 03105 g006
Figure 7. Results of Arps Model Predictions for Well 003-22278.
Figure 7. Results of Arps Model Predictions for Well 003-22278.
Processes 11 03105 g007
Figure 8. Results of Duong Model Predictions for Well 003-22278.
Figure 8. Results of Duong Model Predictions for Well 003-22278.
Processes 11 03105 g008
Figure 9. Results of PLE Model Predictions for Well 003-22278.
Figure 9. Results of PLE Model Predictions for Well 003-22278.
Processes 11 03105 g009
Figure 10. Results of Arps Model Predictions for Well 063-37010.
Figure 10. Results of Arps Model Predictions for Well 063-37010.
Processes 11 03105 g010
Figure 11. Results of Duong Model Predictions for Well 063-37010.
Figure 11. Results of Duong Model Predictions for Well 063-37010.
Processes 11 03105 g011
Figure 12. Results of PLE Model Predictions for Well 063-37010.
Figure 12. Results of PLE Model Predictions for Well 063-37010.
Processes 11 03105 g012
Figure 13. Results of transfer learning predictions for well 003-22278.
Figure 13. Results of transfer learning predictions for well 003-22278.
Processes 11 03105 g013
Figure 14. Results of transfer learning predictions for well 063-37010.
Figure 14. Results of transfer learning predictions for well 063-37010.
Processes 11 03105 g014
Figure 15. Results of transfer learning predictions for other wells.
Figure 15. Results of transfer learning predictions for other wells.
Processes 11 03105 g015
Figure 16. Comparison of other mainstream models.
Figure 16. Comparison of other mainstream models.
Processes 11 03105 g016
Figure 17. Prediction error of this model and other mainstream models.
Figure 17. Prediction error of this model and other mainstream models.
Processes 11 03105 g017
Figure 18. Errors of MAPE and MAE for different input time steps.
Figure 18. Errors of MAPE and MAE for different input time steps.
Processes 11 03105 g018
Table 1. Distribution of data-rich blocks.
Table 1. Distribution of data-rich blocks.
WashingtonSusquehannaGreeneBradfordTiogaLycomingButlerWestmorelandFayetteWyomingArmstrong
200120001633159311341105684388357353339
Table 2. Distribution of data-scarce blocks.
Table 2. Distribution of data-scarce blocks.
AlleghenyMercerJeffersonIndianaClarionSomersetForestBlairCambriaVenangoWarren
1885853514420186554
Table 3. Model parameters.
Table 3. Model parameters.
ParameterValues
Stacks3
blockStacks × [1]
MLP_hidden[256,256]
Pool_kernel-sizeStacks × [1]
ActivationReLU
Epoch size100
Batch size32
optimizerAdam
Input size24
Output size60
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Ni, M.; Xin, X.; Yu, G.; Gong, Y.; Liu, Y.; Xu, P. Research on the Declining Trend of Shale Gas Production Based on Transfer Learning Methods. Processes 2023, 11, 3105. https://doi.org/10.3390/pr11113105

AMA Style

Ni M, Xin X, Yu G, Gong Y, Liu Y, Xu P. Research on the Declining Trend of Shale Gas Production Based on Transfer Learning Methods. Processes. 2023; 11(11):3105. https://doi.org/10.3390/pr11113105

Chicago/Turabian Style

Ni, Mingcheng, Xiankang Xin, Gaoming Yu, Yugang Gong, Yu Liu, and Peifu Xu. 2023. "Research on the Declining Trend of Shale Gas Production Based on Transfer Learning Methods" Processes 11, no. 11: 3105. https://doi.org/10.3390/pr11113105

APA Style

Ni, M., Xin, X., Yu, G., Gong, Y., Liu, Y., & Xu, P. (2023). Research on the Declining Trend of Shale Gas Production Based on Transfer Learning Methods. Processes, 11(11), 3105. https://doi.org/10.3390/pr11113105

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop