CLAICVROJul 22, 2020

Analogical Reasoning for Visually Grounded Language Acquisition

arXiv:2007.11668v110 citations
Originality Highly original
AI Analysis

This addresses the challenge of enabling AI to learn language from visual data without explicit supervision, which is incremental as it builds on existing transformer methods with a novel reasoning mechanism.

The paper tackles the problem of visually grounded language acquisition by proposing a multimodal transformer model with analogical reasoning, which achieves significantly better generalization and recognition accuracy on an instructional video dataset compared to state-of-the-art models.

Children acquire language subconsciously by observing the surrounding world and listening to descriptions. They can discover the meaning of words even without explicit language knowledge, and generalize to novel compositions effortlessly. In this paper, we bring this ability to AI, by studying the task of Visually grounded Language Acquisition (VLA). We propose a multimodal transformer model augmented with a novel mechanism for analogical reasoning, which approximates novel compositions by learning semantic mapping and reasoning operations from previously seen compositions. Our proposed method, Analogical Reasoning Transformer Networks (ARTNet), is trained on raw multimedia data (video frames and transcripts), and after observing a set of compositions such as "washing apple" or "cutting carrot", it can generalize and recognize new compositions in new video frames, such as "washing carrot" or "cutting apple". To this end, ARTNet refers to relevant instances in the training data and uses their visual features and captions to establish analogies with the query image. Then it chooses the suitable verb and noun to create a new composition that describes the new image best. Extensive experiments on an instructional video dataset demonstrate that the proposed method achieves significantly better generalization capability and recognition accuracy compared to state-of-the-art transformer models.

Foundations

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

Your Notes