Abstract
Petroleum engineers widely use Chan water control diagnostic plots to visually examine patterns for mechanisms behind excessive water production in petroleum wells. Distinct signatures reveal constant water-oil ratio (WOR), normal displacement of oil by water, multilayer channeling, and rapid channeling. Visual diagnosis requires extensive practical experience. High well counts amplify the need for timely relevant solutions. This study presents a supervised machine learning (ML) technique, support vector machine (SVM), to automatically identify Chan diagnostic patterns for timely detection and control of excess water production.
The project involved publicly available production data. First, we performed manual identification of different Chan plot patterns and split the data set for training, cross-validation, and testing. Next, we normalized each subset, balanced the number of samples per pattern, trained the SVM model, and evaluated its ability on the test data set. The final stage involved model parameter tuning to explore opportunities to improve the model accuracy.
When collecting representative samples, we observed uneven sample counts for pattern type subsets. Balancing the training data set was necessary to ensure that the model could generalize well for previously unseen production data. To ensure a relevant comparison among wells within each pattern type, we performed time- and WOR-based normalization.
We confirmed that the SVM model was highly accurate across diverse fields and hence did not exhibit a locality bias. Operator companies can harness the prior classification of water control trends by experienced engineers. As more wells start exhibiting specific pattern signatures, the algorithm helps to proactively identify them. The approach maximizes the effectiveness of water production analysis and helps to reinforce technical quality and continuity among engineering personnel.
The study demonstrated an application of SVM to the classification task of identifying water control diagnostic plot signatures across different fields. We proposed stricter visual definitions of signature types. Patterns such as normal displacement and multilayer channeling are extremely similar; therefore, we presented feature engineering required to increase classification accuracy in similar edge cases. With various kernels, the described SVM methodology can help production engineers to proactively perform surveillance activities that require identifying signature patterns in Chan plots.