Accelerating Auxetic Metamaterial Design with Deep Learning

Jackson K. Wilt,Charles Yang,Grace X. Gu
DOI: https://doi.org/10.1002/adem.201901266
IF: 3.6
2020-01-09
Advanced Engineering Materials
Abstract:Metamaterials can be designed to contain functional gradients with negative Poisson's ratio that have counterintuitive behavior compared to monolithic materials. These negative Poisson's ratio materials, referred to as auxetics, are important to engineering sciences because of their unique mechanical expansion. Previous studies have explored compliant actuators using analytical and numerically derived mechanics of materials principles. However, the control of compliant gradient mechanisms frequently uses complex analytical equations combined with traditional control algorithms making them difficult to design. In order to confront the design processes and computational load, this study uses machine learning to predict errors in compliant auxetic designs based on a mathematically optimal deformation. Finite element analysis and experimental specimens validate the theoretical mechanical behavior of a specific auxetic configuration as well as demonstrate the manufacturing capabilities of additive manufacturing of graded auxetic materials. We then use pseudorandomized images and their respective computational deformation results to train a regressive model and predict the deviation from the optimal behavior. The model predicts the deviation from the desired behavior with a mean average percent error below 5% for the validation set. This study subsequently proposes a scalable workflow design process connecting the unique performance of auxetics to machine learning design predictions.This article is protected by copyright. All rights reserved.
materials science, multidisciplinary
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to accelerate the design process of auxetic metamaterials with negative Poisson's ratio (NPR) and reduce their computational burden. Specifically, researchers use deep - learning techniques to predict the behavioral deviations of these metamaterials during deformation, thereby simplifying and optimizing the design process. ### Problem Background Traditional metamaterial design relies on complex analytical equations and traditional control algorithms, which makes the design process very complex and time - consuming. Especially for metamaterials with gradient functions, the complexity of their internal structures and mechanical behaviors further increases the design difficulty. To overcome these challenges, this paper proposes a deep - learning - based method to accelerate the design of metamaterials and improve design efficiency. ### Main Objectives 1. **Predict Deformation Errors**: Predict the behavioral deviations of metamaterials under specific deformations through a machine - learning model to ensure the accuracy of the design. 2. **Optimize the Design Process**: Use deep learning to reduce the consumption of design time and computational resources, making the design process more efficient. 3. **Verify Theoretical Models**: Through finite - element analysis (FEA) and experimental verification, ensure the consistency between theoretical models and actual results. ### Solutions - **Data Generation**: Train a regression model using pseudo - random images and their corresponding calculated deformation results. - **Model Training**: Use a convolutional neural network (CNN) for training to predict the deviation between the deformation behavior and the ideal behavior. - **Experimental Verification**: Manufacture experimental samples by 3D printing and conduct experimental tests to verify the accuracy of the model predictions. ### Key Formulas - **Mean Absolute Error (MAE)**: \[ \text{MAE}=\frac{1}{n}\sum_{i = 1}^{n}|x_i-\hat{x}_i| \] where \(x_i\) is the actual deformation value and \(\hat{x}_i\) is the predicted deformation value. - **Mean Squared Error (MSE)**: \[ \text{MSE}=\frac{1}{n}\sum_{i = 1}^{n}(x_i-\hat{x}_i)^2 \] - **Gaussian Filter**: \[ G(x,y)=\frac{1}{2\pi\sigma^2}e^{-\frac{x^2 + y^2}{2\sigma^2}} \] where \(\sigma = 10\). Through the above methods, this research not only improves the efficiency of metamaterial design but also provides new ideas and technical means for future research.