Minimal data Fig 13 fiber 2

5917张乳腺摄影模体图像,每图含16个人工病变及专家评分,用于训练深度学习模型自动评估。

Figshare
2025-09-08 更新
浏览 21
医学影像分类four visible pointsdriven quality assuranceimprove scoring consistencyfiber scoring reflected84 %93781 )respectivelydefined lesion featuresevaluated using accuracyaucs exceeded 0score detection across747 )specksmammography phantom images

基本信息

模态
医学影像
大小
0.000001789 GB
任务类型
分类
许可
CC BY 4.0
创建/更新时间
2025-09-08
版本
v1

资源简介

Minimal data Fig 13 fiber 2

【数据集背景】

本数据集源站标题为《Minimal data Fig 13 fiber 2.》,为 Minimal data Fig 13 fiber 2. 的组成部分。源站首次发布:2025-12-09。

【数据内容】

源站原始描述:Purpose To develop and validate a deep learning-based model for automated evaluation of mammography phantom images, with the goal of improving inter-radiologist agreement and enhancing the efficiency of quality control within South Korea’s national accreditation system. Materials and methods A total of 5,917 mammography phantom images were collected from the Korea Institute for Accreditation of Medical Imaging (KIAMI). After preprocessing, 5,813 images (98.2%) met quality standards and were divi…

主表 pone.0330091.s004.csv 含 3 列、样本前 71 行结构完整。

【数据结构与技术规格】

文件数 1 个,合计 1.79 KB。pone.0330091.s004.csv:text/csv,1.79 KB。数据集 DOI:10.1371/journal.pone.0330091.s004。

【主题与分类】

源站学科分类:Space Science、Medicine、Cell Biology、Neuroscience、Biotechnology。主题标签:four visible points、driven quality assurance、improve scoring consistency、fiber scoring reflected、84 %, 93、781 ), respectively、defined lesion features、evaluated using accuracy、aucs exceeded 0、score detection across。

【适用方向】

结构化表格数据可直接用于统计建模、特征工程与队列分析。影像类数据可用于医学图像分析模型(检测、分割、分类)的训练与评测,也可用于标注质量与成像参数相关性的研究。

【获取与许可】

源站页面:https://plos.figshare.com/articles/dataset/Minimal_data_Fig_13_fiber_2_/30832838

使用许可:CC BY 4.0(https://creativecommons.org/licenses/by/4.0/)。

规范引用:Yun, Hoo; Noh, Sanghyun; Cho, Hyungwook; Ko, Eun Yong; Yang, Zepa; Woo, Ok Hee (2025). Minimal data Fig 13 fiber 2.. PLOS ONE. Dataset

官方服务

专家保障全链路合规授权与标注交付

陕川双基地 × 超十家三甲医院直连

从合规授权、采集治理、专业标注到数据集交付,我们提供全链路闭环服务,让高质量临床数据即拿即用。

⚡️ 需要原始数据或标注支持?联系我们获取定制方案。

帮我联系

下载信息

注册下载

需要注册 Kaggle 账号并登录后下载,适合需要跟踪下载记录和使用 API 的用户。

暂未开放

公开下载

无需注册即可直接获取公开样本或文档,适合快速预览和评估数据集质量。

免登录

有偿下载

公开数据集受托下载与技术交付服务。

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

暂未开放

当前数据集主要来源为 Kaggle 公开托管,完整影像包建议通过原始链接或 Kaggle API 获取。

使用方式

数据集获取(Figshare)

命令行下载

curl -L -o "pone.0330091.s004.csv" "https://ndownloader.figshare.com/files/60223871"

文件清单

  • pone.0330091.s004.csv(1.79 KB)

文件总体积 1.79 KB(源站 API 实测)。

数据加载示例(图像类)

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)  # 要求 子目录=类别

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

数据说明

Purpose
To develop and validate a deep learning-based model for automated evaluation of mammography phantom images, with the goal of improving inter-radiologist agreement and enhancing the efficiency of quality control within South Korea’s national accreditation system.
Materials and methods
A total of 5,917 mammography phantom images were collected from the Korea Institute for Accreditation of Medical Imaging (KIAMI). After preprocessing, 5,813 images (98.2%) met quality standards and were divided into training, test, and evaluation datasets. Each image included 16 artificial lesions (fibers, specks, masses) scored by certified radiologists. Images were preprocessed, standardized, and divided into 16 subimages. An EfficientNetV2_L-based model, selected for its balance of accuracy and computational efficiency, was used to predict both lesion existence and scoring adequacy (score of 0.0, 0.5, 1.0). Model performance was evaluated using accuracy, F1-score, area under the curve (AUC), and explainable AI techniques.
Results
The model achieved classification accuracy of 87.84%, 93.43%, and 86.63% for fibers (F1: 0.7292, 95% bootstrap CI: 0.711, 0.747), specks (F1: 0. 7702, 95% bootstrap CI: 0.750, 0.791), and masses (F1: 0.7594, 95% bootstrap CI: 0.736, 0.781), respectively. AUCs exceeded 0.97 for 0.0-score detection and above 0.94 for 0.5-score detection. Notably, the model demonstrated strong discriminative capability in 1.0-score detection across all lesion types. Model interpretation experiments confirmed adherence to guideline criteria: fiber scoring reflected the “longest visible segment” rule; speck detection showed score transitions at two and four visible points; and mass evaluation prioritized circularity but showed some size-related bias. Saliency maps confirmed alignment with guideline-defined lesion features while ignoring irrelevant artifacts.
Conclusion
The proposed deep learning model accurately assessed mammography phantom images according to guideline criteria and achieved expert-level performance. By automating the evaluation process, the model can improve scoring consistency and significantly enhance the efficiency and scalability of quality contr

许可

CC BY 4.0

引用

学术使用请引用 DOI 10.1371/journal.pone.0330091.s004(source: https://plos.figshare.com/articles/dataset/Minimal_data_Fig_13_fiber_2_/30832838)。

数据缺失?

依托陕西、四川两大基地,我们与超过十家三甲医院建立直接合作关系,覆盖合规授权、采集治理、专业标注、数据交付的全流程,为AI医疗团队提供即拿即用的高质量临床数据。

⚡️ 需要数据支持或标注服务?立即联系我们获取专业方案。

获取专属数据定制方案