Conditional Deep Convolutional Neural Networks for Improving the
Automated Screening of Histopathological Images
- URL: http://arxiv.org/abs/2105.14338v1
- Date: Sat, 29 May 2021 16:42:12 GMT
- Title: Conditional Deep Convolutional Neural Networks for Improving the
Automated Screening of Histopathological Images
- Authors: Gianluca Gerard, Marco Piastra
- Abstract summary: We propose a conditional Fully Convolutional Network (co-FCN) whose output can be conditioned at run time.
We trained it on the Whole Slide Images (WSIs) from three out of five medical centers present in the CAMELYON17 dataset.
We benchmarked our proposed method against a U-Net trained on the same dataset with no conditioning.
- Score: 0.76146285961466
- License: http://creativecommons.org/licenses/by-nc-nd/4.0/
- Abstract: Semantic segmentation of breast cancer metastases in histopathological slides
is a challenging task. In fact, significant variation in data characteristics
of histopathology images (domain shift) make generalization of deep learning to
unseen data difficult. Our goal is to address this challenge by using a
conditional Fully Convolutional Network (co-FCN) whose output can be
conditioned at run time, and which can improve its performance when a properly
selected set of reference slides are used to condition the output. We adapted
to our task a co-FCN originally applied to organs segmentation in volumetric
medical images and we trained it on the Whole Slide Images (WSIs) from three
out of five medical centers present in the CAMELYON17 dataset. We tested the
performance of the network on the WSIs of the remaining centers. We also
developed an automated selection strategy for selecting the conditioning
subset, based on an unsupervised clustering process applied to a
target-specific set of reference patches, followed by a selection policy that
relies on the cluster similarities with the input patch. We benchmarked our
proposed method against a U-Net trained on the same dataset with no
conditioning. The conditioned network shows better performance that the U-Net
on the WSIs with Isolated Tumor Cells and micro-metastases from the medical
centers used as test. Our contributions are an architecture which can be
applied to the histopathology domain and an automated procedure for the
selection of conditioning data.
Related papers
- Generalizing Segmentation Foundation Model Under Sim-to-real Domain-shift for Guidewire Segmentation in X-ray Fluoroscopy [1.4353812560047192]
Sim-to-real domain adaptation approaches utilize synthetic data from simulations, offering a cost-effective solution.
We propose a strategy to adapt SAM to X-ray fluoroscopy guidewire segmentation without any annotation on the target domain.
Our method surpasses both pre-trained SAM and many state-of-the-art domain adaptation techniques by a large margin.
arXiv Detail & Related papers (2024-10-09T21:59:48Z) - Convolutional Monge Mapping Normalization for learning on sleep data [63.22081662149488]
We propose a new method called Convolutional Monge Mapping Normalization (CMMN)
CMMN consists in filtering the signals in order to adapt their power spectrum density (PSD) to a Wasserstein barycenter estimated on training data.
Numerical experiments on sleep EEG data show that CMMN leads to significant and consistent performance gains independent from the neural network architecture.
arXiv Detail & Related papers (2023-05-30T08:24:01Z) - Generative Adversarial Networks based Skin Lesion Segmentation [7.9234173309439715]
We propose a novel adversarial learning-based framework called Efficient-GAN that uses an unsupervised generative network to generate accurate lesion masks.
It outperforms the current state-of-the-art skin lesion segmentation approaches with a Dice coefficient, Jaccard similarity, and Accuracy of 90.1%, 83.6%, and 94.5%, respectively.
We also design a lightweight segmentation framework (MGAN) that achieves comparable performance as EGAN but with an order of magnitude lower number of training parameters.
arXiv Detail & Related papers (2023-05-29T15:51:31Z) - Semantic segmentation of surgical hyperspectral images under geometric
domain shifts [69.91792194237212]
We present the first analysis of state-of-the-art semantic segmentation networks in the presence of geometric out-of-distribution (OOD) data.
We also address generalizability with a dedicated augmentation technique termed "Organ Transplantation"
Our scheme improves on the SOA DSC by up to 67 % (RGB) and 90 % (HSI) and renders performance on par with in-distribution performance on real OOD test data.
arXiv Detail & Related papers (2023-03-20T09:50:07Z) - Brain Lesion Synthesis via Progressive Adversarial Variational
Auto-Encoder [0.9954435559869312]
Region of interest (ROI) segmentation before and after laser interstitial thermal therapy (LITT) would enable automated lesion quantification.
CNNs are state-of-the-art solutions for ROI segmentation, but require large amounts of annotated data during the training.
We propose a progressive brain lesion synthesis framework (PAVAE) to expand both the quantity and diversity of the training dataset.
arXiv Detail & Related papers (2022-08-05T14:39:06Z) - Domain Adaptive Nuclei Instance Segmentation and Classification via
Category-aware Feature Alignment and Pseudo-labelling [65.40672505658213]
We propose a novel deep neural network, namely Category-Aware feature alignment and Pseudo-Labelling Network (CAPL-Net) for UDA nuclei instance segmentation and classification.
Our approach outperforms state-of-the-art UDA methods with a remarkable margin.
arXiv Detail & Related papers (2022-07-04T07:05:06Z) - Self-Supervised Domain Adaptation for Diabetic Retinopathy Grading using
Vessel Image Reconstruction [61.58601145792065]
We learn invariant target-domain features by defining a novel self-supervised task based on retinal vessel image reconstructions.
It can be shown that our approach outperforms existing domain strategies.
arXiv Detail & Related papers (2021-07-20T09:44:07Z) - HistoTransfer: Understanding Transfer Learning for Histopathology [9.231495418218813]
We compare the performance of features extracted from networks trained on ImageNet and histopathology data.
We investigate if features learned using more complex networks lead to gain in performance.
arXiv Detail & Related papers (2021-06-13T18:55:23Z) - Towards a Computed-Aided Diagnosis System in Colonoscopy: Automatic
Polyp Segmentation Using Convolution Neural Networks [10.930181796935734]
We present a deep learning framework for recognizing lesions in colonoscopy and capsule endoscopy images.
To our knowledge, we present the first work to use FCNs for polyp segmentation in addition to proposing a novel combination of SfS and RGB that boosts performance.
arXiv Detail & Related papers (2021-01-15T10:08:53Z) - An Uncertainty-Driven GCN Refinement Strategy for Organ Segmentation [53.425900196763756]
We propose a segmentation refinement method based on uncertainty analysis and graph convolutional networks.
We employ the uncertainty levels of the convolutional network in a particular input volume to formulate a semi-supervised graph learning problem.
We show that our method outperforms the state-of-the-art CRF refinement method by improving the dice score by 1% for the pancreas and 2% for spleen.
arXiv Detail & Related papers (2020-12-06T18:55:07Z) - Self-Challenging Improves Cross-Domain Generalization [81.99554996975372]
Convolutional Neural Networks (CNN) conduct image classification by activating dominant features that correlated with labels.
We introduce a simple training, Self-Challenging Representation (RSC), that significantly improves the generalization of CNN to the out-of-domain data.
RSC iteratively challenges the dominant features activated on the training data, and forces the network to activate remaining features that correlates with labels.
arXiv Detail & Related papers (2020-07-05T21:42:26Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.