News
News

[ICCV 2021] An Empirical Study of the Collapsing Problem in Semi-Supervised 2D Human Pose Estimation

Semi-supervised learning aims to boost the accuracy of a model by exploring unlabeled images. The state-of-the-art methods are consistency-based which learn about unlabeled images by encouraging the model to give consistent predictions for images under different augmentations. However, when applied to pose estimation, the methods degenerate and predict every pixel in unlabeled images as background. This is because contradictory predictions are gradually pushed to the background class due to highly imbalanced class distribution. But this is not an issue in supervised learning because it has accurate labels. This inspires us to stabilize the training by obtaining reliable pseudo labels. Specifically, we learn two networks to mutually teach each other. In particular, for each image, we compose an easy-hard pair by applying different augmentations and feed them to both networks. The more reliable predictions on easy images in each network are used to teach the other network to learn about the corresponding hard images. The approach successfully avoids degeneration and achieves promising results on public datasets.

 

Paper: https://arxiv.org/abs/2011.12498
Code: https://github.com/xierc/Semi_Human_Pose

 

 

ICCV is the premier international computer vision event comprising the main conference and several co-located workshops and tutorials. With its high quality and low cost, it provides an exceptional value for students, academics and industry researchers. ICCV, along with CVPR and ECCV, are regarded as the top conferences in the field of computer vision. ICCV is held biennially. Due to concerns about COVID-19, ICCV 2021 will be hosted online from October 11th to October 17th, 2021.