There are several source featurs that are used for predicting confidence or localization.
Normalization is only performed just for conv4_3. Is there anyone tell me the reason?
It would be very helpful for me. Thank you in advance.
That was discovered in my other paper (ParseNet) that conv4_3 has different scale from other layers. That is why I add L2 normalization for conv4_3 only.
Oh I see. I should have read that paper. Thank you very much for your kind explanation
HI, @weiliu89 I have two problems:



I plot 6 layers (SSD method choose six layers):

The conv4_3 figure does look different from other figures, it has a different scale.
Dear ujsyehao, how do you plot this 6 layers? And what is the meaning in each plot? The y axis is weight value, but I don't know the meaning of x axis. Thank you.
@ujsyehao I have the same confusion as @kangyiS ,could you have some time to help us,thaks!
Most helpful comment
That was discovered in my other paper (ParseNet) that conv4_3 has different scale from other layers. That is why I add L2 normalization for conv4_3 only.