CLMar 7, 2019

Neural Language Modeling with Visual Features

arXiv:1903.02930v127 citations
Originality Incremental advance
AI Analysis

This work addresses language modeling for multimodal applications, but it is incremental as it builds on existing RNN and multimodal approaches.

The authors tackled the problem of multimodal language modeling by extending a standard RNN language model with visual features from videos, achieving over 25% relative improvement in perplexity on two corpora.

Multimodal language models attempt to incorporate non-linguistic features for the language modeling task. In this work, we extend a standard recurrent neural network (RNN) language model with features derived from videos. We train our models on data that is two orders-of-magnitude bigger than datasets used in prior work. We perform a thorough exploration of model architectures for combining visual and text features. Our experiments on two corpora (YouCookII and 20bn-something-something-v2) show that the best performing architecture consists of middle fusion of visual and text features, yielding over 25% relative improvement in perplexity. We report analysis that provides insights into why our multimodal language model improves upon a standard RNN language model.

Foundations

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

Your Notes