196,061 research outputs found

    A MULTI-TASK MULTIPLE INSTANCE LEARNING ALGORITHM TO ANALYZE LARGE WHOLE SLIDE IMAGES FROM BRIGHT CHALLENGE 2022

    No full text
    Malignant lesions in breast tissue specimen whole slide images (WSIs), may lead to a dangerous diagnosis, such as cancer. However, WSIs analysis is time-consuming and expensive, requiring the work of expert pathologists. This paper aims to present a method for the 2022 BRIGHT Challenge, that involves the analysis of breast WSIs. The organizers provided over 550 breast WSIs and over 3900 regions of interest (ROIs) to develop and validate methods for breast cancer images. The method presented in this work is based on a Multiple Instance Learning instance-based Convolutional Neural Network (CNN), allowing the combination of strongly-annotated data (from ROIs) and weakly-annotated data (from WSIs) via the optimization of a multi-task loss function. Furthermore, during the CNN training, the input patches are clustered and filtered according to their entropy, to reduce the non-informative content used to train the model. The CNN reaches an averaged F1-score = 0.63 +/- 0.02 on the 3-class classification task and averaged F1-score = 0.39 +/- 0.08 on the 6-class classification task, considering the validation partition; an averaged F1-score = 0.65 on the cancer risk classification task and averaged F1-score = 0.45 on the sub-typing cancer risk classification task, considering the best result achieved on the test partition. These results show that Multiple Instance Learning instance-based CNNs may represent a good resource to tackle this kind of problem

    RegWSI: Whole slide image registration using combined deep feature- and intensity-based methods: Winner of the ACROBAT 2023 challenge

    No full text
    Background and objective: The automatic registration of differently stained whole slide images (WSIs) is crucial for improving diagnosis and prognosis by fusing complementary information emerging from different visible structures. It is also useful to quickly transfer annotations between consecutive or restained slides, thus significantly reducing the annotation time and associated costs. Nevertheless, the slide preparation is different for each stain and the tissue undergoes complex and large deformations. Therefore, a robust, efficient, and accurate registration method is highly desired by the scientific community and hospitals specializing in digital pathology. Methods: We propose a two-step hybrid method consisting of (i) deep learning- and feature-based initial alignment algorithm, and (ii) intensity-based nonrigid registration using the instance optimization. The proposed method does not require any fine-tuning to a particular dataset and can be used directly for any desired tissue type and stain. The registration time is low, allowing one to perform efficient registration even for large datasets. The method was proposed for the ACROBAT 2023 challenge organized during the MICCAI 2023 conference and scored 1st place. The method is released as open-source software. Results: The proposed method is evaluated using three open datasets: (i) Automatic Nonrigid Histological Image Registration Dataset (ANHIR), (ii) Automatic Registration of Breast Cancer Tissue Dataset (ACROBAT), and (iii) Hybrid Restained and Consecutive Histological Serial Sections Dataset (HyReCo). The target registration error (TRE) is used as the evaluation metric. We compare the proposed algorithm to other state-of-the-art solutions, showing considerable improvement. Additionally, we perform several ablation studies concerning the resolution used for registration and the initial alignment robustness and stability. The method achieves the most accurate results for the ACROBAT dataset, the cell-level registration accuracy for the restained slides from the HyReCo dataset, and is among the best methods evaluated on the ANHIR dataset. Conclusions: The article presents an automatic and robust registration method that outperforms other state-of-the-art solutions. The method does not require any fine-tuning to a particular dataset and can be used out-of-the-box for numerous types of microscopic images. The method is incorporated into the DeeperHistReg framework, allowing others to directly use it to register, transform, and save the WSIs at any desired pyramid level (resolution up to 220k x 220k). We provide free access to the software. The results are fully and easily reproducible. The proposed method is a significant contribution to improving the WSI registration quality, thus advancing the field of digital pathology

    Unsupervised Method for Intra-patient Registration of Brain Magnetic Resonance Images Based on Objective Function Weighting by Inverse Consistency: Contribution to the BraTS-Reg Challenge

    No full text
    Registration of brain scans with pathologies is difficult, yet important research area. The importance of this task motivated researchers to organize the BraTS-Reg challenge, jointly with IEEE ISBI 2022 and MICCAI 2022 conferences. The organizers introduced the task of aligning pre-operative to follow-up magnetic resonance images of glioma. The main difficulties are connected with the missing data leading to large, nonrigid, and noninvertible deformations. In this work, we describe our contributions to both the editions of the BraTS-Reg challenge. The proposed method is based on combined deep learning and instance optimization approaches. First, the instance optimization enriches the state-of-the-art LapIRN method to improve the generalizability and fine-details preservation. Second, an additional objective function weighting is introduced, based on the inverse consistency. The proposed method is fully unsupervised and exhibits high registration quality and robustness. The quantitative results on the external validation set are: (i) IEEE ISBI 2022 edition: 1.85, and 0.86, (ii) MICCAI 2022 edition: 1.71, and 0.86, in terms of the mean of median absolute error and robustness respectively. The method scored the 1st place during the IEEE ISBI 2022 version of the challenge and the 3rd place during the MICCAI 2022. Future work could transfer the inverse consistency-based weighting directly into the deep network training

    Artifact Augmentation for Learning-based Quality Control of Whole Slide Images

    No full text
    The acquisition of whole slide images is prone to artifacts that can require human control and re-scanning, both in clinical workflows and in research-oriented settings. Quality control algorithms are a first step to overcome this challenge, as they limit the use of low quality images. Developing quality control systems in histopathology is not straightforward, also due to the limited availability of data related to this topic. We address the problem by proposing a tool to augment data with artifacts. The proposed method seamlessly generates and blends artifacts from an external library to a given histopathology dataset. The datasets augmented by the blended artifacts are then used to train an artifact detection network in a supervised way. We use the YOLOv5 model for the artifact detection with a slightly modified training pipeline. The proposed tool can be extended into a complete framework for the quality assessment of whole slide images.Clinical relevance-The proposed method may be useful for the initial quality screening of whole slide images. Each year, millions of whole slide images are acquired and digitized worldwide. Numerous of them contain artifacts affecting the following AI-oriented analysis. Therefore, a tool operating at the acquisition phase and improving the initial quality assessment is crucial to increase the performance of digital pathology algorithms, e.g., early cancer diagnosis

    Robust Multiresolution and Multistain Background Segmentation in Whole Slide Images

    No full text
    Background segmentation is an important step in analysis of histopathological images. It allows one to remove irrelevant regions and focus on the tissue of interest. However, background segmentation is challenging due to the variability of stain colors and intensity levels across different images, modalities, and magnification levels. In this paper, we present a learning-based model for histopathology background segmentation based on convolutional neural networks. We compare two multiresolution approaches to deal with the variability of magnification in histopathology images: (i) model that uses upscaling of smaller patches of the image, and (ii) model simultaneously trained on multiple resolution levels. Our model is characterized by solid performance both in multiresolution and multistain dyes (H &E and IHC), achieving good performance on publicly available dataset. The quantitative scores are, in terms of the Dice score, close to 94.71. The qualitative analysis presents strong performance on previously unseen cases from different distributions and various dyes. We freely release the model, weights, and ground-truth annotations to promote the open science and reproducible research

    Improving quality control of whole slide images by explicit artifact augmentation

    No full text
    The problem of artifacts in whole slide image acquisition, prevalent in both clinical workflows and research-oriented settings, necessitates human intervention and re-scanning. Overcoming this challenge requires developing quality control algorithms, that are hindered by the limited availability of relevant annotated data in histopathology. The manual annotation of ground-truth for artifact detection methods is expensive and time-consuming. This work addresses the issue by proposing a method dedicated to augmenting whole slide images with artifacts. The tool seamlessly generates and blends artifacts from an external library to a given histopathology dataset. The augmented datasets are then utilized to train artifact classification methods. The evaluation shows their usefulness in classification of the artifacts, where they show an improvement from 0.10 to 0.01 AUROC depending on the artifact type. The framework, model, weights, and ground-truth annotations are freely released to facilitate open science and reproducible research

    Convolutional Neural Network Approach to Classify Skin Lesions Using Reflectance Confocal Microscopy

    No full text
    We propose an approach based on a convolutional neural network to classify skin lesions using the reflectance confocal microscopy (RCM) mosaics. Skin cancers are the most common type of cancers and a correct, early diagnosis significantly lowers both morbidity and mortality. RCM is an in-vivo non-invasive screening tool that produces virtual biopsies of skin lesions but its proficient and safe use requires hard to obtain expertise. Therefore, it may be useful to have an additional tool to aid diagnosis. The proposed network is based on the ResNet architecture. The dataset consists of 429 RCM mosaics and is divided into 3 classes: melanoma, basal cell carcinoma, and benign naevi with the ground-truth confirmed by a histopathological examination. The test set classification accuracy was 87%, higher than the accuracy achieved by medical, confocal users. The results show that the proposed classification system can be a useful tool to aid in early, noninvasive melanoma detection

    Training Deep Neural Networks for Small and Highly Heterogeneous MRI Datasets for Cancer Grading

    No full text
    Using medical images recorded in clinical practice has the potential to be a game-changer in the application of machine learning for medical decision support. Thousands of medical images are produced in daily clinical activity. The diagnosis of medical doctors on these images represents a source of knowledge to train machine learning algorithms for scientific research or computer-aided diagnosis. However, the requirement of manual data annotations and the heterogeneity of images and annotations make it difficult to develop algorithms that are effective on images from different centers or sources (scanner manufacturers, protocols, etc.). The objective of this article is to explore the opportunities and the limits of highly heterogeneous biomedical data, since many medical data sets are small and entail a challenge for machine learning techniques. Particularly, we focus on a small data set targeting meningioma grading. Meningioma grading is crucial for patient treatment and prognosis. It is normally performed by histological examination but recent articles showed that it is possible to do it also on magnetic resonance images (MRI), so non-invasive. Our data set consists of 174 T1-weighted MRI images of patients with meningioma, divided into 126 benign and 48 atypical/anaplastic cases, acquired using 26 different MRI scanners and 125 acquisition protocols, which shows the enormous variability in the data set. The performed preprocessing steps include tumor segmentation, spatial image normalization and data augmentation based on color and affine transformations. The preprocessed cases are passed to a carefully trained 2-D convolutional neural network. Accuracy above 74% was obtained, with the high-grade tumor recall above 74%. The results are encouraging considering the limited size and high heterogeneity of the data set. The proposed methodology can be useful for other problems involving classification of small and highly heterogeneous data sets

    Dr. Duane M. Jackson, Morehouse College, July 2011

    No full text
    This video is a conversation with Dr. Duane M. Jackson. Dr. Jackson talks about his paper, "Recall and the Serial Position Effect: The Role of Primacy and Recency on Accounting Students' Performance." Jackie Daniel, AUC Woodruff Library, is the interviewer

    Development of an artificial intelligence-based method for the diagnosis of the severity of myxomatous mitral valve disease from canine chest radiographs.

    No full text
    An algorithm based on artificial intelligence (AI) was developed and tested to classify different stages of myxomatous mitral valve disease (MMVD) from canine thoracic radiographs. The radiographs were selected from the medical databases of two different institutions, considering dogs over 6years of age that had undergone chest X-ray and echocardiographic examination. Only radiographs clearly showing the cardiac silhouette were considered. The convolutional neural network (CNN) was trained on both the right and left lateral and/or ventro-dorsal or dorso-ventral views. Each dog was classified according to the American College of Veterinary Internal Medicine (ACVIM) guidelines as stage B1, B2 or C+ D. ResNet18 CNN was used as a classification network, and the results were evaluated using confusion matrices, receiver operating characteristic curves, and t-SNE and UMAP projections. The area under the curve (AUC) showed good heart-CNN performance in determining the MMVD stage from the lateral views with an AUC of 0.87, 0.77, and 0.88 for stages B1, B2, and C+ D, respectively. The high accuracy of the algorithm in predicting the MMVD stage suggests that it could stand as a useful support tool in the interpretation of canine thoracic radiographs
    corecore