Papers › Synthetic Data Generation for Brain-Computer Interfaces: Overview, Benchmarking, and...

Synthetic Data Generation for Brain-Computer Interfaces: Overview, Benchmarking, and Future Directions

11 Mar 2026arXiv:2603.12296added by Syntology

Ziwei Wang, Zhentao He, Xingyi He, Hongbin Wang, Tianwang Jia, Jingwei Luo, Siyang Li, Xiaoqing Chen, Dongrui Wu

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Deep learning has achieved transformative performance across diverse domains, largely driven by large-scale and high-quality training data. In contrast, the development of brain-computer interfaces (BCIs) is fundamentally constrained by limited, heterogeneous, and privacy-sensitive neural recordings. Generating synthetic yet physiologically plausible brain signals has therefore emerged as a promising strategy to mitigate data scarcity, improve model generalization, and support data-efficient BCIs. This survey provides a comprehensive review of synthetic brain data generation for BCIs, covering methodological taxonomies, benchmark experiments, evaluation metrics, key applications, and future directions. We systematically categorize existing generation approaches into four types: signal-transformation-based, feature-based, model-based, and translation-based generation, and discuss their characteristics, advantages, and limitations. Furthermore, we benchmark representative brain signal generation approaches across four BCI paradigms, including motor imagery, epileptic seizure detection, steady-state visually evoked potentials, and auditory attention detection, to provide an objective comparison of their downstream utility. We also summarize evaluation principles for generated brain signals from multiple perspectives, including signal realism, physiological plausibility, downstream utility, and privacy preservation. Finally, we discuss the potential and challenges of current generation approaches and outline future research directions toward accurate, data-efficient, generalizable, and privacy-aware BCI systems. The benchmark codebase is available at https://github.com/wzwvv/DG4BCI.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2603.12296")

Code

Syntology Ran 0 of 18 code samples harvested from 1 repository linked to this paper; 18 have no recorded run.

By repository: found in paper text by Syntology: 18 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

wzwvv/DG4BCI found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 0 ran; 0 honoured the contract we drafted; 18 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

18unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from wzwvv/DG4BCI. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

compute_cosine_similarity wzwvv/DG4BCI/Synthetic_Data_Evaluation/CosineSim.py found in paper text by Syntology unverified MIT (permissive) · fe86c613fc8212a2 · report
compute_cosine_similarity_per_sample wzwvv/DG4BCI/Synthetic_Data_Evaluation/CosineSim.py found in paper text by Syntology unverified MIT (permissive) · 570e5a95e156caf1 · report
compute_entropy_diversity wzwvv/DG4BCI/Synthetic_Data_Evaluation/Entropy.py found in paper text by Syntology unverified MIT (permissive) · 954d5301fd9a4c0e · report
compute_entropy_stats wzwvv/DG4BCI/Synthetic_Data_Evaluation/Entropy.py found in paper text by Syntology unverified MIT (permissive) · c708cdcc27605036 · report
compute_fid wzwvv/DG4BCI/Synthetic_Data_Evaluation/FID.py found in paper text by Syntology unverified MIT (permissive) · efde5861d5b96c8c · report
compute_inception_score wzwvv/DG4BCI/Synthetic_Data_Evaluation/IS.py found in paper text by Syntology unverified MIT (permissive) · 39e062653ef7d4d5 · report
compute_inception_score_simple wzwvv/DG4BCI/Synthetic_Data_Evaluation/IS.py found in paper text by Syntology unverified MIT (permissive) · 97f0c97ed890a815 · report
compute_jaccard_similarity wzwvv/DG4BCI/Synthetic_Data_Evaluation/JaccardSim.py found in paper text by Syntology unverified MIT (permissive) · a06161606ce640b5 · report
compute_jaccard_similarity_1to1 wzwvv/DG4BCI/Synthetic_Data_Evaluation/JaccardSim.py found in paper text by Syntology unverified MIT (permissive) · 956dc76653b8ab1a · report
compute_mmd wzwvv/DG4BCI/Synthetic_Data_Evaluation/MMD.py found in paper text by Syntology unverified MIT (permissive) · 767ba4732682b723 · report
compute_prediction_entropy wzwvv/DG4BCI/Synthetic_Data_Evaluation/Entropy.py found in paper text by Syntology unverified MIT (permissive) · 8d63492121e4097e · report
compute_snr_eeg wzwvv/DG4BCI/Synthetic_Data_Evaluation/SNR.py found in paper text by Syntology unverified MIT (permissive) · 532e1f1eee53c9d7 · report
compute_snr_features wzwvv/DG4BCI/Synthetic_Data_Evaluation/SNR.py found in paper text by Syntology unverified MIT (permissive) · b52800d247feccae · report
compute_snr_simple wzwvv/DG4BCI/Synthetic_Data_Evaluation/SNR.py found in paper text by Syntology unverified MIT (permissive) · 7f4a0c696d170ab7 · report
data_alignment_returnref wzwvv/DG4BCI/Synthetic_Data_Generation/Knowledge_based/CR.py found in paper text by Syntology unverified MIT (permissive) · 948ad027c94c7d52 · report
data_aug wzwvv/DG4BCI/Synthetic_Data_Generation/Knowledge_based/Baselines.py found in paper text by Syntology unverified MIT (permissive) · a8082675d383dd03 · report
data_mult_f wzwvv/DG4BCI/Synthetic_Data_Generation/Knowledge_based/Baselines.py found in paper text by Syntology unverified MIT (permissive) · 191cd19232b470c3 · report
data_noise_f wzwvv/DG4BCI/Synthetic_Data_Generation/Knowledge_based/Baselines.py found in paper text by Syntology unverified MIT (permissive) · c5a2c7a7f9df455b · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.12296, was issued in March 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections