Neural_Color_Transfer icon indicating copy to clipboard operation
Neural_Color_Transfer copied to clipboard

Instance Normalization

Open nieguangyang opened this issue 6 years ago • 1 comments

I have notice that the value range of each feature map (i.e. channel) from certain layer of VGG19 are quite different, maximum of some feature maps are hundreds and others are less than 1. Therefore quite a few feature maps are useless because of small value.

To handle this problem, I tried to apply instance normalization (instead of the original normalization method used in the paper) to each channel (feature map), and it seems work well.

nieguangyang avatar Jun 13 '19 09:06 nieguangyang

Sorry for the late reply, our people are busy doing other projects. We also have the concern on value of each feature map. Normalizing by its instance could be more better than usual normalization. We will also try instance normalization and report some results.

rassilon712 avatar Oct 07 '19 02:10 rassilon712