Journal Articles

Permanent URI for this collectionhttps://idr.nitk.ac.in/handle/123456789/19884

Browse

Search Results

Now showing 1 - 2 of 2
  • Item
    Detection of heart arrhythmia with electrocardiography
    (Springer, 2024) Jat, T.; Patil, N.; Bhat, P.
    Early detection of cardiac arrhythmia, a prevalent form of cardiovascular disease (CVD) impacting millions globally, is heavily reliant on the accurate analysis of heartbeats. Physicians often recommend that patients wear Holter monitors for 24 h or longer to observe concerning cardiac issues, resulting in the collection of substantial amounts of electrocardiogram (ECG) data. Consequently, there is a need to automate the process of interpreting ECGs to detect cardiac abnormalities efficiently. Current state-of-the-art studies rely on handcrafted feature extraction, which may not effectively capture the intricate temporal relationships inherent in ECG signal data. To address this limitation and facilitate the diagnosis of cardiac diseases, this study proposes a technique that converts electrocardiogram signals into images, subsequently training a deep learning model on the generated images. Image encoding techniques such as Gramian Angular Difference Field (GADF), Gramian Angular Summation Field (GASF) and Markov Transition Field (MTF) are employed to translate the ECG signals into images. The highest accuracy, 96.71%, was achieved by training the Convolutional Neural Network (CNN) model using the concatenation of these three image encoding techniques. The proposed approach is assessed using ECG recordings from the MIT-BIH Arrhythmia Database to detect heart arrhythmia, demonstrating the efficacy of the approach. © The Author(s), under exclusive licence to Springer-Verlag GmbH Austria, part of Springer Nature 2024.
  • Item
    Class-Balanced Protein Interaction Site Prediction Using Global and Local Features with XGBoost and Deep Learning
    (Springer, 2025) Kulkarni, B.C.; Sai, B.S.; Kolagad, V.; Patil, N.; Bhat, P.
    Inter-protein interactions are critical in biological pathways. Determining the protein–protein interaction (PPI) sites is vital for comprehending protein behavior and designing medications. Traditional experimental protocols for pinpointing these sites are prolonged and costly, making computational approaches an efficient alternative. However, many computational methods fail to resolve the problem of class imbalance in PPI datasets and focus predominantly on local contextual features, ignoring global sequence information. In this work, we address class imbalance in PPI site prediction by applying a series of balancing techniques: selective thinning of the majority class, Tomek Links to remove noisy samples near the class boundary, and random augmentation of the minority class. We then further balance the data using Synthetic Minority Over-sampling Technique (SMOTE) and Generative Adversarial Networks (GANs), with GANs showing a slight edge in improving data quality and reducing noise. Our approach incorporates four key features: secondary structure, raw protein sequence, Position-Specific Scoring Matrix (PSSM), and Relative Solvent Accessibility (RSA). We use both nearby contextual and holistic sequence features for training two models: XGBoost and a Deep Neural Network (DNN). The performance of the models was assessed using accuracy, Matthews correlation coefficient (MCC), precision, recall, and F-score. We correlate the impact of using balanced versus unbalanced datasets and measure the share of global features in enhancing model performance. The findings demonstrate that class balancing significantly upgrades prediction performance. The XGBoost model realized an accuracy of 0.831 and precision of 0.417, outperforming the DNN in these metrics. The DNN model attained a higher recall of 0.723 and an F-score of 0.485, exemplifying its effectiveness in accurately detecting true PPI sites. Both models showcased a good MCC of 0.30, corroborating the effectiveness of the introduced balancing strategies and the assimilation of global features in robust PPI site prediction. © The Author(s), under exclusive licence to Springer Nature Singapore Pte Ltd. 2025.