paper-with-me

Papers

A Strong and Simple Deep Learning Baseline for BCI MI Decoding

2023-09-11 · Yassine El Ouahidi, Vincent Gripon, Bastien Pasdeloup, Ghaith Bouallegue, Nicolas Farrugia, Giulia Lioi

We propose EEG-SimpleConv, a straightforward 1D convolutional neural network for Motor Imagery decoding in BCI. Our main motivation is to propose a simple and performing baseline to compare to, using only very standard ingredients from the literature. We evaluate its performance on four EEG Motor Imagery datasets, including simulated online setups, and compare it to recent Deep Learning and Machine Learning approaches. EEG-SimpleConv is at least as good or far more efficient than other approaches, showing strong knowledge-transfer capabilities across subjects, at the cost of a low inference time. We advocate that using off-the-shelf ingredients rather than coming with ad-hoc solutions can significantly help the adoption of Deep Learning approaches for BCI. We make the code of the models and the experiments accessible.

📄 PDF Abstract BibTeX arXiv:2309.07159

Code (1)

elouayas/eegsimpleconv 공식 구현 pytorch

Tasks

Deep LearningEEGMotor ImageryTransfer Learning

Similar Papers 제목 키워드 기반

A Frustratingly Simple Decoding Method for Neural Text Generation

2023-05-22 · Haoran Yang, Deng Cai, Huayang Li, Wei Bi 외

We introduce a frustratingly simple, super efficient and surprisingly effective decoding method, which we call Frustratingly Simple Decoding (FSD), for neural text generation. The idea behind FSD is straightforward: we b…

Language ModelingLanguage ModellingText Generation

Helping the Weak Makes You Strong: Simple Multi-Task Learning Improves Non-Autoregressive Translators

2022-11-11 · Xinyou Wang, Zaixiang Zheng, ShuJian Huang

Recently, non-autoregressive (NAR) neural machine translation models have received increasing attention due to their efficient parallel decoding. However, the probabilistic framework of NAR models necessitates conditiona…

DecoderMachine TranslationMulti-Task Learning

C3: High-performance and low-complexity neural compression from a single image or video

2023-12-05 · CVPR 2024 1 · Hyunjik Kim, Matthias Bauer, Lucas Theis, Jonathan Richard Schwarz 외

Most neural compression models are trained on large datasets of images or videos in order to generalize to unseen data. Such generalization typically requires large and expressive architectures with a high decoding compl…

Video Compression

A Better Variant of Self-Critical Sequence Training

2020-03-22 · Ruotian Luo

In this work, we present a simple yet better variant of Self-Critical Sequence Training. We make a simple change in the choice of baseline function in REINFORCE algorithm. The new baseline can bring better performance wi…

Image Captioning

MR-P: A Parallel Decoding Algorithm for Iterative Refinement Non-Autoregressive Translation

2022-05-01 · Findings (ACL) 2022 5 · Hao Cheng, Zhihua Zhang

Non-autoregressive translation (NAT) predicts all the target tokens in parallel and significantly speeds up the inference process. The Conditional Masked Language Model (CMLM) is a strong baseline of NAT. It decodes with…

Language ModelingLanguage ModellingTranslation