HCLGDec 10, 2024

T-TIME: Test-Time Information Maximization Ensemble for Plug-and-Play BCIs

arXiv:2412.07228v135 citationsh-index: 62Has CodeIEEE Trans Biomed Eng
Originality Incremental advance
AI Analysis

This work addresses the time-consuming and user-unfriendly calibration requirement for EEG-based BCIs, enabling plug-and-play functionality, though it is incremental as it builds on existing transfer learning methods.

The paper tackles the problem of subject-specific calibration in EEG-based brain-computer interfaces by proposing T-TIME, a test-time adaptation method that eliminates the need for calibration sessions, achieving superior performance over about 20 existing transfer learning approaches on three public datasets.

Objective: An electroencephalogram (EEG)-based brain-computer interface (BCI) enables direct communication between the human brain and a computer. Due to individual differences and non-stationarity of EEG signals, such BCIs usually require a subject-specific calibration session before each use, which is time-consuming and user-unfriendly. Transfer learning (TL) has been proposed to shorten or eliminate this calibration, but existing TL approaches mainly consider offline settings, where all unlabeled EEG trials from the new user are available. Methods: This paper proposes Test-Time Information Maximization Ensemble (T-TIME) to accommodate the most challenging online TL scenario, where unlabeled EEG data from the new user arrive in a stream, and immediate classification is performed. T-TIME initializes multiple classifiers from the aligned source data. When an unlabeled test EEG trial arrives, T-TIME first predicts its labels using ensemble learning, and then updates each classifier by conditional entropy minimization and adaptive marginal distribution regularization. Our code is publicized. Results: Extensive experiments on three public motor imagery based BCI datasets demonstrated that T-TIME outperformed about 20 classical and state-of-the-art TL approaches. Significance: To our knowledge, this is the first work on test time adaptation for calibration-free EEG-based BCIs, making plug-and-play BCIs possible.

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