--- dataset_info: features: - name: image dtype: image - name: label dtype: image splits: - name: train num_bytes: 144572820.762 num_examples: 7113 - name: test num_bytes: 9686658.0 num_examples: 385 download_size: 231404555 dataset_size: 154259478.762 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* --- This dataset is part of the `Culicidaelab` project - open-source system for mosquito research and analysis, which includes components: - **Data**: - Base [diversity dataset (46 species, 3139 images](https://huggingface.co/datasets/iloncka/mosquito_dataset_46_3139) under CC-BY-SA-4.0 license. - Specialized derivatives: [classification](https://huggingface.co/datasets/iloncka/mosquito-species-classification-dataset), [detection](https://huggingface.co/datasets/iloncka/mosquito-species-detection-dataset), and [segmentation](https://huggingface.co/datasets/iloncka/mosquito-species-segmentation-dataset) datasets under CC-BY-SA-4.0 licenses. - **Models**: - Top-1 models (see reports), used as default by `culicidaelab` library: [classification (Apache 2.0)](https://huggingface.co/iloncka/culico-net-cls-v1), [detection (AGPL-3.0)](https://huggingface.co/iloncka/culico-net-det-v1), [segmentation (Apache 2.0)](https://huggingface.co/iloncka/culico-net-segm-v1-nano) - [Top-5 classification models collection](https://huggingface.co/collections/iloncka/mosquito-classification-17-top-5-68945bf60bca2c482395efa8) with accuracy >90% for 17 mosquito species. - **Protocols**: All training parameters and metrics available at: - [Detection model reports](https://gitlab.com/mosquitoscan/experiments-reports-detection-models) - [Segmentation model reports](https://gitlab.com/mosquitoscan/experiments-reports-segmentation-models) - [Classification experiment reports - 1st round](https://gitlab.com/iloncka/mosal-reports) - [Classification experiment reports - 2nd round](https://gitlab.com/mosquitoscan/experiments-reports) - **Applications**: - [Python library (AGPL-3.0)](https://github.com/iloncka-ds/culicidaelab) providing core ML functionality - [Web server (AGPL-3.0)](https://github.com/iloncka-ds/culicidaelab-server) hosting API services - Mobile apps (AGPL-3.0): [mosquitoscan](https://gitlab.com/mosquitoscan/mosquitoscan-app) for independent use with optimized models and [culicidaelab-mobile](https://gitlab.com/iloncka-ds/culicidaelab-mobile) for educational and research purposes as part of the CulicidaeLab Ecosystem. These components form a cohesive ecosystem where datasets used for training models that power applications, the Python library provides core functionality to the web server, and the server exposes services consumed by the mobile application. All components are openly licensed, promoting transparency and collaboration. This integrated approach enables comprehensive mosquito research, from data collection to analysis and visualization, supporting both scientific research and public health initiatives. ### Practical Applications of the Dataset - **Scientific Research and Development:** - **Training New Models:** Using the datasets to train more accurate or faster AI models tailored for specific tasks (e.g., for deployment on low-performance devices). - **Comparative Analysis (Benchmarking):** Researchers worldwide can use these datasets as a standard benchmark to compare the performance of their own detection and classification algorithms. - **Transfer Learning:** Adapting existing models to recognize mosquito species that were not included in the original dataset but are endemic to a specific region. - **Studying Correlations:** Analyzing images to identify non-obvious visual markers or relationships between species, their posture, and their environment. - **Education:** - **Educational Courses:** Serving as practical material in university courses on machine learning, computer vision, and bioinformatics. - **Training Specialists:** Training future entomologists and epidemiologists to work with modern data analysis tools. - **Validation and Testing:** - Verifying the accuracy and completeness of commercial and private insect identification systems. ## License Creative Commons Attribution Share Alike 4.0 International (CC-BY-SA-4.0) ## Acknowledgments CulicidaeLab development is supported by a grant from the [**Foundation for Assistance to Small Innovative Enterprises (FASIE)**](https://fasie.ru/). ## Dataset Card Authors Kovaleva Ilona ## Dataset Card Contact iloncka.ds@gmail.com