Papers › CFSPMNet: Cross-subject Fourier-guided Spatial-Patch Mamba Network for EEG Motor...

CFSPMNet: Cross-subject Fourier-guided Spatial-Patch Mamba Network for EEG Motor Imagery Decoding in Stroke Patients

11 May 2026arXiv:2605.10111added by Syntology

Xiangkai Wang, Yun Zhao, Dongyi He, Qingling Xia, Gen Li, Xinlai Xing, Yuchi Pan, Bin Jiang

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

Motor imagery electroencephalography (MI-EEG) decoding offers a non-invasive route for post-stroke rehabilitation, but cross-patient use remains difficult because pathological neural reorganization changes task-related EEG dynamics, aperiodic activity, local excitability, cross-regional coordination, and trial-level brain-state context. This makes source-learned MI representations unreliable for unseen patients. To address this problem, we propose CFSPMNet, a cross-patient adaptation framework that models post-stroke MI-EEG as latent neural-state organization. CFSPMNet combines a Fourier-Reorganized State Mamba Network (FRSM) with Shared-Private Prototype Matching (SPPM). FRSM represents each trial as a latent physiological token sequence, reorganizes token states in the Fourier domain, and uses Fourier-derived trial context to guide Mamba state-space propagation. SPPM improves target pseudo-label updating by combining semantic confidence with shared-private physiological consistency, filtering confident but physiologically inconsistent target predictions. Leave-one-subject-out experiments on two stroke MI-EEG datasets show that CFSPMNet outperforms representative CNN-, Transformer-, Mamba-, and adaptation-based baselines, achieving average accuracies of 68.23% on XW-Stroke and 73.33% on 2019-Stroke, with gains of 5.63 and 8.25 percentage points over the strongest competitors. Ablation, sensitivity, feature-alignment, pseudo-label selection, and neurophysiological visualization analyses further support the roles of Fourier-domain token-state reorganization and calibrated pseudo-label updating. These results suggest that latent neural-state modeling can improve rehabilitation-oriented cross-patient BCI decoding. Code is available at https://github.com/wxk1224/CFSPMNet.

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="2605.10111")

Code

Syntology Ran 7 of 13 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 7 ran with no contract checked.

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

wxk1224/CFSPMNet 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

13 samples harvested; 7 ran; 0 honoured the contract we drafted; 6 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.

7ran
6unverified

Licence: 13 of the 13 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 wxk1224/CFSPMNet. “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.

DepthwiseSeparableTokenFusionConv wxk1224/CFSPMNet/cfspmnet_frsmamba_model.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · c99b308da56b3dfb · report
FourierRhythmicStateModulator wxk1224/CFSPMNet/cfspmnet_frsmamba_model.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · ab0aac27959750a3 · report
LearnablePositionEncoding wxk1224/CFSPMNet/cfspmnet_frsmamba_model.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · f1300bf140be48c3 · report
MultiScalePhysiologicalTokenizer wxk1224/CFSPMNet/cfspmnet_frsmamba_model.py found in paper text by Syntology ran no licence file found · pointer only · 9971be3e7b4b631d · report
PredictionHead wxk1224/CFSPMNet/cfspmnet_frsmamba_model.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 313cb0a376ff49fa · report
RhythmicTokenStateDecomposition wxk1224/CFSPMNet/cfspmnet_frsmamba_model.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 6add3595d3a91adf · report
TimeDomainRhythmicStateModeling wxk1224/CFSPMNet/cfspmnet_frsmamba_model.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · f6afc90a6e9b2125 · report
CFSPMNet wxk1224/CFSPMNet/cfspmnet_frsmamba_model.py found in paper text by Syntology unverified no licence file found · pointer only · e17044e871265513 · report
FRSMambaBlock wxk1224/CFSPMNet/cfspmnet_frsmamba_model.py found in paper text by Syntology unverified no licence file found · pointer only · da0f1984cdae5cf4 · report
FRSMambaStateSpaceMixer wxk1224/CFSPMNet/cfspmnet_frsmamba_model.py found in paper text by Syntology unverified no licence file found · pointer only · 459338effba28da3 · report
FourierRhythmicStateModeling wxk1224/CFSPMNet/cfspmnet_frsmamba_model.py found in paper text by Syntology unverified no licence file found · pointer only · 9bbe175e8bb8adaf · report
RhythmicStateModelingSwitch wxk1224/CFSPMNet/cfspmnet_frsmamba_model.py found in paper text by Syntology unverified no licence file found · pointer only · ab01358c8410626d · report
_init_avg_lowpass wxk1224/CFSPMNet/cfspmnet_frsmamba_model.py found in paper text by Syntology unverified no licence file found · pointer only · 5b8d0b7175a7133b · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.10111, was issued in May 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