Combining Language and Vision with a Multimodal Skip-gram Model
Angeliki Lazaridou, Nghia The Pham, Marco Baroni
TL;DR
The authors extend the SKIP-GRAM framework with a visual grounding component to form MMSkip-gram, proposing two variants that jointly predict linguistic contexts and visual features for a subset of words. The models propagate visual information to the full vocabulary, achieving strong performance on semantic benchmarks and enabling zero-shot image labeling and retrieval, even for words without direct visual evidence. They also show that visual grounding influences abstract words, supporting embodied theories of meaning and suggesting applications in captioning and cognitive simulations. Overall, MMSkip-gram provides a general, scalable approach to learning distributional representations that integrate perceptual information without requiring full multimodal coverage at training time.
Abstract
We extend the SKIP-GRAM model of Mikolov et al. (2013a) by taking visual information into account. Like SKIP-GRAM, our multimodal models (MMSKIP-GRAM) build vector-based word representations by learning to predict linguistic contexts in text corpora. However, for a restricted set of words, the models are also exposed to visual representations of the objects they denote (extracted from natural images), and must predict linguistic and visual features jointly. The MMSKIP-GRAM models achieve good performance on a variety of semantic benchmarks. Moreover, since they propagate visual information to all words, we use them to improve image labeling and retrieval in the zero-shot setup, where the test concepts are never seen during model training. Finally, the MMSKIP-GRAM models discover intriguing visual properties of abstract words, paving the way to realistic implementations of embodied theories of meaning.
