CVMMJul 12, 2019

Gesture-to-Gesture Translation in the Wild via Category-Independent Conditional Maps

arXiv:1907.05916v320 citations
Originality Incremental advance
AI Analysis

It addresses the problem of reducing annotation effort for gesture translation tasks, making it more user-friendly, though it appears incremental as it builds on existing GAN methods.

The paper tackles gesture-to-gesture translation in the wild by proposing a GAN architecture that uses simple category-independent conditional maps instead of precise annotations like key-points, achieving state-of-the-art results on two public datasets with both quantitative and qualitative improvements.

Recent works have shown Generative Adversarial Networks (GANs) to be particularly effective in image-to-image translations. However, in tasks such as body pose and hand gesture translation, existing methods usually require precise annotations, e.g. key-points or skeletons, which are time-consuming to draw. In this work, we propose a novel GAN architecture that decouples the required annotations into a category label - that specifies the gesture type - and a simple-to-draw category-independent conditional map - that expresses the location, rotation and size of the hand gesture. Our architecture synthesizes the target gesture while preserving the background context, thus effectively dealing with gesture translation in the wild. To this aim, we use an attention module and a rolling guidance approach, which loops the generated images back into the network and produces higher quality images compared to competing works. Thus, our GAN learns to generate new images from simple annotations without requiring key-points or skeleton labels. Results on two public datasets show that our method outperforms state of the art approaches both quantitatively and qualitatively. To the best of our knowledge, no work so far has addressed the gesture-to-gesture translation in the wild by requiring user-friendly annotations.

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