622 research outputs found
Domain-adversarial neural networks to address the appearance variability of histopathology images
Preparing and scanning histopathology slides consists of several steps, each
with a multitude of parameters. The parameters can vary between pathology labs
and within the same lab over time, resulting in significant variability of the
tissue appearance that hampers the generalization of automatic image analysis
methods. Typically, this is addressed with ad-hoc approaches such as staining
normalization that aim to reduce the appearance variability. In this paper, we
propose a systematic solution based on domain-adversarial neural networks. We
hypothesize that removing the domain information from the model representation
leads to better generalization. We tested our hypothesis for the problem of
mitosis detection in breast cancer histopathology images and made a comparative
analysis with two other approaches. We show that combining color augmentation
with domain-adversarial training is a better alternative than standard
approaches to improve the generalization of deep learning methods.Comment: MICCAI 2017 Workshop on Deep Learning in Medical Image Analysi
Inferring a Third Spatial Dimension from 2D Histological Images
Histological images are obtained by transmitting light through a tissue
specimen that has been stained in order to produce contrast. This process
results in 2D images of the specimen that has a three-dimensional structure. In
this paper, we propose a method to infer how the stains are distributed in the
direction perpendicular to the surface of the slide for a given 2D image in
order to obtain a 3D representation of the tissue. This inference is achieved
by decomposition of the staining concentration maps under constraints that
ensure realistic decomposition and reconstruction of the original 2D images.
Our study shows that it is possible to generate realistic 3D images making this
method a potential tool for data augmentation when training deep learning
models.Comment: IEEE International Symposium on Biomedical Imaging (ISBI), 201
Influence of short-term dietary measures on dioxin concentrations in human milk.
Breast-feeding may expose infants to high levels of toxic chlorinated dioxins. To diminish intake of these lipophilic compounds by the baby, two diets were tested for their ability to reduce concentrations of dioxins in human milk. The diets were a low-fat/high- carbohydrate/low-dioxin diet. (about 20% of energy intake derived from fat) and a high fat /low-carbohydrate/low-dioxin diet. These diets were tested in 16 and 18 breast-feeding women, respectively. The test diets were followed for 5 consecutive days in the fourth week after delivery. Milk was sampled before and at the end of the dietary regimen, and dioxin concentrations and fatty acid concentrations were determined. Despite significant influences of these diets on the fatty acid profiles, no significant influence on the dioxin concentrations in breast milk could be found. We conclude that short-term dietary measures will not reduce dioxin concentration in human milk
Effect of latent space distribution on the segmentation of images with multiple annotations
We propose the Generalized Probabilistic U-Net, which extends the
Probabilistic U-Net by allowing more general forms of the Gaussian distribution
as the latent space distribution that can better approximate the uncertainty in
the reference segmentations. We study the effect the choice of latent space
distribution has on capturing the variation in the reference segmentations for
lung tumors and white matter hyperintensities in the brain. We show that the
choice of distribution affects the sample diversity of the predictions and
their overlap with respect to the reference segmentations. We have made our
implementation available at
https://github.com/ishaanb92/GeneralizedProbabilisticUNetComment: Accepted for publication at the Journal of Machine Learning for
Biomedical Imaging (MELBA) https://melba-journal.org/2023:005. arXiv admin
note: text overlap with arXiv:2207.1287
Hybrid Deep Neural Network for Brachial Plexus Nerve Segmentation in Ultrasound Images
Ultrasound-guided regional anesthesia (UGRA) can replace general anesthesia
(GA), improving pain control and recovery time. This method can be applied on
the brachial plexus (BP) after clavicular surgeries. However, identification of
the BP from ultrasound (US) images is difficult, even for trained
professionals. To address this problem, convolutional neural networks (CNNs)
and more advanced deep neural networks (DNNs) can be used for identification
and segmentation of the BP nerve region. In this paper, we propose a hybrid
model consisting of a classification model followed by a segmentation model to
segment BP nerve regions in ultrasound images. A CNN model is employed as a
classifier to precisely select the images with the BP region. Then, a U-net or
M-net model is used for the segmentation. Our experimental results indicate
that the proposed hybrid model significantly improves the segmentation
performance over a single segmentation model.Comment: The first two authors contributed equall
Roto-Translation Equivariant Convolutional Networks: Application to Histopathology Image Analysis
Rotation-invariance is a desired property of machine-learning models for
medical image analysis and in particular for computational pathology
applications. We propose a framework to encode the geometric structure of the
special Euclidean motion group SE(2) in convolutional networks to yield
translation and rotation equivariance via the introduction of SE(2)-group
convolution layers. This structure enables models to learn feature
representations with a discretized orientation dimension that guarantees that
their outputs are invariant under a discrete set of rotations. Conventional
approaches for rotation invariance rely mostly on data augmentation, but this
does not guarantee the robustness of the output when the input is rotated. At
that, trained conventional CNNs may require test-time rotation augmentation to
reach their full capability. This study is focused on histopathology image
analysis applications for which it is desirable that the arbitrary global
orientation information of the imaged tissues is not captured by the machine
learning models. The proposed framework is evaluated on three different
histopathology image analysis tasks (mitosis detection, nuclei segmentation and
tumor classification). We present a comparative analysis for each problem and
show that consistent increase of performances can be achieved when using the
proposed framework
- …