Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 549 Bytes

200313 Semantic Pyramid for Image Generation.md

File metadata and controls

7 lines (4 loc) · 549 Bytes

https://arxiv.org/abs/2003.06221

Semantic Pyramid for Image Generation (Assaf Shocher, Yossi Gandelsman, Inbar Mosseri, Michal Yarom, Michal Irani, William T. Freeman, Tali Dekel)

여러 레벨의 feature를 활용해서 이미지 생성. 특정 레벨 혹은 특정 부분의 feature만을 활용해서 생성할 수 있도록 학습시키기 위해 마스크를 사용하고, perceptual loss도 활용한 feature에 대해서만 계산하는 방식으로 모델 학습. 결과가 재미있음.

#perceptual_loss #image_editing #generative_model