paper-with-me

홈 › Papers

From Synthetic to Real: Unsupervised Domain Adaptation for Animal Pose Estimation

2021-03-27 · CVPR 2021 1 · Chen Li, Gim Hee Lee

Animal pose estimation is an important field that has received increasing attention in the recent years. The main challenge for this task is the lack of labeled data. Existing works circumvent this problem with pseudo labels generated from data of other easily accessible domains such as synthetic data. However, these pseudo labels are noisy even with consistency check or confidence-based filtering due to the domain shift in the data. To solve this problem, we design a multi-scale domain adaptation module (MDAM) to reduce the domain gap between the synthetic and real data. We further introduce an online coarse-to-fine pseudo label updating strategy. Specifically, we propose a self-distillation module in an inner coarse-update loop and a mean-teacher in an outer fine-update loop to generate new pseudo labels that gradually replace the old ones. Consequently, our model is able to learn from the old pseudo labels at the early stage, and gradually switch to the new pseudo labels to prevent overfitting in the later stage. We evaluate our approach on the TigDog and VisDA 2019 datasets, where we outperform existing approaches by a large margin. We also demonstrate the generalization ability of our model by testing extensively on both unseen domains and unseen animal categories. Our code is available at the project website.

📄 PDF Abstract BibTeX arXiv:2103.14843

Code (1)

chaneyddtt/UDA-Animal-Pose 공식 구현 pytorch

Tasks

Animal Pose EstimationDomain AdaptationPose EstimationPseudo LabelUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Learning from Synthetic Animals

2019-12-17 · CVPR 2020 6 · Jiteng Mu, Weichao Qiu, Gregory Hager, Alan Yuille

Despite great success in human parsing, progress for parsing other deformable articulated objects, like animals, is still limited by the lack of labeled data. In this paper, we use synthetic images and ground truth gener…

Domain AdaptationHuman ParsingMulti-Task Learning

Learning Part Segmentation from Synthetic Animals

2023-11-30 · Jiawei Peng, Ju He, Prakhar Kaushik, Zihao Xiao 외

Semantic part segmentation provides an intricate and interpretable understanding of an object, thereby benefiting numerous downstream tasks. However, the need for exhaustive annotations impedes its usage across diverse o…

Domain AdaptationPseudo LabelSegmentationSemantic Segmentation

Domain Adaptation for Rare Classes Augmented with Synthetic Samples

2021-10-23 · Tuhin Das, Robert-Jan Bruintjes, Attila Lengyel, Jan van Gemert 외

To alleviate lower classification performance on rare classes in imbalanced datasets, a possible solution is to augment the underrepresented classes with synthetic samples. Domain adaptation can be incorporated in a clas…

2k8kDomain Adaptation

Unsupervised Cumulative Domain Adaptation for Foggy Scene Optical Flow

2023-03-14 · CVPR 2023 1 · Hanyu Zhou, Yi Chang, Wending Yan, Luxin Yan

Optical flow has achieved great success under clean scenes, but suffers from restricted performance under foggy scenes. To bridge the clean-to-foggy domain gap, the existing methods typically adopt the domain adaptation …

Domain AdaptationOptical Flow Estimation

Geometric Unsupervised Domain Adaptation for Semantic Segmentation

2021-03-30 · ICCV 2021 10 · Vitor Guizilini, Jie Li, Rares Ambrus, Adrien Gaidon

Simulators can efficiently generate large amounts of labeled synthetic data with perfect supervision for hard-to-label tasks like semantic segmentation. However, they introduce a domain gap that severely hurts real-world…

Depth EstimationDepth PredictionDomain AdaptationMonocular Depth Estimation+3