CLCVLGFeb 21, 2022

Seeing the advantage: visually grounding word embeddings to better capture human semantic knowledge

arXiv:2202.10292v1637 citations
Originality Incremental advance
AI Analysis

This work addresses the limitation of text-only models in natural language processing by integrating visual data to better mimic human cognitive processes, offering an incremental improvement in semantic representation.

The authors tackled the problem of capturing human semantic knowledge in word embeddings by incorporating visual information alongside text, resulting in embeddings that better predict human reaction times in priming experiments and correlate well with similarity ratings, accounting for unique variance beyond text-only models.

Distributional semantic models capture word-level meaning that is useful in many natural language processing tasks and have even been shown to capture cognitive aspects of word meaning. The majority of these models are purely text based, even though the human sensory experience is much richer. In this paper we create visually grounded word embeddings by combining English text and images and compare them to popular text-based methods, to see if visual information allows our model to better capture cognitive aspects of word meaning. Our analysis shows that visually grounded embedding similarities are more predictive of the human reaction times in a large priming experiment than the purely text-based embeddings. The visually grounded embeddings also correlate well with human word similarity ratings. Importantly, in both experiments we show that the grounded embeddings account for a unique portion of explained variance, even when we include text-based embeddings trained on huge corpora. This shows that visual grounding allows our model to capture information that cannot be extracted using text as the only source of information.

Code Implementations1 repo
Foundations

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

Your Notes