Animated Stickers: Bringing Stickers to Life with Video Diffusion
David Yan, Winnie Zhang, Luxin Zhang, Anmol Kalia, Dingkang Wang, Ankit Ramchandani, Miao Liu, Albert Pumarola, Edgar Schoenfeld, Elliot Blanchard, Krishna Narni, Yaqiao Luo, Lawrence Chen, Guan Pang, Ali Thabet, Peter Vajda, Amy Bearman, Licheng Yu
TL;DR
This work addresses animating static stickers by bridging the domain gap between natural videos and sticker-style motion. It proposes a spatiotemporal latent diffusion framework conditioned on image $c_I$ and text $c_T$, augmented with temporal layers and an IP2P-style conditioning scheme, and leverages an ensemble-of-teachers HITL fine-tuning pipeline with motion bucketing and middle-frame conditioning. Key contributions include the ensemble-of-teachers HITL approach, motion-aware data strategies, efficient architectures, and distillation techniques that reduce inference to eight solver steps and deliver eight-frame videos in under $1$ second, demonstrated on 8-frame outputs with high motion quality. The resulting system yields production-ready animated stickers with improved motion size, relevance, and looping behavior, enabling scalable deployment for social expression and potentially informing domain-adaptive video generation in other specialized visual domains.
Abstract
We introduce animated stickers, a video diffusion model which generates an animation conditioned on a text prompt and static sticker image. Our model is built on top of the state-of-the-art Emu text-to-image model, with the addition of temporal layers to model motion. Due to the domain gap, i.e. differences in visual and motion style, a model which performed well on generating natural videos can no longer generate vivid videos when applied to stickers. To bridge this gap, we employ a two-stage finetuning pipeline: first with weakly in-domain data, followed by human-in-the-loop (HITL) strategy which we term ensemble-of-teachers. It distills the best qualities of multiple teachers into a smaller student model. We show that this strategy allows us to specifically target improvements to motion quality while maintaining the style from the static image. With inference optimizations, our model is able to generate an eight-frame video with high-quality, interesting, and relevant motion in under one second.
