Switching Loss for Generalized Nucleus Detection in Histopathology
The accuracy of deep learning methods for two foundational tasks in medical image analysis -- detection and segmentation -- can suffer from class imbalance. We propose a `switching loss' function that adaptively shifts the emphasis between foreground and background classes. While the existing loss functions to address this problem were motivated by the classification task, the switching loss is based on Dice loss, which is better suited for segmentation and detection. Furthermore, to get the most out the training samples, we adapt the loss with each mini-batch, unlike previous proposals that adapt once for the entire training set. A nucleus detector trained using the proposed loss function on a source dataset outperformed those trained using cross-entropy, Dice, or focal losses. Remarkably, without retraining on target datasets, our pre-trained nucleus detector also outperformed existing nucleus detectors that were trained on at least some of the images from the target datasets. To establish a broad utility of the proposed loss, we also confirmed that it led to more accurate ventricle segmentation in MRI as compared to the other loss functions. Our GPU-enabled pre-trained nucleus detection software is also ready to process whole slide images right out-of-the-box and is usably fast.
Code (0)
등록된 구현이 없습니다.
Tasks
GPUMedical Image AnalysisSegmentationwhole slide imagesSimilar Papers 제목 키워드 기반
Sparse Autoencoder for Unsupervised Nucleus Detection and Representation in Histopathology Images
Histopathology images are crucial to the study of complex diseases such as cancer. The histologic characteristics of nuclei play a key role in disease diagnosis, prognosis and analysis. In this work, we propose a sparse …
PrognosisTowards Effective and Efficient Context-aware Nucleus Detection in Histopathology Whole Slide Images
Nucleus detection in histopathology whole slide images (WSIs) is crucial for a broad spectrum of clinical applications. Current approaches for nucleus detection in gigapixel WSIs utilize a sliding window methodology, whi…
Instance SegmentationSemantic Segmentationwhole slide imagesSharp-GAN: Sharpness Loss Regularized GAN for Histopathology Image Synthesis
Existing deep learning-based approaches for histopathology image analysis require large annotated training sets to achieve good performance; but annotating histopathology images is slow and resource-intensive. Conditiona…
Generative Adversarial NetworkImage GenerationNuNext: Reframing Nucleus Detection as Next-Point Detection
Nucleus detection in histopathology is pivotal for a wide range of clinical applications. Existing approaches either regress nuclear proxy maps that require complex post-processing, or employ dense anchors or queries tha…
Few-Shot Learning for Annotation-Efficient Nucleus Instance Segmentation
Nucleus instance segmentation from histopathology images suffers from the extremely laborious and expert-dependent annotation of nucleus instances. As a promising solution to this task, annotation-efficient deep learning…
Few-shot Instance SegmentationFew-Shot LearningInstance SegmentationMeta-Learning+3