TPC-268
收藏资源简介:
TPC-268 是一个大规模、细粒度的植物计数数据集,专门设计用于解决自然世界中视觉计数的独特挑战,特别是针对高度多样化和非刚性的植物形态。该数据集明确整合了植物分类学信息,涵盖了从冠层遥感观测到组织显微级别的极端观测尺度。数据集包含 10,000 张图像,标注了 678,050 个实例级点和 30,000 个示例边界框。其分类体系采用完整的 7 级林奈分类法,涵盖 2 个界(植物界和真菌界)、2 个门、4 个纲、35 个目、83 个科、192 个属和 242 个种。数据集还定义了 268 个细粒度的“物种-组织”目标,为计数任务提供精确的语义(如花、果实、叶、茎、气孔、树脂等)。数据集适用于对象检测、零样本对象检测、计数、少样本学习等任务,特别适合植物表型分析、农业和生物学研究。数据集采用 CC BY-NC-SA 4.0 许可,仅限学术研究使用。
TPC-268 is a large-scale, fine-grained plant counting dataset specifically designed to address the unique challenges of visual counting in natural environments, particularly for highly diverse and non-rigid plant morphologies. It explicitly integrates plant taxonomic information, covering extreme observation scales ranging from canopy remote sensing to tissue-level microscopy. The dataset contains 10,000 images, annotated with 678,050 instance-level points and 30,000 sample bounding boxes. Its classification system adopts the complete 7-level Linnaean taxonomy, covering 2 kingdoms (Plantae and Fungi), 2 phyla, 4 classes, 35 orders, 83 families, 192 genera, and 242 species. Additionally, the dataset defines 268 fine-grained "species-tissue" targets, which provide precise semantics for counting tasks (e.g., flowers, fruits, leaves, stems, stomata, resin, etc.). This dataset is applicable to tasks such as object detection, zero-shot object detection, counting, and few-shot learning, and is particularly suitable for plant phenotyping, agricultural and biological research. The dataset is licensed under CC BY-NC-SA 4.0 and is only permitted for academic research use.
TPC-268 数据集概述
基本信息
- 数据集名称: Plant Taxonomy Meets Plant Counting: A Fine-Grained, Taxonomic Dataset for Counting Hundreds of Plant Species (TPC-268)
- 发布状态: CVPR 2026 Oral
- 许可证: CC BY-NC-SA 4.0 (仅限学术研究)
- 任务类别: 目标检测、零样本目标检测
- 标签: 计数、类别无关计数、小样本、植物表型、农业、生物学、分类学
- 数据规模: 10K < n < 100K
数据集核心内容
- 图像数量: 10,000 张
- 图像特点: 涵盖从冠层遥感观测到组织显微观测的极端观测尺度。
- 标注内容:
- 678,050 个实例级点标注。
- 30,000 个范例边界框。
- 分类学体系: 完整的 7 级林奈分类层次,涵盖:
- 2 个界 (Plantae, Fungi)
- 2 个门
- 4 个纲
- 35 个目
- 83 个科
- 192 个属
- 242 个种
- 计数目标: 268 个细粒度的“物种-组织”类别,为计数提供精确语义(例如:花、果实、叶、茎、气孔、树脂)。
数据组织与获取
- 下载地址:
- 文件结构: 解压后,图像严格按分类学和组织结构组织:
TPC-268/[Genus_Species]/[Organization]/[Genus_Species]_[Organization]_[index].jpg
标注文件与数据划分
核心数据文件位于 annotations/ 和 splits/ 目录:
annotations/tpc268_annotations.json: 实例级点标注和范例的4点坐标。annotations/tpc268_taxonomy_ids.json: 层次分类级别(界到种)到唯一数字ID的映射。annotations/tpc268_taxonomy_vectors.json: 每个植物物种的7维分类学特征向量。splits/tpc268_[train|val|test].txt: 用于数据加载的相对图像路径列表。splits/tpc268_split.json: 划分到训练、验证和测试集的特定物种-组织类别列表。
工具脚本
tools/ 目录提供以下实用工具:
tpc268_dataset.py: 用于加载图像和标注的标准化 PyTorchDataset类。tpc268_visualize_dataset.py: 在图像上叠加标注的可视化脚本。TPC268_Annotator.html: 用于在浏览器中直接浏览和编辑标注的 HTML 工具。tpc268_generate_benchmark_split.py: 生成数据集划分列表的脚本。
基准测试结果
下表报告了在 TPC-268 上的 3-shot 计数性能(最佳性能已加粗):
| 方法 | 骨干网络 | 验证集 MAE | 验证集 RMSE | 验证集 $R^2$ | 测试集 MAE | 测试集 RMSE | 测试集 $R^2$ |
|---|---|---|---|---|---|---|---|
| FamNet | R50 | 28.87 | 52.51 | 0.58 | 30.43 | 65.62 | 0.62 |
| BMNet+ | R50 | 29.33 | 77.78 | 0.47 | 27.78 | 57.25 | 0.74 |
| C-DETR | R50 | 22.66 | 77.51 | 0.75 | 22.68 | 57.97 | 0.74 |
| SPDCNet | R18 | 25.66 | 72.49 | 0.52 | 23.70 | 47.53 | 0.64 |
| CountTR | Hybrid | 20.21 | 55.82 | 0.73 | 25.19 | 49.94 | 0.62 |
| SAFECount | R18 | 22.57 | 63.65 | 0.64 | 25.70 | 52.30 | 0.58 |
| LOCA | R50 | 17.26 | 53.19 | 0.75 | 17.51 | 38.37 | 0.78 |
| DAVE | R50 | 16.47 | 52.87 | 0.76 | 17.61 | 40.06 | 0.75 |
| CACVIT | ViT-B | 16.63 | 42.49 | 0.82 | 22.04 | 41.79 | 0.73 |
| CountGD | Swin-B | 18.32 | 54.55 | 0.74 | 19.52 | 50.51 | 0.61 |
| TasselNetV4 | ViT-B | 13.20 | 43.93 | 0.83 | 22.95 | 51.36 | 0.60 |
引用
如果 TPC-268 对您的研究有帮助,请引用: bibtex @inproceedings{xu2026plant, title={Plant Taxonomy Meets Plant Counting: A Fine-Grained, Taxonomic Dataset for Counting Hundreds of Plant Species}, author={Xu, Jinyu and Hu, Tianqi and Hu, Xiaonan and Zhou, Letian and Cao, Songliang and Zhang, Meng and Lu, Hao}, booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, year={2026} }




