CORTEXA
← Browse
openalexProcedia Computer Science2023-01-01

Electrocardiogram Signal Classification Using Lightweight DNN for Mobile Devices

Hiren Mewada, Ivan Miguel Pires

Mobile users can use a mobile sensor to record ECG data, and on-device ECG classification can provide a more efficient diagnosis than standard care. Deep Neural Networks (DNNs) have excelled in artificial intelligence (AI)-based applications to extract patterns from the complex waveform to analyze the ECG waveform. Despite their superior performance, their high computational complexity severely limits their use in resource-constrained mobile phones. This study aimed to analyze various lightweight deep learning models for ECG classification on edge devices while maintaining comparable performance. Five DNNs, including SqueezeNet, ShuffleNet, MobileNet, EfficientNet, and NASNet, designed explicitly for resource-constrained mobile, are tested and compared for ECG classification. Time-series ECG signals are converted to a 2D scalogram using the continuous wavelet transform. These generated scalograms are classified into three categories: cardiac arrhythmia (ARR), congestive heart failure (CHF), and normal sinus rhythms (NSR). A comprehensive comparison is presented using accuracy analysis and the required trainable parameters among these models. The experimental analysis of PhysioNet's dataset shows that ShuffleNet has the fewest learnable parameters, with a validation accuracy of 87.50%. In contrast, SqueezeNet performed better, with 93.75% validation accuracy and 724K learnable parameters.

Related papers

openalexProcedia Computer Science2025-01-01

A Low Computational EEG-Based Hand Movements Classification Using a Restricted Boltzmann Machine for Brain-Computer Interface Applications

Hiren Mewada, Miral Desai, Ivan Miguel Pires

A non-invasive brain-computer interface is an innovative approach to a control device without physical execution. Electroen-cephalography (EEG) is the key for these applications. However, classifying EEG signals using fewer computational models is challenging for these applicatio…

openalexProcedia Computer Science2025-01-01

Quantum Convolutional Neural Network for Bone Fracture Classification from X-Ray Images

Hiren Mewada, Ivan Miguel Pires, Mrugendrasinh Rahevar, Narendra Khatri

Accurate and efficient classification of bone fractures from X-ray images is crucial for timely diagnosis, effective treatment planning, and improved patient outcomes in orthopedic medicine. Convolutional neural networks (CNNs) have demonstrated their ability to automatically ext…

openalexProcedia Computer Science2024-01-01

Evaluating the Performance of the YOLO Object Detection Framework on COCO Dataset and Real-World Scenarios

Miral Desai, Hiren Mewada, Ivan Miguel Pires, Sparsh Roy

Object detection is one of the cutting-edge tools of computer vision to present the content of an image or video frame. Object recognition describes the entire scene in the frame. So many sophisticated algorithms are available to detect and recognize the object in the frame. The…