--- license: cc-by-4.0 task_categories: - image-classification language: - en tags: - biology - marine - fish - reef - underwater - inaturalist pretty_name: Tropical Reef Fish Dataset size_categories: - 1K/ / \_0000.jpg ... unknown_fish/ unknown_fish_0000.jpg ... no_fish/ chair1.jpg ... dataset.json ``` ## Metadata `dataset.json` contains four top-level arrays: ### `labels` Species metadata for the 12 pinned classes: - `species_taxon_id` / `family_taxon_id` — iNaturalist taxon IDs - `family_common_name` / `family_scientific_name` - `species_common_name` / `species_scientific_name` - `image_count` ### `negative_labels` - `label_id` — either `unknown_fish` or `no_fish` - `image_count` ### `data` Per-image records for pinned species: - `species_taxon_id` — links to `labels` array - `file` — relative path to image - `observation_id` / `observation_uri` — original iNaturalist observation - `photo_id` / `photo_url_original` — original photo reference - `photo_license` — `cc0` or `cc-by` - `photo_attribution` — attribution string as required by license ### `negative_data` Per-image records for negative classes, with a consistent structure: - `label_id` — `unknown_fish` or `no_fish` - `file` — relative path to image - `source` — `inaturalist` or `openimages` - `meta` — source-specific metadata: - For `unknown_fish`: `photo_id`, `observation_id`, `observation_uri`, `photo_url_original`, `photo_license`, `photo_attribution`, `taxon_id`, `taxon_scientific_name` - For `no_fish`: `original_label` (the Open Images category name) ## Intended Use This dataset is intended for training lightweight convolutional neural networks for species-level fish classification on mobile devices, with built-in support for out-of-distribution rejection. It is not exhaustive of all tropical reef fish species and is not intended for scientific surveys or biodiversity assessments. ## Limitations - Class imbalance among pinned species (310–500 images per species) - No bounding box annotations — classification labels only - Image quality varies (motion blur, partial occlusion, waterproof housing distortion) - `unknown_fish` images are drawn from the same iNaturalist distribution as pinned species and may not represent all possible out-of-distribution fish inputs ## Attribution Images from iNaturalist are contributed by observers under CC0 and CC-BY licenses. Full per-image attribution is available in `dataset.json` under `negative_data[*].meta.photo_attribution` and `data[*].photo_attribution`. Please credit original observers when redistributing or publishing work derived from this dataset. Images from Open Images are subject to their respective licenses as documented by Google. ## License Dataset metadata and structure: [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/) Individual images: see `photo_license` in `dataset.json` (iNaturalist images: CC0 or CC-BY; Open Images: per-image license as documented by Google)