Source-linked AI summary

Three-dimensional convolutional neural network (3D-CNN) for heterogeneous material homogenization

Chengping Rao, Yang Liu

arXiv:2002.07600v1cs.CE

TL;DR

The paper addresses efficient prediction of effective properties for heterogeneous-material RVEs while retaining information from three-dimensional microstructures and uncertain inputs. It trains a 3D-CNN on FEA-homogenized data and evaluates accuracy, inference efficiency, uncertainty quantification, and transferability. The model reproduces effective properties with a maximum prediction error around 0.5% and achieves a 25–50× GPU inference speed-up over traditional FEA.

  • Problem

    Effective-property prediction for heterogeneous materials requires methods that account for complex microstructures while supporting efficient engineering analysis and uncertain-input evaluation.

  • Method

    A 3D-CNN is trained on FEA-based linear-homogenization labels for voxelized two-phase RVEs with randomly distributed inclusions, then adapted to ellipsoidal-inclusion data.

  • Results

    The model reproduces effective material properties with a maximum prediction error around 0.5% and provides a 25–50× GPU inference speed-up over traditional FEA.

  • Takeaways & Limitations

    The approach supports end-to-end prediction from 3D phase voxels, probabilistic effective-property prediction under uncertainty, faster design iteration, and transfer to new composite datasets.

  • Takeaways & Limitations

    Training the model requires about 35 hours on GPU for the 1400-RVE training dataset, although this demand is described as one-off after training.

Abstract

from arXiv · show

Homogenization is a technique commonly used in multiscale computational science and engineering for predicting collective response of heterogeneous materials and extracting effective mechanical properties. In this paper, a three-dimensional deep convolutional neural network (3D-CNN) is proposed to predict the effective material properties for representative volume elements (RVEs) with random spherical inclusions. The high-fidelity dataset generated by a computational homogenization approach is used for training the 3D-CNN models. The inference results of the trained networks on unseen data indicate that the network is capable of capturing the microstructural features of RVEs and produces an accurate prediction of effective stiffness and Poisson's ratio. The benefits of the 3D-CNN over conventional finite-element-based homogenization with regard to computational efficiency, uncertainty quantification and model's transferability are discussed in sequence. We find the salient features of the 3D-CNN approach make it a potentially suitable alternative for facilitating material design with fast product design iteration and efficient uncertainty quantification.

1. Introduction

Homogenization estimates effective properties of heterogeneous materials using representative microstructures, but existing analytical, semi-analytical, numerical, and machine-learning approaches involve different trade-offs. The paper motivates a 3D-CNN to capture three-dimensional microstructural features for composite-property prediction.

  • Effective properties allow composite design analyses to replace explicit modeling of all constituents and microstructural details.
  • Homogenization approaches include analytical, semi-analytical, and numerical methods such as finite-element, boundary-element, and fast-Fourier-transform methods.
  • Machine-learning methods have been applied to material modeling, analysis, and design, including data-driven homogenization and microstructure reconstruction.
  • Traditional machine-learning techniques depend heavily on time-consuming feature engineering and expert knowledge, whereas deep learning can automatically identify salient features.
  • Most prior image-based studies learn representations in 2D, motivating consideration of 3D geometry to capture salient microstructural features more fully.
  • The proposed study models two-phase RVEs with randomly distributed inclusions, generates diverse samples across inclusion volume fractions and spatial distributions, and obtains effective moduli through finite-element linear homogenization.

2. Methodologies

The method generates voxelized RVE microstructures, obtains homogenized labels through finite-element computational homogenization, and trains a 3D-CNN to predict effective material properties. The architecture uses convolution, pooling, activation, flattening, and fully connected layers, with validation-based hyperparameter tuning and early stopping.

  • Generation of dataset and preprocessing: 2000 spherical-inclusion RVE samples span inclusion volume fractions from 2% to 28% for dataset construction.Each square RVE has length 1.0 mm, and inclusion radii are uniformly distributed from 0.05 to 0.1 mm.
  • Generation of dataset and preprocessing: RVEs are converted into 101 × 101 × 101 binary voxel grids, with matrix voxels encoded as 0 and inclusion voxels as 1.A level-set function assigns phase values using inclusion centers and radii.
  • Generation of dataset and preprocessing: Finite-element computational homogenization labels each RVE with effective elastic, shear, and Poisson properties derived from the homogenized constitutive tensor.The homogenized tensor is obtained by solving RVE problems under periodic boundary conditions and averaging stress fields.
  • 3D convolutional neural network: The dataset is split 1400:300:300 for training, validation, and testing, while validation tunes architecture and supports early stopping.The model minimizes mean square error, and output scaling addresses differences between modulus and Poisson-ratio ranges.
  • 3D convolutional neural network: The 3D-CNN processes phase voxels through convolutional and pooling layers, then flattening and fully connected layers produce the effective-property vector.Convolution filters extract feature maps, pooling downsamples spatial data, and fully connected layers map flattened features to 12 outputs.

3. Results

The proposed 3D-CNN is evaluated through architecture selection, prediction accuracy, computational efficiency, uncertainty quantification, and transfer learning across inclusion geometries.

  • 3.1. Design of the 3D-CNN architecture: The selected architecture balances accuracy and efficiency after testing filter size, depth, width, and fully connected-layer configurations.Increasing network width or depth could worsen performance through overfitting; Case 2 was selected for subsequent experiments.
  • 3.2. Prediction of effective properties: All 12 effective-property components were accurately predicted on 300 unseen RVEs across the 2%-28% volume-fraction range.The components include Young’s moduli, shear moduli, and Poisson’s ratios, with performance remaining strong at both low and high volume fractions.
  • 3.2. Prediction of effective properties: MAREs for all 12 components remained below 0.55%.The metric compares 3D-CNN predictions against FEA ground truth.
  • 3.2. Prediction of effective properties: CPU-based 3D-CNN inference outperformed FEA for volume fractions greater than 12%, while FEA time increased with RVE discretization.The CNN inference cost is theoretically independent of volume fraction because all RVEs use 101 × 101 × 101 voxels.
  • 3.3. Uncertainty quantification: Predicted effective-property distributions reproduced uncertainty trends, with mean errors below 1% and standard deviations slightly larger than ground truth.Modulus components increased with volume fraction, whereas Poisson’s-ratio components decreased.
  • 3.4. Transferability of the trained model: Transfer learning from spherical-inclusion RVEs to ellipsoidal-inclusion RVEs converged faster and reached lower loss than training from scratch.With a small dataset, the transfer-learning model reached 3.7 × 10^-4 within dozens of epochs, close to the 2.79 × 10^-4 best model.

4. Conclusions

The paper proposes a 3D-CNN trained on FEA-based homogenization data to predict effective properties of heterogeneous-material RVEs. It reports accurate, efficient inference, uncertainty-preserving predictions, and transferability, while identifying extensions for broader material classes and nonlinear behavior.

  • Approach: The 3D-CNN predicts effective or homogenized properties from RVE microstructures generated with HRSA and labeled through FEA-based linear homogenization.The architecture uses hidden 3D convolution layers, pooling, flattening, and fully connected layers; hyperparameters were tuned for inference performance.
  • Accuracy and efficiency: Around 0.5% maximum prediction error was obtained against FEA, with GPU inference speed-ups from 25ˆ to 50ˆ.The comparison supports both high accuracy and computational-efficiency benefits over traditional FEA.
  • Uncertainty quantification: The model preserves probabilistic distributions of effective properties when uncertain inputs are supplied, supporting uncertainty-aware engineering design.The authors describe this capability in the framework of Monte Carlo simulation.
  • Transferability: Transfer learning enables good prediction on a small new dataset at low training expense, which is significant when RVE data are costly to obtain.The summary identifies transferability as a benefit for different composite types, while the paper notes that its universality remains to be investigated.
  • Future work: Future work includes testing transfer learning on fiber-reinforced and polymer composites, modeling nonlinear properties with load conditions as inputs, and generating microstructures with desired effective properties.These directions mark the current scope boundary of the demonstrated approach.
Loading 2002.07600v1…