Image Referenced Sketch Colorization Based on Animation Creation Workflow
Dingkun Yan, Xinrui Wang, Zhuoru Li, Suguru Saito, Yusuke Iwasawa, Yutaka Matsuo, Jiaxian Guo
TL;DR
This work tackles automatic sketch colorization in animation pipelines by combining a diffusion-based model with spatially aware color guidance. It introduces a split cross-attention mechanism and switchable LoRA modules to separately colorize foreground and background, guided by a sketch and a reference image, thereby eliminating spatial artifacts. The approach mirrors real-world production steps, uses high-dimensional local reference tokens, and adds a recovery transformer to fuse foreground and background information. Empirical results show improved artifact suppression, color fidelity, and user preference over baselines across qualitative, quantitative, and human studies, with potential impact on speeding up animation colorization workflows. Limitations include dependency on accurate masks, with future work extending to video colorization.
Abstract
Sketch colorization plays an important role in animation and digital illustration production tasks. However, existing methods still meet problems in that text-guided methods fail to provide accurate color and style reference, hint-guided methods still involve manual operation, and image-referenced methods are prone to cause artifacts. To address these limitations, we propose a diffusion-based framework inspired by real-world animation production workflows. Our approach leverages the sketch as the spatial guidance and an RGB image as the color reference, and separately extracts foreground and background from the reference image with spatial masks. Particularly, we introduce a split cross-attention mechanism with LoRA (Low-Rank Adaptation) modules. They are trained separately with foreground and background regions to control the corresponding embeddings for keys and values in cross-attention. This design allows the diffusion model to integrate information from foreground and background independently, preventing interference and eliminating the spatial artifacts. During inference, we design switchable inference modes for diverse use scenarios by changing modules activated in the framework. Extensive qualitative and quantitative experiments, along with user studies, demonstrate our advantages over existing methods in generating high-qualigy artifact-free results with geometric mismatched references. Ablation studies further confirm the effectiveness of each component. Codes are available at https://github.com/ tellurion-kanata/colorizeDiffusion.
