SOTAVerified

Pretraining boosts out-of-domain robustness for pose estimation

2019-09-24Code Available0· sign in to hype

Alexander Mathis, Thomas Biasi, Steffen Schneider, Mert Yüksekgönül, Byron Rogers, Matthias Bethge, Mackenzie W. Mathis

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Neural networks are highly effective tools for pose estimation. However, as in other computer vision tasks, robustness to out-of-domain data remains a challenge, especially for small training sets that are common for real-world applications. Here, we probe the generalization ability with three architecture classes (MobileNetV2s, ResNets, and EfficientNets) for pose estimation. We developed a dataset of 30 horses that allowed for both "within-domain" and "out-of-domain" (unseen horse) benchmarking - this is a crucial test for robustness that current human pose estimation benchmarks do not directly address. We show that better ImageNet-performing architectures perform better on both within- and out-of-domain data if they are first pretrained on ImageNet. We additionally show that better ImageNet models generalize better across animal species. Furthermore, we introduce Horse-C, a new benchmark for common corruptions for pose estimation, and confirm that pretraining increases performance in this domain shift context as well. Overall, our results demonstrate that transfer learning is beneficial for out-of-domain robustness.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Horse-10DeepLabCut-EfficientNet-B6PCK@0.3 (OOD)88.4Unverified
Horse-10DeepLabCut-EfficientNet-B4PCK@0.3 (OOD)86.9Unverified
Horse-10DeepLabCut-RESNET-101PCK@0.3 (OOD)84.3Unverified
Horse-10DeepLabCut-RESNET 50PCK@0.3 (OOD)81.3Unverified
Horse-10DeepLabCut-MOBILENETV2-1PCK@0.3 (OOD)77.6Unverified
Horse-10DeepLabCut-MOBILENETV2 0.35PCK@0.3 (OOD)63.5Unverified

Reproductions