137,832 research outputs found

    How useful is Active Learning for Image-based Plant Phenotyping?

    Get PDF
    Deep learning models have been successfully deployed for a diverse array of image-based plant phenotyping applications including disease detection and classification. However, successful deployment of supervised deep learning models requires large amount of labeled data, which is a significant challenge in plant science (and most biological) domains due to the inherent complexity. Specifically, data annotation is costly, laborious, time consuming and needs domain expertise for phenotyping tasks, especially for diseases. To overcome this challenge, active learning algorithms have been proposed that reduce the amount of labeling needed by deep learning models to achieve good predictive performance. Active learning methods adaptively select samples to annotate using an acquisition function to achieve maximum (classification) performance under a fixed labeling budget. We report the performance of four different active learning methods, (1) Deep Bayesian Active Learning (DBAL), (2) Entropy, (3) Least Confidence, and (4) Coreset, with conventional random sampling-based annotation for two different image-based classification datasets. The first image dataset consists of soybean [Glycine max L. (Merr.)] leaves belonging to eight different soybean stresses and a healthy class, and the second consists of nine different weed species from the field. For a fixed labeling budget, we observed that the classification performance of deep learning models with active learning-based acquisition strategies is better than random sampling-based acquisition for both datasets. The integration of active learning strategies for data annotation can help mitigate labelling challenges in the plant sciences applications particularly where deep domain knowledge is required

    Brain cone beam computed tomography image analysis using ResNet50 for collateral circulation classification

    Get PDF
    Treatment of stroke patients can be effectively carried out with the help of collateral circulation performance. Collateral circulation scoring as it is now used is dependent on visual inspection, which can lead to an inter- and intra-rater discrepancy. In this study, a collateral circulation classification using the ResNet50 was analyzed by using cone beam computed tomography (CBCT) images for the ischemic stroke patient. The remarkable performance of deep learning classification helps neuroradiologists with fast image classification. A pre-trained deep network ResNet50 was applied to extract robust features and learn the structure of CBCT images in their convolutional layers. Next, the classification layer of the ResNet50 was performed into binary classification as “good” and “poor” classes. The images were divided by 80:20 for training and testing. The empirical results support the claim that the application of ResNet50 offers consistent accuracy, sensitivity, and specificity values. The performance value of the classification accuracy was 76.79%. The deep learning approach was employed to unveil how biological image analysis could generate incredibly dependable and repeatable outcomes. The experiments performed on CBCT images evidenced that the proposed ResNet50 using convolutional neural network (CNN) architecture is indeed effective in classifying collateral circulation

    Keras R-CNN: library for cell detection in biological images using deep neural networks

    Get PDF
    Background: A common yet still manual task in basic biology research, high-throughput drug screening and digital pathology is identifying the number, location, and type of individual cells in images. Object detection methods can be useful for identifying individual cells as well as their phenotype in one step. State-of-the-art deep learning for object detection is poised to improve the accuracy and efficiency of biological image analysis. Results: We created Keras R-CNN to bring leading computational research to the everyday practice of bioimage analysts. Keras R-CNN implements deep learning object detection techniques using Keras and Tensorflow (https://github.com/broadinstitute/keras-rcnn). We demonstrate the command line tool’s simplified Application Programming Interface on two important biological problems, nucleus detection and malaria stage classification, and show its potential for identifying and classifying a large number of cells. For malaria stage classification, we compare results with expert human annotators and find comparable performance. Conclusions: Keras R-CNN is a Python package that performs automated cell identification for both brightfield and fluorescence images and can process large image sets. Both the package and image datasets are freely available on GitHub and the Broad Bioimage Benchmark Collection

    EchoAI: A deep-learning based model for classification of echinoderms in global oceans

    Get PDF
    IntroductionIn response to the need for automated classification in global marine biological studies, deep learning is applied to image-based classification of marine echinoderms.MethodsImages of marine echinoderms are collected and classified according to their systematic taxonomy. The images belong to 5 classes, 38 orders, 145 families, 459 genera, and 1021 species, respectively. The deep learning model, EfficientNetV2, outperforms the competing model and is chosen for developing the automated classification tool, EchoAI. Then, the EfficientNetV2-based tool, EchoAI is applied to each taxonomic level.ResultsThe accuracy for the test dataset was 0.980 (class), 0.876 (order), 0.738 (family), 0.612 (genus), and 0.469 (species), respectively. Online prediction service is provided.DiscussionThe EchoAI model and results are facilitated for investigating the diversity, abundance and distribution of species at the global scale, and the methodological strategy can also be applied to image classification of other categories of marine organisms, which is of great significance for global marine studies. EchoAI is freely available at http://www.csbio.sjtu.edu.cn/bioinf/EchoAI/ for academic use
    corecore