EduardoPacheco commited on
Commit
b34ae4c
1 Parent(s): 5837da4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +217 -0
README.md CHANGED
@@ -22,3 +22,220 @@ dataset_info:
22
  download_size: 1259085777
23
  dataset_size: 1239854877.226
24
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  download_size: 1259085777
23
  dataset_size: 1239854877.226
24
  ---
25
+
26
+ # Dataset Card for FoodSeg103
27
+
28
+ ## Table of Contents
29
+ - [Dataset Card for FoodSeg103](#dataset-card-for-foodseg103)
30
+ - [Table of Contents](#table-of-contents)
31
+ - [Dataset Description](#dataset-description)
32
+ - [Dataset Summary](#dataset-summary)
33
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
34
+ - [Dataset Structure](#dataset-structure)
35
+ - [Data categories](#data-categories)
36
+ - [Data Splits](#data-splits)
37
+ - [Dataset Creation](#dataset-creation)
38
+ - [Curation Rationale](#curation-rationale)
39
+ - [Source Data](#source-data)
40
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
41
+ - [Annotations](#annotations)
42
+ - [Annotation process](#annotation-process)
43
+ - [Refinement process](#refinement-process)
44
+ - [Who are the annotators?](#who-are-the-annotators)
45
+ - [Additional Information](#additional-information)
46
+ - [Dataset Curators](#dataset-curators)
47
+ - [Licensing Information](#licensing-information)
48
+ - [Citation Information](#citation-information)
49
+
50
+ ## Dataset Description
51
+
52
+ - **Homepage:** [Dataset homepage](https://xiongweiwu.github.io/foodseg103.html)
53
+ - **Repository:** [FoodSeg103-Benchmark-v1](https://github.com/LARC-CMU-SMU/FoodSeg103-Benchmark-v1)
54
+ - **Paper:** [A Large-Scale Benchmark for Food Image Segmentation](https://arxiv.org/pdf/2105.05409.pdf)
55
+ - **Point of Contact:** [Bert De Brabandere](mailto:[email protected])
56
+
57
+ ### Dataset Summary
58
+
59
+ FoodSeg103 is a large-scale benchmark for food image segmentation. It contains 103 food categories and 7118 images with ingredient level pixel-wise annotations. The dataset is a curated sample from [Recipe1M](https://github.com/facebookresearch/inversecooking) and annotated and refined by human annotators. The dataset is split into 2 subsets: training set, validation set. The training set contains 4983 images and the validation set contains 2135 images.
60
+
61
+ ### Supported Tasks and Leaderboards
62
+
63
+ No leaderboard is available for this dataset at the moment.
64
+
65
+ ## Dataset Structure
66
+
67
+ ### Data categories
68
+
69
+ | id | ingridient |
70
+ | --- | ---- |
71
+ | 0 | background |
72
+ | 1 | candy |
73
+ | 2 | egg tart |
74
+ | 3 | french fries |
75
+ | 4 | chocolate |
76
+ | 5 | biscuit |
77
+ | 6 | popcorn |
78
+ | 7 | pudding |
79
+ | 8 | ice cream |
80
+ | 9 | cheese butter |
81
+ | 10 | cake |
82
+ | 11 | wine |
83
+ | 12 | milkshake |
84
+ | 13 | coffee |
85
+ | 14 | juice |
86
+ | 15 | milk |
87
+ | 16 | tea |
88
+ | 17 | almond |
89
+ | 18 | red beans |
90
+ | 19 | cashew |
91
+ | 20 | dried cranberries |
92
+ | 21 | soy |
93
+ | 22 | walnut |
94
+ | 23 | peanut |
95
+ | 24 | egg |
96
+ | 25 | apple |
97
+ | 26 | date |
98
+ | 27 | apricot |
99
+ | 28 | avocado |
100
+ | 29 | banana |
101
+ | 30 | strawberry |
102
+ | 31 | cherry |
103
+ | 32 | blueberry |
104
+ | 33 | raspberry |
105
+ | 34 | mango |
106
+ | 35 | olives |
107
+ | 36 | peach |
108
+ | 37 | lemon |
109
+ | 38 | pear |
110
+ | 39 | fig |
111
+ | 40 | pineapple |
112
+ | 41 | grape |
113
+ | 42 | kiwi |
114
+ | 43 | melon |
115
+ | 44 | orange |
116
+ | 45 | watermelon |
117
+ | 46 | steak |
118
+ | 47 | pork |
119
+ | 48 | chicken duck |
120
+ | 49 | sausage |
121
+ | 50 | fried meat |
122
+ | 51 | lamb |
123
+ | 52 | sauce |
124
+ | 53 | crab |
125
+ | 54 | fish |
126
+ | 55 | shellfish |
127
+ | 56 | shrimp |
128
+ | 57 | soup |
129
+ | 58 | bread |
130
+ | 59 | corn |
131
+ | 60 | hamburg |
132
+ | 61 | pizza |
133
+ | 62 | hanamaki baozi |
134
+ | 63 | wonton dumplings |
135
+ | 64 | pasta |
136
+ | 65 | noodles |
137
+ | 66 | rice |
138
+ | 67 | pie |
139
+ | 68 | tofu |
140
+ | 69 | eggplant |
141
+ | 70 | potato |
142
+ | 71 | garlic |
143
+ | 72 | cauliflower |
144
+ | 73 | tomato |
145
+ | 74 | kelp |
146
+ | 75 | seaweed |
147
+ | 76 | spring onion |
148
+ | 77 | rape |
149
+ | 78 | ginger |
150
+ | 79 | okra |
151
+ | 80 | lettuce |
152
+ | 81 | pumpkin |
153
+ | 82 | cucumber |
154
+ | 83 | white radish |
155
+ | 84 | carrot |
156
+ | 85 | asparagus |
157
+ | 86 | bamboo shoots |
158
+ | 87 | broccoli |
159
+ | 88 | celery stick |
160
+ | 89 | cilantro mint |
161
+ | 90 | snow peas |
162
+ | 91 | cabbage |
163
+ | 92 | bean sprouts |
164
+ | 93 | onion |
165
+ | 94 | pepper |
166
+ | 95 | green beans |
167
+ | 96 | French beans |
168
+ | 97 | king oyster mushroom |
169
+ | 98 | shiitake |
170
+ | 99 | enoki mushroom |
171
+ | 100 | oyster mushroom |
172
+ | 101 | white button mushroom |
173
+ | 102 | salad |
174
+ | 103 | other ingredients |
175
+
176
+ ### Data Splits
177
+
178
+ This dataset only contains two splits. A training split and a validation split with 4983 and 2135 images respectively.
179
+
180
+ ## Dataset Creation
181
+
182
+ ### Curation Rationale
183
+
184
+ Select images from a large-scale recipe dataset and annotate them with pixel-wise segmentation masks.
185
+
186
+ ### Source Data
187
+
188
+ The dataset is a curated sample from [Recipe1M](https://github.com/facebookresearch/inversecooking).
189
+
190
+ #### Initial Data Collection and Normalization
191
+
192
+ After selecting the source of the data two more steps were added before image selection.
193
+
194
+ 1. Recipe1M contains 1.5k ingredient categoris, but only the top 124 categories were selected + a 'other' category (further became 103).
195
+ 2. Images should contain between 2 and 16 ingredients.
196
+ 3. Ingredients should be visible and easy to annotate.
197
+
198
+ Which then resulted in 7118 images.
199
+
200
+ ### Annotations
201
+
202
+ #### Annotation process
203
+
204
+ Third party annotators were hired to annotate the images respecting the following guidelines:
205
+
206
+ 1. Tag ingredients with appropriate categories.
207
+ 2. Draw pixel-wise masks for each ingredient.
208
+ 3. Ignore tiny regions (even if contains ingredients) with area covering less than 5% of the image.
209
+
210
+ #### Refinement process
211
+
212
+ The refinement process implemented the following steps:
213
+
214
+ 1. Correct mislabelled ingredients.
215
+ 2. Deleting unpopular categories that are assigned to less than 5 images (resulting in 103 categories in the final dataset).
216
+ 3. Merging visually similar ingredient categories (e.g. orange and citrus)
217
+
218
+ #### Who are the annotators?
219
+
220
+ A third party company that was not mentioned in the paper.
221
+
222
+ ## Additional Information
223
+
224
+ ### Dataset Curators
225
+
226
+ Authors of the paper [A Large-Scale Benchmark for Food Image Segmentation](https://arxiv.org/pdf/2105.05409.pdf).
227
+
228
+ ### Licensing Information
229
+
230
+ [Apache 2.0 license.](https://github.com/LARC-CMU-SMU/FoodSeg103-Benchmark-v1/blob/main/LICENSE)
231
+
232
+ ### Citation Information
233
+
234
+ ```bibtex
235
+ @inproceedings{wu2021foodseg,
236
+ title={A Large-Scale Benchmark for Food Image Segmentation},
237
+ author={Wu, Xiongwei and Fu, Xin and Liu, Ying and Lim, Ee-Peng and Hoi, Steven CH and Sun, Qianru},
238
+ booktitle={Proceedings of ACM international conference on Multimedia},
239
+ year={2021}
240
+ }
241
+ ```