| Literature DB >> 29958394 |
Jose A Sanchez1, Aintzane Conde2, Ander Arriandiaga3, Jun Wang4, Soraya Plaza5.
Abstract
Theoretical models of manufacturing processes provide a valuable insight into physical phenomena but their application to practical industrial situations is sometimes difficult. In the context of Industry 4.0, artificial intelligence techniques can provide efficient solutions to actual manufacturing problems when big data are available. Within the field of artificial intelligence, the use of deep learning is growing exponentially in solving many problems related to information and communication technologies (ICTs) but it still remains scarce or even rare in the field of manufacturing. In this work, deep learning is used to efficiently predict unexpected events in wire electrical discharge machining (WEDM), an advanced machining process largely used for aerospace components. The occurrence of an unexpected event, namely the change of thickness of the machined part, can be effectively predicted by recognizing hidden patterns from process signals. Based on WEDM experiments, different deep learning architectures were tested. By using a combination of a convolutional layer with gated recurrent units, thickness variation in the machined component could be predicted in 97.4% of cases, at least 2 mm in advance, which is extremely fast, acting before the process has degraded. New possibilities of deep learning for high-performance machine tools must be examined in the near future.Entities:
Keywords: Industry 4.0; WEDM; deep learning; deep neural networks
Year: 2018 PMID: 29958394 PMCID: PMC6073871 DOI: 10.3390/ma11071100
Source DB: PubMed Journal: Materials (Basel) ISSN: 1996-1944 Impact factor: 3.623
Figure 1Voltage signal evolution during a single discharge in an industrial wire electrical discharged machining (WEDM) operation.
Electrical parameters as selected by machine table look-up.
| WEDM Parameters | Settings |
|---|---|
| Height [mm] | 100 |
| Off-time [µs] | 9.0 |
| On-time [µs] | 1.2 |
| Current intensity [A] | 5.0 |
| Open-circuit voltage [V] | 60.0 |
| Initial dielectric pressure [bar] | 17.0 |
| Wire tension [kg] | 1.2 |
Figure 2Example of voltage data sequence.
Figure 3Scheme of the process with the sample geometry.
Dataset used.
| Denotation | Zones | Sequences |
|---|---|---|
| Z_all | 1, 2, 3, 4, 5 | 2835 (5 × 567) |
| Z_135 | 1, 3, 5 | 2088 (688 + 677 + 723) |
| Z_15 | 1, 5 | 1411 (688 + 723) |
Model results for Z_all dataset.
| Model | Precision | Recall | F1 Score |
|---|---|---|---|
| CNN | 0.5806 | 0.5765 | 0.5785 |
| GRU | 0.6969 | 0.5788 | 0.6324 |
| BiGRU | 0.6968 | 0.6706 | 0.6835 |
| CGRU | 0.7260 | 0.7106 | 0.7182 |
| Model | Precision | Recall | F1 Score |
CGRU model results for Z_135 and Z_15 datasets.
| Precision | Recall | F1 Score | |
|---|---|---|---|
| Z_135 | 0.9361 | 0.9361 | 0.9361 |
| Z_15 | 1 | 1 | 1 |
Figure 4Confusion matrix for Z_all datasets with the CGRU model.
Figure 5Confusion Matrix for Z_135 dataset with CGRU model.