paper-with-me

Papers

Zero-resource Machine Translation by Multimodal Encoder-decoder Network with Multimedia Pivot

2016-11-14 · Hideki Nakayama, Noriki Nishida

We propose an approach to build a neural machine translation system with no supervised resources (i.e., no parallel corpora) using multimodal embedded representation over texts and images. Based on the assumption that text documents are often likely to be described with other multimedia information (e.g., images) somewhat related to the content, we try to indirectly estimate the relevance between two languages. Using multimedia as the "pivot", we project all modalities into one common hidden space where samples belonging to similar semantic concepts should come close to each other, whatever the observed space of each sample is. This modality-agnostic representation is the key to bridging the gap between different modalities. Putting a decoder on top of it, our network can flexibly draw the outputs from any input modality. Notably, in the testing phase, we need only source language texts as the input for translation. In experiments, we tested our method on two benchmarks to show that it can achieve reasonable translation performance. We compared and investigated several possible implementations and found that an end-to-end model that simultaneously optimized both rank loss in multimodal encoders and cross-entropy loss in decoders performed the best.

📄 PDF Abstract BibTeX arXiv:1611.04503

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationTranslation

Similar Papers 제목 키워드 기반

Zero-Resource Neural Machine Translation with Multi-Agent Communication Game

2018-02-09 · Yun Chen, Yang Liu, Victor O. K. Li

While end-to-end neural machine translation (NMT) has achieved notable success in the past years in translating a handful of resource-rich language pairs, it still suffers from the data scarcity problem for low-resource …

DecoderImage CaptioningImage DescriptionMachine Translation+2

Multilingual Neural Machine Translation With the Right Amount of Sharing

2022-06-01 · EAMT 2022 6 · Taido Purason, Andre Tättar

Large multilingual Transformer-based machine translation models have had a pivotal role in making translation systems available for hundreds of languages with good zero-shot translation performance. One such example is t…

DecoderMachine TranslationNMTTranslation

MURAL: Multimodal, Multitask Representations Across Languages

2021-11-01 · Findings (EMNLP) 2021 11 · Aashi Jain, Mandy Guo, Krishna Srinivasan, Ting Chen 외

Both image-caption pairs and translation pairs provide the means to learn deep representations of and connections between languages. We use both types of pairs in MURAL (MUltimodal, MUltitask Representations Across Langu…

Cross-Modal RetrievalImage-text matchingRetrievalText Matching+1

MURAL: Multimodal, Multitask Retrieval Across Languages

2021-09-10 · Aashi Jain, Mandy Guo, Krishna Srinivasan, Ting Chen 외

Both image-caption pairs and translation pairs provide the means to learn deep representations of and connections between languages. We use both types of pairs in MURAL (MUltimodal, MUltitask Representations Across Langu…

Cross-Modal RetrievalImage-text matchingRetrievalSemantic Image Similarity+4

Cross-lingual Pre-training Based Transfer for Zero-shot Neural Machine Translation

2019-12-03 · Baijun Ji, Zhirui Zhang, Xiangyu Duan, Min Zhang 외

Transfer learning between different language pairs has shown its effectiveness for Neural Machine Translation (NMT) in low-resource scenario. However, existing transfer methods involving a common target language are far …

Machine TranslationNMTTransfer LearningTranslation