Self-supervised Learning with Fully Convolutional Networks
Zhengeng Yang, Hongshan Yu, Yong He, Zhi-Hong Mao, Ajmal Mian

TL;DR
This paper introduces a self-supervised learning framework using fully convolutional networks to improve semantic segmentation performance on unlabeled data, achieving notable gains over baseline models and competitive results with fewer training images.
Contribution
The paper presents a novel patch-wise Jigsaw Puzzle self-supervised learning method with fully convolutional networks for semantic segmentation.
Findings
Achieved 5.8% improvement on Cityscapes dataset.
Effective transfer of learned features to semantic segmentation.
Competitive performance with fewer labeled images on PASCAL VOC2012.
Abstract
Although deep learning based methods have achieved great success in many computer vision tasks, their performance relies on a large number of densely annotated samples that are typically difficult to obtain. In this paper, we focus on the problem of learning representation from unlabeled data for semantic segmentation. Inspired by two patch-based methods, we develop a novel self-supervised learning framework by formulating the Jigsaw Puzzle problem as a patch-wise classification process and solving it with a fully convolutional network. By learning to solve a Jigsaw Puzzle problem with 25 patches and transferring the learned features to semantic segmentation task on Cityscapes dataset, we achieve a 5.8 percentage point improvement over the baseline model that initialized from random values. Moreover, experiments show that our self-supervised learning method can be applied to different…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Multimodal Machine Learning Applications
MethodsJigsaw
