Datasets:

Modalities:
Image
Libraries:
Datasets
License:
rassulya commited on
Commit
4f69cfa
·
verified ·
1 Parent(s): 5fd6db2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -11
README.md CHANGED
@@ -1,27 +1,56 @@
1
- # Central Asian Food Dataset
2
 
3
- This work introduces the Central Asian Food Dataset (CAFD), a new dataset containing 16,499 images of food items across 42 classes. The dataset is imbalanced; the class distribution is visually represented in the provided image.
4
 
5
 
6
- [![Sample Images](https://github.com/IS2AI/Kazakh-Food-Dataset/blob/main/figures/samples.png)](https://github.com/IS2AI/Kazakh-Food-Dataset/blob/main/figures/samples.png)
7
 
 
8
 
9
- [![Class Distribution](https://github.com/IS2AI/Kazakh-Food-Dataset/blob/main/figures/stats_plot.png)](https://github.com/IS2AI/Kazakh-Food-Dataset/blob/main/figures/stats_plot.png)
10
 
 
 
 
 
11
 
12
- ## Dataset Download
13
 
14
- The CAFD dataset can be downloaded here: [https://issai.nu.edu.kz/wp-content/themes/issai-new/data/models/CAFD/CAFD.zip](https://issai.nu.edu.kz/wp-content/themes/issai-new/data/models/CAFD/CAFD.zip). Contact [email protected] for any download issues.
15
 
 
16
 
17
- ## Pre-trained Models
18
 
19
- Several pre-trained models are available for download. These models were trained and evaluated on the CAFD dataset, and some also on the Food1K dataset.
20
 
 
21
 
22
- ### Model Weights
 
 
 
 
 
 
 
 
 
 
23
 
24
- * **ResNet152 trained on CAFD:** [https://issai.nu.edu.kz/wp-content/themes/issai-new/data/models/CAFD/cafd_resnet152.pt](https://issai.nu.edu.kz/wp-content/themes/issai-new/data/models/CAFD/cafd_resnet152.pt)
25
- * **EfficientNet-b4 trained on Food1K + CAFD:** [https://issai.nu.edu.kz/wp-content/themes/issai-new/data/models/CAFD/food1k_kfd_efficientnet.pt](https://issai.nu.edu.kz/wp-content/themes/issai-new/data/models/CAFD/food1k_kfd_efficientnet.pt)
26
 
 
27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Central Asian Food Dataset Card
2
 
3
+ **Repository:** [https://github.com/IS2AI/Kazakh-Food-Dataset](https://github.com/IS2AI/Kazakh-Food-Dataset)
4
 
5
 
6
+ **Summary:**
7
 
8
+ The Central Asian Food Dataset (CAFD) is a new dataset containing 16,499 images of food items across 42 classes. This dataset addresses the lack of publicly available resources for food image recognition in Central Asia. The dataset is imbalanced, with class distribution shown in the provided figures. Several pre-trained models (VGG-16, Squeezenet1_0, ResNet50, ResNet101, ResNet152, ResNext50_32, Wide ResNet-50, DenseNet-121, and EfficientNet-b4) have been trained on this dataset and its performance evaluated against a larger food dataset (Food1K). Pre-trained model weights are available for download. The dataset and pre-trained models are useful for developing personalized dietary intervention systems and food image recognition applications specific to Central Asian cuisine.
9
 
10
+ **Dataset Statistics:**
11
 
12
+ * **Number of Images:** 16,499
13
+ * **Number of Classes:** 42
14
+ * **Image Samples:** (See image below)
15
+ * **Class Distribution:** (See image below)
16
 
 
17
 
18
+ <img src="https://github.com/IS2AI/Kazakh-Food-Dataset/blob/main/figures/samples.png" width="750" height="700">
19
 
20
+ <img src="https://github.com/IS2AI/Kazakh-Food-Dataset/blob/main/figures/stats_plot.png" width="500" height="600">
21
 
 
22
 
23
+ **Model Performance:**
24
 
25
+ The table below presents the Top-1 and Top-5 accuracy results for various models trained on CAFD and a combination of CAFD and the Food1K dataset.
26
 
27
+ | Model | CAFD (Top-1 Acc.) | CAFD (Top-5 Acc.) | Food1K+CAFD (Top-1 Acc.) | Food1K+CAFD (Top-5 Acc.) |
28
+ |----------------------|--------------------|--------------------|-------------------------|-------------------------|
29
+ | VGG-16 | 86.03 | 98.33 | 80.87 | 96.19 |
30
+ | Squeezenet1_0 | 79.58 | 97.29 | 69.16 | 90.15 |
31
+ | ResNet50 | 88.03 | 98.44 | 83.22 | 97.25 |
32
+ | ResNet101 | 88.51 | 98.44 | 84.20 | 97.45 |
33
+ | ResNet152 | 88.70 | 98.59 | 84.75 | 97.58 |
34
+ | ResNext50_32 | 87.95 | 98.44 | 84.81 | 97.65 |
35
+ | Wide ResNet-50 | 88.21 | 98.59 | 85.27 | 97.81 |
36
+ | DenseNet-121 | 86.95 | 98.26 | 82.45 | 96.93 |
37
+ | EfficientNet-b4 | 81.28 | 97.37 | 87.75 | 98.01 |
38
 
 
 
39
 
40
+ **Citations:**
41
 
42
+ [1] Min, Weiqing and Wang, Zhiling (2021). Large Scale Visual Food Recognition. arXiv.
43
+
44
+ ```bibtex
45
+ @Article{nu15071728,
46
+ AUTHOR = {Karabay, Aknur and Bolatov, Arman and Varol, Huseyin Atakan and Chan, Mei-Yen},
47
+ TITLE = {A Central Asian Food Dataset for Personalized Dietary Interventions},
48
+ JOURNAL = {Nutrients},
49
+ VOLUME = {15},
50
+ YEAR = {2023},
51
+ NUMBER = {7},
52
+ ARTICLE-NUMBER = {1728},
53
+ URL = {https://www.mdpi.com/2072-6643/15/7/1728},
54
+ ISSN = {2072-6643}
55
+ }
56
+ ```