Skip to content

ISCLab-Bistu/deep-learning-for-OSCC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

Deep-learning-for-OSCC

Introduction

This repository contains five implementations of one-dimensional classical neural networks for the detection of multiple oral cancer types. The purpose of this study is to test, compare and analyze the performance of existing classical deep neural network models (AlexNet, VGGNet, ResNet50, MobileNetV2, Transformer) for identifying multiple types of oral cancer tissues. In order to adapt Raman spectroscopy to the application scenario of oral cancer, this study complete model training at the subject level. Based on this, we further develope a prototype intelligent detection system with the above five classical deep neural network models to achieve multiple types of oral cancer tissue detection, which provides an auxiliary diagnostic basis for surgeons to diagnose oral cancer. This work was completed by Intelligent Sensing and Computing Laboratory affiliated to Beijing Information Science and Technology University. It has been published by Elsevier's Vibrational Spectroscopy.https://doi.org/10.1016/j.vibspec.2023.103522

Fig. 1. The network structure of AlexNet.

Fig. 2. The network structure of VGGNet.

Fig. 3. The network structure of ResNet50.

Fig. 4. The network structure of MobileNetV2.

Fig. 5. The network structure of Transformer.

Result

According to Fig. 6, five network performance scenarios are presented. Among them, the Res-Net50 model is the highest in all evaluation metrics, with 92.81% accuracy, 92.93% precision, and 92.86% recall. Then, the performance evaluation of Transformer results in 85.81% accuracy, 86.01% preci-sion, and 85.10% recall, which is at the bottom of the five network models used in this study.

Fig. 6. Experimental results of deep learning methods.

Application

the five network models are deployed on edge computing device to develop a prototype system for intelligent detection of oral cancer. Currently, we have completed the offline testing of the system. The software interface of the system is developed based on Qt, as shown in Fig. 7.

Fig. 7. Software interface of oral cancer intelligent detection system.

Summary and Prospect

In this study, we use five classical deep neural networks, including AlexNet, VGGNet, ResNet50, MobileNetV2, and Transformer, to perform oral cancer detection. After that, the five network models are deployed on edge computing device to develop a prototype system for intelligent detection of oral cancer. Currently, we have completed the offline testing of the system. Experiments show that the deep learning method has obvious advantages in Raman spectrum recognition. The next step of work will be to conduct animal experiments in vivo in order to test the system performance further.

About

Five deep models for OSCC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages