563 research outputs found

    Deep CNN for IIF Images Classification in Autoimmune Diagnostics

    Get PDF
    The diagnosis and monitoring of autoimmune diseases are very important problem in medicine. The most used test for this purpose is the antinuclear antibody (ANA) test. An indirect immunofluorescence (IIF) test performed by Human Epithelial type 2 (HEp-2) cells as substrate antigen is the most common methods to determine ANA. In this paper we present an automatic HEp-2 specimen system based on a convolutional neural network method able to classify IIF images. The system consists of a module for features extraction based on a pre-trained AlexNet network and a classification phase for the cell-pattern association using six support vector machines and a k-nearest neighbors classifier. The classification at the image-level was obtained by analyzing the pattern prevalence at cell-level. The layers of the pre-trained network and various system parameters were evaluated in order to optimize the process. This system has been developed and tested on the HEp-2 images indirect immunofluorescence images analysis (I3A) public database. To test the generalisation performance of the method, the leave-one-specimen-out procedure was used in this work. The performance analysis showed an accuracy of 96.4% and a mean class accuracy equal to 93.8%. The results have been evaluated comparing them with some of the most representative works using the same database

    “SEGMENTATION OF ANTI NEUTROPHIL CYTOPLASMIC ANTIBODIES (ANCA) IMAGES BASED ON WATERSHED AND WAVELET”

    Get PDF
    Autoimmune disease is a type of disease where immune system unable to tell between the good side and bad side which lead to the misguided attack on the healthy cells and tissues. Autoimmune disease can be classified to more than 80 types depending on the affected area. The test also varies according to the suspected type of disease. Some examples of the test are Enzyme-Linked Immunosorbent Assay (ELISA) test, Indirect Immunofluorescence (IIF) test of Antinuclear Antibody (ANA) by using HeP-2 Cells and IIF test for Anti Neutrophil Cytoplasmic Antibodies (ANCA). However in this project, author only focus on the ANCA images with two major staining patterns which are P-ANCA and C-ANCA. Currently the positivity of the images depends solely on the experience of the physician which led to variety of result and lack of reliability. Besides the time to get the result is time consuming. Thus an automatic classification system has been developed to overcome the manual process. The vital process inside the automatic system is the segmentation part. Many researchers suggest different techniques of segmentation to segment the ANCA images before being further processed. In this research, author focus on Watershed technique to segment the ANCA images by implementing the algorithm in Matlab. Author use Wavelet transform to suppress noise to avoid from over segmentation of the ANCA images. Using Rand Index method, the result of segmentations is verified. Combination of Watershed and Wavelet transform gives a very promising result. Recommendation for future work is to explore on automatic determination of noise variance inside images

    APPLICATION OF DEEP CONVOLUTIONAL NETWORK FOR THE CLASSIFICATION OF AUTO IMMUNE DISEASE

    Get PDF
    Abstract—Indirect Immuno Fluorescence (IIF) detection analysis technique is in limelight because of its great importance in the field of medical health. It is mainly used for the analysis of auto-immune diseases. These diseases are caused when body’s natural defense system can’t distinguish between normal body cells and foreign cells. More than 80 auto-immune diseases exist in humans which affect different parts of body. IIF works both manually as well as by using Computer-Aided Diagnosis (CAD). The aim of research is to propose an advanced methodology for the analysis of auto-immune diseases by using well-known model of transfer learning for the analysis of autoimmune diseases. Data augmentation and data normalization is also used to resolve the problem of over fitting in data. Firstly, freely available MIVIA data set of HEP- type 2 cells has been selected, which contains total of 1457 images and six different classes of staining patterns named as centromere, homogeneous, nucleolar, coarse speckled, fine speckled and cytoplasmatic. Then well-known model of transfer learning VGG-16 are train on MIVIA data set of HEP-type 2 cells. Data augmentation and data normalization used on pre-trained data to avoid over fitting because datasets of medical images are not very large. After the application of data augmentation and data normalization on pre-trained model, the performance of model is used to calculate by using a confusion matrix of VGG-16. VGG-16 achieves 84.375% accuracy. It is more suitable for the analysis of auto-immune diseases. Same as accuracy, we also use the other three parameters, Precision, F1 measures, and recall to check the performance of model. All four parameters use confusion matrix to find performance of model. The tools and languages also have great importance because it gives a simple and easy way of implementation to solve problems in image processing. For this purpose, python and colab is used to read and write the data because python provides fast execution of data and colab work as a simulator of python. The result shows that transfer learning is the most sufficient and enhanced technique for the analysis of auto-immune diseases since it provides high accuracy in less time and reduces the errors in image classification

    Machine Learning Analyses of Highly-Multiplexed Immunofluorescence Identifies Distinct Tumor and Stromal Cell Populations in Primary Pancreatic Tumors

    Get PDF
    BACKGROUND: Pancreatic ductal adenocarcinoma (PDAC) is a formidable challenge for patients and clinicians. OBJECTIVE: To analyze the distribution of 31 different markers in tumor and stromal portions of the tumor microenvironment (TME) and identify immune cell populations to better understand how neoplastic, non-malignant structural, and immune cells, diversify the TME and influence PDAC progression. METHODS: Whole slide imaging (WSI) and cyclic multiplexed-immunofluorescence (MxIF) was used to collect 31 different markers over the course of nine distinctive imaging series of human PDAC samples. Image registration and machine learning algorithms were developed to largely automate an imaging analysis pipeline identifying distinct cell types in the TME. RESULTS: A random forest algorithm accurately predicted tumor and stromal-rich areas with 87% accuracy using 31 markers and 77% accuracy using only five markers. Top tumor-predictive markers guided downstream analyses to identify immune populations effectively invading into the tumor, including dendritic cells, CD4+ T cells, and multiple immunoregulatory subtypes. CONCLUSIONS: Immunoprofiling of PDAC to identify differential distribution of immune cells in the TME is critical for understanding disease progression, response and/or resistance to treatment, and the development of new treatment strategies

    NeuronAlg: An Innovative Neuronal Computational Model for Immunofluorescence Image Segmentation

    Get PDF
    Background: Image analysis applications in digital pathology include various methods for segmenting regions of interest. Their identification is one of the most complex steps and therefore of great interest for the study of robust methods that do not necessarily rely on a machine learning (ML) approach. Method: A fully automatic and optimized segmentation process for different datasets is a prerequisite for classifying and diagnosing indirect immunofluorescence (IIF) raw data. This study describes a deterministic computational neuroscience approach for identifying cells and nuclei. It is very different from the conventional neural network approaches but has an equivalent quantitative and qualitative performance, and it is also robust against adversative noise. The method is robust, based on formally correct functions, and does not suffer from having to be tuned on specific data sets. Results: This work demonstrates the robustness of the method against variability of parameters, such as image size, mode, and signal-to-noise ratio. We validated the method on three datasets (Neuroblastoma, NucleusSegData, and ISBI 2009 Dataset) using images annotated by independent medical doctors. Conclusions: The definition of deterministic and formally correct methods, from a functional and structural point of view, guarantees the achievement of optimized and functionally correct results. The excellent performance of our deterministic method (NeuronalAlg) in segmenting cells and nuclei from fluorescence images was measured with quantitative indicators and compared with those achieved by three published ML approaches

    A Segmentation Method for fluorescence images without a machine learning approach

    Full text link
    Background: Image analysis applications in digital pathology include various methods for segmenting regions of interest. Their identification is one of the most complex steps, and therefore of great interest for the study of robust methods that do not necessarily rely on a machine learning (ML) approach. Method: A fully automatic and optimized segmentation process for different datasets is a prerequisite for classifying and diagnosing Indirect ImmunoFluorescence (IIF) raw data. This study describes a deterministic computational neuroscience approach for identifying cells and nuclei. It is far from the conventional neural network approach, but it is equivalent to their quantitative and qualitative performance, and it is also solid to adversative noise. The method is robust, based on formally correct functions, and does not suffer from tuning on specific data sets. Results: This work demonstrates the robustness of the method against the variability of parameters, such as image size, mode, and signal-to-noise ratio. We validated the method on two datasets (Neuroblastoma and NucleusSegData) using images annotated by independent medical doctors. Conclusions: The definition of deterministic and formally correct methods, from a functional to a structural point of view, guarantees the achievement of optimized and functionally correct results. The excellent performance of our deterministic method (NeuronalAlg) to segment cells and nuclei from fluorescence images was measured with quantitative indicators and compared with those achieved by three published ML approaches.Comment: 25 page

    Identifying cellular signalling molecules in developmental disorders of the brain: Evidence from focal cortical dysplasia and tuberous sclerosis

    Get PDF
    AIMS: We understand little of the pathogenesis of developmental cortical lesions, because we understand little of the diversity of the cell types that contribute to the diseases or how those cells interact. We tested the hypothesis that cellular diversity and cell–cell interactions play an important role in these disorders by investigating the signalling molecules in the commonest cortical malformations that lead to childhood epilepsy, focal cortical dysplasia (FCD) and tuberous sclerosis (TS). METHODS: Transcriptional profiling clustered cases into molecularly distinct groups. Using gene expression data, we identified the secretory signalling molecules in FCD/TS and characterised the cell types expressing these molecules. We developed a functional model using organotypic cultures. RESULTS: We identified 113 up-regulated secretory molecules in FCDIIB/TS. The top 12 differentially expressed genes (DEGs) were validated by immunohistochemistry. This highlighted two molecules, Chitinase 3-like protein 1 (CHI3L1) and C-C motif chemokine ligand 2 (CCL2) (MCP1) that were expressed in a unique population of small cells in close proximity to balloon cells (BC). We then characterised these cells and developed a functional model in organotypic slice cultures. We found that the number of CHI3L1 and CCL2 expressing cells decreased following inhibition of mTOR, the main aberrant signalling pathway in TS and FCD. CONCLUSIONS: Our findings highlight previously uncharacterised small cell populations in FCD and TS which express specific signalling molecules. These findings indicate a new level of diversity and cellular interactions in cortical malformations and provide a generalisable approach to understanding cell–cell interactions and cellular heterogeneity in developmental neuropathology
    corecore