🤖 AI Summary
This work addresses panoptic segmentation of melanoma histopathological images. We propose an efficient, deployable dual-model collaborative framework that decouples nuclear instance segmentation (CellViT++) from tissue region segmentation (nnU-Net), thereby circumventing the hyperparameter tuning complexity inherent in joint optimization. To our knowledge, this is the first end-to-end deployable paradigm achieving full pipeline deployment within 24 hours, incorporating a novel panoptic fusion post-processing step. Experimental results demonstrate a tissue segmentation Dice score of 0.750—representing a 12.1% improvement over the baseline—while nuclear detection achieves baseline-level performance on both F1-score and Aggregated Jaccard Index (AJI). The implementation is fully open-sourced, providing a lightweight, robust, and plug-and-play solution for clinical decision support in melanoma diagnosis.
📝 Abstract
Automatic tissue segmentation and nuclei detection is an important task in pathology, aiding in biomarker extraction and discovery. The panoptic segmentation of nuclei and tissue in advanced melanoma (PUMA) challenge aims to improve tissue segmentation and nuclei detection in melanoma histopathology. Unlike many challenge submissions focusing on extensive model tuning, our approach emphasizes delivering a deployable solution within a 24-hour development timeframe, using out-of-the-box frameworks. The pipeline combines two models, namely CellViT++ for nuclei detection and nnU-Net for tissue segmentation. Our results demonstrate a significant improvement in tissue segmentation, achieving a Dice score of 0.750, surpassing the baseline score of 0.629. For nuclei detection, we obtained results comparable to the baseline in both challenge tracks. The code is publicly available at https://github.com/TIO-IKIM/PUMA.