A deep bidirectional GRU network model achieved a high classification accuracy of 98.55% for human identification from electrocardiogram-based biometrics.
A deep bidirectional GRU network model demonstrates high accuracy (98.55%) for human biometric identification using ECG data.
In this paper, we propose a deep Recurrent Neural Networks (RNNs) based on Gated Recurrent Unit (GRU) in a bidirectional manner (BGRU) for human identification from electrocardiogram (ECG) based biometrics, a classification task which aims to identify a subject from a given time-series sequential data. Despite having a major issue in traditional RNN networks which they learn representations from previous time sequences, bidirectional is designed to learn the representations from future time steps which enables for better understanding of context, and eliminate ambiguity. Moreover, GRU cell in RNNs deploys an update gate and a reset gate in a hidden state layer which is computationally efficient than a usual LSTM network due to the reduction of gates. The experimental results suggest that our proposed BGRU model, the combination of RNN with GRU cell unit in bidirectional manner, achieved a high classification accuracy of 98.55%. Various neural network architectures with different parameters are also evaluated for different approaches, including one-dimensional Convolutional Neural Network (1D-CNN), and traditional RNNs with LSTM and GRU for non-fiducial approach. The proposed models were evaluated with two publicly available datasets: ECG-ID Database (ECGID) and MIT-BIH Arrhythmia Database (MITDB). This paper is expected to demonstrate the feasibility and effectiveness of applying various deep learning approaches to biometric identification and also evaluate the effect of network performance on classification accuracy according to the changes in percentage of training dataset.
Lynn et al. (Tue,) conducted a other in Human identification from electrocardiogram (ECG) based biometrics. Deep Bidirectional GRU Network Model (BGRU) vs. 1D-CNN, traditional RNNs with LSTM and GRU was evaluated on Classification accuracy. A deep bidirectional GRU network model achieved a high classification accuracy of 98.55% for human identification from electrocardiogram-based biometrics.