Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install hiyenwong-ai-collection-collection-skills-eeg2vision-multimodal-eeg-frameworkgit clone https://github.com/hiyenwong/ai_collection.gitcp ai_collection/SKILL.MD ~/.claude/skills/hiyenwong-ai-collection-collection-skills-eeg2vision-multimodal-eeg-framework/SKILL.md---
name: eeg2vision-multimodal-eeg-framework
description: "EEG2Vision: A Multimodal EEG-Based Framework for 2D Visual Reconstruction in Cognitive Neuroscience... Activation: 扩散模型, 脑电图, eeg, 脑, diffusion"
---
# EEG2Vision: A Multimodal EEG-Based Framework for 2D Visual Reconstruction in Cognitive Neuroscience
## 概述
Reconstructing visual stimuli from non-invasive electroencephalography (EEG) remains challenging due to its low spatial resolution and high noise, particularly under realistic low-density electrode configurations. To address this, we present EEG2Vision, a modular, end-to-end EEG-to-image framework that systematically evaluates reconstruction performance across different EEG resolutions (128, 64, 32, and 24 channels) and enhances visual quality through a prompt-guided post-reconstruction boosting
## 来源论文
- **标题:** EEG2Vision: A Multimodal EEG-Based Framework for 2D Visual Reconstruction in Cognitive Neuroscience
- **作者:** Emanuele Balloni, Emanuele Frontoni, Chiara Matti, Marina Paolanti, Roberto Pierdicca et al.
- **arXiv:** 2604.08063v1
- **发布日期:** 2026-04-09
- **类别:** None
## 核心概念
- EEG(eeg)
- 扩散模型(diffusion)
- 多模态(multimodal)
- 视觉重建(visual reconstruction)
## 核心贡献
1. To address this, we present EEG2Vision, a modular, end-to-end EEG-to-image framework that systematically evaluates reconstruction performance across different EEG resolutions (128, 64, 32, and 24 channels) and enhances visual quality through a prompt-guided post-reconstruction boosting mechanism.
2. The proposed boosting consistently improves perceptual metrics across all configurations, achieving up to 9.71% IS gains in low-channel settings.
3. The proposed approach significantly boosts the feasibility of real-time brain-2-image applications using low-resolution EEG devices, potentially unlocking this type of applications outside laboratory settings..
## 技术方法
- To address this, we present EEG2Vision, a modular, end-to-end EEG-to-image framework that systematically evaluates reconstruction performance across different EEG resolutions (128, 64, 32, and 24 channels) and enhances visual quality through a prompt-guided post-reconstruction boosting mechanism
- Starting from EEG-conditioned diffusion reconstruction, the boosting stage uses a multimodal large language model to extract semantic descriptions and leverages image-to-image diffusion to refine geometry and perceptual coherence while preserving EEG-grounded structure
- The proposed approach significantly boosts the feasibility of real-time brain-2-image applications using low-resolution EEG devices, potentially unlocking this type of applications outside laboratory settings.
## 应用领域
- 可穿戴设备活动识别
- 脑电信号分析与解码
- 视觉重建与生成
## 实现要点
### 关键组件
- 数据预处理管道
- 神经网络架构设计
- 训练策略与优化
- 评估指标与验证
### 技术挑战
- 详见论文讨论部分
- 详见论文讨论部分
## 实验结果
To address this, we present EEG2Vision, a modular, end-to-end EEG-to-image framework that systematically evaluates reconstruction performance across different EEG resolutions (128, 64, 32, and 24 channels) and enhances visual quality through a prompt-guided post-reconstruction boosting mechanism.
## 代码示例
```python
# 核心架构示例
# EEG信号处理示例
import numpy as np
from scipy import signal
def preprocess_eeg(eeg_data, fs=256):
# 滤波与特征提取
# 带通滤波 1-40Hz
b, a = signal.butter(4, [1, 40], btype='band', fs=fs)
filtered = signal.filtfilt(b, a, eeg_data, axis=0)
return filtered
```
## 限制与展望
- 当前方法的主要限制
- 未来研究方向
- 潜在改进空间
## 参考文献
- Emanuele Balloni et al. (2026). "EEG2Vision: A Multimodal EEG-Based Framework for 2D Visual Reconstruction in Cognitive Neuroscience." arXiv:2604.08063v1.
## 激活关键词
- 扩散模型
- 脑电图
- eeg
- 脑
- diffusion
- brain
---
*技能自动生成于: 2026-04-15*
*来源: arXiv自动化研究工作流*