GRCVLGMLDec 20, 2018

Animating Arbitrary Objects via Deep Motion Transfer

arXiv:1812.08861v3384 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of realistic video generation for arbitrary objects, which is incremental as it builds on existing motion transfer methods.

The paper tackles the problem of animating arbitrary objects in images by transferring motion from a driving video, achieving state-of-the-art performance on benchmark datasets.

This paper introduces a novel deep learning framework for image animation. Given an input image with a target object and a driving video sequence depicting a moving object, our framework generates a video in which the target object is animated according to the driving sequence. This is achieved through a deep architecture that decouples appearance and motion information. Our framework consists of three main modules: (i) a Keypoint Detector unsupervisely trained to extract object keypoints, (ii) a Dense Motion prediction network for generating dense heatmaps from sparse keypoints, in order to better encode motion information and (iii) a Motion Transfer Network, which uses the motion heatmaps and appearance information extracted from the input image to synthesize the output frames. We demonstrate the effectiveness of our method on several benchmark datasets, spanning a wide variety of object appearances, and show that our approach outperforms state-of-the-art image animation and video generation methods. Our source code is publicly available.

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