Author: 황 유진
[Explainable AI]Interpretable Text-to-Image Synthesis with Hierarchical Semantic Layout Generation
황 유진 04/10/2020 Leave a Comment on [Explainable AI]Interpretable Text-to-Image Synthesis with Hierarchical Semantic Layout Generation
이미지와 text 매칭에 관련한 논문이다. 기존의 방식은 텍스트와 이미지를 직접 매칭 했다면, 이 제안 방식은 위의 그림에서 확인할 수 있듯이 먼저 box generation으로 위치를 매칭…
[CVPR2020] Exemplar Normalization for Learning Deep Representation
황 유진 04/03/2020 Leave a Comment on [CVPR2020] Exemplar Normalization for Learning Deep Representation
Normalization method 로는 대표적으로 batch normalization, instance normalization, instance normalization, layer normalization, group normalization가 있다. 이러한 normalization은 각자 다른 task를 위해 디자인 되었는데 이 normalizer들의…
안녕하세요 성준님 질문 감사합니다. 먼저 co-attention에서 서로 다른 모달리티가 들어와도 projection을 통해서 차원은 맞춰줄 수 있습니다. query-aware adaptive filtering은 단지…