Electrocardiogram (ECG)-based biometric authentication systems offer intrinsic resistance to spoofing due to their physiological uniqueness. However, their performance in dynamic real-world settings, such as wearable devices or stress-induced conditions, is often compromised by noise, electrode displacement, and intra-subject variability. This study proposes a novel hybrid framework that enhances robustness, ensuring high authentication accuracy and reliability in adverse conditions, through integrated wavelet-based signal processing for noise suppression and a deep-learning classifier for adaptive feature recognition. The system employs preprocessing, QRS complex detection, distance–deviation modeling, a statistical comparison method that quantifies morphological similarity between ECG templates by analyzing amplitude and shape deviations and an averaging-threshold mechanism, combined with a feedforward Multi-Layer Perceptron (MLP) neural network for classification. The MLP is trained on extracted ECG features to capture complex nonlinear relationships between waveform morphology and user identity, ensuring adaptability to variable signal conditions. Experimental validation on the ECG-ID dataset achieved 98.8% accuracy, 95% sensitivity, an Area Under the Curve (AUC) of 0.98, and a low false acceptance rate, outperforming typical wearable ECG authentication systems that report accuracies between 90% and 95%. With an average processing time of 8 seconds, the proposed method supports near real-time biometric verification suitable for healthcare information systems, telehealth platforms, and IoT-based access control. These findings establish a scalable, adaptive, and noise-resilient foundation for next-generation physiological biometric authentication in real-world environments
Keywords: electrocardiogram biometrics, wavelet decomposition, QRS complex detection, feedforward neural network, deep learning classification, noise-resilient authentication, biometric security
This paper presents a highly technical implementation of an ECG-based biometric identification system utilizing deep learning models for both verification and closed-set identification. We propose a dual-model architecture comprising a Siamese neural network for one-to-one verification and a deep convolutional neural network (CNN) for one-to-many classification. The methodology includes comprehensive signal preprocessing, data augmentation to simulate physiological variability, and feature extraction tailored to ECG characteristics. Experimental evaluation on benchmark ECG datasets demonstrates the effectiveness of the proposed system. The Siamese network achieves high verification accuracy with low equal error rates, while the CNN classifier attains state-of-the-art identification accuracy (exceeding 98% on average) across enrolled subjects. Key performance metrics—accuracy, precision, recall, and F1-score—indicate robust performance, outperforming several existing biometric methods. The results highlight the viability of ECG-based authentication in real-world applications.
Keywords: biometric authentication, electrocardiogram (ECG), siamese neural network, convolutional neural network, qrs complex, signal processing