SegTME-UNI2: A Foundation Model-Based Framework for Generalisable Multiclass Cell Segmentation and LLM-Driven Tumour Microenvironment Characterisation in Histopathology

85d ago · Global · primary source: export.arxiv.org

A research team has introduced SEGTME-UNI2, a unified framework that pairs a foundation model with a dual-head segmentation architecture to characterize the tumour microenvironment directly from routine histology images [1]. The framework’s core, named UNI2-UPERHOVER, combines the UNI2-H pathology foundation model—a ViT-Giant pretrained on more than 100 million tiles from 100,000 slides—with two parallel UperNet decoders [1][2]. One decoder handles six-class semantic segmentation, while the other performs horizontal-vertical gradient regression to enable watershed-based nuclear instance separation [2]. The design addresses a persistent obstacle in computational pathology: the scarcity of pixel-level annotations in large real-world repositories [1]. To overcome this, the authors implement a three-stage progressive pseudo-label curriculum. Each stage trains a fresh model without weight transfer, relying entirely on improved pseudo-label quality to drive performance gains [2]. Stage 1 uses the human-annotated PanNuke dataset, which contains 7,901 images and 189,744 nuclei at 0.25 micrometers per pixel [1][2]. Stage 2 applies entropy-filtered pseudo-labels from the Stage 1 model to 271,711 TCGA-UT scale-0 patches at 0.5 micrometers per pixel [2]. Stage 3 scales up further, using pseudo-labels from the Stage 2 model on all 1,608,060 TCGA-UT patches across six resolution scales [1][2]. Segmentation outputs feed a structured feature extraction pipeline that computes more than 20 per-patch metrics, including compositional, morphological, spatial entropy, and intercellular distance measures [1][2]. These metrics are encoded as JSON and passed to a fine-tuned NVIDIA BioNeMo GPT model, which generates clinically interpretable TME narratives [1][2]. The authors report that preliminary validation on held-out PanNuke and TCGA-UT partitions demonstrates framework feasibility and internal consistency [1][2]. The pseudo-labelled TCGA-UT dataset and the UNI2-UPERHOVER checkpoint have been publicly released to support large-scale TME profiling and spatial biology research [1][2]. The work arrives as the machine-learning community increasingly links publications with executable artifacts. Hugging Face and arXiv maintain an integration that embeds interactive demos directly on paper abstract pages, allowing readers to test models without writing code [5]. The Hub also supports paper pages that aggregate models, datasets, and discussion threads tied to a given preprint [4]. Researchers can index a paper even if they have not uploaded a model or dataset, and the platform attempts to match authors to papers automatically via email [4]. The release of the UNI2-UPERHOVER checkpoint and the TCGA-UT dataset aligns with this broader trend toward reproducible, artifact-rich publication practices in machine learning [1][4][5].

tool-releasemodel-releaseresearch-paper

Background sources we checked (8)
  • arxiv.org ↗ Characterising the tumour microenvironment (TME) from routine H&E-stained histology images requires simultaneous cell segmentation, feature extraction, and interpretable clinical reporting. We present SegTME-UNI2, a unified framework addressing these requirements. Its core is UNI…
  • arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
  • huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
  • huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
  • huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
  • en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
  • en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…

Sources

Spot something wrong? Report an issue