CVJun 4, 2019

Natural Vocabulary Emerges from Free-Form Annotations

arXiv:1906.01542v13 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of creating object class annotations more naturally and efficiently for computer vision tasks, though it is incremental as it builds on existing annotation methods.

The paper tackles the problem of annotating object classes by using free-form text from untrained annotators, resulting in a natural vocabulary of 4020 classes learned from data that better represents object distribution and has more uniform sample coverage compared to predefined vocabularies.

We propose an approach for annotating object classes using free-form text written by undirected and untrained annotators. Free-form labeling is natural for annotators, they intuitively provide very specific and exhaustive labels, and no training stage is necessary. We first collect 729 labels on 15k images using 124 different annotators. Then we automatically enrich the structure of these free-form annotations by discovering a natural vocabulary of 4020 classes within them. This vocabulary represents the natural distribution of objects well and is learned directly from data, instead of being an educated guess done before collecting any labels. Hence, the natural vocabulary emerges from a large mass of free-form annotations. To do so, we (i) map the raw input strings to entities in an ontology of physical objects (which gives them an unambiguous meaning); and (ii) leverage inter-annotator co-occurrences, as well as biases and knowledge specific to individual annotators. Finally, we also automatically extract natural vocabularies of reduced size that have high object coverage while remaining specific. These reduced vocabularies represent the natural distribution of objects much better than commonly used predefined vocabularies. Moreover, they feature more uniform sample distribution over classes.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes