Computer Vision/기타 분야들

[CVPR 2020 Best Paper Award] Unsupervised Learning of Probably Symmetric Deformable 3D Objects from Images in the Wild 논문 리뷰
논문 : https://arxiv.org/pdf/1911.11130.pdf 발표 : https://www.youtube.com/watch?v=p3KB3eIQw24&t=27s 키워드 : Deformable 3D Objects 3D reconstruction에는 많은 supervision이 있지만 이것들을 만드는데는 비싼 비용이 든다는 단점이 있다. 따라서 본 논문에서는 다른 additional supervision 없이 오직 single view images만 가지고 학습시키고자 했다. Key idea는 좌우 대칭(bilateral symmetry)을 이용하는 것이다. 이를 위해 Photo-Geometric Autoencoding이란 framework를 만들었다. 0. Abstract 본 논문은 exter..