ECHO

ECHO: Toward Contextual Seq2Seq Paradigms in Large EEG Models is a decoder-centric framework for EEG modeling. Instead of treating a pretrained EEG encoder as a fixed feature extractor followed by a lightweight classifier, ECHO reformulates EEG modeling as sequence-to-sequence learning over EEG signals, task tokens, label tokens, and contextual support samples. This design is intended to improve cross-task and cross-dataset generalization and to enable in-context adaptation for heterogeneous EEG tasks.

ECHO framework overview

Code

The official implementation is available at:

https://github.com/wythedee/ECHO

The public repository contains the encoder-decoder code structure:

  • FAST/: EEG encoder components.
  • EEG2Text/: EEG-to-text decoder components.

Paper

@article{liu2025echo,
  title={ECHO: Toward Contextual Seq2Seq Paradigms in Large EEG Models},
  author={Liu, Chenyu and Deng, Yuqiu and Liu, Tianyu and Zhou, Jinan and Zhou, Xinliang and Jia, Ziyu and Ding, Yi},
  journal={arXiv preprint arXiv:2509.22556},
  year={2025}
}
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for wythedee/ECHO