CellImageNet
收藏资源简介:
CellImageNet是一个大规模单细胞图像数据库,包含配对的DAPI核图像与细胞类型注释,数据来源于公开的10x Genomics Xenium数据集。该数据集包含来自42个Xenium样本(28个人类组织和14个小鼠组织)的约1000万个细胞,涵盖了不同的物种、生物学条件和组织类型。每个细胞都标注了31个统一的细胞类型类别(由原始数据集的注释整合而来)。对于每个细胞,数据集提供了两个互补尺度的DAPI图像裁剪,均以细胞核质心为中心:一个是2.5倍尺度的紧密视图,用于捕捉精细的核形态;另一个是10倍尺度的更宽视图,用于捕捉局部组织环境/邻域信息。这些裁剪图像以其原始分辨率提供(不同样本的像素大小可变)。数据集在Hugging Face Hub上以两个配置提供:`human`(28个人类样本,约650万个细胞)和`mouse`(14个小鼠样本,约340万个细胞),每个配置仅暴露一个`full`分割,没有官方的训练/测试划分。每个数据样本包含三个部分:`2p5x.png`(2.5倍DAPI裁剪,灰度图像)、`10x.png`(10倍DAPI裁剪,灰度图像)和`json`(元数据字典)。元数据字段包括:`cell_id`、`dataset`(来源Xenium样本)、`species`(Human/Mouse)、`tissue`、`condition`、`cell_type`(31个类别之一,部分小鼠样本中有一个小的`Unknown`类别)以及`x_centroid`和`y_centroid`(核质心坐标,单位为微米)。该数据集适用于图像分类任务,特别是基于细胞核形态的细胞类型分类,也是视觉基础模型MorphPT的训练语料。
CellImageNet is a large-scale single-cell image database containing paired DAPI nuclear images and cell type annotations, derived from the publicly available 10x Genomics Xenium dataset. This dataset encompasses approximately 10 million cells from 42 Xenium samples (28 human tissues and 14 mouse tissues), covering diverse species, biological conditions and tissue types. Each cell is annotated with one of 31 unified cell type categories integrated from the annotations of the original dataset. For each cell, the dataset provides two DAPI image crops at complementary scales, both centered at the nuclear centroid: a 2.5× tight view for capturing fine nuclear morphology, and a 10× broader view for capturing local tissue environment/neighborhood information. These cropped images are provided at their original resolution, with pixel sizes varying across different samples. The dataset is hosted on the Hugging Face Hub with two configurations: `human` (28 human samples, ~6.5 million cells) and `mouse` (14 mouse samples, ~3.4 million cells), each configuration exposes only a `full` split with no official train/test partition. Each data sample consists of three components: `2p5x.png` (2.5× DAPI crop, grayscale image), `10x.png` (10× DAPI crop, grayscale image) and `json` (metadata dictionary). The metadata fields include: `cell_id`, `dataset` (source Xenium sample), `species` (Human/Mouse), `tissue`, `condition`, `cell_type` (one of the 31 categories, with a small `Unknown` category present in some mouse samples), as well as `x_centroid` and `y_centroid` (nuclear centroid coordinates in micrometers). This dataset is suitable for image classification tasks, particularly cell type classification based on nuclear morphology, and also serves as the training corpus for the visual foundation model MorphPT.
数据集概述
- 数据集名称:CellImageNet
- 许可协议:CC BY 4.0
- 任务类别:图像分类
- 标签:生物学、单细胞、细胞类型分类、DAPI、核形态学、空间转录组学、Xenium
- 数据规模:1M < n < 10M(约1000万细胞)
数据内容
CellImageNet是一个大规模单细胞图像数据库,包含来自42个Xenium样本(28个人类、14个小鼠)的DAPI核图像与细胞类型注释对。每个细胞提供两种尺度的DAPI裁剪图像:
- 2.5×:捕捉精细核形态的紧凑视图。
- 10×:捕捉局部组织背景的宽视野视图。
图像以原始分辨率存储,未进行预缩放,用户需自行调整至固定输入尺寸(如224×224)。
数据配置与划分
| 配置 | 内容 |
|---|---|
human |
28个人类Xenium样本(约650万细胞) |
mouse |
14个小鼠Xenium样本(约340万细胞) |
数据集未提供官方训练/测试划分,每个配置仅包含一个full划分。用于训练MorphPT的具体子集在MorphPT模型仓库的splits/目录中指定。
数据模式(WebDataset格式)
每个样本(一个细胞)包含三个成员:
| 成员 | 类型 | 描述 |
|---|---|---|
2p5x.png |
图像 | 2.5× DAPI裁剪(灰度,原始分辨率) |
10x.png |
图像 | 10× DAPI裁剪(灰度,原始分辨率) |
json |
字典 | 元数据 |
json字段包括:cell_id(细胞ID)、dataset(源Xenium样本)、species(物种,人类/小鼠)、tissue(组织)、condition(条件)、cell_type(细胞类型,属于31个类别之一,部分小鼠样本包含Unknown)、x_centroid和y_centroid(核质心,单位为微米)。
细胞类型类别
31个统一的细胞类型标签: Astrocytes · B cells · Brain cancer cells · Cardiac muscle cells · Chondrocytes · Colon cancer cells · Endothelial cells · Ependymal cells · Epithelial cells · Erythrocytes · Fibroblasts · Kidney cancer cells · Liver cancer cells · Lung cancer cells · Mesangial cells · Microglia · Myeloid cells · NK cells · Neurons · OPCs · Oligodendrocytes · Ovary cancer cells · Pancreas cancer cells · Pericytes · Schwann cells · Skeletal muscle cells · Skin cancer cells · Smooth muscle cells · Stem and progenitor cells · Stromal cells · T cells
Unknown仅出现在小鼠数据中(约13.4万细胞,占小鼠划分类别的3.8%),表示源数据中未注释的细胞。若需要干净的31类标签空间,可过滤掉这些细胞。
数据构建
数据来源于10x Genomics Xenium平台的42个公开样本(28个人类、14个小鼠)。从每个组织的DAPI图像中提取最大强度投影通道,利用Xenium onboard analysis提供的核分割掩码,在0.2125 µm/px分辨率下转换为像素。筛选条件:核区域≥5像素,边界框边长≥10像素。对于每个细胞,以核质心为中心提取两种尺度的方形裁剪图像,并在图像边界进行零填充。
发布状态
v1.0.0(完整版):所有42个样本(28个人类、14个小鼠)均已发布。完整样本列表包括人类肺、结肠、心脏、肾脏、肝脏、皮肤、扁桃体、胰腺、淋巴结、卵巢、脑等组织,以及小鼠脑、结肠、幼鼠等样本。
许可与引用
CellImageNet是10x Genomics Xenium公开数据集的衍生作品,图像裁剪部分根据CC BY 4.0许可发布;细胞类型注释和衍生元数据同样采用CC BY 4.0许可。使用时需注明10x Genomics和CellImageNet作者,链接许可,并指明更改内容(裁剪/重新注释)。所有42个源样本的完整列表(数据集名称、物种、组织、条件及10x数据集URL)在attribution_manifest.csv中提供。
局限
- 仅包含DAPI核形态图像,无基因表达或蛋白通道。
- 裁剪图像原生分辨率在不同样本间存在差异,下游模型需调整至固定输入尺寸。
- 无官方训练/测试划分,且类别频率高度不平衡(反映源数据集采样,非平衡设计)。
- 约3.8%的小鼠细胞(人类无)标记为
Unknown。
与MorphPT的关系
CellImageNet是为细胞分类视觉基础模型MorphPT提供训练语料的数据集。MorphPT仅在人类数据上进行训练,且对每个类别进行了子采样。相关资源:





