GilesBergel commited on
Commit
1fa2290
1 Parent(s): a4362e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -21
README.md CHANGED
@@ -1,4 +1,4 @@
1
- ---
2
  annotations_creators:
3
  - expert-generated
4
  language: []
@@ -48,27 +48,30 @@ task_ids:
48
 
49
  ## Dataset Description
50
 
51
- - **Homepage:** https://data.nls.uk/data/digitised-collections/chapbooks-printed-in-scotland/
52
- - **Repository:**
53
- - **Paper:**
54
  - **Leaderboard:**
55
- - **Point of Contact:**
56
 
57
  ### Dataset Summary
58
 
59
- This dataset comprises of images from digitised chapbooks printed in Scotland and held by the [National Library of Scotland](https://www.nls.uk/).
60
 
61
  > "Chapbooks were staple everyday reading material from the end of the 17th to the later 19th century. They were usually printed on a single sheet and then folded into books of 8, 12, 16 and 24 pages, and they were often illustrated with crude woodcuts. Their subjects range from news courtship, humour, occupations, fairy tales, apparitions, war, politics, crime, executions, historical figures, transvestites and freemasonry to religion and, of course, poetry. It has been estimated that around two thirds of chapbooks contain songs and poems, often under the title garlands." -[Source](https://data.nls.uk/data/digitised-collections/chapbooks-printed-in-scotland/)
62
 
 
63
 
64
- This dataset contains additional annotations for these chapbooks created by Giles Bergel and Abhishek Dutta. These annotations provide bounding annotations for illustrations contained on some of the Chapbook pages.
 
 
65
 
66
- [More Information Needed]
67
 
68
  ### Supported Tasks and Leaderboards
69
 
70
  - `object-detection`: the dataset contains bounding boxes for images contained in the Chapbooks
71
  - `image-classification`: a configuration for this dataset provides a classification label indicating if a page contains an illustration or not.
 
72
 
73
  The performance on the `object-detection` task reported in the paper [Visual Analysis of Chapbooks Printed in Scotland](https://dl.acm.org/doi/10.1145/3476887.3476893) is as follows:
74
 
@@ -79,11 +82,20 @@ The performance on the `object-detection` task reported in the paper [Visual Ana
79
  | 0.95 | 0.973 | 0.892 |
80
 
81
 
82
- [More Information Needed]
 
 
 
 
 
 
 
 
 
83
 
84
  ### Languages
85
 
86
- [More Information Needed]
87
 
88
  ## Dataset Structure
89
 
@@ -103,55 +115,62 @@ The performance on the `object-detection` task reported in the paper [Visual Ana
103
 
104
  ### Curation Rationale
105
 
106
- [More Information Needed]
107
 
108
  ### Source Data
109
 
110
  #### Initial Data Collection and Normalization
111
 
112
- [More Information Needed]
113
 
114
  #### Who are the source language producers?
115
 
116
- [More Information Needed]
 
 
117
 
118
  ### Annotations
119
 
120
  #### Annotation process
121
 
122
- [More Information Needed]
123
 
124
  #### Who are the annotators?
125
 
126
- [More Information Needed]
127
 
128
  ### Personal and Sensitive Information
129
 
130
- [More Information Needed]
131
 
132
  ## Considerations for Using the Data
133
 
134
  ### Social Impact of Dataset
135
 
136
- [More Information Needed]
137
 
138
  ### Discussion of Biases
139
 
140
- [More Information Needed]
 
 
 
 
141
 
142
  ### Other Known Limitations
143
 
144
- [More Information Needed]
145
 
146
  ## Additional Information
147
 
148
  ### Dataset Curators
149
 
150
- [More Information Needed]
 
151
 
152
  ### Licensing Information
153
 
154
- [More Information Needed]
155
 
156
  ### Citation Information
157
 
 
1
+ n---
2
  annotations_creators:
3
  - expert-generated
4
  language: []
 
48
 
49
  ## Dataset Description
50
 
51
+ - **Homepage:** https://www.robots.ox.ac.uk/~vgg/research/chapbooks/
52
+ - **Repository:** https://data.nls.uk/data/digitised-collections/chapbooks-printed-in-scotland/
53
+ - **Paper:** https://www.robots.ox.ac.uk/~vgg/research/chapbooks/data/dutta2021visual.pdf
54
  - **Leaderboard:**
55
+ - **Point of Contact:** giles.bergel@eng.ox.ac.uk
56
 
57
  ### Dataset Summary
58
 
59
+ This dataset comprises of images from chapbooks held by the [National Library of Scotland](https://www.nls.uk/) and digitised and published as its [Chapbooks Printed in Scotland]dataset(https://data.nls.uk/data/digitised-collections/chapbooks-printed-in-scotland/)
60
 
61
  > "Chapbooks were staple everyday reading material from the end of the 17th to the later 19th century. They were usually printed on a single sheet and then folded into books of 8, 12, 16 and 24 pages, and they were often illustrated with crude woodcuts. Their subjects range from news courtship, humour, occupations, fairy tales, apparitions, war, politics, crime, executions, historical figures, transvestites and freemasonry to religion and, of course, poetry. It has been estimated that around two thirds of chapbooks contain songs and poems, often under the title garlands." -[Source](https://data.nls.uk/data/digitised-collections/chapbooks-printed-in-scotland/)
62
 
63
+ Chapbooks were frequently illustrated, particularly on their title pages to attract customers, usually with a woodblock-printed illustration, or occasionally with a stereotyped woodcut or cast metal ornament. Apart from their artistic interest, these illustrations can also provide historical evidence such as the date, place or persons behind the publication of an item.
64
 
65
+ This dataset contains annotations for a subset of these chapbooks, created by Giles Bergel and Abhishek Dutta, based in the [Visual Geometry Group](https://www.robots.ox.ac.uk/~vgg/) in the University of Oxford. They were created under a National Librarian of Scotland's Fellowship in Digital Scholarship [awarded](https://data.nls.uk/projects/the-national-librarians-research-fellowship-in-digital-scholarship/) to Giles Bergel in 2020. These annotations provide bounding boxes around illustrations printed on a subset of the chapbook pages, created using a combination of manual annotation and machine classification, described in [this paper](https://www.robots.ox.ac.uk/~vgg/research/chapbooks/data/dutta2021visual.pdf).
66
+
67
+ The dataset also includes computationally inferred 'visual groupings' to which illustrated chapbook pages may belong. These groupings are based on the recurrence of illustrations on chapbook pages, as determined through the use of the [VGG Image Search Engine (VISE) software](https://www.robots.ox.ac.uk/~vgg/software/vise/)
68
 
 
69
 
70
  ### Supported Tasks and Leaderboards
71
 
72
  - `object-detection`: the dataset contains bounding boxes for images contained in the Chapbooks
73
  - `image-classification`: a configuration for this dataset provides a classification label indicating if a page contains an illustration or not.
74
+ - 'image-matching': a configuration for this dataset contains the annotations sorted into clusters or 'visual groupings' of illustrations that contain visually-matching content as determined by using the [VGG Image Search Engine (VISE) software](https://www.robots.ox.ac.uk/~vgg/software/vise/).
75
 
76
  The performance on the `object-detection` task reported in the paper [Visual Analysis of Chapbooks Printed in Scotland](https://dl.acm.org/doi/10.1145/3476887.3476893) is as follows:
77
 
 
82
  | 0.95 | 0.973 | 0.892 |
83
 
84
 
85
+ The performance on the `image classification` task reported in the paper [Visual Analysis of Chapbooks Printed in Scotland](https://dl.acm.org/doi/10.1145/3476887.3476893) is as follows:
86
+
87
+ Images in original dataset: 47329
88
+ Numbers of images on which at least one illustration was detected: 3629
89
+
90
+ Note that these figures do not represent images that contained multiple detections.
91
+
92
+ See the [paper](https://dl.acm.org/doi/10.1145/3476887.3476893) for examples of false-positive detections.
93
+
94
+ The performance on the 'image-matching' task is undergoing evaluation.
95
 
96
  ### Languages
97
 
98
+ Text accompanying the illustrations is in English, Scots or Scottish Gaelic.
99
 
100
  ## Dataset Structure
101
 
 
115
 
116
  ### Curation Rationale
117
 
118
+ The dataset was created to facilitate research into Scottish chapbook illustration and publishing. Detected illustrations can be browsed under publication metadata: together with the use of [VGG Image Search Engine (VISE) software](https://www.robots.ox.ac.uk/~vgg/software/vise/), this allows researchers to identify matching imagery and to infer the source of a chapbook from partial evidence. This browse and search functionality is available in this [public demo](http://meru.robots.ox.ac.uk/nls_chapbooks/filelist) documented [here](https://www.robots.ox.ac.uk/~vgg/research/chapbooks/)
119
 
120
  ### Source Data
121
 
122
  #### Initial Data Collection and Normalization
123
 
124
+ The initial data was taken from the [National Library of Scotland's Chapbooks Printed in Scotland dataset](https://data.nls.uk/data/digitised-collections/chapbooks-printed-in-scotland/) No normalisation was performed, but only the images and a subset of the metadata was used. OCR text was not used.
125
 
126
  #### Who are the source language producers?
127
 
128
+ The initial dataset was created by the National Library of Scotland from scans and in-house curated catalogue descriptions for the NLS [Data Foundry](https://data.nls.uk) under the direction of Dr. Sarah Ames.
129
+
130
+ This subset of the data was created by Dr. Giles Bergel and Dr. Abhishek Dutta using a combination of manual annotation and machine classification, described below.
131
 
132
  ### Annotations
133
 
134
  #### Annotation process
135
 
136
+ Annotation was initially performed on a subset of 337 of the 47329 images, using the [VGG List Annotator (LISA] software (https://gitlab.com/vgg/lisa). Detected illustrations, displayed as annotations in LISA, were reviewed and refined in a number of passes (see [this paper](https://dl.acm.org/doi/10.1145/3476887.3476893) for more details). Initial detections were performed with an [EfficientDet](https://ai.googleblog.com/2020/04/efficientdet-towards-scalable-and.html) object detector trained on [COCO](https://cocodataset.org/#home), the annotation of which is described in [this paper](https://arxiv.org/abs/1405.0312)
137
 
138
  #### Who are the annotators?
139
 
140
+ Abhishek Dutta created the initial 337 annotations for retraining the EfficentDet model. Detections were reviewed and in some cases revised by Giles Bergel.
141
 
142
  ### Personal and Sensitive Information
143
 
144
+ None
145
 
146
  ## Considerations for Using the Data
147
 
148
  ### Social Impact of Dataset
149
 
150
+ We believe this dataset will assist in the training and benchmarking of illustration detectors. It is hoped that by automating a task that would otherwise require manual annotation it will save researchers time and labour in preparing data for both machine and human analysis. The dataset in question is based on a category of popular literature that reflected the learning, tastes and cultural faculties of both its large audiences and its largely-unknown creators - we hope that its use, reuse and adaptation will highlight the importance of cheap chapbooks in the spread of literature, knowledge and entertainment in both urban and rural regions of Scotland and the United Kingdom during this period.
151
 
152
  ### Discussion of Biases
153
 
154
+ While the original Chapbooks Printed in Scotland is the largest single collection of digitised chapbooks, it is as yet unknown if it is fully representative of all chapbooks printed in Scotland, or of cheap printed literature in general. It is known that a small number of chapbooks (less than 0.1%) within the original collection were not printed in Scotland but this is not expected to have a significant impact on the profile of the collection as a representation of the population of chapbooks as a whole.
155
+
156
+ The definition of an illustration as opposed to an ornament or other non-textual printed feature is somewhat arbitrary: edge-cases were evaluated by conformance with features that are most characteristic of the chapbook genre as a whole in terms of content, style or placement on the page.
157
+
158
+ As there is no consensus definition of the chapbook even among domain specialists, the composition of the original dataset is based on the judgement of those who assembled and curated the original collection.
159
 
160
  ### Other Known Limitations
161
 
162
+ Within this dataset, illustrations are repeatedly reused to an unusually high degree compared to other printed illustrations: the positioning of illustrations on the page and the size and format of chapbooks as a whole is also characteristic of the chapbook format in particular. The extent to which these annotations may be generalised to other printed works is under evaluation: initial results have been promising for other letterpress illustrations surrounded by texts.
163
 
164
  ## Additional Information
165
 
166
  ### Dataset Curators
167
 
168
+ Giles Bergel
169
+ Abhishek Dutta
170
 
171
  ### Licensing Information
172
 
173
+ In accordance with the [original data](https://data.nls.uk/data/digitised-collections/chapbooks-printed-in-scotland/), this dataset is in the public domain.
174
 
175
  ### Citation Information
176