SPAICVLGMar 19

Stress Classification from ECG Signals Using Vision Transformer

arXiv:2603.2672112.0h-index: 12
Predicted impact top 72% in SP · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses stress assessment for healthcare applications by improving classification accuracy, though it is incremental as it applies an existing method to a new domain.

The paper tackled stress classification from ECG signals by transforming raw data into 2D spectrograms and using a Vision Transformer, achieving accuracies of 71.01% on the RML dataset and 76.7% on the WESAD dataset for three-class classification, and 88.3% on WESAD for binary classification, outperforming previous methods.

Vision Transformers have shown tremendous success in numerous computer vision applications; however, they have not been exploited for stress assessment using physiological signals such as Electrocardiogram (ECG). In order to get the maximum benefit from the vision transformer for multilevel stress assessment, in this paper, we transform the raw ECG data into 2D spectrograms using short time Fourier transform (STFT). These spectrograms are divided into patches for feeding to the transformer encoder. We also perform experiments with 1D CNN and ResNet-18 (CNN model). We perform leave-onesubject-out cross validation (LOSOCV) experiments on WESAD and Ryerson Multimedia Lab (RML) dataset. One of the biggest challenges of LOSOCV based experiments is to tackle the problem of intersubject variability. In this research, we address the issue of intersubject variability and show our success using 2D spectrograms and the attention mechanism of transformer. Experiments show that vision transformer handles the effect of intersubject variability much better than CNN-based models and beats all previous state-of-the-art methods by a considerable margin. Moreover, our method is end-to-end, does not require handcrafted features, and can learn robust representations. The proposed method achieved 71.01% and 76.7% accuracies with RML dataset and WESAD dataset respectively for three class classification and 88.3% for binary classification on WESAD.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes