Search papers, labs, and topics across Lattice.
This paper introduces a workflow-aware structured layer decomposition framework for anime illustrations, designed to disentangle the complex layered structure inherent in this art form. The method leverages lightweight layer semantic embeddings and layer-wise losses to guide the decomposition into line art, flat color, shadow, and highlight layers, mimicking the anime production pipeline. Experiments on a newly constructed dataset demonstrate the method's ability to achieve accurate and visually coherent layer decompositions, enabling downstream editing tasks.
Unlock controllable anime illustration editing by decomposing images into semantically meaningful production layers like line art, color, shadow, and highlight.
Recent generative image editing methods adopt layered representations to mitigate the entangled nature of raster images and improve controllability, typically relying on object-based segmentation. However, such strategies may fail to capture the structural and stylized properties of human-created images, such as anime illustrations. To solve this issue, we propose a workflow-aware structured layer decomposition framework tailored to the illustration production of anime artwork. Inspired by the creation pipeline of anime production, our method decomposes the illustration into semantically meaningful production layers, including line art, flat color, shadow, and highlight. To decouple all these layers, we introduce lightweight layer semantic embeddings to provide specific task guidance for each layer. Furthermore, a set of layer-wise losses is incorporated to supervise the training process of individual layers. To overcome the lack of ground-truth layered data, we construct a high-quality illustration dataset that simulated the standard anime production workflow. Experiments demonstrate that the accurate and visually coherent layer decompositions were achieved by using our method. We believe that the resulting layered representation further enables downstream tasks such as recoloring and embedding texture, supporting content creation, and illustration editing. Code is available at: https://github.com/zty0304/Anime-layer-decomposition