A preprint from Minyi Wang, Zhenqin Wu and Rihui Li reports that aligning EEG signals to an intermediate CLIP layer rather than the final one raised 200-way image retrieval on the THINGS-EEG dataset to 78.1% mean Top-1 accuracy, and to 86.4% with CSLS. Layer-wise contrastive learning selects that layer, which the authors call the Neural Visibility Optimal Layer (NVOL); the same representation then drives generation, with a conditional diffusion prior reconstructing subject-specific NVOL features and mapping them into CLIP space for Stable Diffusion XL, which the authors say beats single-stage final-layer diffusion on semantic and structural metrics. The paper was posted to arXiv on September 2, 2026, and has not been peer reviewed.
Why it matters
EEG visual decoding has largely treated CLIP's final layer as the alignment target by default, a choice inherited from vision-language work rather than from anything about neural signals. Letting contrastive learning pick the layer, and then reusing that same representation for reconstruction instead of a separate generative head, is a cheap change with a measurable payoff, which makes it easy for other groups to test. It is a preprint on a single public dataset, so the layer choice may not transfer.