ROGRDec 11, 2019

RoboCoDraw: Robotic Avatar Drawing with GAN-based Style Transfer and Time-efficient Path Optimization

arXiv:1912.05099v132 citations
Originality Incremental advance
AI Analysis

This work addresses the need for interactive and entertaining robotic drawing systems, though it is incremental as it builds on existing GAN and path optimization methods.

The authors tackled the problem of real-time robotic drawing of stylized human face sketches by developing RoboCoDraw, which uses a GAN-based style transfer (AvatarGAN) to generate cartoon avatars from real faces and a genetic algorithm for path optimization, achieving better likeness than CycleGAN and enabling interactive drawing with a UR5 robot.

Robotic drawing has become increasingly popular as an entertainment and interactive tool. In this paper we present RoboCoDraw, a real-time collaborative robot-based drawing system that draws stylized human face sketches interactively in front of human users, by using the Generative Adversarial Network (GAN)-based style transfer and a Random-Key Genetic Algorithm (RKGA)-based path optimization. The proposed RoboCoDraw system takes a real human face image as input, converts it to a stylized avatar, then draws it with a robotic arm. A core component in this system is the Avatar-GAN proposed by us, which generates a cartoon avatar face image from a real human face. AvatarGAN is trained with unpaired face and avatar images only and can generate avatar images of much better likeness with human face images in comparison with the vanilla CycleGAN. After the avatar image is generated, it is fed to a line extraction algorithm and converted to sketches. An RKGA-based path optimization algorithm is applied to find a time-efficient robotic drawing path to be executed by the robotic arm. We demonstrate the capability of RoboCoDraw on various face images using a lightweight, safe collaborative robot UR5.

Foundations

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

Your Notes