---
# Dataset card metadata
language:
- en
license: cc-by-4.0 # your datasetβs license
library_name: huggingface/datasets # or βhuggingface/datasetsβ if you published via that library
pretty_name: Central Asian Food Scenes Dataset
tags:
- food recognition
- central asian food dataset
- object-detection
paper: https://doi.org/10.1038/s41598-025-95770-9
homepage: https://github.com/IS2AI/Central_Asian_Food_Scenes_Dataset
---
# Central Asian Food Scenes Dataset
In this work, we propose the first Central Asia Food Scenes Dataset that contains **21,306 images** with **69,856 instances** across **239 food classes**. To make sure that the dataset contains various food items, we took as a benchmark the ontology of Global Individual Food Tool developed by Food and Agriculture Organization (FAO) together with the World Health Organization (WHO) [1]. The dataset contains food items across **18 coarse classes**:
π
Vegetables β’ π₯ Baked goods β’ π² Cooked dishes β’ π Fruits β’ πΏ Herbs β’ π Meat dishes β’ π° Desserts β’ π₯ Salads β’ π₯« Sauces β’ π₯€ Drinks β’ π§ Dairy β’ π Fast food β’ π Soups β’ π Sides β’ π₯ Nuts β’ π₯ Pickled & fermented β’ π₯ Egg products β’ πΎ Cereals
The images come from:
- π€ **15,939** web-scraped images (i.e., Google, YouTube, Yandex)
- πΈ **2,324** everyday-life photos
- π₯ **3,043** video frames (1 fps)
The dataset has been checked and cleaned for duplicates using the Python Hash Image library. Furthermore, we have also filtered out images less than 30 kB in size and replaced them by performing additional iterative data scraping and duplicate check to make sure the **high quality** of the dataset.
---
## π Class Balance
The dataset is unbalaced. The statistics across high-level 18 classes is shown on Figure below.
---
## πΌοΈ Annotation Examples
Sample Food scenes annotated images are shown below. Figures illustrate annotated food scenes samples based on our annotation rules that we have followed to create the dataset: the liquid objects such as beverages and soups are annotated together with the dish itself (see upper image), solid food items are annotated without the plate, in case one class is located on top of another class the annotations are made as shown on lower image; in case one class is obscured by another class and the rest of the background class is not visible we highlight only the visible part (see `Salad leaves' class annotation on the lower image).
---
## π Dataset Splits
|Fold| Train| Valid| Test|
|----|-----------------|-----------------|--------------------|
|images|17,046|2,084|2,176|
|instances|55,422|7,062|7,381|
---
## π₯ Download the Dataset
**Direct download**
Grab the full dataset archive here:
βΆοΈ [Download ZIP](https://issai.nu.edu.kz/wp-content/themes/issai-new/data/models/CAFSD/CAFSD.zip)
## π Training Results
Training results of different versions of the YOLOv8 model on the Central Asian Food Scenes Dataset, model sizes, and inference times.
---
## π οΈ Pre-trained Models
Pre-trained weights of the YOLOv8 model can be downloaded using these links:
- **YOLOv8n**: https://issai.nu.edu.kz/wp-content/themes/issai-new/data/models/CAFSD/yolov8n.pt
- **YOLOv8s**: https://issai.nu.edu.kz/wp-content/themes/issai-new/data/models/CAFSD/yolov8s.pt
- **YOLOv8m**: https://issai.nu.edu.kz/wp-content/themes/issai-new/data/models/CAFSD/yolov8m.pt
- **YOLOv8l**: https://issai.nu.edu.kz/wp-content/themes/issai-new/data/models/CAFSD/yolov8l.pt
- **YOLOv8x**: https://issai.nu.edu.kz/wp-content/themes/issai-new/data/models/CAFSD/yolov8x.pt
---
## π References
[1] European Commission: Impact assessment on measures addressing food waste to complete swd (2014) 207 regarding the review of EU waste management target (2014). Accessed 5-22-2024.
---
## π Citation
In case of using our dataset and/or pre-trained models, please cite our work:
```bibtex
@article{Karabay2025,
author = {Karabay, Aknur and Varol, Huseyin Atakan and Chan, Mei Yen},
title = {Improved food image recognition by leveraging deep learning and data-driven methods with an application to Central Asian Food Scene},
journal = {Scientific Reports},
volume = {15},
number = {1},
pages = {14043},
year = {2025},
doi = {10.1038/s41598-025-95770-9},
url = {https://doi.org/10.1038/s41598-025-95770-9},
issn = {2045-2322}
}
```
[π View the publication](https://doi.org/10.1038/s41598-025-95770-9)