Prediction of Effective Elastic Moduli of Rocks using Graph Neural Networks
Jaehong Chung, Rasool Ahmad, WaiChing Sun, Wei Cai, Tapan Mukerji
TL;DR
The paper addresses predicting rock effective elastic moduli from microstructure using a Mapper-based graph representation of 3D digital rocks and a Graph Isomorphism Network (GIN) to predict bulk and shear moduli. The approach demonstrates strong generalization to unseen rock types and subcube sizes, outperforming CNN baselines in predicting unseen properties and offering memory-efficiency advantages. By validating graph topological features with a Random Forest and showing near-perfect test accuracy with the GNN, the work highlights the potential of topological graph representations for digital rock analysis. The findings indicate a practical, scalable path for rapid rock-property predictions, though preprocessing the voxel-to-graph transformation remains a bottleneck to be optimized.
Abstract
This study presents a Graph Neural Networks (GNNs)-based approach for predicting the effective elastic moduli of rocks from their digital CT-scan images. We use the Mapper algorithm to transform 3D digital rock images into graph datasets, encapsulating essential geometrical information. These graphs, after training, prove effective in predicting elastic moduli. Our GNN model shows robust predictive capabilities across various graph sizes derived from various subcube dimensions. Not only does it perform well on the test dataset, but it also maintains high prediction accuracy for unseen rocks and unexplored subcube sizes. Comparative analysis with Convolutional Neural Networks (CNNs) reveals the superior performance of GNNs in predicting unseen rock properties. Moreover, the graph representation of microstructures significantly reduces GPU memory requirements (compared to the grid representation for CNNs), enabling greater flexibility in the batch size selection. This work demonstrates the potential of GNN models in enhancing the prediction accuracy of rock properties and boosting the efficiency of digital rock analysis.
