logo
    Art Classification with Pytorch Using Transfer Learning
    4
    Citation
    9
    Reference
    10
    Related Paper
    Citation Trend
    Abstract:
    Deep Learning has advanced to a greater level in the field of Artificial Intelligence in recent years, and it is currently employed globally. This aids the system in improving its accuracy. Deep Learning algorithms have made image classification considerably more viable, allowing us to analyse large datasets. Deep Convolutional Neural Networks are used in the majority of image classification nowadays. In this paper, Image Classification is performed using the VGG16, ResNet18, ResNet50, GoogleNet, MobileNet, AlexNet in Best Artworks of All Time Dataset which is taken from the Kaggle and the best model for training the dataset is choosen. This Dataset is the collection of the 8355 high resolution portraits which is in form of the RGB Images. After experimentation it is found that, in the Best Artworks of all Time data the ResNet50 achieved better accuracy of 87.15% and loss of 0.0015% among all other trained Deep Networks.
    Keywords:
    Transfer of learning
    Contextual image classification
    RGB color model
    Deep learning has been very successful in dealing with big data from various fields of science and engineering. It has brought breakthroughs using various deep neural network architectures and structures according to different learning tasks. An important family of deep neural networks are deep convolutional neural networks. We give a survey for deep convolutional neural networks induced by 1‐D or 2‐D convolutions. We demonstrate how these networks are derived from convolutional structures, and how they can be used to approximate functions efficiently. In particular, we illustrate with explicit rates of approximation that in general deep convolutional neural networks perform at least as well as fully connected shallow networks, and they can outperform fully connected shallow networks in approximating radial functions when the dimension of data is large.
    Deep Neural Networks
    Citations (9)
    CNN-based transfer learning method plays a significant role in the detection of various objects such as cars, dogs, motorcycles, face and human detection in nighttime images by using visible light camera sensors. This method mainly depends on the images captured by cameras in order to detect the mentioned objects in a variety of environments based on convolutional neural networks (CNNs). In this study, we utilized the same method to detect coronavirus phenomena by using chest X-ray images that have been collected from three different open-source datasets with the aim of rapid detection of the infected patients and speed up the diagnostic process. We used one of the deep learning architectures in a Transfer Learning mode and modified its final layers to adapt to the number of classes in our investigation. The deep learning architecture that we used for the purpose of COVID-19 detection from X-ray images is a CNN designed to detect human in nighttime. We also modified the CNN architecture in three different scenarios named (Model 1, Model 2 and Model 3) in order to improve the classification results. Compared to model one and two, the result improved in model three and the number of misclassified cases reduced particularly in detecting Abnormal and COVID-19 cases. Although our CNN-based method shows high performance in COVID-19 detection, CNN decisions should not to be taken into consideration until clinical tests confirms symptoms of the infected patients.
    Transfer of learning
    Purpose The paper aims to address the tracking algorithm based on deep learning and four deep learning tracking models developed. They compared with each other to prevent collision and to obtain target tracking in autonomous aircraft. Design/methodology/approach First, to follow the visual target, the detection methods were used and then the tracking methods were examined. Here, four models (deep convolutional neural networks (DCNN), deep convolutional neural networks with fine-tuning (DCNNFN), transfer learning with deep convolutional neural network (TLDCNN) and fine-tuning deep convolutional neural network with transfer learning (FNDCNNTL)) were developed. Findings The training time of DCNN took 9 min 33 s, while the accuracy percentage was calculated as 84%. In DCNNFN, the training time of the network was calculated as 4 min 26 s and the accuracy percentage was 91%. The training of TLDCNN) took 34 min and 49 s and the accuracy percentage was calculated as 95%. With FNDCNNTL, the training time of the network was calculated as 34 min 33 s and the accuracy percentage was nearly 100%. Originality/value Compared to the results in the literature ranging from 89.4% to 95.6%, using FNDCNNTL, better results were found in the paper.
    Transfer of learning
    Tracking (education)
    Citations (16)
    The fast spread of Coronavirus (COVID-19) has created a global health crisis. The World Health organization (WHO) released several recommendations to help in preventing the spread of coronavirus. Wearing a mask in crowded venues is the most appropriate protective practice against COVID-19, according to the WHO. Keeping a close eye on people in public places is next to impossible, so identifying face masks becomes critical in the fight against COVID-19. Medical image analysis and classification are two areas where deep learning has lately become one of the widely used ways for enhancing performance. It can be utilized quite efficaciously to identify individuals who are not wearing a mask. The utilization of transfer learning models as a deep learning technique is also on the rise, and they work quite well. In our study, we used a total number of 7235 data images from an online dataset for face mask detection, which is done with two deep learning models and one transfer learning model. The deep learning-based CNN model using MaxPooling operation and AveragePooling operation achieved the accuracy of 95.78% and 95.36% respectively. Contradictory to that, the transfer learning-based MobileNetV2 model achieved an accuracy of 99.10%.
    Transfer of learning
    Face masks
    The suggested study's objectives are to develop an unique criterion-based method for classifying RBC pictures and to increase classification accuracy by utilizing Deep Convolutional Neural Networks instead of Conventional CNN Algorithm. Materials and Procedures A dataset-master image dataset of 790 pictures is used to apply Deep Convolutional Neural Network. Convolutional Neural Network and Deep Convolutional Neural Network comparison using deep learning has been suggested and developed to improve classification accuracy of RBC pictures. Using Gpower, the sample size was calculated to be 27 for each group. Results: When compared to Convolutional Neural Network, Deep Convolutional Neural Network had the highest accuracy in classifying blood cell pictures (95.2%) and the lowest mean error (85.8 percent). Between the classifiers, there is a statistically significant difference of p=0.005. The study demonstrates that Deep Convolutional Neural Networks perform more accurately than Conventional Neural Networks while classifying photos of blood cells[1].
    Convolution (computer science)
    With the rapid development technology, Artificial Intelligence is the most powerful technique, it has made great progress in many areas, including computer vision and medical imaging. This paper proposes a deep learning-based framework for COVID-19 detection. Deep transfer learning models-based on a pre-trained Deep convolutional Neural Network are proposed. Several pre-trained models, such as DensNet201, InceptionV3, VGG16, and ResNet50 were evaluated for this analysis.The datasets used in this paper for training model are a mix of X-ray and CT images in two distinct categories: Normal and COVID-19. The experimental results proved that the DensNet201 was the most suitable deep transfer model according to the test accuracy measure and that it reached 97% with the other performance metrics such as F1 score, precision, and recall.
    Transfer of learning
    Deep learning has made spectacular achievements in analysing natural images, but it faces challenges for medical applications partly due to inadequate images.Aiming to classify malignant and benign pulmonary nodules using CT images, we explore different strategies to utilize the state-of-the-art deep convolutional neural networks (CNN).Experiments are conducted using the Lung Image Database Consortium image collection (LIDC-IDRI), which is a public database containing 1018 cases. Three strategies are implemented including to 1) modify some state-of-the-art CNN architectures, 2) integrate different CNNs and 3) adopt transfer learning. Totally, 11 deep CNN models are compared using the same dataset.Study demonstrates that, for the model modification scheme, a concise CifarNet performs better than the other modified CNNs with more complex architectures, achieving an area under ROC curve of AUC = 0.90. Integrated CNN models do not significantly improve the classification performance, but the model complexity is reduced. Transfer learning outperforms the other two schemes and ResNet with fine-tuning leads to the best performance with an AUC = 0.94, as well as the sensitivity of 91% and an overall accuracy of 88%.Model modification, model integration, and transfer learning can play important roles to identify and generate optimal deep CNN models in classifying pulmonary nodules based on CT images efficiently. Transfer learning is preferred when applying deep learning to medical imaging applications.
    Transfer of learning
    Citations (54)
    Abstract COVID -19, is a deadly, dangerous and contagious disease caused by the novel corona virus. It is very important to detect COVID-19 infection accurately as quickly as possible to avoid the spreading. Deep learning methods can significantly improve the efficiency and accuracy of reading Chest X-Rays (CXRs). The existing Deep learning models with further fine tune provide cost effective, rapid, and better classification results. This paper tries to deploy well studied AI tools with modification on X-ray images to classify COVID 19. This research performs five experiments to classify COVID-19 CXRs from Normal and Viral Pneumonia CXRs using Convolutional Neural Networks (CNN). Four experiments were performed on state-of-the-art pre-trained models using transfer learning and one experiment was performed using a CNN designed from scratch. Dataset used for the experiments consists of chest X-Ray images from the Kaggle dataset and other publicly accessible sources. The data was split into three parts while 90% retained for training the models, 5% each was used in validation and testing of the constructed models. The four transfer learning models used were Inception, Xception, ResNet, and VGG19, that resulted in the test accuracies of 93.07%, 94.8%, 67.5%, and 91.1% respectively and our CNN model resulted in 94.6%.
    Transfer of learning
    Deep Neural Networks
    Deep learning is now an active research area. Deep learning has done a success in computer vision and image recognition. It is a subset of the Machine Learning. In Deep learning, Convolutional Neural Network (CNN) is popular deep neural network approach. In this paper, we have addressed that how to extract useful leaf features automatically from the leaf dataset through Convolutional Neural Networks (CNN) using Deep Learning. In this paper, we have shown that the accuracy obtained by CNN approach is efficient when compared to accuracy obtained by the traditional neural network.
    Deep Neural Networks
    Citations (7)