Algorithm 1 CNN-LRP |
Input: the original SAR image in size of
-
1:
model
-
2:
parameters: ,
-
3:
forl in [ ,...,1] do:
-
4:
if l in classification layers then:
-
5:
as in Equation (2)
-
6:
as in Equation (5)
-
7:
as in Equation (4)
-
8:
else
l in convolution layers :
-
9:
as in Equation (6)
-
10:
as in Equation (5)
-
11:
as in Equation (4)
-
12:
end if
-
13:
if l in maxpooling layers then:
-
14:
as in Equation (7)
-
15:
end if
-
16:
end for
-
17:
=
Output: the heatmap in size of
|