CVMMFeb 27, 2025

Image Referenced Sketch Colorization Based on Animation Creation Workflow

arXiv:2502.19937v17 citationsh-index: 20CVPR
Originality Incremental advance
AI Analysis

This work addresses colorization challenges in animation and digital illustration production, offering an incremental improvement over existing methods by reducing manual effort and artifacts.

The paper tackles sketch colorization by proposing a diffusion-based framework that uses a sketch for spatial guidance and an RGB image for color reference, separately extracting foreground and background to prevent artifacts, resulting in high-quality, artifact-free outputs as validated by experiments and user studies.

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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes