LSP-DETR: Efficient and Scalable Nuclei Segmentation in Whole Slide Images
About
Precise and scalable instance segmentation of cell nuclei is essential for computational pathology, yet gigapixel Whole-Slide Images pose major computational challenges. Existing approaches rely on patch-based processing and costly post-processing for instance separation, sacrificing context and efficiency. We introduce LSP-DETR (Local Star Polygon DEtection TRansformer), a fully end-to-end framework that uses a lightweight transformer with linear complexity to process substantially larger images without additional computational cost. Nuclei are represented as star-convex polygons, and a novel radial distance loss function allows the segmentation of overlapping nuclei to emerge naturally, without requiring explicit overlap annotations or handcrafted post-processing. Evaluations on PanNuke and MoNuSeg show strong generalization across tissues and state-of-the-art efficiency, with LSP-DETR being over five times faster than the next-fastest leading method. Code and models are available at https://github.com/RationAI/lsp-detr.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Instance Segmentation | PanNuke 19 tissue types (three-fold cross-validation) | mPQ58.3 | 120 | |
| Panoptic Segmentation | PanNuke (three-fold cross-validation) | Neoplastic57.4 | 12 | |
| Nuclei Detection | PanNuke (three-fold cross-validation) | Neoplastic F1 Score75 | 4 | |
| Nuclei Instance Segmentation | MoNuSeg (test) | F1 Score85 | 3 |