CVAILGOct 21, 2025

ε-Seg: Sparsely Supervised Semantic Segmentation of Microscopy Data

arXiv:2510.18637v2h-index: 5
Originality Incremental advance
AI Analysis

This addresses the challenge of segmenting complex biological microscopy images for life sciences researchers, offering an incremental improvement in sparse supervision.

The paper tackled semantic segmentation of microscopy data with sparse labels by introducing ε-Seg, a method using hierarchical variational autoencoders with techniques like center-region masking and contrastive learning, achieving competitive results with as little as 0.05% labeled data.

Semantic segmentation of electron microscopy (EM) images of biological samples remains a challenge in the life sciences. EM data captures details of biological structures, sometimes with such complexity that even human observers can find it overwhelming. We introduce ε-Seg, a method based on hierarchical variational autoencoders (HVAEs), employing center-region masking, sparse label contrastive learning (CL), a Gaussian mixture model (GMM) prior, and clustering-free label prediction. Center-region masking and the inpainting loss encourage the model to learn robust and representative embeddings to distinguish the desired classes, even if training labels are sparse (0.05% of the total image data or less). For optimal performance, we employ CL and a GMM prior to shape the latent space of the HVAE such that encoded input patches tend to cluster wrt. the semantic classes we wish to distinguish. Finally, instead of clustering latent embeddings for semantic segmentation, we propose a MLP semantic segmentation head to directly predict class labels from latent embeddings. We show empirical results of ε-Seg and baseline methods on 2 dense EM datasets of biological tissues and demonstrate the applicability of our method also on fluorescence microscopy data. Our results show that ε-Seg is capable of achieving competitive sparsely-supervised segmentation results on complex biological image data, even if only limited amounts of training labels are available.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes