Collaborative Neural Rendering using Anime Character Sheets
Zuzeng Lin, Ailin Huang, Zhewei Huang
TL;DR
CoNR tackles the challenge of generating 2D anime character images in user-specified poses from character sheets by introducing Ultra-Dense Pose (UDP), a compact pose representation that bypasses UV texture mappings. The method employs a collaborative CINN-based renderer with multi-view feature fusion and an optional UDP Detector to fuse information across multiple reference images, achieving pose-consistent renderings for both hand-drawn and synthesized data. Key contributions include formulating a new rendering task from character sheets, proposing UDP for detailed pose control, and releasing a large open dataset to support research in this area. The approach offers practical benefits for anime production, enabling artists to rapidly generate pose-conditioned previews and animations with improved control and consistency.
Abstract
Drawing images of characters with desired poses is an essential but laborious task in anime production. Assisting artists to create is a research hotspot in recent years. In this paper, we present the Collaborative Neural Rendering (CoNR) method, which creates new images for specified poses from a few reference images (AKA Character Sheets). In general, the diverse hairstyles and garments of anime characters defies the employment of universal body models like SMPL, which fits in most nude human shapes. To overcome this, CoNR uses a compact and easy-to-obtain landmark encoding to avoid creating a unified UV mapping in the pipeline. In addition, the performance of CoNR can be significantly improved when referring to multiple reference images, thanks to feature space cross-view warping in a carefully designed neural network. Moreover, we have collected a character sheet dataset containing over 700,000 hand-drawn and synthesized images of diverse poses to facilitate research in this area. Our code and demo are available at https://github.com/megvii-research/IJCAI2023-CoNR.
