Datasets:
Formats:
csv
Size:
10K - 100K
Tags:
insects
biodiversity
natural-history-collections
taxonomy
open-vocabulary-recognition
segmentation
License:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
pretty_name: InsectSpec
|
| 4 |
+
task_categories:
|
| 5 |
+
- image-classification
|
| 6 |
+
- zero-shot-image-classification
|
| 7 |
+
- image-segmentation
|
| 8 |
+
tags:
|
| 9 |
+
- insects
|
| 10 |
+
- biodiversity
|
| 11 |
+
- natural-history-collections
|
| 12 |
+
- taxonomy
|
| 13 |
+
- open-vocabulary-recognition
|
| 14 |
+
- segmentation
|
| 15 |
+
- anatomical-part-segmentation
|
| 16 |
+
configs:
|
| 17 |
+
- config_name: metadata
|
| 18 |
+
data_files:
|
| 19 |
+
- split: full
|
| 20 |
+
path: specimen_benchmark_metadata.csv
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
# InsectSpec
|
| 24 |
+
|
| 25 |
+
InsectSpec is a curated natural history collection dataset for visual insect specimen understanding. It contains digitized insect specimen images with aligned crops, hierarchical taxonomy, label-derived structured metadata, and fine-grained anatomical part annotations.
|
| 26 |
+
|
| 27 |
+
## Files
|
| 28 |
+
|
| 29 |
+
- `specimen_benchmark_metadata.csv`: main metadata table. Each row corresponds to one specimen image and includes split information, taxonomic labels, image/crop paths, and label-derived structured metadata.
|
| 30 |
+
- `specimen_benchmark_metadata.jsonl`: JSONL version of the metadata table.
|
| 31 |
+
- `final_benchmark_data_crops.zip`: cropped insect images used for recognition and segmentation.
|
| 32 |
+
- `segmentation_images.zip`: images used for the anatomical part segmentation subset.
|
| 33 |
+
- `segmentation_annotations.zip`: COCO-style anatomical part segmentation annotations.
|
| 34 |
+
|
| 35 |
+
## Dataset Structure
|
| 36 |
+
|
| 37 |
+
The main metadata file contains the structured records used by the benchmark. The image files and segmentation annotations are provided as compressed archives for download.
|
| 38 |
+
|
| 39 |
+
Recognition experiments use cropped insect images rather than original full images to avoid direct reading of physical specimen labels. Metadata fields that directly encode taxonomy are removed when evaluating metadata-based recognition.
|
| 40 |
+
|
| 41 |
+
## Benchmark Tasks
|
| 42 |
+
|
| 43 |
+
### Open Taxonomic Recognition
|
| 44 |
+
|
| 45 |
+
Models predict taxon-level labels from cropped insect images. The benchmark includes zero-shot, fine-tuned, and unseen-taxon evaluation, with additional metadata-based settings for probing weak specimen context.
|
| 46 |
+
|
| 47 |
+
### Fine-grained Anatomical Part Segmentation
|
| 48 |
+
|
| 49 |
+
Models segment insect anatomical structures such as antennae, legs, wings, head, thorax, and abdomen. The benchmark includes supervised and text-guided open-vocabulary segmentation settings.
|
| 50 |
+
|
| 51 |
+
## License
|
| 52 |
+
|
| 53 |
+
This dataset is released for non-commercial research and educational use under the CC BY-NC 4.0 license.
|