Communications Internationales

Permanent URI for this collectionhttps://dspace.univ-boumerdes.dz/handle/123456789/11

Browse

Search Results

Now showing 1 - 2 of 2
  • Item
    Study and implementation of u-net encoder-decoder neural network for brain tumors segmentation
    (Springer, 2023) Cherifi, Dalila; Bekkouche, Abdelghani; Bayou, Meroua; Benmalek, Assala; Mechti, Ines; Bekkour, Belkacem; Amine, Chaima; Ahmed, Halak
    Emerging advanced technologies have seen a revolution of applications into medical field, in all its aspects and sides, this has helped healthcare practitioners and empowered them in achieving accurate diagnosis and treatment, specifically with the evolution of computer Aided Diagnosis systems which use image processing techniques, Computer vision,and deep learning applied on different medical images in order to diagnose the image, or sections of the image with particular diseases or illnesses. Medical images of multiples organs or parts of the body (Liver, brain, kidney, skin, etc..) can today be visualized thanks to the advanced medical imaging techniques that exists in the market (MRI, CT, etc…) these technologies uses high energy in order to acquire high quality images but high energy can harm human cells, this is why we us low energy and with this used we get slightly low quality medical images, and here technology intervenes where we can use preprocessing techniques in order to increase image resolution prior to perform diagnosis either by doctor or CAD system. We present in this paper a computer aided diagnosis system that provides an automated brain tissue segmentation applied on 3D MRI images with its four different modalities (T1, T1C, T2, T2 weighted) of BRatS 2020 challenge dataset, by implementing a U-Net like deep neural network which provides information about classification of brain tissue into healthy tissue, Edema, Enhancing tumour, Non enhancing tumour. The model achieved an accuracy of 99.01% and dice coefficient of 47.95% after 35 epochs of training
  • Item
    Convolution neural network deployment for plant leaf diseases detection
    (Springer, 2023) Cherifi, Dalila; Bayou, Meroua; Benmalek, Assala; Mechti, Ines; Bekkouche, Abdelghani; Bekkour, Belkacem; Amine, Chaima; Ahmed, Halak
    The automated identification of plant diseases based on plant leaves is a huge breakthrough. Furthermore, early and accurate detection of plant diseases positively impacts crop productivity and quality. However, managing the accessibility of early plant disease detection is crucial. This work has environmental goals aiming to save plants from different threatening diseases by providing early detection of the affected leaves. We studied the performance of different Convolutional Neural Network (CNN) architectures in predicting 26 diseases for 14 plant species. The work studied the complexity of the system and compared the two main deep learning frameworks, TensorFlow and PyTorch, to get the most accurate results with higher accuracy. Using the “New PlantVillage Dataset” from Kaggle [1], the TensorFlow models achieved an accuracy of 90,94% for the basic CCN architecture, and 95,59% for the Transfer Learning architecture with VGG19. Whereas the PyTorch models achieved an accuracy of 93,47% for the basic CCN architecture, and 98,53% for the Transfer Learning architecture with ResNet34. Finally, after examining the feasibility of the model’s implementation and discussing the main problems that may be encountered, the models were deployed in a mobile application using the Tflite and torch mobile flutter SDK to let them as an internal feature in the mobile without the need for any access to the cloud, which is known as edge AI