NeFut Logo NeFut
Admin Login

[CS.AI] Brain-CLIPLM: A Breakthrough in EEG-Based Semantic Compression and Decoding

Published at: 2026-07-21 22:00 Last updated: 2026-07-22 01:01
#algorithm #Machine Learning #Neural

Abstract

Decoding natural language from non-invasive electroencephalography (EEG) remains constrained by low signal-to-noise ratio and limited information bandwidth. This raises a central question: can sentence-level language be reliably recovered from such signals? Under realistic information constraints, this direct-recovery assumption may be too strong. We introduce a semantic compression hypothesis: non-invasive EEG may preserve recoverable semantic anchors rather than the full lexical-syntactic form of a sentence. From this perspective, direct sentence reconstruction is overly fine-grained relative to the recoverable information scale of EEG.

To address this mismatch, we propose Brain-CLIPLM, a two-stage framework that decomposes EEG-to-text decoding into semantic-anchor recovery and anchor-guided sentence reconstruction. Stage 1 uses contrastive learning to align word-level EEG evidence with a fixed keyword vocabulary and recover ordered semantic anchors. Stage 2 uses a retrieval-grounded large language model with chain-of-thought reasoning prompts to reconstruct sentence meaning from these anchors, following a granularity matching principle that aligns decoding complexity with the recoverable neural information scale.

On the combined Zurich Cognitive Language Processing (ZuCo) benchmark, Brain-CLIPLM achieves 67.6% Top-5 and 85.0% Top-25 sentence retrieval accuracy, with the strongest performance at intermediate anchor granularity. Control analyses show that EEG-derived anchors carry sentence-specific information beyond language-model priors. Within the constrained ZuCo sentence pool and fixed keyword-vocabulary settings, these findings suggest that EEG-to-text decoding is better framed as recovering compressed semantic content before anchor-guided sentence reconstruction.

Blogger's Review: The introduction of Brain-CLIPLM provides a novel approach to EEG signal processing by segmenting the decoding process into semantic anchor recovery and sentence reconstruction. This not only enhances accuracy but also aligns with the practical limitations of information recovery. This framework lays an important theoretical foundation and practical guidance for future brain-computer interface research.

Original Source: https://arxiv.org/abs/2604.16370

[h] Back to Home