paper-with-me

홈 › Papers

EEG-Reptile: An Automatized Reptile-Based Meta-Learning Library for BCIs

2024-12-27 · Daniil A. Berdyshev, Artem M. Grachev, Sergei L. Shishkin, Bogdan L. Kozyrskiy

Meta-learning, i.e., "learning to learn", is a promising approach to enable efficient BCI classifier training with limited amounts of data. It can effectively use collections of in some way similar classification tasks, with rapid adaptation to new tasks where only minimal data are available. However, applying meta-learning to existing classifiers and BCI tasks requires significant effort. To address this issue, we propose EEG-Reptile, an automated library that leverages meta-learning to improve classification accuracy of neural networks in BCIs and other EEG-based applications. It utilizes the Reptile meta-learning algorithm to adapt neural network classifiers of EEG data to the inter-subject domain, allowing for more efficient fine-tuning for a new subject on a small amount of data. The proposed library incorporates an automated hyperparameter tuning module, a data management pipeline, and an implementation of the Reptile meta-learning algorithm. EEG-Reptile automation level allows using it without deep understanding of meta-learning. We demonstrate the effectiveness of EEG-Reptile on two benchmark datasets (BCI IV 2a, Lee2019 MI) and three neural network architectures (EEGNet, FBCNet, EEG-Inception). Our library achieved improvement in both zero-shot and few-shot learning scenarios compared to traditional transfer learning approaches.

📄 PDF Abstract BibTeX arXiv:2412.19725

Code (1)

gasiki/eeg-reptile 공식 구현 pytorch

Tasks

EEGFew-Shot LearningMeta-LearningTransfer Learning

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

RAMario: Experimental Approach to Reptile Algorithm -- Reinforcement Learning for Mario

2023-05-16 · Sanyam Jain

This research paper presents an experimental approach to using the Reptile algorithm for reinforcement learning to train a neural network to play Super Mario Bros. We implement the Reptile algorithm using the Super Mario…

Few-Shot LearningMeta-Learningreinforcement-learningReinforcement Learning

Robust Meta-learning with Sampling Noise and Label Noise via Eigen-Reptile

2022-06-04 · Dong Chen, Lingfei Wu, Siliang Tang, Xiao Yun 외

Recent years have seen a surge of interest in meta-learning techniques for tackling the few-shot learning (FSL) problem. However, the meta-learner is prone to overfitting since there are only a few available samples, whi…

Few-Shot LearningMeta-Learning

Improving End-to-End Speech-to-Intent Classification with Reptile

2020-08-05 · Yusheng Tian, Philip John Gorinski

End-to-end spoken language understanding (SLU) systems have many advantages over conventional pipeline systems, but collecting in-domain speech data to train an end-to-end system is costly and time consuming. One questio…

ClassificationGeneral Classificationintent-classificationIntent Classification+4

Robust Meta-learning with Noise via Eigen-Reptile

2021-01-01 · Dong Chen, Lingfei Wu, Siliang Tang, Fangli Xu 외

Recent years have seen a surge of interest in meta-learning techniques for tackling the few-shot learning (FSL) problem. However, the meta-learner's initial model is prone to meta-overfit, as there are only a few availab…

Few-Shot LearningMeta-Learning

Learning to Adapt: Reptile-D-Learning for Robust and Efficient Control Under Parametric Uncertainty

2026-06-24 · Haipeng Cao, Zhaolong Shen, Quan Quan arxiv

Learning-based Lyapunov Control (LLC) provides formal stability guarantees for nonlinear systems, but its validity relies heavily on accurate system models. Parameter variations and uncertainties may invalidate stability…