paper-with-me

홈 › Papers

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

2024-12-10 · Siyang Li, Ziwei Wang, Hanbin Luo, Lieyun Ding, Dongrui Wu

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.

📄 PDF Abstract BibTeX arXiv:2412.07228

Code (1)

sylyoung/DeepTransferEEG 공식 구현 pytorch

Tasks

Brain Computer InterfaceEEGElectroencephalogram (EEG)Ensemble LearningMotor ImageryTest-time AdaptationTransfer Learning

Similar Papers 제목 키워드 기반

Ensemble Pruning based on Objection Maximization with a General Distributed Framework

2018-06-13 · Yijun Bian, Yijun Wang, Yaqiang Yao, Huanhuan Chen

Ensemble pruning, selecting a subset of individual learners from an original ensemble, alleviates the deficiencies of ensemble learning on the cost of time and space. Accuracy and diversity serve as two crucial factors w…

DiversityEnsemble LearningEnsemble Pruning

Cross-Modal Information Maximization for Medical Imaging: CMIM

2020-10-20 · Tristan Sylvain, Francis Dutil, Tess Berthier, Lisa Di Jorio 외

In hospitals, data are siloed to specific information systems that make the same information available under different modalities such as the different medical imaging exams the patient undergoes (CT scans, MRI, PET, Ult…

image-classificationImage ClassificationMedical Image Classification

ClusT3: Information Invariant Test-Time Training

2023-10-18 · ICCV 2023 1 · Gustavo A. Vargas Hakim, David Osowiechi, Mehrdad Noori, Milad Cheraghalikhani 외

Deep Learning models have shown remarkable performance in a broad range of vision tasks. However, they are often vulnerable against domain shifts at test-time. Test-time training (TTT) methods have been developed in an a…

Test-time Adaptation

Finding the DeepDream for Time Series: Activation Maximization for Univariate Time Series

2024-08-20 · Udo Schlegel, Daniel A. Keim, Tobias Sutter

Understanding how models process and interpret time series data remains a significant challenge in deep learning to enable applicability in safety-critical areas such as healthcare. In this paper, we introduce Sequence D…

Decision MakingTime SeriesTime Series Classification

Ensemble Pruning via Margin Maximization

2019-06-07 · Waldyn Martinez

Ensemble models refer to methods that combine a typically large number of classifiers into a compound prediction. The output of an ensemble method is the result of fitting a base-learning algorithm to a given data set, a…

DiversityEnsemble Pruning