Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

AutoLink: Self-supervised Learning of Human Skeletons and Object Outlines by Linking Keypoints

About

Structured representations such as keypoints are widely used in pose transfer, conditional image generation, animation, and 3D reconstruction. However, their supervised learning requires expensive annotation for each target domain. We propose a self-supervised method that learns to disentangle object structure from the appearance with a graph of 2D keypoints linked by straight edges. Both the keypoint location and their pairwise edge weights are learned, given only a collection of images depicting the same object class. The resulting graph is interpretable, for example, AutoLink recovers the human skeleton topology when applied to images showing people. Our key ingredients are i) an encoder that predicts keypoint locations in an input image, ii) a shared graph as a latent variable that links the same pairs of keypoints in every image, iii) an intermediate edge map that combines the latent graph edge weights and keypoint locations in a soft, differentiable manner, and iv) an inpainting objective on randomly masked images. Although simpler, AutoLink outperforms existing self-supervised methods on the established keypoint and pose estimation benchmarks and paves the way for structure-conditioned generative models on more diverse datasets. Project website: https://xingzhehe.github.io/autolink/.

Xingzhe He, Bastian Wandt, Helge Rhodin• 2022

Related benchmarks

TaskDatasetResultRank
Landmark DetectionCelebA Wild (K=8) (test)
Normalized L2 Distance (%)5.24
14
Landmark DetectionCUB Category 001 2011 (test)
Normalized L2 Distance20.2
12
Landmark DetectionCUB Category 002 2011 (test)
Normalized L2 Distance19.2
12
Landmark DetectionCelebA Wild (K=4) (test)
Normalized L2 Distance6.11
10
Landmark DetectionCUB-003
Normalized L2 Distance0.185
9
Landmark DetectionCelebA Aligned (K=10) (test)
Norm L2 Dist (%)3.54
9
Landmark DetectionTaichi (test)
L2 Distance316.1
8
Landmark DetectionCUB (all)
Normalized L2 Distance11.3
6
Landmark DetectionDeepFashion (test)
PCK66
5
Landmark DetectionCUB aligned
Normalized L2 Distance3.51
5
Showing 10 of 10 rows

Other info

Code

Follow for update