paper-with-me

홈 › Papers

STAL: Spike Threshold Adaptive Learning Encoder for Classification of Pain-Related Biosignal Data

2024-07-11 · Freek Hens, Mohammad Mahdi Dehshibi, Leila Bagheriye, Mahyar Shahsavari, Ana Tajadura-Jiménez

This paper presents the first application of spiking neural networks (SNNs) for the classification of chronic lower back pain (CLBP) using the EmoPain dataset. Our work has two main contributions. We introduce Spike Threshold Adaptive Learning (STAL), a trainable encoder that effectively converts continuous biosignals into spike trains. Additionally, we propose an ensemble of Spiking Recurrent Neural Network (SRNN) classifiers for the multi-stream processing of sEMG and IMU data. To tackle the challenges of small sample size and class imbalance, we implement minority over-sampling with weighted sample replacement during batch creation. Our method achieves outstanding performance with an accuracy of 80.43%, AUC of 67.90%, F1 score of 52.60%, and Matthews Correlation Coefficient (MCC) of 0.437, surpassing traditional rate-based and latency-based encoding methods. The STAL encoder shows superior performance in preserving temporal dynamics and adapting to signal characteristics. Importantly, our approach (STAL-SRNN) outperforms the best deep learning method in terms of MCC, indicating better balanced class prediction. This research contributes to the development of neuromorphic computing for biosignal analysis. It holds promise for energy-efficient, wearable solutions in chronic pain management.

📄 PDF Abstract BibTeX arXiv:2407.08362

Code (1)

freek1/emopain-stl 공식 구현 pytorch

Similar Papers 제목 키워드 기반

MSAT: Biologically Inspired Multi-Stage Adaptive Threshold for Conversion of Spiking Neural Networks

2023-03-23 · Xiang He, Yang Li, Dongcheng Zhao, Qingqun Kong 외

Spiking Neural Networks (SNNs) can do inference with low power consumption due to their spike sparsity. ANN-SNN conversion is an efficient way to achieve deep SNNs by converting well-trained Artificial Neural Networks (A…

Sentiment AnalysisSentiment Classificationspeech-recognitionSpeech Recognition

Bio-plausible Neuromorphic Disturbance Observer Based on Emulation Theory: Extended Version

2026-05-05 · Hongfu Xu, Xiaoyu Guo, Shengbo Wang, Shuo Gao arxiv

Biological neural systems achieve remarkable robustness and adaptability in uncertain environments through sparse, event-driven spike-based information processing and adaptive regulation. Inspired by this paradigm, this …

Low Power Neuromorphic EMG Gesture Classification

2022-06-04 · Sai Sukruth Bezugam, Ahmed Shaban, Manan Suri

EMG (Electromyograph) signal based gesture recognition can prove vital for applications such as smart wearables and bio-medical neuro-prosthetic control. Spiking Neural Networks (SNNs) are promising for low-power, real-t…

ClassificationEMG Gesture RecognitionGesture RecognitionGPU

Efficient Spike-Coding with Multiplicative Adaptation in a Spike Response Model

2012-12-01 · NeurIPS 2012 12 · Sander M. Bohte

Neural adaptation underlies the ability of neurons to maximize encoded information over a wide dynamic range of input stimuli. While adaptation is an intrinsic feature of neuronal models like the Hodgkin-Huxley model, th…

ZClip: Adaptive Spike Mitigation for LLM Pre-Training

2025-04-03 · Abhay Kumar, Louis Owen, Nilabhra Roy Chowdhury, Fabian Güra

Training large language models (LLMs) presents numerous challenges, including gradient instability and loss spikes. These phenomena can lead to catastrophic divergence, requiring costly checkpoint restoration and data ba…

Anomaly DetectionLarge Language Model