EventsMOL2NET'20, Conference on Molecular, Biomed., Comput. & Network Science and Engineering, 6th ed.
Published
with-doi10.3390/mol2net-06-06955 (registering DOI)
This submission belongs to the session 07. AIMEDIC-07: Int. Congress in Med. Info., UDC, Coruña, Spain-Sandford, USA, 2019 of the event MOL2NET'20, Conference on Molecular, Biomed., Comput. & Network Science and Engineering, 6th ed.
Published date
18 Oct, 2020
Citation
Cristian Robert Munteanu, Deep Learning with minimum coding and free hardware, in Proceedings of MOL2NET'20, Conference on Molecular, Biomed., Comput. & Network Science and Engineering, 6th ed., 30 January 2020–30 January 2021, MDPI: Basel, Switzerland, doi: 10.3390/mol2net-06-06955
Share
Email
Facebook
Twitter
LinkedIn

Deep Learning with minimum coding and free hardware

image
1. RNASA-IMEDIR, Computer Science Faculty, University of Coruna, Coruna 15071, Spain
2. Centro de Investigación en Tecnologías de la Información y las Comunicaciones (CITIC), Campus de Elviña s/n 15071 A Coruña, Spain
3. Biomedical Research Institute of A Coruña (INIBIC), University Hospital Complex of A Coruña (CHUAC), 15006, A Coruña, Spain
Abstract

The current work is proposing a very simple and fast python script to classify polyps in
colonoscopy images using Fastai deep learning. This work is the optimized version of the
previous tool: GitHub repository CNN4Polyps about colonoscopy polyp detection
(classification + localization into an image) with convolutional neural network - CNNs
(https://github.com/muntisa/Colonoscopy-polyps-detection-with-CNNs) using Keras. I
demonstrated that simple CNNs or VGG16 transfer learning could be used with a GPU to
create good classifiers able to detect a polyp in colonoscopy images.
Jeremy Howard and the team are proposing a faster python package for deep learning models
as a free course at Fast.ai (https://course.fast.ai/). Google Colab free virtual computers
(https://colab.research.google.com) with GPU support was used to run all the calculations.
The current dataset was generated with the previous project CNN4Polyps starting from a
public dataset: 910 images for training and 302 images for validation. All the models were
saved in the project folder.
The current script (Figure 1) demonstrated the ability to create a very accurate classifier for
medical imaging with an accuracy of 0.99 using resnet50 transfer learning fine tuning, only
5-10 lines of code, free GPU hardware (Nvidia K80), and free fastai package (based on
PyTorch library). The scripts to train the model or to make predictions are available at
https://github.com/muntisa/Fastai-Colon-Polyps.

Acknowledgements
I gratefully acknowledge the support of NVIDIA Corporation with the donation of the Titan Xp GPU used for this
research (https://developer.nvidia.com/academic_gpu_seeding). In addition, the authors would like to
acknowledge support from the Galician Network for Colorectal Cancer Research (REGICC) (Ref. ED431D
2017/23). This work is also supported by “Collaborative Project in Genomic Data Integration (CICLOGEN)”
PI17/01826 funded by the Carlos III Health Institute from the Spanish National plan for Scientific and Technical
Research and Innovation 2013−2016 and the European Regional Development Funds (FEDER).

Keywords
deep learning
artificial intelligence
hardware
Manuscript
Proyecto colaborativo de integración de datos genómicos (CICLOGEN). Tecnicas de data mining y docking molecular para analisis de datos integrativos en cancer de colon
HIGH PERFORMANCE REQUIREMENTS FOR A RESEARCH GROUP