Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 491 Bytes

200225 On Feature Normalization and Data Augmentation.md

File metadata and controls

7 lines (4 loc) · 491 Bytes

https://arxiv.org/abs/2002.11102

On Feature Normalization and Data Augmentation (Boyi Li, Felix Wu, Ser-Nam Lim, Serge Belongie, Kilian Q. Weinberger)

normalization 후에 다른 샘플의 moment를 가져와서 스케일링을 하는 방식으로 두 샘플을 섞는 방법. mixup에서 시작해서 여기까지 나왔다. NMT 등에도 자연스럽게 적용된다는 게 좋은 점인 듯. (깨알같이 dynamic conv에 적용해서 실험함.)

#normalization #mixup #regularization