1,005 research outputs found

    Assessing knee OA severity with CNN attention-based end-to-end architectures

    Get PDF
    This work proposes a novel end-to-end convolutional neural network (CNN) architecture to automatically quantify the severity of knee osteoarthritis (OA) using X-Ray images, which incorporates trainable attention modules acting as unsupervised fine-grained detectors of the region of interest (ROI). The proposed attention modules can be applied at different levels and scales across any CNN pipeline helping the network to learn relevant attention patterns over the most informative parts of the image at different resolutions. We test the proposed attention mechanism on existing state-of-the-art CNN architectures as our base models, achieving promising results on the benchmark knee OA datasets from the osteoarthritis initiative (OAI) and multicenter osteoarthritis study (MOST).Postprint (published version

    A review of arthritis diagnosis techniques in artificial intelligence era: Current trends and research challenges

    Get PDF
    Deep learning, a branch of artificial intelligence, has achieved unprecedented performance in several domains including medicine to assist with efficient diagnosis of diseases, prediction of disease progression and pre-screening step for physicians. Due to its significant breakthroughs, deep learning is now being used for the diagnosis of arthritis, which is a chronic disease affecting young to aged population. This paper provides a survey of recent and the most representative deep learning techniques (published between 2018 to 2020) for the diagnosis of osteoarthritis and rheumatoid arthritis. The paper also reviews traditional machine learning methods (published 2015 onward) and their application for the diagnosis of these diseases. The paper identifies open problems and research gaps. We believe that deep learning can assist general practitioners and consultants to predict the course of the disease, make treatment propositions and appraise their potential benefits

    Assessing knee OA severity with CNN attention-based end-to-end architectures

    Get PDF
    This work proposes a novel end-to-end convolutional neural network (CNN) architecture to automatically quantify the severity of knee osteoarthritis (OA) using X-Ray images, which incorporates trainable attention modules acting as unsupervised fine-grained detectors of the region of interest (ROI). The proposed attention modules can be applied at different levels and scales across any CNN pipeline helping the network to learn relevant attention patterns over the most informative parts of the image at different resolutions. We test the proposed attention mechanism on existing state-of-the-art CNN architectures as our base models, achieving promising results on the benchmark knee OA datasets from the osteoarthritis initiative (OAI) and multicenter osteoarthritis study (MOST). All code from our experiments will be publicly available on the github repository: https://github.com/marc-gorriz/KneeOA-CNNAttentio

    Deep Convolutional Neural Network Classifier for Effective Knee Osteoarthritis Classification

    Get PDF
    Millions of people are affected by the disease Knee Osteoarthritis, and the prevalence of the condition is steadily increasing. Knee osteoarthritis has a significant impact on people's lives by generating increased worry, mental health disorders, and physical problems. Early detection of knee osteoarthritis is critical for decreasing disease consequences, and numerous studies are being conducted to classify knee osteoarthritis. In this study, the deep CNN classifier is used to classify knee osteoarthritis, which effectively extracts the features required for disease classification more efficiently. The preprocessing of the data, which is done in three processes such as Circular Fourier Transform, Multivariate Linear Function, and Histogram Equalization, is particularly important in this research since it aids in obtaining more efficient information about the image. The deep CNN classifier's weights and bias deliver better and desired classification results while spending less time and storage. The proposed deep CNN classifier attained the Accuracy of 94.244%, F1 measure of 94.059%, Precision of 94.059%, Recall of 93.586%

    Using Machine Learning Tools to Predict the Severity of Osteoarthritis Based on Knee X-Ray Data

    Get PDF
    Knee osteoarthritis(OA) is a very general joint disease that disturb many people especially people over 60. The severity of pain caused by knee OA is the most important portent to disable. Until now, the bad impact of osteoarthritis on health care and public health systems is still increasing.In this paper, we will build a machine learning model to detect the edge of the knee based on the X-ray image and predict the severity of OA. We use a clustering algorithm and machine learning tools to predict the severity of OA in knee X-ray images. The data is coming from the OsteoArthritis Initiative (OAI). To process the data, we use the clustering method as the first step to do unsupervised learning on the dataset and get clusters from each single X-ray image. For every single image, we can get features. Therefore, we transfer complicate image data into simple data, a vector. Then, we use machine learning tools to analyze the extracted feature data and detect the severity of knee OA. We also built a convolutional neural network (CNN) model to make a comparison between the method we used and deep learning algorithm
    corecore