结肠癌高光谱图像数据集

包含27张结肠腺癌肝转移患者的高光谱图像,用于术中肿瘤像素级分类,由三位病理学家标注。

鲁德·博斯科维奇研究所鲁德·博斯科维奇研究所
arXiv
2024-11-11 更新
浏览 20
医学影像结肠癌高光谱图像

基本信息

模态
医学影像
创建/更新时间
2024-11-11

资源简介

ColonCancerHSI数据集包含27张苏木精-伊红染色的冷冻切片高光谱图像,来自14名结肠腺癌肝转移患者。图像在450-800 nm波长范围内采集,分辨率为1 nm,大小为1384×1035像素。由三位病理学家进行像素级标注,用于术中肿瘤切除的像素级分类,旨在提高肿瘤切除准确性。该数据集主要应用于计算病理学领域。

原始链接

https://github.com/ikopriva/ColonCancerHSI

arXiv 论文 →
访问原始数据

官方服务

如需原始数据获取支持或标注服务,请联系我们。

帮我联系

下载信息

注册下载

Tips: 该数据集需要在对应的数据源网站注册通过后,才能进行数据下载,注册有对应要求,或者需要收费。

暂未开放

公开下载

Tips: 该数据集属于公开下载,应该可以免费公开下载。

免登录

有偿下载

Tips: 该数据集 Qianfanghub 可以协助提供有偿下载服务,注意,服务不针对数据相关产权,只是技术服务费。

提供高速下载与技术交付服务(收技术服务费,非数据销售)

暂未开放

千方医数集,医疗数据集部分,是为社区服务的公开医疗数据集搜索引擎,并不存储或者下载原始的任何数据。 如果您有其他医疗数据需求,可以和客服联系,或者下工单。我们有强大的三甲医疗机构帮助您提供个性化的医疗数据定制、采集、标注服务。

使用方式

数据集获取

git clone https://github.com/ikopriva/ColonCancerHSI.git

curl -L -o repo.zip https://github.com/ikopriva/ColonCancerHSI/archive/refs/heads/main.zip
unzip repo.zip

源站 README 摘录(使用方式)

This directory contains three MATLAB scripts: MPRI_HSI_pseudoRGB_SSL.m, TensorSSA_HSI_pseudoRGB_SSL.m and Grassmann_HSI.m. The first two scripts combine self-trained semi-supervised learning (SSL) algorithm, implemented through MATLAB function fitsemiself, with 3D spectral-spatial features extracted by:
(1) Multiscale Priniciple of Relevant Information (MPRI) approach, Y. Wei, S. YU, L. S. Giraldo, J. C. Principe, “Multiscale principle of relevant information for hyperspectral image classification”, Machine Learning (2023) 112:1227-1252, https://doi.org/10.1007/s10994-021-06011-9.
Corresponding code is placed in sub-directory .\MPRI_code.
(2) Tensor Singular Spectrum Analysis (TensorSSA) approach, H. Fu, G. Sun, A. Zhang, B. Shao, J. Ren, and X. Jia, “Tensor Singular Spectrum Analysis for 3-D Feature Extraction in Hyperspectral Images,” IEEE Transactions of Geoscience and Remote Sensing", vol. 61, article no. 5403914, 2023.
Corresponding code is placed in sub-directory .\TensorSSA_code.
The third script, Grassmann_HSI.m, implements Grassmann-manifold and nearest subspace classifier with TensorSSA spectral-spatial features.
The scripts read either 27 hyperspectral images of 27 corresponding co-registered RGB color images assumed to be placed, together with ground truth files, in the same working directory. Consequently, prior to running the scripts data have to be downloaded from the repository: https://data.fulir.irb.hr/islandora/object/irb:538
This work is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International

数据加载示例(图像类)

from PIL import Image
import glob, os

files = (glob.glob(os.path.join(path, "**", "*.png"), recursive=True)
       + glob.glob(os.path.join(path, "**", "*.jpg"), recursive=True)
       + glob.glob(os.path.join(path, "**", "*.tif"), recursive=True))
print("图像文件数:", len(files))
img = Image.open(files[0]); print("尺寸/模式:", img.size, img.mode)

# torchvision Dataset 方式:
# from torchvision import datasets
# ds = datasets.ImageFolder(path)  # 要求 子目录=类别

目录组织与标注格式以源站说明和下载后实际文件为准。

完整仓库:github.com/ikopriva/ColonCancerHSI

精度瓶颈?数据缺失?

当前公开数据无法满足您的算法精度?千方提供针对 结肠腺癌 的高质量、多模态真实临床数据定制解决方案。

获取专属数据定制方案