CVJun 30, 2023

Zero-shot Nuclei Detection via Visual-Language Pre-trained Models

arXiv:2306.17659v117 citationsh-index: 17Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of label-free nuclei detection for medical imaging, demonstrating the potential of natural image-trained models in the medical domain, though it is incremental as it adapts existing models.

The paper tackles zero-shot nuclei detection in H&E images using visual-language pre-trained models, achieving remarkable performance that surpasses other methods without requiring labeled data.

Large-scale visual-language pre-trained models (VLPM) have proven their excellent performance in downstream object detection for natural scenes. However, zero-shot nuclei detection on H\&E images via VLPMs remains underexplored. The large gap between medical images and the web-originated text-image pairs used for pre-training makes it a challenging task. In this paper, we attempt to explore the potential of the object-level VLPM, Grounded Language-Image Pre-training (GLIP) model, for zero-shot nuclei detection. Concretely, an automatic prompts design pipeline is devised based on the association binding trait of VLPM and the image-to-text VLPM BLIP, avoiding empirical manual prompts engineering. We further establish a self-training framework, using the automatically designed prompts to generate the preliminary results as pseudo labels from GLIP and refine the predicted boxes in an iterative manner. Our method achieves a remarkable performance for label-free nuclei detection, surpassing other comparison methods. Foremost, our work demonstrates that the VLPM pre-trained on natural image-text pairs exhibits astonishing potential for downstream tasks in the medical field as well. Code will be released at https://github.com/wuyongjianCODE/VLPMNuD.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes