CLJan 23, 2017

Incorporating Global Visual Features into Attention-Based Neural Machine Translation

arXiv:1701.06521v1166 citations
Originality Incremental advance
AI Analysis

This addresses the problem of improving translation accuracy for multi-modal tasks, representing an incremental advance in neural machine translation.

The paper tackled multi-modal neural machine translation by incorporating global visual features into attention-based models, achieving new state-of-the-art results and significantly outperforming a phrase-based statistical MT model on all metrics in the Multi30k dataset.

We introduce multi-modal, attention-based neural machine translation (NMT) models which incorporate visual features into different parts of both the encoder and the decoder. We utilise global image features extracted using a pre-trained convolutional neural network and incorporate them (i) as words in the source sentence, (ii) to initialise the encoder hidden state, and (iii) as additional data to initialise the decoder hidden state. In our experiments, we evaluate how these different strategies to incorporate global image features compare and which ones perform best. We also study the impact that adding synthetic multi-modal, multilingual data brings and find that the additional data have a positive impact on multi-modal models. We report new state-of-the-art results and our best models also significantly improve on a comparable phrase-based Statistical MT (PBSMT) model trained on the Multi30k data set according to all metrics evaluated. To the best of our knowledge, it is the first time a purely neural model significantly improves over a PBSMT model on all metrics evaluated on this data set.

Foundations

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

Your Notes