CognitionCapturer: Decoding Visual Stimuli From Human EEG Signal With Multimodal Information
Kaifan Zhang, Lihuo He, Xin Jiang, Wen Lu, Di Wang, Xinbo Gao
TL;DR
CognitionCapturer addresses the challenge of decoding visual stimuli from EEG by exploiting multimodal information beyond the image modality. It introduces Modality Expert Encoders to align EEG with image, text, and depth modalities via contrastive learning, and employs a diffusion prior to map EEG embeddings into CLIP space for reconstruction with pretrained SDXL-IP-Adapters, without fine-tuning generators. The approach yields state-of-the-art classification and improved visual reconstructions, with ablations and Grad-CAM analyses demonstrating complementary information across modalities and interpretable brain-region engagement. The work advances practical brain decoding by enabling scalable, multimodal EEG representations that capture both semantic and structural aspects of visual stimuli, with potential impact on real-time neural decoding, neurometric interfaces, and cognitive neuroscience research.
Abstract
Electroencephalogram (EEG) signals have attracted significant attention from researchers due to their non-invasive nature and high temporal sensitivity in decoding visual stimuli. However, most recent studies have focused solely on the relationship between EEG and image data pairs, neglecting the valuable ``beyond-image-modality" information embedded in EEG signals. This results in the loss of critical multimodal information in EEG. To address this limitation, we propose CognitionCapturer, a unified framework that fully leverages multimodal data to represent EEG signals. Specifically, CognitionCapturer trains Modality Expert Encoders for each modality to extract cross-modal information from the EEG modality. Then, it introduces a diffusion prior to map the EEG embedding space to the CLIP embedding space, followed by using a pretrained generative model, the proposed framework can reconstruct visual stimuli with high semantic and structural fidelity. Notably, the framework does not require any fine-tuning of the generative models and can be extended to incorporate more modalities. Through extensive experiments, we demonstrate that CognitionCapturer outperforms state-of-the-art methods both qualitatively and quantitatively. Code: https://github.com/XiaoZhangYES/CognitionCapturer.
