paper-with-me

Papers

Informed Bootstrap Augmentation Improves EEG Decoding

2025-11-15 · Woojae Jeong, Wenhui Cui, Kleanthis Avramidis, Takfarinas Medani, Shrikanth Narayanan, Richard Leahy arxiv

Electroencephalography (EEG) offers detailed access to neural dynamics but remains constrained by noise and trial-by-trial variability, limiting decoding performance in data-restricted or complex paradigms. Data augmentation is often employed to enhance feature representations, yet conventional uniform averaging overlooks differences in trial informativeness and can degrade representational quality. We introduce a weighted bootstrapping approach that prioritizes more reliable trials to generate higher-quality augmented samples. In a Sentence Evaluation paradigm, weights were computed from relative ERP differences and applied during probabilistic sampling and averaging. Across conditions, weighted bootstrapping improved decoding accuracy relative to unweighted (from 68.35% to 71.25% at best), demonstrating that emphasizing reliable trials strengthens representational quality. The results demonstrate that reliability-based augmentation yields more robust and discriminative EEG representations. The code is publicly available at https://github.com/lyricists/NeuroBootstrap.

📄 PDF Abstract BibTeX arXiv:2511.12073

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationEeg Decoding

Similar Papers 제목 키워드 기반

Understanding Auditory Evoked Brain Signal via Physics-informed Embedding Network with Multi-Task Transformer

2024-06-04 · Wanli Ma, Xuegang Tang, Jin Gu, Ying Wang 외

In the fields of brain-computer interaction and cognitive neuroscience, effective decoding of auditory signals from task-based functional magnetic resonance imaging (fMRI) is key to understanding how the brain processes …

Multi-Task Learning

Bootstrap Advantage Estimation for Policy Optimization in Reinforcement Learning

2022-10-13 · Md Masudur Rahman, Yexiang Xue

This paper proposes an advantage estimation approach based on data augmentation for policy optimization. Unlike using data augmentation on the input to learn value and policy function as existing methods use, our method …

Data Augmentationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Adversarial Bootstrapped Question Representation Learning for Knowledge Tracing

2023-10-29 · International Conference on Multimedia 2023 10 · Sun, Jianwen and Yu, Fenghua and Liu, Sannyuya and Luo 외

Knowledge tracing (KT), which estimates and traces the degree of learners' mastery of concepts based on students' responses to learning resources, has become an increasingly relevant problem in intelligent education. The…

Contrastive LearningKnowledge TracingRepresentation LearningSelf-Supervised Learning

Language-Informed Beam Search Decoding for Multilingual Machine Translation

2024-08-11 · Yilin Yang, Stefan Lee, Prasad Tadepalli

Beam search decoding is the de-facto method for decoding auto-regressive Neural Machine Translation (NMT) models, including multilingual NMT where the target language is specified as an input. However, decoding multiling…

Language IdentificationMachine TranslationNMTTranslation

Bootstrap Your Own Variance

2023-12-06 · Polina Turishcheva, Jason Ramapuram, Sinead Williamson, Dan Busbridge 외

Understanding model uncertainty is important for many applications. We propose Bootstrap Your Own Variance (BYOV), combining Bootstrap Your Own Latent (BYOL), a negative-free Self-Supervised Learning (SSL) algorithm, wit…

Self-Supervised Learning