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

**Authors:** Yahui Liu, Marco De Nadai, Gloria Zen, Nicu Sebe, Bruno Lepri

arXiv: 1907.05916 · 2019-11-11

## TL;DR

This paper introduces a novel GAN architecture for gesture-to-gesture translation that uses category labels and simple conditional maps, eliminating the need for detailed annotations like key-points, and performs well in real-world scenarios.

## Contribution

The work presents a new GAN model that translates gestures using easy-to-annotate category labels and conditional maps, avoiding complex key-point annotations.

## Key findings

- Outperforms state-of-the-art methods quantitatively and qualitatively.
- Effectively handles gesture translation in real-world, unstructured environments.
- Uses attention and rolling guidance to improve image quality.

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.05916/full.md

## Figures

254 figures with captions in the complete paper: https://tomesphere.com/paper/1907.05916/full.md

## References

46 references — full list in the complete paper: https://tomesphere.com/paper/1907.05916/full.md

---
Source: https://tomesphere.com/paper/1907.05916