Self-Supervised Learning for Image Segmentation: A Comprehensive Survey
Thangarajah Akilan, Nusrat Jahan, Wandong Zhang
TL;DR
This survey analyzes the rise of self-supervised learning (SSL) for image segmentation, focusing on how surrogate pretext tasks enable learning from unlabeled data and subsequent fine-tuning on segmentation tasks. It classifies pretext approaches into predictive, generative, and contrastive methods, and surveys their adaptations to semantic, instance, and panoptic segmentation across medical and urban domains. The work also catalogs commonly used datasets, compares representative SSL methods (e.g., CPC, SimCLR, MoCo, BYOL, SwAV, SimSiam, PGL), and discusses challenges and future directions such as domain adaptation, few-shot/zero-shot learning, and real-time segmentation. The paper aims to clarify the SSL segmentation landscape and guide researchers and practitioners in applying unlabeled data to dense visual prediction tasks.
Abstract
Supervised learning demands large amounts of precisely annotated data to achieve promising results. Such data curation is labor-intensive and imposes significant overhead regarding time and costs. Self-supervised learning (SSL) partially overcomes these limitations by exploiting vast amounts of unlabeled data and creating surrogate (pretext or proxy) tasks to learn useful representations without manual labeling. As a result, SSL has become a powerful machine learning (ML) paradigm for solving several practical downstream computer vision problems, such as classification, detection, and segmentation. Image segmentation is the cornerstone of many high-level visual perception applications, including medical imaging, intelligent transportation, agriculture, and surveillance. Although there is substantial research potential for developing advanced algorithms for SSL-based semantic segmentation, a comprehensive study of existing methodologies is essential to trace advances and guide emerging researchers. This survey thoroughly investigates over 150 recent image segmentation articles, particularly focusing on SSL. It provides a practical categorization of pretext tasks, downstream tasks, and commonly used benchmark datasets for image segmentation research. It concludes with key observations distilled from a large body of literature and offers future directions to make this research field more accessible and comprehensible for readers.
