ICLabel Dataset
收藏资源简介:
ICLabel数据集旨在推进自动化脑电图(EEG)独立成分(IC)分类。该数据集包含一个未标记的训练数据集、几个针对训练数据集小部分的标签集合以及一个包含130个IC的测试数据集,每个IC由6位专家标记。数据集总计包含来自数十万个独特EEG IC的特征(如果计算来自同一数据集不同处理阶段的相似IC,则达数百万个)。大约8000个IC有标签,实际可用数量通常接近6000,具体取决于使用的特征。提供的特征包括:头皮地形图图像、功率谱密度、自相关函数、等效电流偶极子拟合和手工制作的特征。原始时间序列数据不可用,仅提供本仓库中包含的内容。
The ICLabel dataset is designed to advance the automated classification of independent components (ICs) in electroencephalography (EEG). This dataset includes an unlabeled training dataset, several label sets for small portions of the training dataset, and a test dataset containing 130 ICs, each labeled by six experts. In total, the dataset encompasses features from hundreds of thousands of unique EEG ICs (reaching millions if similar ICs from different processing stages of the same dataset are counted). Approximately 8,000 ICs are labeled, with the actual usable number typically close to 6,000, depending on the features used. The provided features include: scalp topography images, power spectral density, autocorrelation functions, equivalent current dipole fitting, and handcrafted features. The original time series data is not available; only the contents included in this repository are provided.
ICLabel Dataset 概述
数据集内容
- 类型: 包含未标记的训练数据集、多个针对训练数据集小部分的标签集合以及一个包含130个独立成分(ICs)的测试数据集。
- 数据量: 包含来自数十万独特EEG独立成分的特征(若计入来自同一数据集不同处理阶段的相似ICs,则数量可达数百万)。
- 标记数据量: 约8000个ICs有标签,实际可用数量通常接近6000,具体取决于使用的特征。
- 特征:
- 头皮地形图图像(32x32像素,去除空白后扁平化为740元素)
- 功率谱密度(1-100 Hz)
- 自相关函数(1秒)
- 等效电流偶极子拟合(1和2偶极子)
- 手工制作的特征(包括新特征和来自先前发布分类器的特征)
数据集限制
- 原始时间序列数据不可用。
数据集使用
-
使用步骤:
- 加载类,传递任何所需选项。
- 加载数据集。
-
示例代码:
icl = ICLabelDataset() icl.download_trainset_features() icldata = icl.load_semi_supervised()




