paper-with-me

Papers

Adaptive Data Compression and Reconstruction for Memory-Bounded EEG Continual Learning

2026-05-04 · Chengcheng Xie arxiv

Electroencephalography (EEG) signals provide millisecond-level temporal resolution but their analysis is limited by remarkable noise and inter-subject variability, making robust personalization difficult under limited annotations. Unsupervised Individual Continual Learning (UICL) has been proposed to address this practical challenge, where a model pretrained on a labeled cohort must adapt online to unlabeled subject streams under strict memory constraints. However, existing UICL methods typically store full past samples, which undermine the continual learning goal of avoiding retraining. Observing that EEG signals exhibit well-structured morphologies to be exploited via morphology-aware selection, compression, and reconstruction, here we propose Adaptive Data Compression and Reconstruction (ADaCoRe) for UICL. This is a memory-efficient pipeline composed of saliency-driven keyframe protection, rational polyphase compression, adjoint reconstruction with verbatim overwrite on protected indices, and prototype-confidence selection for adaptive exemplar maintenance. Across three representative benchmarks, ADaCoRe consistently outperforms recent strong baselines under tight buffer regimes (eg., the performance gains are at least +2.7 and +15.3 ACC on ISRUC and FACED datasets, respectively). Ablation studies quantify compression-fidelity trade-offs and highlight the contribution of each design, while visualizations confirm the preservation of key EEG morphology during compression and reconstruction.

📄 PDF Abstract BibTeX arXiv:2605.03085

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Ray-Aware Pointer Memory with Adaptive Updates for Streaming 3D Reconstruction

2026-05-07 · Feifei Li, Qi Song, Chi Zhang, Rui Huang arxiv

Dense 3D reconstruction from continuous image streams requires both accurate geometric aggregation and stable long-term memory management. Recent feed-forward reconstruction frameworks integrate observations through pers…

3D Reconstruction

COMET: A Novel Memory-Efficient Deep Learning Training Framework by Using Error-Bounded Lossy Compression

2021-11-18 · Sian Jin, Chengming Zhang, Xintong Jiang, Yunhe Feng 외

Training wide and deep neural networks (DNNs) require large amounts of storage resources such as memory because the intermediate activation data must be saved in the memory during forward propagation and then restored fo…

Data Compression

Bounded Memory Active Learning through Enriched Queries

2021-02-09 · Max Hopkins, Daniel Kane, Shachar Lovett, Michal Moshkovitz

The explosive growth of easily-accessible unlabeled data has lead to growing interest in active learning, a paradigm in which data-hungry learning algorithms adaptively select informative examples in order to lower prohi…

Active Learning

A Novel Memory-Efficient Deep Learning Training Framework via Error-Bounded Lossy Compression

2020-11-18 · Sian Jin, Guanpeng Li, Shuaiwen Leon Song, Dingwen Tao

Deep neural networks (DNNs) are becoming increasingly deeper, wider, and non-linear due to the growing demands on prediction accuracy and analysis quality. When training a DNN model, the intermediate activation data must…

SeKV: Resolution-Adaptive KV Cache with Hierarchical Semantic Memory for Long-Context LLM Inference

2026-06-30 · Amirhossein Abaskohi, Giuseppe Carenini, Peter West, Yuhang He hf

Large language models increasingly operate over long contexts, where the KV cache becomes a dominant memory bottleneck: its size grows linearly with sequence length and must be retained throughout decoding, making full G…