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/.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Landmark Detection | CelebA Wild (K=8) (test) | Normalized L2 Distance (%)5.24 | 14 | |
| Landmark Detection | CUB Category 001 2011 (test) | Normalized L2 Distance20.2 | 12 | |
| Landmark Detection | CUB Category 002 2011 (test) | Normalized L2 Distance19.2 | 12 | |
| Landmark Detection | CelebA Wild (K=4) (test) | Normalized L2 Distance6.11 | 10 | |
| Landmark Detection | CUB-003 | Normalized L2 Distance0.185 | 9 | |
| Landmark Detection | CelebA Aligned (K=10) (test) | Norm L2 Dist (%)3.54 | 9 | |
| Landmark Detection | Taichi (test) | L2 Distance316.1 | 8 | |
| Landmark Detection | CUB (all) | Normalized L2 Distance11.3 | 6 | |
| Landmark Detection | DeepFashion (test) | PCK66 | 5 | |
| Landmark Detection | CUB aligned | Normalized L2 Distance3.51 | 5 |