paper-with-me

홈 › Papers

Backpropagation-Free Test-Time Adaptation for Lightweight EEG-Based Brain-Computer Interfaces

2026-01-12 · Siyang Li, Jiayi Ouyang, Zhenyao Cui, Ziwei Wang, Tianwang Jia, Feng Wan, Dongrui Wu arxiv

Electroencephalogram (EEG)-based brain-computer interfaces (BCIs) face significant deployment challenges due to inter-subject variability, signal non-stationarity, and computational constraints. While test-time adaptation (TTA) mitigates distribution shifts under online data streams without per-use calibration sessions, existing TTA approaches heavily rely on explicitly defined loss objectives that require backpropagation for updating model parameters, which incurs computational overhead, privacy risks, and sensitivity to noisy data streams. This paper proposes Backpropagation-Free Transformations (BFT), a TTA approach for EEG decoding that avoids these issues. BFT applies multiple sample-wise transformations, based on knowledge-guided augmentations or structured feature masking, to each test trial, producing multiple predictions for a single test sample using only forward passes. A learning-to-rank module, trained on source data, estimates the reliability of each transformed prediction, so that a weighted aggregation suppresses prediction uncertainty during online inference, with theoretical justification. Extensive experiments on five EEG datasets, covering motor imagery classification and driver drowsiness regression, demonstrate the effectiveness, versatility, robustness, and efficiency of BFT. This research enables lightweight plug-and-play BCIs on resource-constrained devices, broadening the real-world deployment of EEG-based BCIs.

📄 PDF Abstract BibTeX arXiv:2601.07556

Code (0)

등록된 구현이 없습니다.

Tasks

Test-time AdaptationBayesian InferenceEeg Decoding

Similar Papers 제목 키워드 기반

TestMate: Test-Time Domain Adaptation Aided by Lightweight Vision Foundation Model

2026-07-04 · Dimitrios Fotiou, Vasileios Mygdalis, Ioannis Pitas arxiv

Test-Time Domain Adaptation (TTDA) aims to adapt Deep Neural Networks to distribution shifts using only streaming, unlabeled test data in real time. Current methods for semantic segmentation tasks suffer from critical li…

Source-Free Domain AdaptationSemantic SegmentationInstance Segmentation

E-BATS: Efficient Backpropagation-Free Test-Time Adaptation for Speech Foundation Models

2025-06-08 · Jiaheng Dong, Hong Jia, Soumyajit Chatterjee, Abhirup Ghosh 외

Speech Foundation Models encounter significant performance degradation when deployed in real-world scenarios involving acoustic domain shifts, such as background noise and speaker accents. Test-time adaptation (TTA) has …

GPUTest-time Adaptation

Backpropagation-Free Test-Time Adaptation via Probabilistic Gaussian Alignment

2025-08-21 · Youjia Zhang, Youngeun Kim, Young-Geun Choi, Hongyeob Kim 외 arxiv

Test-time adaptation (TTA) enhances the zero-shot robustness under distribution shifts by leveraging unlabeled test data during inference. Despite notable advances, several challenges still limit its broader applicabilit…

Test-time Adaptation

Subspace Optimization for Backpropagation-Free Continual Test-Time Adaptation

2026-03-30 · Damian Sójka, Sebastian Cygert, Marc Masana arxiv

We introduce PACE, a backpropagation-free continual test-time adaptation system that directly optimizes the affine parameters of normalization layers. Existing derivative-free approaches struggle to balance runtime effic…

Test-time Adaptation

Purge-Gate: Backpropagation-Free Test-Time Adaptation for Point Clouds Classification via Token Purging

2025-09-11 · Moslem Yazdanpanah, Ali Bahri, Mehrdad Noori, Sahar Dastani 외 arxiv

Test-time adaptation (TTA) is crucial for mitigating performance degradation caused by distribution shifts in 3D point cloud classification. In this work, we introduce Token Purging (PG), a novel backpropagation-free app…

3D Point Cloud ClassificationTest-time AdaptationPoint Clouds