Skip to content

Instance Normalization #2

@nieguangyang

Description

@nieguangyang

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions