Self-supervised Learning of Dense Hierarchical Representations for Medical Image Segmentation
Eytan Kats, Jochen G. Hirsch, Mattias P. Heinrich
TL;DR
The paper tackles the need for data-efficient dense segmentation in medical imaging by learning voxel-wise, coarse-to-fine representations with a self-supervised framework. It mitigates the inherent bias of feature pyramids toward global context through local augmentations, a hierarchically balanced architecture, and a hybrid contrastive-restorative loss. Across MRI and CT tasks, the approach improves linear evaluation and enables strong fine-tuning with limited labels, outperforming the voxel2vec baseline and even models pretrained on more data. These results suggest a practical path toward scalable, annotation-efficient medical image segmentation and provide pretrained models for public use.
Abstract
This paper demonstrates a self-supervised framework for learning voxel-wise coarse-to-fine representations tailored for dense downstream tasks. Our approach stems from the observation that existing methods for hierarchical representation learning tend to prioritize global features over local features due to inherent architectural bias. To address this challenge, we devise a training strategy that balances the contributions of features from multiple scales, ensuring that the learned representations capture both coarse and fine-grained details. Our strategy incorporates 3-fold improvements: (1) local data augmentations, (2) a hierarchically balanced architecture, and (3) a hybrid contrastive-restorative loss function. We evaluate our method on CT and MRI data and demonstrate that our new approach particularly beneficial for fine-tuning with limited annotated data and consistently outperforms the baseline counterpart in linear evaluation settings.
