NEEDL-Bench
收藏资源简介:
NEEDL-Bench是由维多利亚大学与加拿大林业局联合创建的显微图像数据集,专注于瑞士针叶枯病及其气孔检测。该数据集包含3250张标注图像,源自1082棵花旗松针叶样本,数据通过台式与手持显微镜采集,统一缩放至360像素/毫米分辨率并分割为256×256图块,涵盖模糊、低对比度等复杂显微特征。数据创建过程包括针叶采样、双模式成像、图块分割及关键点与边界框标注,并采用随机采样与最大多样性采样双重策略划分评估集。该数据集旨在支持计算机视觉方法在森林病理学领域的应用,通过自动化检测气孔阻塞程度来评估针叶枯病严重性,从而助力抗病基因型筛选与森林健康监测研究。
NEEDL-Bench is a microscopic image dataset jointly created by the University of Victoria and the Canadian Forest Service, focusing on Swiss needle cast disease and stomatal detection. This dataset contains 3250 annotated images derived from 1082 Douglas-fir needle samples. The data were collected using both benchtop and handheld microscopes, uniformly scaled to a resolution of 360 pixels per millimeter, and segmented into 256×256 image patches, covering complex microscopic features such as blurriness and low contrast. The dataset construction process includes needle sampling, dual-mode imaging, patch segmentation, as well as keypoint and bounding box annotation. A dual strategy of random sampling and maximum diversity sampling was adopted to split the evaluation set. This dataset aims to support the application of computer vision methods in forest pathology, by automatically detecting the degree of stomatal obstruction to assess the severity of Swiss needle cast disease, thereby facilitating research on disease-resistant genotype screening and forest health monitoring.
数据集概述
NEEDL-Bench 是一个用于检测和定位花旗松针叶显微镜图像中两种关键结构的公开数据集,旨在通过计算机视觉技术实现瑞士针叶枯病(SNC)严重程度的自动化评分,以支持育种计划、生态监测和森林健康评估。
核心内容
1. 数据集组成
- 总样本量:3,250 张 256×256 像素的图块,来源于 1,082 根花旗松针叶。
- 采集模态:两种显微镜采集方式:
- 桌面显微镜:高倍率,用于实验室条件。
- 手持式Dino-Lite显微镜:多焦点堆叠,适用于现场或近似现场条件。
- 标注格式:每张图块提供两种标注:
- 关键点:2D 质心坐标(x, y)及类别标签。
- 边界框:最小面积矩形,格式为 [x_min, y_min, w, h],基于 SAM2 分割并人工审核。
- 空间分辨率:所有图块统一为 360 像素/毫米。
2. 类别
| ID | 名称 | 描述 |
|---|---|---|
| 0 | stomata | 开放或未被堵塞的气孔 |
| 1 | pseudothecia | 被SNC子囊壳堵塞的气孔(即N. gaeumannii的子实体) |
3. 数据集划分
数据集根据采集方式和采样方法进行划分,提供两种评估协议:
- 随机划分:近似反映特征的天然分布。
- 最大多样性划分:通过ResNet50特征空间的最远点采样,最大化稀有结构的覆盖范围。
| 采集方式 | 采样方法 | 训练集 | 验证集 | 测试集 |
|---|---|---|---|---|
| 桌面显微镜 | 随机 | 1,258 | 99 | 100 |
| 桌面显微镜 | 最大多样性 | 0 | 50 | 50 |
| 手持显微镜 | 随机 | 1,185 | 254 | 254 |
| 手持显微镜 | 最大多样性 | 0 | 0 | 0 |
| 总计 | 2,443 | 403 | 404 |
4. 挑战与真实性
数据集包含多种现实挑战,如:模糊、低对比度、遮挡、冻融伪影、异物干扰以及与目标病害视觉相似的干扰物。
获取与使用
- 下载地址:Hugging Face Datasets (https://huggingface.co/datasets/benjamincblake/Needl-Bench)
- 代码仓库:GitHub (https://github.com/benjamincblake/NEEDL-Bench) —— 仅包含代码和小型标注文件。
- 许可协议:数据集采用 CC BY 4.0 许可,仅限非商业和学术研究用途;仓库代码采用 MIT 许可。
- 引用:请引用配套论文(详见 BibTeX)。
相关论文
Blake, B., McIntosh, D., Ehlting, J., Feau, N., Tanney, J. B., Branzan Albu, A. NEEDL-Bench: Dataset for Swiss Needle Cast and Stomata Detection in Microscopy Images. CRV 2026.
联系信息
- 问题与错误报告:通过 GitHub Issues 提交。
- 研究合作咨询:
- Benjamin Blake (benjaminblake64@gmail.com)
- Declan McIntosh (declanmcintosh@gmail.com)





