Panoptic segmentation for H&E histopathology, labeling tissue regions and cell nuclei in one pass so tissue context constrains each nuclear call.
No providers recorded yet. Browse all providers
A nucleus that looks lymphocyte-shaped sitting in the middle of a region of coagulative necrosis is almost certainly not a lymphocyte. Yet the standard way of reading a tumor microenvironment from an H&E slide runs a tissue segmentation model and a nuclear detection model separately, then reconciles their disagreements afterward — so that contradiction is produced first and argued about second. Panoptic segmentation removes the reconciliation step by asking one network for both label maps at once, with the two answers conditioned on each other.
CAMuTILS is such a network, developed at the School of Physics of South China Normal University with collaborators at Tsinghua University's Shenzhen International Graduate School and pathologists at Sun Yat-sen University, and published in Artificial Intelligence in Medicine in 2026. It uses a dual-branch U-shaped architecture: one branch segments tissue regions at 1.0 micron per pixel, the other classifies and segments cell nuclei at 0.5 MPP, and the two exchange features rather than running independently. It shares its name and its multi-resolution panoptic design with MuTILs, the network released alongside the PanopTILs annotation dataset that CAMuTILS is trained on, and its stated contributions are the mechanisms that couple the two branches.
The catalog holds several neighbours worth contrasting. PAGET also produces panoptic maps of the tumor microenvironment but resolves a taxonomy of thirteen components from distilled specialist teachers; CellViT handles nuclear instance segmentation alone; and ECTIL skips segmentation entirely, regressing a tumor-infiltrating-lymphocyte score straight from slide-level features. CAMuTILS sits at the opposite end of that spectrum from ECTIL: it commits to dense labels first and derives scores from them.
Training and benchmarking are on PanopTILs, a breast-cancer panoptic annotation resource built by reconciling and expanding the BCSS and NuCLS datasets: 814,886 annotated nuclei from 151 patients, provided as 1024x1024 regions of interest at 0.25 MPP with both histologic-region boundaries and nuclear classifications over the same fields of view. On that benchmark CAMuTILS reports better segmentation performance than the prior methods the authors compare against. The trained checkpoint is then applied unchanged to whole-slide images from The Cancer Genome Atlas colorectal cohort — a different organ from the annotation data, with no retraining described — and its output drives the quantification of 45 selected prognostic features across the five microenvironment themes. Those features are combined into a computational risk score, CRS, which is an independent predictor of progression-free survival in the TCGA colorectal cohort after adjustment for conventional clinicopathological variables, and which holds up on an independent CPTAC colorectal cohort. CRS is a statistical scoring layer fit on top of the segmentations, not a second network.
The immediate use is computational pathology on routine H&E material, where a single model that returns consistent tissue and nuclear maps simplifies pipelines that would otherwise maintain and reconcile two. Groups studying the spatial organisation of the tumor microenvironment get per-slide measurements of stroma, epithelium, immune infiltrate and necrosis without immunohistochemistry or specialised assays, and translational researchers get a prognostic stratification that can be computed retrospectively on any archived slide cohort. Because the segmentation and the scoring are separable, the dense labels are reusable for questions other than survival.
The result that matters beyond colorectal cancer is that a checkpoint fit on breast-cancer annotations produced usable dense labels on colorectal slides from two independent cohorts. That is the argument for training panoptic segmenters on reconciled, richly annotated data rather than per-cohort label sets, and it is what makes PanopTILs valuable well outside the disease it was drawn from. The caveats are the ordinary ones for retrospective computational pathology: the prognostic evidence is association on TCGA and CPTAC rather than a prospective trial, the quantitative gains over prior segmentation methods are reported on a single breast-tissue benchmark, and the cross-organ application is evaluated through the downstream score rather than against colorectal panoptic ground truth.
Much of this page is generated or calculated automatically. Flag anything that looks off and we will re-run it.