harpreetsahota commited on
Commit
efbcf9e
·
verified ·
1 Parent(s): a8a2de8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +112 -68
README.md CHANGED
@@ -45,7 +45,7 @@ dataset_summary: '
45
 
46
  # Note: other available arguments include ''max_samples'', etc
47
 
48
- dataset = load_from_hub("harpreetsahota/OpenLogo")
49
 
50
 
51
  # Launch the App
@@ -59,7 +59,7 @@ dataset_summary: '
59
 
60
  # Dataset Card for Dataset Name
61
 
62
- <!-- Provide a quick summary of the dataset. -->
63
 
64
 
65
 
@@ -83,141 +83,185 @@ from fiftyone.utils.huggingface import load_from_hub
83
 
84
  # Load the dataset
85
  # Note: other available arguments include 'max_samples', etc
86
- dataset = load_from_hub("harpreetsahota/OpenLogo")
87
 
88
  # Launch the App
89
  session = fo.launch_app(dataset)
90
  ```
91
 
92
-
93
  ## Dataset Details
94
 
95
  ### Dataset Description
96
 
97
- <!-- Provide a longer summary of what this dataset is. -->
98
-
99
 
 
100
 
101
- - **Curated by:** [More Information Needed]
102
- - **Funded by [optional]:** [More Information Needed]
103
- - **Shared by [optional]:** [More Information Needed]
104
- - **Language(s) (NLP):** en
105
  - **License:** [More Information Needed]
106
 
107
- ### Dataset Sources [optional]
108
 
109
  <!-- Provide the basic links for the dataset. -->
110
 
111
- - **Repository:** [More Information Needed]
112
- - **Paper [optional]:** [More Information Needed]
113
- - **Demo [optional]:** [More Information Needed]
114
-
115
- ## Uses
116
 
117
- <!-- Address questions around how the dataset is intended to be used. -->
118
 
119
- ### Direct Use
120
 
121
- <!-- This section describes suitable use cases for the dataset. -->
 
 
122
 
123
- [More Information Needed]
 
 
 
 
 
124
 
125
- ### Out-of-Scope Use
 
126
 
127
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
 
 
 
 
128
 
129
- [More Information Needed]
 
 
 
 
130
 
131
- ## Dataset Structure
 
 
 
 
 
 
 
 
132
 
133
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
134
 
135
- [More Information Needed]
136
 
137
  ## Dataset Creation
138
 
139
  ### Curation Rationale
140
 
141
- <!-- Motivation for the creation of this dataset. -->
142
 
143
- [More Information Needed]
144
 
145
  ### Source Data
146
 
147
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
148
 
149
  #### Data Collection and Processing
150
 
151
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
152
-
153
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
154
 
155
  #### Who are the source data producers?
156
 
157
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
158
-
159
- [More Information Needed]
160
 
161
- ### Annotations [optional]
162
 
163
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
164
 
165
  #### Annotation process
166
 
167
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
 
 
 
 
 
168
 
169
- [More Information Needed]
170
 
171
  #### Who are the annotators?
172
 
173
- <!-- This section describes the people or systems who created the annotations. -->
174
-
175
- [More Information Needed]
176
 
177
  #### Personal and Sensitive Information
178
 
179
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
180
-
181
- [More Information Needed]
182
 
183
- ## Bias, Risks, and Limitations
 
 
184
 
185
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
186
 
187
- [More Information Needed]
188
-
189
- ### Recommendations
190
-
191
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
192
-
193
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
194
-
195
- ## Citation [optional]
196
-
197
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
198
 
199
  **BibTeX:**
200
 
201
- [More Information Needed]
 
 
 
 
 
 
 
 
202
 
203
  **APA:**
204
 
205
- [More Information Needed]
206
 
207
- ## Glossary [optional]
208
 
209
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
210
 
211
- [More Information Needed]
 
 
 
212
 
213
- ## More Information [optional]
214
 
215
- [More Information Needed]
 
 
 
 
216
 
217
- ## Dataset Card Authors [optional]
218
 
219
- [More Information Needed]
220
 
221
  ## Dataset Card Contact
222
 
223
- [More Information Needed]
 
 
 
 
 
 
 
45
 
46
  # Note: other available arguments include ''max_samples'', etc
47
 
48
+ dataset = load_from_hub("Voxel51/OpenLogo")
49
 
50
 
51
  # Launch the App
 
59
 
60
  # Dataset Card for Dataset Name
61
 
62
+ ![image/png](openlogo.gif)
63
 
64
 
65
 
 
83
 
84
  # Load the dataset
85
  # Note: other available arguments include 'max_samples', etc
86
+ dataset = load_from_hub("Voxel51/OpenLogo")
87
 
88
  # Launch the App
89
  session = fo.launch_app(dataset)
90
  ```
91
 
 
92
  ## Dataset Details
93
 
94
  ### Dataset Description
95
 
96
+ The QMUL-OpenLogo dataset is a large-scale logo detection benchmark designed for evaluating open logo detection algorithms in realistic deployment scenarios. Unlike traditional logo detection datasets that assume exhaustive fine-grained labeling for all classes, QMUL-OpenLogo simulates real-world conditions where new logo classes arrive progressively and require detection with little or no labeled training data.
 
97
 
98
+ The dataset was created by aggregating and refining 7 existing logo detection datasets to establish a comprehensive benchmark for open logo detection. It contains 27,083 images across 352 logo classes, with a distinctive train/test split that designates only 32 classes as "supervised" (with labeled bounding boxes) while the remaining 320 classes are "unsupervised" (having only clean logo design images).
99
 
100
+ - **Curated by:** Queen Mary University of London (QMUL) and Vision Semantics Limited
101
+ - **Funded by:** China Scholarship Council, Vision Semantics Ltd, Royal Society Newton Advanced Fellowship Programme (NA150459), Innovate UK Industrial Challenge Project
102
+ - **Shared by:** Available at https://qmul-openlogo.github.io/
103
+ - **Language(s) (NLP):** Not applicable (computer vision dataset)
104
  - **License:** [More Information Needed]
105
 
106
+ ### Dataset Sources
107
 
108
  <!-- Provide the basic links for the dataset. -->
109
 
110
+ - **Repository:** https://qmul-openlogo.github.io/
111
+ - **Paper:** "Open Logo Detection Challenge" by Su et al. (arXiv:1807.01964v3)
 
 
 
112
 
113
+ ## Dataset Structure
114
 
115
+ The QMUL-OpenLogo dataset follows a unique structure designed for open logo detection evaluation:
116
 
117
+ ### Original Format
118
+ The dataset aggregates 7 existing logo detection datasets:
119
+ - FlickrLogos-27, FlickrLogos-32, Logo32plus, BelgaLogos, WebLogo-2M (test), Logo-In-The-Wild, SportsLogo
120
 
121
+ ### Key Statistics
122
+ - **Total images**: 27,083
123
+ - **Logo classes**: 352
124
+ - **Logo instances**: Variable (10-1,902 per class, mean 88.25)
125
+ - **Scale variation**: 0.0014%-100% of image area (mean 6.09%)
126
+ - **Highly imbalanced distribution**: Significant variation in samples per class
127
 
128
+ ### Data Splits
129
+ The dataset uses a novel split designed for open logo detection:
130
 
131
+ **Supervised Classes (32 classes)**:
132
+ - Train: 1,280 images (40 per class from FlickrLogo32)
133
+ - Val: 1,019 images
134
+ - Test: 9,168 images
135
+ - Logo designs: 32 clean design images (1 per class)
136
 
137
+ **Unsupervised Classes (320 classes)**:
138
+ - Train: 0 images (no labeled training data)
139
+ - Val: 1,562 images
140
+ - Test: 14,054 images
141
+ - Logo designs: 320 clean design images (1 per class)
142
 
143
+ ### FiftyOne Dataset Structure
144
+ This dataset has been converted to FiftyOne format with the following fields:
145
+ - **filepath**: Path to the image file
146
+ - **split**: Train/val/test designation
147
+ - **supervision_level**: "supervised" or "unsupervised" based on availability of labeled training data
148
+ - **width/height**: Image dimensions
149
+ - **ground_truth**: Detection objects with bounding boxes and labels
150
+ - **num_logos**: Count of logos in the image
151
+ - **logo_classes**: List of unique logo classes present
152
 
153
+ The FiftyOne dataset enables interactive visualization, filtering by supervision level, and analysis through the FiftyOne web interface.
154
 
155
+ Detailed technical information about the dataset creation methodology and evaluation protocol can be found in the accompanying research paper (1807.01964v3.pdf).
156
 
157
  ## Dataset Creation
158
 
159
  ### Curation Rationale
160
 
161
+ The QMUL-OpenLogo dataset was created to address a significant gap in existing logo detection benchmarks. Traditional benchmarks assume artificial deployment scenarios where large training datasets with fine-grained bounding box annotations are available for each class. However, in realistic logo detection scenarios, new logo classes come progressively and require detection with little or no budget for exhaustively labeling training data.
162
 
163
+ The dataset aims to provide a more realistic and challenging evaluation setting that better reflects real-world deployment constraints where scalability and adaptability to new classes are crucial.
164
 
165
  ### Source Data
166
 
167
+ The source data consists of images from 7 existing publicly available logo detection datasets, carefully merged and refined to create a cohesive benchmark.
168
 
169
  #### Data Collection and Processing
170
 
171
+ **Source Dataset Integration**: The following datasets were aggregated:
172
+ 1. FlickrLogos-27 (27 classes, 810 images)
173
+ 2. FlickrLogos-32 (32 classes, 2,240 images)
174
+ 3. Logo32plus (32 classes, 7,830 images)
175
+ 4. BelgaLogos (37 classes, 1,321 images)
176
+ 5. WebLogo-2M Test only (194 classes, 4,318 images)
177
+ 6. Logo-In-The-Wild (1,196 classes, 9,393 images)
178
+ 7. SportsLogo (20 classes, 1,978 images)
179
+
180
+ **Class Refinement Process**:
181
+ - Logo classes were made consistent across datasets (e.g., merging Adidas trefoil/text variations from LITW into single classes)
182
+ - Erroneous annotations were cleaned (incorrect bounding box coordinates, size inconsistencies)
183
+ - Classes with fewer than 10 images were removed to ensure sufficient test data
184
+ - Manual verification of 1-3 random images per class was performed
185
+ - Final result: 352 logo classes from 27,083 images
186
 
187
  #### Who are the source data producers?
188
 
189
+ The original data producers are the creators of the 7 source datasets, representing diverse research groups and data collection efforts. The QMUL team performed the aggregation, refinement, and standardization process to create the unified benchmark.
 
 
190
 
191
+ ### Annotations
192
 
193
+ The dataset contains bounding box annotations inherited and refined from the source datasets.
194
 
195
  #### Annotation process
196
 
197
+ The annotation process involved:
198
+ - **Integration**: Combining annotations from multiple source datasets with varying formats
199
+ - **Standardization**: Making logo class definitions consistent across datasets
200
+ - **Quality control**: Removing erroneous annotations and verifying class labels
201
+ - **Clean-up**: Filtering out classes with insufficient data (<10 images)
202
+ - **Validation**: Manual verification of sample images per class
203
 
204
+ The annotations maintain the PASCAL VOC format for bounding boxes with class labels.
205
 
206
  #### Who are the annotators?
207
 
208
+ The original annotations were created by the respective research teams for each source dataset. The QMUL team performed quality control, merging, and verification processes.
 
 
209
 
210
  #### Personal and Sensitive Information
211
 
212
+ The dataset primarily focuses on commercial logos and brand imagery collected from existing research datasets. Considerations include:
 
 
213
 
214
+ - **Commercial imagery**: Contains copyrighted logos and brand materials
215
+ - **Incidental content**: May contain people, locations, or other identifiable information as part of the natural scene context
216
+ - **Web-sourced content**: Some source datasets used web-collected imagery which may contain various types of content
217
 
218
+ No specific anonymization process is described. Users should be aware that aggregated web imagery may contain incidental personal or sensitive information.
219
 
220
+ ## Citation
 
 
 
 
 
 
 
 
 
 
221
 
222
  **BibTeX:**
223
 
224
+ ```bibtex
225
+ @article{su2018open,
226
+ title={Open Logo Detection Challenge},
227
+ author={Su, Hang and Zhu, Xiatian and Gong, Shaogang},
228
+ journal={arXiv preprint arXiv:1807.01964},
229
+ year={2018},
230
+ institution={Queen Mary University of London, Vision Semantics Limited}
231
+ }
232
+ ```
233
 
234
  **APA:**
235
 
236
+ Su, H., Zhu, X., & Gong, S. (2018). Open Logo Detection Challenge. arXiv preprint arXiv:1807.01964.
237
 
238
+ ## More Information
239
 
240
+ This dataset represents a significant contribution to realistic logo detection evaluation. Key insights from the research:
241
 
242
+ - **Novel evaluation protocol**: Introduces the concept of open logo detection with supervised/unsupervised class splits
243
+ - **Context Adversarial Learning (CAL)**: The paper proposes CAL for generating context-consistent synthetic training data
244
+ - **Performance benchmarks**: Establishes baseline performance using YOLO9000, YOLOv2, and Faster R-CNN
245
+ - **Challenging nature**: Demonstrates that current state-of-the-art methods struggle with realistic deployment scenarios
246
 
247
+ Detailed technical information about the dataset creation, evaluation protocol, and experimental results can be found in the research paper `1807.01964v3.pdf` included with this dataset.
248
 
249
+ The benchmark is particularly valuable for:
250
+ - Developing scalable logo detection methods
251
+ - Testing synthetic data generation approaches
252
+ - Evaluating open-set detection capabilities
253
+ - Researching incremental learning for object detection
254
 
255
+ ## Dataset Card Authors
256
 
257
+ This dataset card was created based on information from the original research paper "Open Logo Detection Challenge" and analysis of the dataset structure.
258
 
259
  ## Dataset Card Contact
260
 
261
+ For questions about the original dataset:
262
+ - **Primary contact**: Queen Mary University of London, School of EECS
263
+ - **Website**: https://qmul-openlogo.github.io/
264
+ - **Paper authors**: Hang Su, Xiatian Zhu, Shaogang Gong
265
+
266
+ For questions about the FiftyOne conversion and processing scripts in this repository, refer to the accompanying documentation and README files.
267
+