de-francophones commited on
Commit
6fd8ccc
1 Parent(s): d25ec20

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - bg
5
+ - sq
6
+ - eu
7
+ - ca
8
+ - hr
9
+ - da
10
+ - nl
11
+ - de
12
+ - el
13
+ - fi
14
+ - fr
15
+ - gl
16
+ - is
17
+ - it
18
+ - lt
19
+ - pl
20
+ - pt
21
+ - ro
22
+ - ru
23
+ - sr
24
+ - sk
25
+ - sl
26
+ - es
27
+ - sv
28
+ multilingulality:
29
+ - multilingual
30
+ viewer: false
31
+ ---
32
+
33
+ > [!NOTE]
34
+ > Dataset origin: https://live.european-language-grid.eu/catalogue/corpus/18029/
35
+
36
+ ## Description
37
+ One of the processing tasks for large multimodal data streams is automatic image description (image classification, object segmentation and classification). Although the number and the diversity of image datasets is constantly expanding, still there is a huge demand for more datasets in terms of variety of domains and object classes covered. The goal of the project Multilingual Image Corpus (MIC 21) is to provide a large image dataset with annotated objects and object descriptions in 24 languages. The Multilingual Image Corpus consists of an Ontology of visual objects (based on WordNet) and a collection of thematically related images whose objects are annotated with segmentation masks and labels describing the ontology classes. The dataset is designed both for image classification and object detection and for semantic segmentation. The main contributions of our work are: a) the provision of large collection of high quality copyright-free images; b) the formulation of the Ontology of visual objects based on WordNet noun hierarchies; c) the precise manual correction of automatic object segmentation within the images and the annotation of object classes; and d) the association of objects and images with extended multilingual descriptions based on WordNet inner- and interlingual relations. The dataset can be used also for multilingual image caption generation, image-to-text alignment and automatic question answering for images and videos.
38
+
39
+
40
+ ## Citation
41
+ ```
42
+ @inproceedings{koeva-etal-2022-multilingual,
43
+ title = "Multilingual Image Corpus {--} Towards a Multimodal and Multilingual Dataset",
44
+ author = "Koeva, Svetla and
45
+ Stoyanova, Ivelina and
46
+ Kralev, Jordan",
47
+ editor = "Calzolari, Nicoletta and
48
+ B{\'e}chet, Fr{\'e}d{\'e}ric and
49
+ Blache, Philippe and
50
+ Choukri, Khalid and
51
+ Cieri, Christopher and
52
+ Declerck, Thierry and
53
+ Goggi, Sara and
54
+ Isahara, Hitoshi and
55
+ Maegaard, Bente and
56
+ Mariani, Joseph and
57
+ Mazo, H{\'e}l{\`e}ne and
58
+ Odijk, Jan and
59
+ Piperidis, Stelios",
60
+ booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
61
+ month = jun,
62
+ year = "2022",
63
+ address = "Marseille, France",
64
+ publisher = "European Language Resources Association",
65
+ url = "https://aclanthology.org/2022.lrec-1.162",
66
+ pages = "1509--1518",
67
+ abstract = "One of the processing tasks for large multimodal data streams is automatic image description (image classification, object segmentation and classification). Although the number and the diversity of image datasets is constantly expanding, still there is a huge demand for more datasets in terms of variety of domains and object classes covered. The goal of the project Multilingual Image Corpus (MIC 21) is to provide a large image dataset with annotated objects and object descriptions in 24 languages. The Multilingual Image Corpus consists of an Ontology of visual objects (based on WordNet) and a collection of thematically related images whose objects are annotated with segmentation masks and labels describing the ontology classes. The dataset is designed both for image classification and object detection and for semantic segmentation. The main contributions of our work are: a) the provision of large collection of high quality copyright-free images; b) the formulation of the Ontology of visual objects based on WordNet noun hierarchies; c) the precise manual correction of automatic object segmentation within the images and the annotation of object classes; and d) the association of objects and images with extended multilingual descriptions based on WordNet inner- and interlingual relations. The dataset can be used also for multilingual image caption generation, image-to-text alignment and automatic question answering for images and videos.",
68
+ }
69
+ ```