paper-with-me

Papers

Train-On-Request: An On-Device Continual Learning Workflow for Adaptive Real-World Brain Machine Interfaces

2024-09-13 · Lan Mei, Cristian Cioflan, Thorir Mar Ingolfsson, Victor Kartsch, Andrea Cossettini, Xiaying Wang, Luca Benini

Brain-machine interfaces (BMIs) are expanding beyond clinical settings thanks to advances in hardware and algorithms. However, they still face challenges in user-friendliness and signal variability. Classification models need periodic adaptation for real-life use, making an optimal re-training strategy essential to maximize user acceptance and maintain high performance. We propose TOR, a train-on-request workflow that enables user-specific model adaptation to novel conditions, addressing signal variability over time. Using continual learning, TOR preserves knowledge across sessions and mitigates inter-session variability. With TOR, users can refine, on demand, the model through on-device learning (ODL) to enhance accuracy adapting to changing conditions. We evaluate the proposed methodology on a motor-movement dataset recorded with a non-stigmatizing wearable BMI headband, achieving up to 92% accuracy and a re-calibration time as low as 1.6 minutes, a 46% reduction compared to a naive transfer learning workflow. We additionally demonstrate that TOR is suitable for ODL in extreme edge settings by deploying the training procedure on a RISC-V ultra-low-power SoC (GAP9), resulting in 21.6 ms of latency and 1 mJ of energy consumption per training step. To the best of our knowledge, this work is the first demonstration of an online, energy-efficient, dynamic adaptation of a BMI model to the intrinsic variability of EEG signals in real-time settings.

📄 PDF Abstract BibTeX arXiv:2409.09161

Code (1)

pulp-bio/bmi-odcl 공식 구현 pytorch

Tasks

Continual LearningEEGTransfer Learning

Methods 이 논문이 사용한 방법론

ODL Deep Neural Networks (DNNs) are typically trained by backpropagation in a batch learning setting, which requires the entire training data to be made available prior to the…

Similar Papers 제목 키워드 기반

MetaAgent: Toward Self-Evolving Agent via Tool Meta-Learning

2025-08-01 · Hongjin Qian, Zheng Liu arxiv

In this work, we propose MetaAgent, an agentic paradigm inspired by the principle of learning-by-doing, where expertise is developed through hands-on practice and continual self-improvement. MetaAgent starts with a minim…

SimuHome: A Temporal- and Environment-Aware Benchmark for Smart Home LLM Agents

2025-09-29 · Gyuhyeon Seo, Jungwoo Yang, Junseong Pyo, Nalim Kim 외 arxiv

We introduce $\textbf{SimuHome}$, a high-fidelity smart home simulator and a benchmark of 600 episodes for LLM-based smart home agents. Existing smart home benchmarks treat the home as a static system, neither simulating…

K-Merge: Online Continual Merging of Adapters for On-device Large Language Models

2025-10-15 · Donald Shenaj, Ondrej Bohdal, Taha Ceritli, Mete Ozay 외 arxiv

On-device deployment of Large Language Models (LLMs) frequently leverages Low-Rank Adapters (LoRAs) to support diverse downstream tasks under tight resource constraints. To address the limited storage capacity of mobile …

Dynamic Vehicle Routing Problem with Prompt Confirmation of Advance Requests

2026-03-08 · Amutheezan Sivagnanam, Ayan Mukhopadhyay, Samitha Samaranayake, Abhishek Dubey 외 arxiv

Transit agencies that operate on-demand transportation services have to respond to trip requests from passengers in real time, which involves solving dynamic vehicle routing problems with pick-up and drop-off constraints…

Reinforcement Learning

ICCU: In-Context Continual Unlearning via Pattern-Induced Refusal Rules

2026-05-26 · Ruihao Pan, Suhang Wang arxiv

Machine unlearning aims to remove the influence of specific data from trained language models. In real-world deployments, unlearning requests often arrive sequentially, which challenges existing fine-tuning-based methods…