| Literature DB >> 36247859 |
Syed Saba Raoof1, M A Saleem Durai1.
Abstract
Growth and advancement of the Deep Learning (DL) and the Internet of Things (IoT) are figuring out their way over the modern contemporary world through integrating various technologies in distinct fields viz, agriculture, manufacturing, energy, transportation, supply chains, cities, healthcare, and so on. Researchers had identified the feasibility of integrating deep learning, cloud, and IoT to enhance the overall automation, where IoT may prolong its application area through utilizing cloud services and the cloud can even prolong its applications through data acquired by IoT devices like sensors and deep learning for disease detection and diagnosis. This study explains a summary of various techniques utilized in smart healthcare, i.e., deep learning, cloud-based-IoT applications in smart healthcare, fog computing in smart healthcare, and challenges and issues faced by smart healthcare and it presents a wider scope as it is not intended for a particular application such aspatient monitoring, disease detection, and diagnosing and the technologies used for developing this smart systems are outlined. Smart health bestows the quality of life. Convenient and comfortable living is made possible by the services provided by smart healthcare systems (SHSs). Since healthcare is a massive area with enormous data and a broad spectrum of diseases associated with different organs, immense research can be done to overcome the drawbacks of traditional healthcare methods. Deep learning with IoT can effectively be applied in the healthcare sector to automate the diagnosing and treatment process even in rural areas remotely. Applications may include disease prevention and diagnosis, fitness and patient monitoring, food monitoring, mobile health, telemedicine, emergency systems, assisted living, self-management of chronic diseases, and so on.Entities:
Mesh:
Year: 2022 PMID: 36247859 PMCID: PMC9536991 DOI: 10.1155/2022/4822235
Source DB: PubMed Journal: Contrast Media Mol Imaging ISSN: 1555-4309 Impact factor: 3.009
Summary of deep learning-based algorithms applied for various disease detection and classification.
| Reference | Algorithms used | Application | Accuracy |
|---|---|---|---|
| [ | CNN | Alzheimer disease diagnosis | 97% |
| [ | CNN | COVID-19 detection | 99% |
| [ | DNN | To detect COVID-19 | 99.7% |
| [ | DBM | Cancer diagnosis | 95.5% |
| [ | DBN | Classification of COVID-19 | 90% |
| [ | ANN + CNN + LSTM | Walking behavior detection | 96% |
| [ | CNN + CAE + DAE | Fall detection | 99.9% |
| [ | Faster RCNN | Remote healthcare system | Faster RCNN outperformed fast RCNN and RCNN |
| [ | Deep ensemble learning | Cardiovascular disease detection | 98.62% |
| [ | MobileNet | Skin cancer detection | 91.25% |
| [ | Deep CNN | Skin carcinoma classification | 93.16% |
| [ | Capsule network | Brain tumor classification | 86.56% |
| [ | Pretrained CNN models | Breast cancer detection and classification | 98.96% |
| [ | CNN + DarkNet-53 | Breast cancer classification | 99.1% |
Figure 1Architecture of CNN, representing all the operations of CNN, i.e., convolution, pooling, feature extraction, and classification with “n” number of convolution, pooling, and fully connected layers.
Figure 2Simple recurrent unit representation of RNN.
Figure 3The architecture of a recurrent neural network, where P, Q, and R are parameters of the network, x is the input and y is the output.
Figure 4Autoencoder architecture.
Figure 5Generative adversarial networks (GAN).
Figure 6Comparison of deep learning algorithms, i.e., CNN, RNN, AE, and GAN performance.
Figure 7IoT layered architecture.
Various sensors are utilized in healthcare to sense and acquire data.
| Sensors | Biosignal type | Function |
|---|---|---|
| Temperature | Body temperature | Body or device temperature is measured |
| Accelerometer | Body movement | Acceleration force is measured |
| Gyroscope | Angle rotation, vibration, and axis | The rotation rate of the device is measured |
| Pulse oximeter | Oxygen saturation | Measures level of oxygen in the blood |
| Magnetic sensors | Body motion, and position parameters | Measures surroundings magnetic field |
| Chest electrodes | ECG | Heartbeat measurement |
| Phonocardiograph | Cardiac auscultation | Cardiac auscultation measurement by using a stethoscope |
| Piezoelectric sensor | Breathing rate | Measures breathing rate |
| Electrodes | Electrodermal activity | Measures cardiac health condition |
| Optical infrared thermopile | Photo-plethysmography, and skin temperature | Measures quality of sleep, and stress |
| Global positioning sensors | Physical activities | Measures human physical activity |
| Force sensors | Kidney dialysis | Employed in kidney dialyzing devices |
| Implantable pacemaker | Heart rhythm | Provides synced electric stimulus heart rhythm to the heart muscle to figure control heart rhythm |
| Pressure sensor | Sleep disorders, BP control | Monitors BP, employed in sleep apnea devices and infusion pumps |
| Glucometer | Glucose concentration | Measures glucose concentration in blood |
| Electroencephalogram sensor | EEG | Measures brain electrical activity |
| Electromyogram sensor | Skeletal muscles | Measures electrical activity of skeletal muscles |
| Airflow sensors | Heart pumps, laparoscopy, etc. | Employed in various devices like heat pumps, anesthesia delivery devices, laparoscopy, etc. |
Summary of various deep learning algorithms and their advantages and disadvantages.
| DL algorithm | Description | Advantages | Disadvantages | Applications |
|---|---|---|---|---|
| MLP | MLP is a feed-forward neural network that maps input set to relevant output. It is a confined acyclic graph where nodes are neurons with logistic activation functions. | can solve complex nonlinear problems with limited data, i.e., fewer parameters. | The outcome of the model depends on the model training. More processing time. | Classification, recognition, business, self-driving, prediction, etc. |
|
| ||||
| CNN | CNN is a variant of ANN which is mostly used for image processing and recognition tasks peculiarly destined for processing pixel data. | Relevant information is only retrieved. Outperforms accurate accuracy for image processing. | Enormous data for training and more computational cost. | Image, speech and pattern recognition and processing, video analysis, and natural language processing |
|
| ||||
| RNN | It's an expansion of the feed-forward neural network. A variant of ANN includes loops and memory units that store information, and it utilizes sequential and time-series data. | Remembers the information, weights are used throughout the timestamp and can be implemented along with CNN to prolong the neighborhood pixel efficiency. | Vanishing gradient problem, difficulty in training, slow computation, complex while training parallel process | Temporal problems, prediction, machine translation, video captioning, speech recognition, robot control, and so on |
|
| ||||
| LSTM | LSTM is a type of RNN appropriate to learn order dependency in time sequence prediction problems. Like RNN information can be stored. | Supervise the vanishing gradient problem, a substantial range of parameters, and no limit to input length. | Slow computation, difficulty while accessing previous information, not interpretable | Sequence prediction problems, sentiment analysis, grammar learning, semantic parsing, speech recognition, and so on |
|
| ||||
| DBN | A variant of generative neural network. DBN is trained by employing a greedy algorithm and it utilizes the layer-by-layer approach to learn top-down models. | Capable of using hidden layers efficiently. Capable of learning features acquired from layered learning approaches. Work well for unlabelled data, robustness in classification. | High runtime complexities are not an appropriate outcome while working with pretrained algorithms | Image classification, audio classification, speech recognition, natural language processing language translation, expert systems, decision support system |
|
| ||||
| AE | Is a neural network that employs the backpropagation technique for feature learning. It consists of two blocks, i.e., encoding and decoding. | Works well for compression and dimensionality reduction problems, features learned by one autoencoder network can be applied to another problem. | Inefficient for image reconstruction. For complex images outcome results in a blurry image. | Clustering, image coloring, feature variation, dimensionality reduction, denoising images, watermark removal |
|
| ||||
| GAN | Is a DNN architecture that is capable of learning from the training dataset and generates new datasets like the original data. | Generates similar outcome to original data, easy data interpretation, and an efficient algorithm for the recognition task | Difficult to train, the learning process contains missing patterns thus model may collapse | Data and image generation, image conversion, automatic model generation, text to image translation, semantic image to photo translation |
Short- and long-range communication devices.
| Communication devices | Range | Topology | Band of operation | Data rate | Security | Employability in HCS | |
|---|---|---|---|---|---|---|---|
| Short-range communication devices | Bluetooth zigbee 6LoWPAN | 150 m 30 m 10–100 m | Star mesh mesh | 2.4 GHz 2.4 GHz 868 & 915 MHz, 2.4 GHz | 1 Mbps 250 kbps 250 kbps | 128-AES encryption Optional128-AES encryption end-to-end hop-by-hop | High moderate moderate |
|
| |||||||
|
| 100 m | Mesh | 908.4 HGz | 100 kbps | 128 Bit zero temporary key | Moderate | |
|
| |||||||
| Long-range communication devices | SigFox LoRa NB-IoT | 9.5 km 7.2 km 15 km | Hop-star star-of-stars mesh to star | 868 MHz 868 MHz LTE | 100 bps 0.25–5.5 kbps 250 kbps | Private key unique key 3 GPP S3 security | Low moderate high |
Figure 8Cloud services—IaaS, PaaS, and SaaS.
Figure 9Advantageous of cloud in healthcare.
Figure 10Fog computing architecture.
list of abbreviations.
| Abbreviation | Definition |
|---|---|
| 6LoPWAN | IPv6 over low-power wireless personal area networks |
| AD | Alzheimer's disease |
| AE | Autoencoder |
| AID | Automated insulin delivery |
| ANN | Artificial neural network |
| BMI | Body mass index |
| BSN | Body sensor network |
| CAE | Convolutional autoencoder |
| CART | Classification and regression trees |
| CC | Cloud computing |
| CE-MRI | Contrast-enhanced magnetic resonance imaging |
| CFSR | Climate forecast system reanalysis |
| CNN | Convolutional neural network |
| CoAP | Constrained application protocol |
| CRF | Conditional random fields |
| CV | Computer vision |
| DBN | Deep belief network |
| DL | Deep learning |
| DNN | Deep neural network |
| DT | Decision tree |
| DTW | Dynamic time warping |
| DWT | Discrete wavelet transform |
| EC2 | Amazon elastic compute cloud |
| EEG | Electroencephalogram |
| EHR | Electronic health record |
| EKbHFV | Kurtosis-based high feature values |
| EMR | Electronic medical record |
| EWS | Early warning system |
| FFNN | Feed forward neural network |
| GAN | Generative adversarial network |
| GFB | Grey filter Bayesian |
| HAR | Human action recognition |
| IaaS | Internet as a service |
| IBM | International business machines |
| IoT | Internet of things |
| ICA | Independent component analysis |
|
|
|
| LAD | Logical analysis of data |
| LR | Logistic regression |
| LSTM | Long short-term memory |
| MGA | Modified genetic algorithm |
| MHEALTH | Mobile-health |
| ML | Machine learning |
| MMSE | Mini-mental state examination |
| MRI | Magnetic resonance imaging |
| NLP | Natural language processing |
| PaaS | Platform as a service |
| PCA | Principal component analysis |
| QoS | Quality of service |
| REP | Reduced error pruning |
| REST | Representational state transfer |
| RF | Random forest |
| RFID | Radio-frequency identification |
| RHM | Remote healthcare monitoring |
| RNN | Recurrent neural network |
| SaaS | Software as a service |
| SHMS | Smart healthcare monitoring system |
| SHS | Smart healthcare system |
| SOM | Self-organizing maps |
| SVM | Support vector machine |
| UHF | Ultra-high frequency |
| VOI | Volume of interest |
| WiFi | Wireless fidelity |
| WSN | Wireless sensor network |