Skip to main content
. 2024 Feb 28;24(5):1542. doi: 10.3390/s24051542
Symbols Description
real number space
X input tensor
Amaskk attention mask map of the kth stage
Ssidek side output of the kth stage
Γ tensor concatenation operation
σ Sigmoid activation function
UpH×W upsampling to the input image size H×W
Sfuse Output prediction map after multi-stage fusion, i.e., the final prediction result map
convolution operation
element-wise addition operation
element-wise multiplication operation
P the predicted segmentation result
G the ground truth binary label
N the total number of pixels in a crack image
α predicting the error weights
β predicting the correct weights
|Y+| the number of positive samples in a crack image
|Y-| the number of negative samples in a crack image
λ the loss ratio to balance the positive and negative samples
LBWCE(W) the balanced weighted cross-entropy loss
α1 false positive weights
β1 false negative weights
LTversky(W) Tversky loss
L(W) LBWCE(W) and LTversky(W) weighted losses
η the weight of loss LBWCE(W)
Ltotal(W) The final total loss function
wsidek the loss weight of the kth stage
wfuse the loss weight of the final fusion stage
Summation