過去10年間で、畳み込みニューラルネットワーク(CNN)は、増え続けるアプリケーションセットの原動力となって、最先端のパフォーマンスを実現しています。最新のCNNアーキテクチャのほとんどは、多くのたたみ込みおよび完全に接続されたレイヤーで構成されており、通常、学習するには数千または数百万のパラメーターが必要です。 CNNは、脳波(EEG)信号、特に脳コンピュータインターフェイス(BCI)で頻繁に使用されるP300コンポーネントからのイベント関連電位の検出にも効果的です。ただし、このタスクでは、人間が設計した機能に基づくアプローチと比較した検出率の向上は、他の領域ほど印象的ではなく、そのような多数のパラメーターを正当化しない可能性があります。このホワイトペーパーでは、4つの異なるデータセットに対する単一試行の被験者内および被験者間P300検出のための多様な複雑さを備えた既存のCNNアーキテクチャのパフォーマンスを調査します。また、単一の深さ方向に分離可能な1Dたたみ込み層とそれに続く完全に接続されたシグモイド分類ニューロンで構成される非常に単純なCNNアーキテクチャであるSepConv1Dも提案しました。 SepConv1Dは、畳み込み層にわずか4つのフィルターがあり、パラメーターの総数が少ないため、4つのデータセットで競争力のあるパフォーマンスが得られることがわかりました。これは、よりシンプルで、より安く、より高速で、よりポータブルなBCIを構築するための重要なステップになると考えています。
Over the past decade, convolutional neural networks (CNNs) have become the driving force of an ever-increasing set of applications, achieving state-of-the-art performance. Most of the modern CNN architectures are composed of many convolutional and fully connected layers and typically require thousands or millions of parameters to learn. CNNs have also been effective in the detection of Event-Related Potentials from electroencephalogram (EEG) signals, notably the P300 component which is frequently employed in Brain-Computer Interfaces (BCIs). However, for this task, the increase in detection rates compared to approaches based on human-engineered features has not been as impressive as in other areas and might not justify such a large number of parameters. In this paper, we study the performances of existing CNN architectures with diverse complexities for single-trial within-subject and cross-subject P300 detection on four different datasets. We also proposed SepConv1D, a very simple CNN architecture consisting of a single depthwise separable 1D convolutional layer followed by a fully connected Sigmoid classification neuron. We found that with as few as four filters in its convolutional layer and a small overall number of parameters, SepConv1D obtained competitive performances in the four datasets. We believe this may represent an important step towards building simpler, cheaper, faster, and more portable BCIs.