1. Introduction
2. CNN Structure and Learning Methods
2.1 Basic structure
2.2 Key techniques used in the reviewed papers
2.2.1 Activation function
2.2.2 Transfer learning
2.2.3 Data augmentation
3. Supervised learning with training from scratch
3.1 Original data utilization
Table 1
3.2 Data augmentation
Table 2
Process | Input | Output | Network | Data augmentation | Ref. No |
---|---|---|---|---|---|
X-ray Inspection | 32×32 (px) X-ray images from GDXray-Weld |
Classification - Weld quality (2, 5 classes) |
5 Models (Haralick, HOG, SSAE, 2 CNNs) | Subsampling ROS**, RUS*** SMOTE*4 | 23 |
Transmission Welds | 80×256 (px) for center detection 32x352 (px) for defect inspection from weld surfaces |
Regression - Center point Classification - Weld quality (Good, NG) |
6 Models (HOG+SVM, LBP+SVM, 4 CNNs) | Rotation Translation Scaling Brightness Adj. Contrast Adj. | 24 |
Flux Cored Arc Welding | 150×125 (px) in-situ image of weld pool |
Regression - 8 molten pool features |
CNN-FCN 10 HL* | Horizontal flip Translation Scaling | 25 |
Gas Tungsten Arc Weldng | 100×100 (px) in-situ images of weld pool in three-way |
Classification - Weld quality (Under-penetration, Full penetration, Burn through) |
CNN-FCN 10 HL |
Noise addition Rotation |
26 |
4. Supervised learning with transfer learning
4.1 Research using original data
Table 3
Process | Input | Output | Base network | No. of dataset | Ref. No |
---|---|---|---|---|---|
Gas Metal Arc Welding | 80×120 (px) image from weld surfaces |
Classification - Weld quality (Normal, Overlap, Spatter, Porosity) |
LeNet-5 + Classification (Softmax, Random Forest, SVM) |
320 (TR*) 80 (TE**) | 27 |
Laser Welding | 150×150 (px) image from weld surfaces |
Classification - Weld quality (Normal, Porosity, Level misalignment) |
AlexNet, VGG-16, Resnet-50, Densenet-121, MobileNetV3-Large | 7217 (TR) 814(TE) | 28 |
Gas Tungsten Arc Spot Weldng | 640×480 (px) in-situ image of weld pool |
Classification - Weld penetration (Under, Desirable, Excessive penetration) |
ResNet 18-layers model | 25643 (TR) 2851 (TE) | 29 |
Laser Welding | 224×224 (px) in-situ image from a coaxial camera |
Classification - Pore or No pore |
AlexNet | 1971 (TR) 1276 (TE) | 30 |