paper-with-me

Papers

ProcessPainter: Learn Painting Process from Sequence Data

2024-06-10 · Yiren Song, Shijie Huang, Chen Yao, Xiaojun Ye, Hai Ci, Jiaming Liu, Yuxuan Zhang, Mike Zheng Shou

The painting process of artists is inherently stepwise and varies significantly among different painters and styles. Generating detailed, step-by-step painting processes is essential for art education and research, yet remains largely underexplored. Traditional stroke-based rendering methods break down images into sequences of brushstrokes, yet they fall short of replicating the authentic processes of artists, with limitations confined to basic brushstroke modifications. Text-to-image models utilizing diffusion processes generate images through iterative denoising, also diverge substantially from artists' painting process. To address these challenges, we introduce ProcessPainter, a text-to-video model that is initially pre-trained on synthetic data and subsequently fine-tuned with a select set of artists' painting sequences using the LoRA model. This approach successfully generates painting processes from text prompts for the first time. Furthermore, we introduce an Artwork Replication Network capable of accepting arbitrary-frame input, which facilitates the controlled generation of painting processes, decomposing images into painting sequences, and completing semi-finished artworks. This paper offers new perspectives and tools for advancing art education and image generation technology.

📄 PDF Abstract BibTeX arXiv:2406.06062

Code (1)

nicolaus-huang/processpainter 공식 구현 pytorch

Tasks

DenoisingImage Generation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Collaborative Neural Painting

2023-12-04 · Nicola Dall'Asen, Willi Menapace, Elia Peruzzo, Enver Sangineto 외

The process of painting fosters creativity and rational planning. However, existing generative AI mostly focuses on producing visually pleasant artworks, without emphasizing the painting process. We introduce a novel tas…

PaintCopilot: Modeling Painting as Autonomous Artistic Continuation

2026-05-20 · Yunge Wen, Yuancheng Shen, Paul Pu Liang arxiv

We present PaintCopilot, a co-creative neural painting assistant that models painting as an open-ended autoregressive artistic behavior conditioned on evolving canvas states and prior brushstroke history, without requiri…

Sequence-to-Sequence Multi-Modal Speech In-Painting

2024-06-03 · Mahsa Kadkhodaei Elyaderani, Shahram Shirani

Speech in-painting is the task of regenerating missing audio contents using reliable context information. Despite various recent studies in multi-modal perception of audio in-painting, there is still a need for an effect…

Decoder

Robust Multi-Modal Speech In-Painting: A Sequence-to-Sequence Approach

2024-06-02 · Mahsa Kadkhodaei Elyaderani, Shahram Shirani

The process of reconstructing missing parts of speech audio from context is called speech in-painting. Human perception of speech is inherently multi-modal, involving both audio and visual (AV) cues. In this paper, we in…

Lip ReadingMulti-Task Learning

Vectorized Region Based Brush Strokes for Artistic Rendering

2025-06-11 · Jeripothula Prudviraj, Vikram Jamwal

Creating a stroke-by-stroke evolution process of a visual artwork tries to bridge the emotional and educational gap between the finished static artwork and its creation process. Recent stroke-based painting systems focus…