THUNDER
收藏资源简介:
THUNDER是一个用于数字病理学基础模型的瓦片级基准,允许对多种数据集上的许多模型进行高效比较,研究它们的特征空间,并评估由其嵌入物启发的预测的鲁棒性和不确定性。该数据集由16个不同类型的癌症、放大倍数、图像和样本大小组成,并提出了各种任务。THUNDER目前支持23种最新的模型,并展示了在考虑的各种评估设置中可以得出许多不同的结论。该数据集的设计旨在为模型提供一个工具,以便有效地比较基础模型,并使其易于以自动化的方式集成新的模型并进行比较。
THUNDER is a tile-level benchmark for foundational models in digital pathology, enabling efficient comparison of numerous models across multiple datasets, investigation of their feature spaces, and evaluation of the robustness and uncertainty of predictions inspired by their embeddings. This benchmark consists of 16 distinct cancer types, magnifications, image sizes and sample sizes, and covers a variety of tasks. Currently, THUNDER supports 23 state-of-the-art models, and demonstrates that many diverse conclusions can be drawn across the various evaluation settings considered. This benchmark is designed to provide a tool for efficiently comparing foundational models, and to facilitate the automated integration and comparison of new models.
THUNDER 数据集概述
数据集简介
- 名称: THUNDER (Tile-level Histopathology image Understanding benchmark)
- 类型: 计算病理学基准测试数据集
- 目的: 评估和比较不同基础模型在计算病理学领域的性能
数据集特点
- 覆盖范围: 包含16个不同数据集,涵盖多种癌症类型、图像放大倍数和样本规模
- 模型支持: 当前版本整合23种基础模型,包括:
- 仅视觉模型
- 视觉-语言模型
- 病理学图像训练模型
- 自然图像训练模型
评估维度
- 下游任务性能
- 特征空间比较
- 不确定性和鲁棒性分析
使用方式
API使用
python from thunder import benchmark benchmark("phikon", "break_his", "knn")
CLI使用
console thunder benchmark phikon break_his knn
嵌入提取
python from thunder.models import get_model_from_name model, transform, get_embeddings = get_model_from_name("uni2h", device="cuda")
安装要求
-
Python版本: 3.10
-
安装方式: console pip install thunder-bench # PyPi安装 pip install -e . # 源码可编辑模式安装 pip install . # 源码安装
-
环境变量: 需设置
THUNDER_BASE_DATA_FOLDER指定数据存储路径
特殊模型安装
console pip install git+https://github.com/Mahmoodlab/CONCH.git # CONCH模型 pip install git+https://github.com/lilab-stanford/MUSK.git # MUSK模型
许可证
- 类型: CC BY 4.0

- 1THUNDER: Tile-level Histopathology image UNDERstanding benchmarkCentraleSupelec, IHU-National PRecISion Medicine Center in Oncology, LIVIA, ILLS, ETS Montreal, ILLS, MILA, Université Paris-Saclay, CNRS, CentraleSupélec · 2025年



