Surrogate models for Rock-Fluid Interaction: A Grid-Size-Invariant Approach
Summary
This work introduces eight surrogate models designed to predict fluid flow in porous media, addressing the high computational cost of conventional high-fidelity numerical models for rock-fluid interaction. Four models are reduced-order models (ROMs) utilizing two neural networks for compression and prediction. The other four are single neural networks featuring grid-size invariance, meaning they can infer on computational domains larger than their training data. The study compares UNet and UNet++ architectures, demonstrating that UNet++ offers superior predictive performance for these surrogate models. The grid-size-invariant approach is shown to reliably reduce memory consumption during training, yielding strong correlation with ground-truth values and outperforming the ROMs analyzed, even for challenging scenarios like fluid-induced rock dissolution.
Key takeaway
For AI Scientists developing models for multi-query problems in porous media, consider implementing grid-size-invariant neural networks. This approach significantly reduces memory consumption during training and allows for inference on larger computational domains, making it highly suitable for uncertainty quantification and optimization tasks where numerous scenarios must be evaluated efficiently. Prioritize UNet++ architectures over UNet for superior predictive performance.
Key insights
Grid-size-invariant neural networks offer efficient, scalable surrogate modeling for complex rock-fluid interactions.
Principles
- UNet++ outperforms UNet for surrogate models.
- Grid-size invariance reduces training memory consumption.
Method
Develop surrogate models using either reduced-order models (two neural networks) or single grid-size-invariant neural networks capable of inferring on larger domains than trained.
In practice
- Employ UNet++ for improved surrogate model performance.
- Use grid-size-invariant models for memory-efficient training.
Topics
- Surrogate Models
- Rock-Fluid Interaction
- Grid-Size Invariance
- UNet++ Architecture
- Reduced-Order Models
Best for: AI Scientist, AI Researcher, Research Scientist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.