ISIC Archive Skin Lesion Dataset
收藏资源简介:
ISIC Archive皮肤病变数据集由方提斯应用科学大学和埃因霍温理工大学共同创建,包含71,035张皮肤病变图像,用于研究模型在性别偏见和公平性上的表现。数据集通过线性规划方法构建,考虑了性别、年龄和病变类型等因素,旨在解决医学图像诊断中的性别偏见问题。该数据集的应用领域主要集中在皮肤病变分类和模型公平性的研究。
The ISIC Archive Skin Lesion Dataset was jointly created by Fontys University of Applied Sciences and Eindhoven University of Technology. It contains 71,035 skin lesion images, which is designed to investigate the performance of models regarding gender bias and fairness. The dataset is constructed via linear programming, taking into account factors such as gender, age and lesion type, aiming to address the issue of gender bias in medical image diagnosis. Its main application fields focus on skin lesion classification and research on model fairness.
数据集概述
研究目的
本研究旨在系统地检查不同卷积神经网络(CNN)架构在皮肤病变图像输入下的诊断准确性,特别关注训练数据中性别等人口统计参数的变化。
数据集构建
- 使用了一个平衡的测试集。
- 构建了五个大小相等的训练集,其中女性与男性的比例分别为:仅女性、75:25、50:50、25:75、仅男性。
- 所有六个数据集的良性与恶性比例均为50:50。
数据来源
数据集包含从ISIC档案收集的皮肤病变元数据,参考文献包括:
- Codella, N., et al. (2019)
- Codella, N.C.F., et al. (2018)
- Combalia, M., et al. (2019)
- Gutman, D., et al. (2016)
- Tschandl, P., et al. (2018)
- Veronica, R., et al. (2021)
代码结构
0_data: 包含收集的皮肤病变元数据。1_code: 包含基准模型和多任务模型,实验定义和MATLAB代码。single task:0_baseline.py(Keras和TensorFlow)reinforcing:1_mtl_strengthen.py(Keras和TensorFlow)adversarial:br-net.py(PyTorch)MATLAB folder: 包含用于创建数据集分布的线性规划模型。Experiments folder: 包含运行各种模型和数据集组合的实验。e1: 50F:50M (run-e1: base, run-e1m:reinforcing, run-e1br:adversarial)e5: 仅女性e7: 仅男性e8: 25F:75Me9: 75F:25M




