Skip to content

RuYangNU/Deep-Dic-deep-learning-based-digital-image-correlation

Repository files navigation

Deep DIC: Deep Learning-Based Digital Image Correlation for End-to-End Displacement and Strain Measurement

Note: We are still working on uploading more dataset.

Digital image correlation (DIC) has become an industry standard to retrieve accurate displacement and strain measurement in tensile testing and other material characterization. Though traditional DIC offers a high precision estimation of deformation for general tensile testing cases, the prediction becomes unstable at large deformation or when the speckle patterns start to tear. In addition, traditional DIC requires a long computation time and often produces a low spatial resolution output affected by filtering and speckle pattern quality. To address these challenges, we propose a new deep learning-based DIC approach – Deep DIC, in which two convolutional neural networks, DisplacementNet and StrainNet, are designed to work together for end-to-end prediction of displacements and strains. DisplacementNet predicts the displacement field and adaptively tracks the region of interest. StrainNet predicts the strain field directly from the image input without relying on the displacement prediction, which significantly improves the strain prediction accuracy. A new dataset generation method is developed to synthesize a realistic and comprehensive dataset, including generation of speckle patterns and deformation of the speckle image with synthetic displacement field. Though trained on synthetic dataset only, Deep DIC is tested on both simulated and experimental data. Deep DIC gives highly consistent and comparable predictions of displacement and strain with those obtained from commercial DIC software, while it outperforms commercial software with very robust strain prediction even at large and localized deformation and varied pattern qualities. In addition, Deep DIC is capable of real-time prediction of deformation with a calculation time down to milliseconds.
Please refer to our paper: https://www.sciencedirect.com/science/article/pii/S092401362100434
and https://arxiv.org/ftp/arxiv/papers/2110/2110.13720.pdf

Citation

If you find this code or the provided data useful in your research, please consider cite:
@article{yang2022deep,
title={Deep DIC: Deep learning-based digital image correlation for end-to-end displacement and strain measurement},
author={Yang, Ru and Li, Yang and Zeng, Danielle and Guo, Ping},
journal={Journal of Materials Processing Technology},
volume={302},
pages={117474},
year={2022},
publisher={Elsevier}
}

Dependencies

Deep-DIC is implemented in PyTorch and tested with Ubuntu 20.04, please install PyTorch first following the official instruction.

  • Python 3.7
  • PyTorch (version = 1.16)
  • Torchvision (version = 0.7.0)
  • Pillow (version = 7.2)
  • numpy
  • scipy
  • CUDA

Overview

We provide:

About

Deep DIC: Deep Learning-Based Digital Image Correlation for End-to-End Displacement and Strain Measurement

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published