CVCLFeb 14, 2019

Actions Generation from Captions

arXiv:1902.11109v12 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of generating continuous temporal sequences (human poses) from discrete text for applications in animation or human-computer interaction, representing an incremental advancement in sequence transduction.

The authors tackled the problem of generating continuous action sequences from textual captions by introducing a new dataset (AGDS) and proposing a model combining Multi-Head Attention and GANs with three specialized discriminators, achieving plausible generation performance as demonstrated in experiments.

Sequence transduction models have been widely explored in many natural language processing tasks. However, the target sequence usually consists of discrete tokens which represent word indices in a given vocabulary. We barely see the case where target sequence is composed of continuous vectors, where each vector is an element of a time series taken successively in a temporal domain. In this work, we introduce a new data set, named Action Generation Data Set (AGDS) which is specifically designed to carry out the task of caption-to-action generation. This data set contains caption-action pairs. The caption is comprised of a sequence of words describing the interactive movement between two people, and the action is a captured sequence of poses representing the movement. This data set is introduced to study the ability of generating continuous sequences through sequence transduction models. We also propose a model to innovatively combine Multi-Head Attention (MHA) and Generative Adversarial Network (GAN) together. In our model, we have one generator to generate actions from captions and three discriminators where each of them is designed to carry out a unique functionality: caption-action consistency discriminator, pose discriminator and pose transition discriminator. This novel design allowed us to achieve plausible generation performance which is demonstrated in the experiments.

Foundations

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

Your Notes