LGFeb 16, 2021

Orthogonal Features-based EEG Signal Denoising using Fractionally Compressed AutoEncoder

arXiv:2102.08083v1
AI Analysis

This work addresses EEG signal denoising for low-energy devices, but it is incremental as it builds on existing auto-encoder and compression techniques.

The paper tackled EEG signal denoising by introducing a fractional-based compressed auto-encoder that uses orthogonal features and weight compression, achieving improved denoising results on standard datasets compared to existing methods.

A fractional-based compressed auto-encoder architecture has been introduced to solve the problem of denoising electroencephalogram (EEG) signals. The architecture makes use of fractional calculus to calculate the gradients during the backpropagation process, as a result of which a new hyper-parameter in the form of fractional order ($α$) has been introduced which can be tuned to get the best denoising performance. Additionally, to avoid substantial use of memory resources, the model makes use of orthogonal features in the form of Tchebichef moments as input. The orthogonal features have been used in achieving compression at the input stage. Considering the growing use of low energy devices, compression of neural networks becomes imperative. Here, the auto-encoder's weights are compressed using the randomized singular value decomposition (RSVD) algorithm during training while evaluation is performed using various compression ratios. The experimental results show that the proposed fractionally compressed architecture provides improved denoising results on the standard datasets when compared with the existing methods.

Foundations

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

Your Notes