Day: May 16, 2021
[NeurlIPS2021]TransGAN : Two Transformers Can Make One Strong GAN
이번에 리뷰로 작성할 논문은 generator와 discriminator를 모두 transformer 구조로 만들어 영상을 생성하는 GAN 방법론입니다. Introduction 일단 Generative adversarial networks(GANs)은 매우 많은 발전을 이루어왔습니다. 말을 얼룩말로…
Contrastive Learning of Image Representations with Cross-Video Cycle-Consistency
황 유진 05/16/2021 3 Comments on Contrastive Learning of Image Representations with Cross-Video Cycle-Consistency
논문 소개본 논문은 에서 다루는 contrastive Learning는 self-supervised learning 에서 주로 사용되는 학습 기법으로, 군집 내의 (positive pair)간의 유사도를 높이고, 군집 간의 (negative pair) 유사도를…
basic query는 기본적으로 random init되므로 해당 frame의 시각적 정보를 담고 있지 않습니다. 이를 함께 사용하면 학습 과정에서 도움을 줄 수는…