SPPNet: A Single-Point Prompt Network for Nuclei Image Segmentation
Qing Xu, Wenwei Kuang, Zeyu Zhang, Xueyao Bao, Haoran Chen, Wenting, Duan

TL;DR
SPPNet introduces a lightweight, single-point prompt network for nuclei image segmentation, achieving faster inference and requiring fewer parameters than existing models, making it more practical for clinical use.
Contribution
The paper proposes a novel lightweight vision transformer-based network with a new point-sampling method, reducing computational costs and simplifying point prompts for nuclei segmentation.
Findings
Outperforms existing U-shape architectures in accuracy and convergence speed
Achieves roughly 20 times faster inference than the segment anything model
Uses only one set of points for training and inference, suitable for clinical applications
Abstract
Image segmentation plays an essential role in nuclei image analysis. Recently, the segment anything model has made a significant breakthrough in such tasks. However, the current model exists two major issues for cell segmentation: (1) the image encoder of the segment anything model involves a large number of parameters. Retraining or even fine-tuning the model still requires expensive computational resources. (2) in point prompt mode, points are sampled from the center of the ground truth and more than one set of points is expected to achieve reliable performance, which is not efficient for practical applications. In this paper, a single-point prompt network is proposed for nuclei image segmentation, called SPPNet. We replace the original image encoder with a lightweight vision transformer. Also, an effective convolutional block is added in parallel to extract the low-level semantic…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAI in cancer detection · Radiomics and Machine Learning in Medical Imaging · Advanced Neural Network Applications
