IVCVLGApr 27

Semantic Segmentation for Histopathology using Learned Regularization based on Global Proportions

arXiv:2604.2434747.7Has Code
Predicted impact top 27% in IV · last 90 daysOriginality Incremental advance
AI Analysis

For computational pathology, this method enables segmentation from coarse global proportions, reducing annotation burden while outperforming state-of-the-art methods.

The paper introduces VSLP, a two-stage framework that infers dense segmentations from global label proportions without pixel-level annotations, achieving superior performance over existing weakly supervised and unsupervised methods on two public datasets and an in-house dataset with noisy pathologist labels.

In pathology, the spatial distribution and proportions of tissue types are key indicators of disease progression, and are more readily available than fine-grained annotations. However, these assessments are rarely mapped to pixel-wise segmentation. The task is fundamentally underdetermined, as many spatially distinct segmentations can satisfy the same global proportions in the absence of pixel-wise constraints. To address this, we introduce Variational Segmentation from Label Proportions (VSLP), a two-stage framework that infers dense segmentations from global label proportions, without any pixel-level annotations. This framework first leverages a pre-trained transformer model with test-time augmentation to produce a pixel-wise confidence estimate. In the second stage, these estimates are fused by solving a variational optimization problem that incorporates a Wasserstein data fidelity term alongside a learned regularizer. Unlike end-to-end networks, our variational method can visualize the fidelity-regularization energy, resulting in more interpretable segmentation. We validate our approach on two public datasets, achieving superior performance over existing weakly supervised and unsupervised methods. For one of these datasets, proportions have been estimated by an experienced pathologist to provide a realistic benchmark to the community. Furthermore, the method scales to an in-house dataset with noisy pathologist labels, severely outperforming state-of-the-art methods, thereby demonstrating practical applicability. The code and data will be made publicly available upon acceptance at https://github.com/xiaoliangpi/VSLP.

Foundations

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

Your Notes