LGJun 7, 2020

EnK: Encoding time-information in convolution

arXiv:2006.04198v1
Originality Highly original
AI Analysis

This addresses the challenge of capturing time-dependency in EEG signal classification for neuroscience and brain-computer interface applications, representing a novel method rather than an incremental improvement.

The authors tackled the problem of incorporating time-dependent features in CNN-based EEG signal analysis by proposing a novel time encoding kernel (EnK) that introduces increasing time information during convolution. The approach outperformed state-of-the-art methods by 12% in F1 score across multiple EEG datasets while requiring only one additional parameter.

Recent development in deep learning techniques has attracted attention in decoding and classification in EEG signals. Despite several efforts utilizing different features of EEG signals, a significant research challenge is to use time-dependent features in combination with local and global features. There have been several efforts to remodel the deep learning convolution neural networks (CNNs) to capture time-dependency information by incorporating hand-crafted features, slicing the input data in a smaller time-windows, and recurrent convolution. However, these approaches partially solve the problem, but simultaneously hinder the CNN's capability to learn from unknown information that might be present in the data. To solve this, we have proposed a novel time encoding kernel (EnK) approach, which introduces the increasing time information during convolution operation in CNN. The encoded information by EnK lets CNN learn time-dependent features in-addition to local and global features. We performed extensive experiments on several EEG datasets: cognitive conflict (CC), physical-human robot collaboration (pHRC), P300 visual-evoked potentials, movement-related cortical potentials (MRCP). EnK outperforms the state-of-art by 12\% (F1 score). Moreover, the EnK approach required only one additional parameter to learn and can be applied to a virtually any CNN architectures with minimal efforts. These results support our methodology and show high potential to improve CNN performance in the context of time-series data in general.

Code Implementations1 repo
Foundations

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

Your Notes