MMSDASApr 7, 2020

Direct Speech-to-image Translation

arXiv:2004.03413v234 citations
AI Analysis

This addresses a novel problem in human-computer interaction and art creation, particularly for languages without writing, but it appears incremental as it adapts existing techniques like teacher-student learning and GANs.

The paper tackles direct speech-to-image translation without intermediate text, using a speech encoder trained with teacher-student learning and a stacked GAN to synthesize images from speech signals, showing effectiveness on synthesized and real data.

Direct speech-to-image translation without text is an interesting and useful topic due to the potential applications in human-computer interaction, art creation, computer-aided design. etc. Not to mention that many languages have no writing form. However, as far as we know, it has not been well-studied how to translate the speech signals into images directly and how well they can be translated. In this paper, we attempt to translate the speech signals into the image signals without the transcription stage. Specifically, a speech encoder is designed to represent the input speech signals as an embedding feature, and it is trained with a pretrained image encoder using teacher-student learning to obtain better generalization ability on new classes. Subsequently, a stacked generative adversarial network is used to synthesize high-quality images conditioned on the embedding feature. Experimental results on both synthesized and real data show that our proposed method is effective to translate the raw speech signals into images without the middle text representation. Ablation study gives more insights about our method.

Code Implementations1 repo
Foundations

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

Your Notes