Datasets:

Modalities:
Image
ArXiv:
OscarMolina commited on
Commit
32fcece
·
verified ·
1 Parent(s): aba5828

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +132 -0
README.md ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-classification
4
+ language:
5
+ - en
6
+ tags:
7
+ - image
8
+ pretty_name: MAMe Dataset
9
+ size_categories:
10
+ - 10K<n<100K
11
+ dataset_info:
12
+ features:
13
+ - name: image
14
+ dtype: image
15
+ - name: medium
16
+ dtype:
17
+ class_label:
18
+ names:
19
+ '0': Albumen photograph
20
+ '1': Bronze
21
+ '2': Ceramic
22
+ '3': Clay
23
+ '4': Engraving
24
+ '5': Etching
25
+ '6': Faience
26
+ '7': Glass
27
+ '8': Gold
28
+ '9': Graphite
29
+ '10': Hand-colored engraving
30
+ '11': Hand-colored etching
31
+ '12': Iron
32
+ '13': Ivory
33
+ '14': Limestone
34
+ '15': Lithograph
35
+ '16': Marble
36
+ '17': Oil on canvas
37
+ '18': Pen and brown ink
38
+ '19': Polychromed wood
39
+ '20': Porcelain
40
+ '21': Silk and metal thread
41
+ '22': Silver
42
+ '23': Steel
43
+ '24': Wood
44
+ '25': Wood engraving
45
+ '26': Woodblock
46
+ '27': Woodcut
47
+ '28': Woven fabric
48
+ - name: museum
49
+ dtype: string
50
+ - name: museum_id
51
+ dtype: string
52
+ - name: subset
53
+ dtype: string
54
+ - name: width
55
+ dtype: int32
56
+ - name: height
57
+ dtype: int32
58
+ - name: product_size
59
+ dtype: int32
60
+ - name: aspect_ratio
61
+ dtype: float32
62
+ ---
63
+
64
+ ## MAMe Dataset: Museum Artworks Medium
65
+
66
+ The MAMe Dataset is an image classification dataset focused on the recognition of mediums in artworks and heritage held by museums (e.g., Oil on canvas, Bronze or Woodcut).
67
+
68
+ The classes considered in the MAMe dataset comprise a wide variety of mediums according to both interpretations of the term. These can range from simple material aspects (e.g., Bronze, Silver or Gold) to complex, high-level techniques (e.g., Faience, Woodblock or Woven fabric). The variety of relevant features in MAMe requires both attention to detail and to the overall image structure.
69
+
70
+ ---
71
+
72
+ ### Paper
73
+
74
+ - Journal Version: [Materials in Art and Museum Environment (MAMe): A Dataset for Art Material Recognition](https://link.springer.com/article/10.1007/s10489-021-02951-w)
75
+ - ArXiv Version: [MAMe: A Dataset for Multi-class Classification of Materials in Artworks](https://arxiv.org/pdf/2007.13693)
76
+
77
+ ---
78
+
79
+ ### Dataset Variants: TODO
80
+
81
+ - **MAMe_small**: A toy version of the dataset, optimized for quick experimentation and lighter storage needs.
82
+ - **MAMe_original**: The original version of the dataset, meant for detailed tasks requiring precision in material classification.
83
+
84
+ ---
85
+
86
+ ### Dataset Description
87
+
88
+ The MAMe dataset contains thousands of artworks from three different museums, and proposes a classification task consisting on differentiating between 29 mediums (i.e. materials and techniques) supervised by art experts.
89
+
90
+ - **Curated by**: HPAI
91
+ - **License**: The MAMe dataset is available for non-commercial research purposes only.
92
+
93
+ ### Citation
94
+
95
+ If you use this dataset, please cite the following journal paper:
96
+
97
+ ```bibtex
98
+ @article{pares2022mame,
99
+ title={The MAMe dataset: on the relevance of high resolution and variable shape image properties},
100
+ author={Par{\'e}s, Ferran and Arias-Duart, Anna and Garcia-Gasulla, Dario and others},
101
+ journal={Applied Intelligence},
102
+ volume={52},
103
+ number={12},
104
+ pages={11703--11724},
105
+ year={2022},
106
+ publisher={Springer},
107
+ doi={10.1007/s10489-021-02951-w}
108
+ }
109
+ ```
110
+
111
+ For accessibility purposes, you can also reference the ArXiv version:
112
+
113
+ ```bibtex
114
+ @article{pares2020mame,
115
+ title={The MAMe Dataset: On the relevance of High Resolution and Variable Shape image properties},
116
+ author={Par{\'e}s, Ferran and Arias-Duart, Anna and Garcia-Gasulla, Dario and Campo-Franc{\'e}s, Gema and Viladrich, Nina and Labarta, Jes{\'u}s and Ayguad{\'e}, Eduard},
117
+ journal={arXiv preprint arXiv:2007.13693},
118
+ year={2020},
119
+ url = {https://arxiv.org/pdf/2007.13693}
120
+ }
121
+ ```
122
+
123
+ ---
124
+
125
+ ### Dataset Card Authors
126
+
127
+ [Ferran Parés]([email protected]), [Anna Arias-Duart]([email protected]), [Dario Garcia-Gasulla]([email protected])
128
+
129
+
130
+ ### Dataset Card Contact
131
+
132
+ For more information or questions about this dataset, please contact the [HPAI organization](https://hpai.bsc.es).