1 cumulative citations
View corpus contextA deployed ML workflow for gas-lift control in the Bakken reportedly raised oil output by roughly 5–7% on wells optimized, but the claim is based on before–after operational comparisons rather than randomized or controlled evaluation.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
In this paper, we present an automated data-driven workflow using Machine Learning (ML) for gas lift optimization in unconventional fields. This workflow integrates a ML model that accurately forecasts the Gas Lift Performance Curve, and a Bayesian Optimization Framework to solve for the optimal gas injection rates under the constraints of facility capacity. The ML model leverages the historical production time series data without requiring downhole gauges or multi-rate well tests. We piloted this workflow on 30 wells across 5 well pads in Bakken and obtained >5% production uplift on average. With the success of the pilot, we have now fully-deployed this workflow in Bakken across 200+ gas lift and plunger-assisted gas lift (PAGL) wells. Moreover, the ML-based gas lift optimization workflow presented in this paper is an effective and economic solution for other assets where downhole data or multi-rate testing are not available/feasible due to cost or facility constraints.
Summary
Main Finding
An automated ML-driven workflow (weekly ML forecaster + Bayesian constrained optimizer) for gas-lift optimization was developed and deployed in the Bakken. In pilots (~30 wells) it produced >5% average production uplift; after field deployment across 200+ GL/PAGL wells, among wells actually optimized the reported average uplift is ~7%. The system operates without downhole gauges or multi-rate tests, trading instrumentation for historical surface time-series and scalable ML.
Key Points
- Objective: predict each well’s Gas Lift Performance Curve (liquid production vs gas injection) and choose per-well gas rates to maximize pad/compressor-level production under compressor capacity constraints.
- Data environment: sparsely instrumented Bakken fields — daily surface production, gas injection and surface pressure/temperature; no downhole gauges; limited compressor adjustments and reliability issues.
- Pilot / deployment:
- Pilot: ~30 wells (paper inconsistently reports 5 vs 8 pads).
- Full deployment: 200+ GL and PAGL wells; 50+ wells optimized at least once; 84% of wells reported as “near-optimal”.
- Reported average uplifts: >5% (pilot), ~7% among optimized wells.
- Practical constraints emphasized: pad compression mapping, compressor min/max capacity, limited feasible gas changes per week, risk that gas-rate changes may cause multi-day pad downtime.
Data & Methods
- Preprocessing:
- Filter rules: remove early transient months after GL conversion, flatlines, days with >6 hours downtime within a week, non-physical records, post-shut-in flush out days.
- Downsampling: median aggregator to weekly resolution (chosen because optimal gas rates rarely change weekly and compressors limit changes).
- Imputation: forward-fill for temporal features; mean/mode for static features.
- Stationarization: target is the weekly change in liquid production, ΔLiquidProd(t) = LiquidProd(t−1) − LiquidProd(t), i.e., model predicts the decrement (regression).
- Features:
- Temporal: lagged production, ΔLiquidProd, surface pressure/temperature at t−1, t−2, t−3 (no leakage from Week(t)).
- Control: candidate gas injection rate for Week(t) (used to generate predicted performance curves by sweeping gas rates).
- Static: well attributes (lateral length, TVD, area, age, etc.).
- ML model:
- Ensemble stacking of Random Forest, XGBoost, and Kernel Ridge Regression (2nd-order polynomial kernel). KRR chosen to help extrapolate gas-rate values not seen in training.
- Time-series cross-validation: older 80% (time) used for CV and training; 20% holdout for test.
- Performance: RMSE ≈ 54.6 bbl/d (train), ≈ 58 bbl/d (test).
- Model interpretation: SHAP shows past production features dominate; gas injection (control) is secondary but material.
- Optimization:
- Constrained objective per compressor: maximize sum of predicted production across wells mapped to that compressor subject to compressor min/max total gas capacity.
- Solver approach: Bayesian optimization used to efficiently search per-well gas-rate space under constraints.
- Deployment:
- Two CICD pipelines: weekly prediction (generate curves, run optimizer, push recommendations, monitor prediction performance); monthly automated retraining with promotion if improved on holdout.
- Dashboard integrated into routine surveillance meetings; engineers use output plus risk assessment to time compressor adjustments.
Implications for AI Economics
- Direct revenue/productivity gains:
- Even modest percent uplifts (5–7%) aggregate into substantial revenue increases when scaled across many wells. Economists can compute expected uplift value = uplift% × baseline bbl/day × oil price × operating days − incremental costs (operational changes, incremental compressor wear/downtime).
- Because adjustments are constrained by compressor reliability, realized uplift may be less than unconstrained theoretical maxima; reported figures reflect operational trade-offs.
- Cost substitution and scaling:
- The workflow substitutes expensive instrumentation (downhole gauges) and intrusive multi-rate testing with an ML+optimization pipeline trained on surface time-series. This reduces marginal cost per well and lowers barriers to scaling optimization across large fleets — a classic economies-of-scale gain from software-driven interventions.
- The recurring costs are operational (data plumbing, CI/CD, periodic retraining) rather than capital instrumentation, shifting investment from CAPEX to OPEX.
- Value of automation and decision support:
- Weekly automated forecasts + constrained optimizers allow centralized allocation of limited compressor capacity, increasing aggregate efficiency of capital-constrained resources.
- Embedding outputs in engineers’ workflows (dashboard) increases adoption, but the economic value depends on whether operators follow recommendations and how they trade off risk of compressor interventions.
- Risk, uncertainty, and measurement issues (economic considerations):
- Reported uplifts lack randomized counterfactual validation; selection/implementation bias may inflate observed gains. Economists should demand RCTs or controlled A/B rollouts to estimate causal uplift and quantify uncertainty.
- Limited uncertainty quantification is reported (no confidence intervals on performance curves or optimization outcomes). For decision-making under risk, economists should value additional information (expected value of perfect/imperfect information) and possibly require probabilistic forecasts.
- Compressor failure risk and potential multi-day pad downtime are material downside costs; any economic model should incorporate expected failure/downtime costs when assessing net benefit.
- Investment trade-offs:
- Compare returns on (a) deploying ML optimization vs (b) investing in additional instrumentation (downhole gauges) or more reliable compressors. The ML workflow lowers instrumentation CAPEX but may have limits where physics-based models with better measurements outperform ML.
- Assess marginal value of expanding to more wells: if many wells are already “near-optimal” (84% reported), the incremental value per additional optimization may decline — budget allocation should consider diminishing returns.
- Policy & organizational effects:
- Operational constraints (compressor reliability, intervention risk aversion) are central — AI/economic interventions must be coupled with incentives and change management.
- Adoption creates labor reallocation (less manual testing, more ML model monitoring and engineering triage); economic impacts on staffing and skills should be factored into ROI.
- Recommended next steps for economic analysis:
- Conduct controlled rollout (A/B) to estimate causal production uplift and downstream revenue with confidence intervals.
- Build a simple decision model: expected uplift × price × probability of successful compressor adjustment − expected downtime/failure cost − operational costs; run sensitivity analysis across oil price, failure probability, and uplift distribution.
- Compare long-run ROI of ML workflow vs alternatives (instrumentation, more reliable compressors, physics-based optimization) including capital and O&M trade-offs.
- Add probabilistic forecasting and expected value of information analysis to justify when to adjust compressors given their reliability risk.
Summary conclusion: The paper demonstrates a pragmatic, scalable ML + Bayesian-optimization solution delivering measurable production uplifts by leveraging only surface time-series data and an operationally-aware constrained optimizer. For economists, the key questions are the causal reliability of the reported gains, the costs of interventions (including failure risk), and the comparative ROI versus instrumentation or infrastructure upgrades.
Assessment
Claims (8)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| The machine-learning-based gas-lift optimization workflow achieved more than 5% average production uplift in a pilot involving approximately 30 wells in the Bakken field. Firm Productivity | positive | Average production uplift |
Reading fidelity
high
Study strength
medium
|
n=30
>5% production uplift on average
|
| The workflow was fully deployed across more than 200 gas-lift and plunger-assisted gas-lift wells in Bakken. Adoption Rate | positive | Deployment scale |
Reading fidelity
high
Study strength
medium
|
200+ wells
|
| Among wells optimized at least once, the workflow achieved approximately 7% average production uplift. Firm Productivity | positive | Average production uplift among optimized wells |
Reading fidelity
high
Study strength
low
|
~7% production uplift on average
|
| The machine-learning forecaster predicted liquid production with an RMSE of 58 bbl/d on the newer 20% hold-out test set. Output Quality | positive | Liquid-production forecast error |
Reading fidelity
high
Study strength
medium
|
RMSE = 58 bbl/d
|
| The workflow does not require downhole gauges or multi-rate gas-injection tests because it uses historical production time-series data to forecast gas-lift performance curves. Organizational Efficiency | positive | Required data and testing infrastructure |
Reading fidelity
high
Study strength
medium
|
not reported
|
| The constrained optimization framework selects gas-injection rates that maximize total production for wells sharing a compressor while keeping total gas injection within compressor capacity. Task Allocation | positive | Production under compressor-capacity constraints |
Reading fidelity
high
Study strength
medium
|
not reported
|
| After deployment, 84% of the wells were operating in a near-optimal state where further optimization was judged not worth the risk of compressor failure. Organizational Efficiency | positive | Share of wells operating near their optimal state |
Reading fidelity
high
Study strength
low
|
84% of wells
|
| The workflow became a routine tool for the Bakken artificial-lift and engineering teams during monthly surveillance and optimization meetings. Adoption Rate | positive | Routine organizational adoption and workflow use |
Reading fidelity
high
Study strength
low
|
not reported
|