CLLGNov 13, 2021

Explainable Semantic Space by Grounding Language to Vision with Cross-Modal Contrastive Learning

arXiv:2111.07180v120 citations
Originality Incremental advance
AI Analysis

This addresses the limitation of text-only models in NLP by providing more human-like, grounded semantics, though it builds incrementally on existing vision-language methods.

The paper tackles the problem of learning semantic representations that connect language to physical world knowledge by grounding language in vision using a two-stream model with cross-modal contrastive learning. The result is a visually grounded semantic space with explainable dimensions, predictive of human semantic norms and enabling compositional understanding and multimodal search.

In natural language processing, most models try to learn semantic representations merely from texts. The learned representations encode the distributional semantics but fail to connect to any knowledge about the physical world. In contrast, humans learn language by grounding concepts in perception and action and the brain encodes grounded semantics for cognition. Inspired by this notion and recent work in vision-language learning, we design a two-stream model for grounding language learning in vision. The model includes a VGG-based visual stream and a Bert-based language stream. The two streams merge into a joint representational space. Through cross-modal contrastive learning, the model first learns to align visual and language representations with the MS COCO dataset. The model further learns to retrieve visual objects with language queries through a cross-modal attention module and to infer the visual relations between the retrieved objects through a bilinear operator with the Visual Genome dataset. After training, the language stream of this model is a stand-alone language model capable of embedding concepts in a visually grounded semantic space. This semantic space manifests principal dimensions explainable with human intuition and neurobiological knowledge. Word embeddings in this semantic space are predictive of human-defined norms of semantic features and are segregated into perceptually distinctive clusters. Furthermore, the visually grounded language model also enables compositional language understanding based on visual knowledge and multimodal image search with queries based on images, texts, or their combinations.

Foundations

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

Your Notes