LGApr 30, 2021

Distilling EEG Representations via Capsules for Affective Computing

arXiv:2105.00104v122 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of real-time affective computing on smart devices for EEG applications, presenting an incremental improvement through distillation.

The paper tackles the challenge of deploying large EEG models for affective computing on resource-constrained devices by proposing a knowledge distillation pipeline using capsule-based architectures, achieving state-of-the-art results on one of two large-scale public EEG datasets.

Affective computing with Electroencephalogram (EEG) is a challenging task that requires cumbersome models to effectively learn the information contained in large-scale EEG signals, causing difficulties for real-time smart-device deployment. In this paper, we propose a novel knowledge distillation pipeline to distill EEG representations via capsule-based architectures for both classification and regression tasks. Our goal is to distill information from a heavy model to a lightweight model for subject-specific tasks. To this end, we first pre-train a large model (teacher network) on large number of training samples. Then, we employ the teacher network to learn the discriminative features embedded in capsules by adopting a lightweight model (student network) to mimic the teacher using the privileged knowledge. Such privileged information learned by the teacher contain similarities among capsules and are only available during the training stage of the student network. We evaluate the proposed architecture on two large-scale public EEG datasets, showing that our framework consistently enables student networks with different compression ratios to effectively learn from the teacher, even when provided with limited training samples. Lastly, our method achieves state-of-the-art results on one of the two datasets.

Foundations

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

Your Notes