paper-with-me

홈 › Papers

MambaPainter: Neural Stroke-Based Rendering in a Single Step

2024-10-16 · Tomoya Sawada, Marie Katsurai

Stroke-based rendering aims to reconstruct an input image into an oil painting style by predicting brush stroke sequences. Conventional methods perform this prediction stroke-by-stroke or require multiple inference steps due to the limitations of a predictable number of strokes. This procedure leads to inefficient translation speed, limiting their practicality. In this study, we propose MambaPainter, capable of predicting a sequence of over 100 brush strokes in a single inference step, resulting in rapid translation. We achieve this sequence prediction by incorporating the selective state-space model. Additionally, we introduce a simple extension to patch-based rendering, which we use to translate high-resolution images, improving the visual quality with a minimal increase in computational cost. Experimental results demonstrate that MambaPainter can efficiently translate inputs to oil painting-style images compared to state-of-the-art methods. The codes are available at https://github.com/STomoya/MambaPainter.

📄 PDF Abstract BibTeX arXiv:2410.12524

Code (1)

STomoya/MambaPainter 공식 구현 pytorch

Tasks

Translation

Similar Papers 제목 키워드 기반

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

2023-09-07 · Teng Hu, Ran Yi, Haokun Zhu, Liang Liu 외

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 …

Style Transfer

AttentionPainter: An Efficient and Adaptive Stroke Predictor for Scene Painting

2024-10-21 · Yizhe Tang, Yue Wang, Teng Hu, Ran Yi 외

Stroke-based Rendering (SBR) aims to decompose an input image into a sequence of parameterized strokes, which can be rendered into a painting that resembles the input image. Recently, Neural Painting methods that utilize…

reinforcement-learningReinforcement Learning

Stroke-based Rendering: From Heuristics to Deep Learning

2022-12-30 · Florian Nolte, Andrew Melnik, Helge Ritter

In the last few years, artistic image-making with deep learning models has gained a considerable amount of traction. A large number of these models operate directly in the pixel space and generate raster images. This is …

Deep LearningNeural RenderingVector Graphics

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…

Bridging Online and Offline Handwriting via Differentiable Physical Rendering

2026-08-04 · Seonmi Park, Seunghyun Shin, Vihaan Misra, Dongmin Shin 외 arxiv

Realistic handwritten text generation plays an important role in numerous applications, such as font design, biometric authentication, and robotic calligraphy. Existing methods are typically divided into two independent …

Text Generation