davanstrien HF staff commited on
Commit
9de292c
1 Parent(s): f5ee3d7

draft dataset card

Browse files
Files changed (1) hide show
  1. README.md +98 -11
README.md CHANGED
@@ -58,32 +58,99 @@ task_ids:
58
 
59
  ### Dataset Summary
60
 
61
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
  ### Supported Tasks and Leaderboards
64
 
65
- [More Information Needed]
 
 
 
 
 
 
 
66
 
67
  ### Languages
68
 
69
- [More Information Needed]
 
70
 
71
  ## Dataset Structure
72
 
 
 
73
  ### Data Instances
74
 
75
- [More Information Needed]
 
 
 
 
 
76
 
77
  ### Data Fields
78
 
79
- [More Information Needed]
 
 
 
80
 
81
  ### Data Splits
82
 
83
- [More Information Needed]
84
 
85
  ## Dataset Creation
86
 
 
 
 
 
87
  ### Curation Rationale
88
 
89
  [More Information Needed]
@@ -92,6 +159,10 @@ task_ids:
92
 
93
  #### Initial Data Collection and Normalization
94
 
 
 
 
 
95
  [More Information Needed]
96
 
97
  #### Who are the source language producers?
@@ -102,6 +173,8 @@ task_ids:
102
 
103
  #### Annotation process
104
 
 
 
105
  [More Information Needed]
106
 
107
  #### Who are the annotators?
@@ -120,6 +193,13 @@ task_ids:
120
 
121
  ### Discussion of Biases
122
 
 
 
 
 
 
 
 
123
  [More Information Needed]
124
 
125
  ### Other Known Limitations
@@ -130,16 +210,23 @@ task_ids:
130
 
131
  ### Dataset Curators
132
 
133
- [More Information Needed]
134
 
135
  ### Licensing Information
136
-
137
- [More Information Needed]
138
 
139
  ### Citation Information
140
 
141
- [More Information Needed]
 
 
 
 
 
 
 
 
142
 
143
  ### Contributions
144
 
145
- Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
 
58
 
59
  ### Dataset Summary
60
 
61
+ > A test dataset and challenge to apply machine learning to collections described with the Iconclass classification system.
62
+
63
+ This dataset contains `87749` images with [Iconclass](https://iconclass.org/) metadata assigned to the images. The [iconclass](https://iconclass.org/) metadata classification system is intended to provide ['the comprehensive classification system for the content of images.'](https://iconclass.org/).
64
+
65
+ > Iconclass was developed in the Netherlands as a standard classification for recording collections, with the idea of assembling huge databases that will allow the retrieval of images featuring particular details, subjects or other common factors. It was developed in the 1970s and was loosely based on the Dewey Decimal System because it was meant to be used in art library card catalogs. [source](https://en.wikipedia.org/wiki/Iconclass)
66
+
67
+ The [Iconclass](https://iconclass.org)
68
+
69
+ > view of the world is subdivided in 10 main categories...An Iconclass concept consists of an alphanumeric class number (“notation”) and a corresponding content definition (“textual correlate”). An object can be tagged with as many concepts as the user sees fit. [source](https://iconclass.org/)
70
+
71
+ These ten divisions are as follows:
72
+
73
+ - 0 Abstract, Non-representational Art
74
+ - 1 Religion and Magic
75
+ - 2 Nature
76
+ - 3 Human being, Man in general
77
+ - 4 Society, Civilization, Culture
78
+ - 5 Abstract Ideas and Concepts
79
+ - 6 History
80
+ - 7 Bible
81
+ - 8 Literature
82
+ - 9 Classical Mythology and Ancient History
83
+
84
+ Within each of these divisions further subdivision's are possible (9 or 10 subdivisions). For example, under `4 Society, Civilization, Culture`, one can find:
85
+
86
+ - 41 · material aspects of daily life
87
+ - 42 · family, descendance
88
+ - 43 · recreation, amusement
89
+ - 44 · state; law; political life
90
+ - ...
91
+
92
+ See [https://iconclass.org/4](https://iconclass.org/4) for the full list.
93
+
94
+
95
+ To illustrate we can look at some example Iconclass classifications.
96
+
97
+ `41A12` represents `castle`. This classification is generated via building from the 'base' division `4`, with the following attributes:
98
+
99
+ - 4 · Society, Civilization, Culture
100
+ - 41 · material aspects of daily life
101
+ - 41A · housing
102
+ - 41A1 · civic architecture; edifices; dwellings
103
+
104
+ [source](https://iconclass.org/41A12)
105
+
106
+ The construction of Iconclass of parts makes it particulalry interesting (and challenging) to tackle via Machine Learning. Whilst one could tackle this dataset as a (multi) label image classification problem, this is only one way of tackling it. For example in the above label `castle` giving the model the 'freedom' to predict only a partial label could result in the prediction `41A` i.e. housing. Whilst a very particular form of housing this prediction is not 'wrong' so much as it is not as precise as a human cataloguer may provide.
107
 
108
  ### Supported Tasks and Leaderboards
109
 
110
+ As discussed above this dataset could be tackled in various ways:
111
+
112
+ - as an image classification task
113
+ - as a multi-label classification task
114
+ - as an image to text task
115
+ - as a task whereby a model predicts partial sequences of the label.
116
+
117
+ This list is not exhaustive.
118
 
119
  ### Languages
120
 
121
+ This dataset doesn't have a natural language. The labels themselves can be treated as a form of language i.e. the label can be thought of as a sequence of tokens that construct a 'sentence'.
122
+
123
 
124
  ## Dataset Structure
125
 
126
+ The dataset contains a single configuration.
127
+
128
  ### Data Instances
129
 
130
+ An example instance of the dataset is as follows:
131
+
132
+ ``` python
133
+ {'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=390x500 at 0x7FC7FFBBD2D0>,
134
+ 'label': ['31A235', '31A24(+1)', '61B(+54)', '61B:31A2212(+1)', '61B:31D14']}
135
+ ```
136
 
137
  ### Data Fields
138
 
139
+ The dataset is made up of
140
+
141
+ - an image
142
+ - a sequence of Iconclass labels
143
 
144
  ### Data Splits
145
 
146
+ The dataset doesn't provide any predefined train, validation or test splits.
147
 
148
  ## Dataset Creation
149
 
150
+ > To facilitate the creation of better models in the cultural heritage domain, and promote the research on tools and techniques using Iconclass, we are making this dataset freely available. All that we ask is that any use is acknowledged and results be shared so that we can all benefit. The content is sampled from the Arkyves database. [source](https://labs.brill.com/ictestset/)
151
+
152
+ [More Information Needed]
153
+
154
  ### Curation Rationale
155
 
156
  [More Information Needed]
 
159
 
160
  #### Initial Data Collection and Normalization
161
 
162
+ The images are samples from the [Arkyves database](https://brill.com/view/db/arko?language=en). This collection includes images from
163
+
164
+ > from libraries and museums in many countries among them the Rijksmuseum in Amsterdam, the Netherlands Institute for Art History (RKD), the Herzog August Bibliothek in Wolfenbüttel, and the university libraries of Milan, Utrecht and Glasgow . [source](https://brill.com/view/db/arko?language=en)
165
+
166
  [More Information Needed]
167
 
168
  #### Who are the source language producers?
 
173
 
174
  #### Annotation process
175
 
176
+ The annotations are derived from the source dataset see above. It is likely that the majority of the annotations were created by staff with experience with the Iconclass metadata schema.
177
+
178
  [More Information Needed]
179
 
180
  #### Who are the annotators?
 
193
 
194
  ### Discussion of Biases
195
 
196
+ Iconclass as a metadata standard absorbs biases from the time and place of it's creation (1940's Netherlands). In particular, '32B human races, peoples; nationalities' has been subject to criticism. '32B36 'primitive', 'pre-modern' peoples' is one example of a category which we may not wish to adopt. In general there are components of the subdivsions of `32B` which reflect a belief that race is a scientific category rather than socialy constructed.
197
+
198
+ These limitations are actively being explored by the Iconclass community, for example, see [Revising Iconclass section 32B human races, peoples; nationalities](https://web.archive.org/web/20210425131753/https://iconclass.org/Updating32B.pdf).
199
+
200
+
201
+ One should be aware of these limitation to Iconclass, and in particular, before deploying a model trained on this data in any production settings.
202
+
203
  [More Information Needed]
204
 
205
  ### Other Known Limitations
 
210
 
211
  ### Dataset Curators
212
 
213
+ Etienne Posthumus
214
 
215
  ### Licensing Information
216
+ [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/)
 
217
 
218
  ### Citation Information
219
 
220
+ ```
221
+ @MISC{iconclass,
222
+ title = {Brill Iconclass AI Test Set},
223
+ author={Etienne Posthumus},
224
+ year={2020}
225
+ }
226
+
227
+ ```
228
+
229
 
230
  ### Contributions
231
 
232
+ Thanks to [@davanstrien](https://github.com/davanstrien) for adding this dataset.