Pixelor: A Competitive Sketching AI Agent. So you think you can sketch?

Paper Suppl.


We present the first competitive drawing agent Pixelor that exhibits human-level performance at a Pictionary-like sketching game, where the participant whose sketch is recognized first is a winner. Our AI agent can autonomously sketch a given visual concept, and achieve a recognizable rendition as quickly or faster than a human competitor. The key to victory for the agent is to learn the optimal stroke sequencing strategies that generate the most recognizable and distinguishable strokes first. Training Pixelor is done in two steps. First, we infer the optimal stroke order that maximizes early recognizability of human training sketches. Second, this order is used to supervise the training of a sequence-to-sequence stroke generator. Our key technical contributions are a tractable search of the exponential space of orderings using neural sorting; and an improved Seq2Seq Wasserstein (S2S-WAE) generator that uses an optimal-transport loss to accommodate the multi-modal nature of the optimal stroke distribution. Our analysis shows that Pixelor is better than the human players of the Quick, Draw! game, under both AI and human judging of early recognition. To analyze the impact of human competitors’ strategies, we conducted a further human study with participants being given unlimited thinking time and training in early recognizability by feedback from an AI judge. The study shows that humans do gradually improve their strategies with training, but overall Pixelor still matches human performance.

Slides for my SIGGRAPH Asia 2020 talk

PS: Reusing any of these slides would require permission from the author.

Full talk (15 mins) at SIGGRAPH Asia 2020


Watch a short summary video instead


Want to cite this paper ?

@article{pixelor20siga,
    author = {Bhunia, Ayan Kumar and Das, Ayan and Muhammad, Umar Riaz and Yang, Yongxin and Hospedales, Timothy M. and Xiang, Tao and Gryaditskaya, Yulia and Song, Yi-Zhe},
    title = {Pixelor: A Competitive Sketching AI Agent. so You Think You Can Sketch?},
    year = {2020},
    publisher = {Association for Computing Machinery},
    volume = {39},
    number = {6},
    journal = {ACM Trans. Graph.},
    articleno = {166},
    numpages = {15}
}