paper-with-me

Papers

CoordGAN: Self-Supervised Dense Correspondences Emerge from GANs

2022-03-30 · CVPR 2022 1 · Jiteng Mu, Shalini De Mello, Zhiding Yu, Nuno Vasconcelos, Xiaolong Wang, Jan Kautz, Sifei Liu

Recent advances show that Generative Adversarial Networks (GANs) can synthesize images with smooth variations along semantically meaningful latent directions, such as pose, expression, layout, etc. While this indicates that GANs implicitly learn pixel-level correspondences across images, few studies explored how to extract them explicitly. In this work, we introduce Coordinate GAN (CoordGAN), a structure-texture disentangled GAN that learns a dense correspondence map for each generated image. We represent the correspondence maps of different images as warped coordinate frames transformed from a canonical coordinate frame, i.e., the correspondence map, which describes the structure (e.g., the shape of a face), is controlled via a transformation. Hence, finding correspondences boils down to locating the same coordinate in different correspondence maps. In CoordGAN, we sample a transformation to represent the structure of a synthesized instance, while an independent texture branch is responsible for rendering appearance details orthogonal to the structure. Our approach can also extract dense correspondence maps for real images by adding an encoder on top of the generator. We quantitatively demonstrate the quality of the learned dense correspondences through segmentation mask transfer on multiple datasets. We also show that the proposed generator achieves better structure and texture disentanglement compared to existing approaches. Project page: https://jitengmu.github.io/CoordGAN/

📄 PDF Abstract BibTeX arXiv:2203.16521

Code (1)

NVlabs/CoordGAN 공식 구현 pytorch

Tasks

Disentanglement

Similar Papers 제목 키워드 기반

Weakly-Supervised Learning of Dense Functional Correspondences

2025-09-04 · Stefan Stojanov, Linan Zhao, Yunzhi Zhang, Daniel L. K. Yamins 외 arxiv

Establishing dense correspondences across image pairs is essential for tasks such as shape reconstruction and robot manipulation. In the challenging setting of matching across different categories, the function of an obj…

Contrastive LearningRobot Manipulation

Learning SO(3)-Invariant Semantic Correspondence via Local Shape Transform

2024-04-17 · CVPR 2024 1 · Chunghyun Park, SeungWook Kim, Jaesik Park, Minsu Cho

Establishing accurate 3D correspondences between shapes stands as a pivotal challenge with profound implications for computer vision and robotics. However, existing self-supervised methods for this problem assume perfect…

DecoderSemantic correspondence

Emergence of a Shared Canonical Object Frame from In-the-Wild Videos

2026-06-29 · Tom Fischer, Martin Sundermeyer, Adam Kortylewski, Eddy Ilg arxiv

Comparing object orientations and positions across different instances requires their poses to be expressed in a shared canonical frame. Establishing such frames has traditionally required manual annotation, creating a s…

Pose Estimation

LEAD: Self-Supervised Landmark Estimation by Aligning Distributions of Feature Similarity

2022-04-06 · Tejan Karmali, Abhinav Atrishi, Sai Sree Harsha, Susmit Agrawal 외

In this work, we introduce LEAD, an approach to discover landmarks from an unannotated collection of category-specific images. Existing works in self-supervised landmark detection are based on learning dense (pixel-level…

Self-Supervised Learning

Semi-Supervised Learning of Semantic Correspondence with Pseudo-Labels

2022-03-30 · CVPR 2022 1 · Jiwon Kim, Kwangrok Ryoo, Junyoung Seo, Gyuseong Lee 외

Establishing dense correspondences across semantically similar images remains a challenging task due to the significant intra-class variations and background clutters. Traditionally, a supervised learning was used for tr…

Data AugmentationSemantic correspondenceWeakly-supervised Learning