Papers › PanopMamba: Vision State Space Modeling for Nuclei Panoptic Segmentation

PanopMamba: Vision State Space Modeling for Nuclei Panoptic Segmentation

23 Jan 2026arXiv:2601.16631added by Syntology

Ming Kang, Fung Fung Ting, Raphaël C. -W. Phan, Zongyuan Ge, Chee-Ming Ting

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Nuclei panoptic segmentation supports cancer diagnostics by integrating both semantic and instance segmentation of different cell types to analyze overall tissue structure and individual nuclei in histopathology images. Major challenges include detecting small objects, handling ambiguous boundaries, and addressing class imbalance. To address these issues, we propose PanopMamba, a novel hybrid encoder-decoder architecture that integrates Mamba and Transformer with additional feature-enhanced fusion via state space modeling. We design a multiscale Mamba backbone and a State Space Model (SSM)-based fusion network to enable efficient long-range perception in pyramid features, thereby extending the pure encoder-decoder framework while facilitating information sharing across multiscale features of nuclei. The proposed SSM-based feature-enhanced fusion integrates pyramid feature networks and dynamic feature enhancement across different spatial scales, enhancing the feature representation of densely overlapping nuclei in both semantic and spatial dimensions. To the best of our knowledge, this is the first Mamba-based approach for panoptic segmentation. Additionally, we introduce alternative evaluation metrics, including image-level Panoptic Quality ($i$PQ), boundary-weighted PQ ($w$PQ), and frequency-weighted PQ ($fw$PQ), which are specifically designed to address the unique challenges of nuclei segmentation and thereby mitigate the potential bias inherent in vanilla PQ. Experimental evaluations on two multiclass nuclei segmentation benchmark datasets, MoNuSAC2020 and NuInsSeg, demonstrate the superiority of PanopMamba for nuclei panoptic segmentation over state-of-the-art methods. Consequently, the robustness of PanopMamba is validated across various metrics, while the distinctiveness of PQ variants is also demonstrated. Code is available at https://github.com/mkang315/PanopMamba.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2601.16631")

Code

Syntology Ran 12 of 17 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 12 ran with no contract checked.

By repository: found in paper text by Syntology: 17 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mkang315/PanopMamba found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 12 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

12ran
5unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from mkang315/PanopMamba. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ConvFFN mkang315/PanopMamba/mmseg/models/backbones/msvssm.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · d3c570751b908509 · report
CrossMerge mkang315/PanopMamba/mmseg/models/backbones/msvssm.py found in paper text by Syntology ran MIT (permissive) · bf30be820b2faced · report
CrossMerge2 mkang315/PanopMamba/mmseg/models/backbones/msvssm.py found in paper text by Syntology ran MIT (permissive) · 4d41a84773237a25 · report
CrossMerge3 mkang315/PanopMamba/mmseg/models/backbones/msvssm.py found in paper text by Syntology ran MIT (permissive) · 4f34d80bc5c2ae69 · report
CrossScan mkang315/PanopMamba/mmseg/models/backbones/msvssm.py found in paper text by Syntology ran MIT (permissive) · 930e2c172dd437df · report
CrossScan2 mkang315/PanopMamba/mmseg/models/backbones/msvssm.py found in paper text by Syntology ran MIT (permissive) · 2e083da1d636fbfd · report
CrossScan3 mkang315/PanopMamba/mmseg/models/backbones/msvssm.py found in paper text by Syntology ran MIT (permissive) · 05f3d40ee609910b · report
Mlp mkang315/PanopMamba/mmseg/models/backbones/msvssm.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 65c1e05eec0dfce5 · report
PatchMerging2D mkang315/PanopMamba/mmseg/models/backbones/msvssm.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 0c300d0d98039a0f · report
SS2D mkang315/PanopMamba/mmseg/models/backbones/msvssm.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 4f2d0071a8dc9ec4 · report
SelectiveScan mkang315/PanopMamba/mmseg/models/backbones/msvssm.py found in paper text by Syntology ran MIT (permissive) · b76893328a17f33e · report
VSSM mkang315/PanopMamba/mmseg/models/backbones/msvssm.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 59be5ca644957b0e · report
Permute mkang315/PanopMamba/mmseg/models/backbones/msvssm.py found in paper text by Syntology unverified MIT (permissive) · f3bea939f398ae2f · report
SEModule mkang315/PanopMamba/mmseg/models/backbones/msvssm.py found in paper text by Syntology unverified MIT (permissive) · 15c4c79446f1db10 · report
VSSBlock mkang315/PanopMamba/mmseg/models/backbones/msvssm.py found in paper text by Syntology unverified MIT (permissive) · b18ae335bc5cb05c · report
selective_scan_flatten mkang315/PanopMamba/mmseg/models/backbones/msvssm.py found in paper text by Syntology unverified MIT (permissive) · 98980b013aa42f1f · report
x_selective_scan mkang315/PanopMamba/mmseg/models/backbones/msvssm.py found in paper text by Syntology unverified MIT (permissive) · 200638f6e4ee0cff · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.16631, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections