paper-with-me

Papers

Stroke-based Neural Painting and Stylization with Dynamically Predicted Painting Region

2023-09-07 · Teng Hu, Ran Yi, Haokun Zhu, Liang Liu, Jinlong Peng, Yabiao Wang, Chengjie Wang, Lizhuang Ma

Stroke-based rendering aims to recreate an image with a set of strokes. Most existing methods render complex images using an uniform-block-dividing strategy, which leads to boundary inconsistency artifacts. To solve the problem, we propose Compositional Neural Painter, a novel stroke-based rendering framework which dynamically predicts the next painting region based on the current canvas, instead of dividing the image plane uniformly into painting regions. We start from an empty canvas and divide the painting process into several steps. At each step, a compositor network trained with a phasic RL strategy first predicts the next painting region, then a painter network trained with a WGAN discriminator predicts stroke parameters, and a stroke renderer paints the strokes onto the painting region of the current canvas. Moreover, we extend our method to stroke-based style transfer with a novel differentiable distance transform loss, which helps preserve the structure of the input image during stroke-based stylization. Extensive experiments show our model outperforms the existing models in both stroke-based neural painting and stroke-based stylization. Code is available at https://github.com/sjtuplayer/Compositional_Neural_Painter

📄 PDF Abstract BibTeX arXiv:2309.03504

Code (2)

sjtuplayer/compositional_neural_painter 공식 구현 pytorch
nomewang/mcf pytorch

Tasks

Style Transfer

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
WGAN Wasserstein GAN, or WGAN, is a type of generative adversarial network that minimizes an approximation of the Earth-Mover's distance (EM) rather than the Jensen-Shannon…

Similar Papers 제목 키워드 기반

PTGCF: Printing Texture Guided Color Fusion for Impressionism Oil Painting Style Rendering

2022-07-26 · Jing Geng, Li'e Ma, Xiaoquan Li, Yijun Yan

As a major branch of Non-Photorealistic Rendering (NPR), image stylization mainly uses the computer algorithms to render a photo into an artistic painting. Recent work has shown that the extraction of style information s…

Image Stylization

Neural 3D Strokes: Creating Stylized 3D Scenes with Vectorized 3D Strokes

2023-11-27 · CVPR 2024 1 · Hao-Bin Duan, Miao Wang, Yan-Xun Li, Yong-Liang Yang

We present Neural 3D Strokes, a novel technique to generate stylized images of a 3D scene at arbitrary novel views from multi-view 2D images. Different from existing methods which apply stylization to trained neural radi…

SRAGAN: Saliency Regularized and Attended Generative Adversarial Network for Chinese Ink-wash Painting Generation

2024-04-24 · Xiang Gao, Yuqi Zhang

Recent style transfer problems are still largely dominated by Generative Adversarial Network (GAN) from the perspective of cross-domain image-to-image (I2I) translation, where the pivotal issue is to learn and transfer t…

Generative Adversarial NetworkImage StylizationImage-to-Image TranslationSaliency Detection+2

Rethinking Style Transfer: From Pixels to Parameterized Brushstrokes

2021-03-31 · CVPR 2021 1 · Dmytro Kotovenko, Matthias Wright, Arthur Heimbrecht, Björn Ommer

There have been many successful implementations of neural style transfer in recent years. In most of these works, the stylization process is confined to the pixel domain. However, we argue that this representation is unn…

Style Transfer

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…