SPLGSep 21, 2020

EEG Channel Interpolation Using Deep Encoder-decoder Netwoks

arXiv:2009.12244v2Has Code
AI Analysis

This addresses the need for continuous EEG data in applications like brain-machine interfaces, offering a novel deep learning-based solution for a pervasive artifact issue.

The paper tackles the problem of interpolating missing EEG data due to electrode 'pop' artifacts by framing it as a self-learning task using a deep encoder-decoder network, achieving at least ~15% improvement over contemporary methods on unseen subjects and tasks.

Electrode "pop" artifacts originate from the spontaneous loss of connectivity between a surface and an electrode. Electroencephalography (EEG) uses a dense array of electrodes, hence "popped" segments are among the most pervasive type of artifact seen during the collection of EEG data. In many cases, the continuity of EEG data is critical for downstream applications (e.g. brain machine interface) and requires that popped segments be accurately interpolated. In this paper we frame the interpolation problem as a self-learning task using a deep encoder-decoder network. We compare our approach against contemporary interpolation methods on a publicly available EEG data set. Our approach exhibited a minimum of ~15% improvement over contemporary approaches when tested on subjects and tasks not used during model training. We demonstrate how our model's performance can be enhanced further on novel subjects and tasks using transfer learning. All code and data associated with this study is open-source to enable ease of extension and practical use. To our knowledge, this work is the first solution to the EEG interpolation problem that uses deep learning.

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