FunnyNodules
收藏资源简介:
FunnyNodules是由乌尔姆大学医学中心开发的参数化合成医学影像数据集,专门用于评估可解释人工智能模型。该数据集通过可控算法生成模拟肺结节形态的灰度图像,包含圆形度、边缘锐度等六类视觉属性标注,支持自定义数据复杂度与分类规则。其生成过程基于参数化建模技术,通过几何变换与噪声注入确保样本多样性,同时保持属性精确控制。该数据集主要应用于医疗影像分析领域,旨在解决可解释AI模型在属性推理正确性、注意力对齐等维度的系统性评估难题。
FunnyNodules is a parametric synthetic medical imaging dataset developed by Ulm University Medical Center, specifically designed for evaluating explainable AI (XAI) models. This dataset generates grayscale images simulating the morphology of pulmonary nodules via controllable algorithms, with annotations covering six categories of visual attributes including circularity and edge sharpness, and supports customization of data complexity and classification rules. Its generation process is based on parametric modeling techniques, which ensure sample diversity through geometric transformations and noise injection while maintaining precise control over the attributes. This dataset is primarily applied in the field of medical image analysis, aiming to address the systematic evaluation challenges faced by explainable AI models in dimensions such as attribute reasoning correctness and attention alignment.
FunnyNodules数据集概述
数据集基本信息
- 数据集名称:FunnyNodules
- 类型:合成医学影像数据集
- 设计目的:专门用于评估可解释人工智能方法的系统性、受控和模型无关评估
- 数据特征:基于医学图像解释启发的视觉数据集
核心特征
- 可定制性:支持高度定制化、可扩展性和变异因素的细粒度操控
- 可解释性导向:专为分析AI推理方法设计,特别关注基于属性的模型
- 完全标注:每个样本都包含所有属性的完整结构化标注,包括属性感兴趣区域
视觉属性描述
数据集包含由六个视觉属性描述的抽象结节:
- 圆形度:1-圆形,5-椭圆形
- 毛刺征:1-无,5-明显
- 边缘清晰度:1-清晰,5-模糊
- 尺寸:1-小,5-大
- 强度:1-暗,5-亮
- 内部结构:0-缺失,1-存在
目标类别定义
- 目标类别基于这些属性的组合定义
- 支持通过
dataset_generator.py中的calculate_target函数实现不同尺度和规则
数据集结构
dataset/
- 包含生成和定制FunnyNodules数据集的代码
- 支持设计自定义数据集变体、控制特征分布和分析模型推理
experiments/
- 包含论文中实验的参考实现
- 包括ResNet-50、DenseNet-121、Proto-Caps、HierViT和概念瓶颈模型的训练和评估流程
技术优势
- 完整的图像生成控制支持深入的属性-目标推理分析
- 在图像生成过程中创建真实掩码,支持属性预测中的注意力评估
- 支持模型推理分析,包括目标预测对变化属性的敏感性和条件效应分析




