LUTSeg
收藏资源简介:
LUTSeg是一个为麻风病相关慢性溃疡组织分割而构建的纵向多专家数据集,由阿卜杜拉国王科技大学等机构联合创建。该数据集包含141张来自39名患者的临床图像,覆盖上皮、腐肉、肉芽、坏死及其他五类组织,并设有46张图像的多专家黄金标准子集以评估标注一致性。数据采集历时21个月,由医护人员使用智能手机拍摄,并由五位专科医师依据标准化流程进行像素级标注。该数据集旨在解决被忽视疾病中组织级标注稀缺的问题,为慢性溃疡监测与治疗决策提供可靠基准,并推动半监督组织分割方法的发展。
LUTSeg is a longitudinal multi-expert dataset constructed for tissue segmentation of leprosy-related chronic ulcers, jointly developed by King Abdullah University of Science and Technology (KAUST) and other collaborating institutions. This dataset contains 141 clinical images from 39 patients, covering five types of tissues: epithelium, slough, granulation tissue, necrosis and others. It also includes a multi-expert gold standard subset of 46 images for evaluating annotation consistency. Data collection spanned 21 months, with images captured by medical staff using smartphones and annotated at pixel level by five specialist physicians following standardized workflows. This dataset aims to address the scarcity of tissue-level annotations in neglected diseases, provide a reliable benchmark for chronic ulcer monitoring and treatment decision-making, and advance the development of semi-supervised tissue segmentation methods.
LUTSeg 数据集概述
基本信息
- 数据集全称:LUTSeg (Longitudinal Multi-Expert Dataset for Ulcer Tissue Segmentation)
- 核心任务:溃疡组织分割(Ulcer Tissue Segmentation)
- 论文状态:第十一届ISIC皮肤图像分析研讨会(MICCAI 2026)Spotlight论文
- 数据许可:CC BY 4.0
- 代码许可:MIT License
数据集特点
LUTSeg是一个纵向多专家溃疡组织分割数据集,具备以下关键特征:
- 纵向性:按患者和时间维度对数据进行了重新组织
- 多专家标注:包含多位专家的组织注释,支持专家间一致性分析
- 半监督学习:专为低标签场景下的组织分割设计,支持半监督训练
数据来源与构成
- 数据集基于CC BY 4.0许可的SIMATEC/CO2Wounds源影像整理而成
- 按患者和时间维度重新组织影像,并添加了新的专家组织标注
- 完整数据集可从Hugging Face平台获取(
ksanchez84/LUTSeg) - 数据目录结构包括:
Images/:影像数据Masks/:分割掩码train.txt:训练集划分val.txt:验证集划分
- 提供训练和验证分区,无独立测试集
- 同时提供一个小的去标识化示例子集(
LUTSeg/examples/)
配套方法(TiSage)
数据集配套了TiSage半监督组织分割方法,该方法基于:
- EMA教师-学生分割框架
- 多尺度MedSigLIP语义引导
- 像素自适应融合
- 置信度加权软监督
使用与复现
- 推荐Python 3.10环境
- 验证环境:Python 3.10.19、PyTorch 2.6.0、torchvision 0.21.0、CUDA 12.4、Transformers 5.1.0
- 提供完整的复现代码和配置(
method/目录) - 包含结果验证脚本(
verify_reported_results.py) - 支持的基线方法:FixMatch、UniMatch-V2、DeepLabV3+
- 提供4个训练好的分割检查点(约866MB/个),可从Hugging Face获取
- 训练需要NVIDIA GPU支持
引用信息
数据集论文被MICCAI 2026第十一届ISIC皮肤图像分析研讨会接收(Spotlight),引用格式为BibTeX,数据集使用CC BY 4.0许可,代码使用MIT许可。




