paper-with-me

Papers

StyleRWKV: High-Quality and High-Efficiency Style Transfer with RWKV-like Architecture

2024-12-27 · Miaomiao Dai, Qianyu Zhou, Lizhuang Ma

Style transfer aims to generate a new image preserving the content but with the artistic representation of the style source. Most of the existing methods are based on Transformers or diffusion models, however, they suffer from quadratic computational complexity and high inference time. RWKV, as an emerging deep sequence models, has shown immense potential for long-context sequence modeling in NLP tasks. In this work, we present a novel framework StyleRWKV, to achieve high-quality style transfer with limited memory usage and linear time complexity. Specifically, we propose a Recurrent WKV (Re-WKV) attention mechanism, which incorporates bidirectional attention to establish a global receptive field. Additionally, we develop a Deformable Shifting (Deform-Shifting) layer that introduces learnable offsets to the sampling grid of the convolution kernel, allowing tokens to shift flexibly and adaptively from the region of interest, thereby enhancing the model's ability to capture local dependencies. Finally, we propose a Skip Scanning (S-Scanning) method that effectively establishes global contextual dependencies. Extensive experiments with analysis including qualitative and quantitative evaluations demonstrate that our approach outperforms state-of-the-art methods in terms of stylization quality, model complexity, and inference efficiency.

📄 PDF Abstract BibTeX arXiv:2412.19535

Code (0)

등록된 구현이 없습니다.

Tasks

Style Transfer

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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…
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…

Similar Papers 제목 키워드 기반

E2Style: Improve the Efficiency and Effectiveness of StyleGAN Inversion

2021-04-15 · Tianyi Wei, Dongdong Chen, Wenbo Zhou, Jing Liao 외

This paper studies the problem of StyleGAN inversion, which plays an essential role in enabling the pretrained StyleGAN to be used for real image editing tasks. The goal of StyleGAN inversion is to find the exact latent …

Face Parsing

OmniStyle: Filtering High Quality Style Transfer Data at Scale

2025-05-20 · CVPR 2025 1 · Ye Wang, Ruiqi Liu, Jiang Lin, Fei Liu 외

In this paper, we introduce OmniStyle-1M, a large-scale paired style transfer dataset comprising over one million content-style-stylized image triplets across 1,000 diverse style categories, each enhanced with textual de…

Style Transfer

Avatar-Net: Multi-scale Zero-shot Style Transfer by Feature Decoration

2018-05-10 · CVPR 2018 6 · Lu Sheng, Ziyi Lin, Jing Shao, Xiaogang Wang

Zero-shot artistic style transfer is an important image synthesis problem aiming at transferring arbitrary style into content images. However, the trade-off between the generalization and efficiency in existing methods i…

Image GenerationImage ReconstructionStyle Transfer

MambaStyle: Efficient StyleGAN Inversion for Real Image Editing with State-Space Models

2025-05-06 · Jhon Lopez, Carlos Hinojosa, Henry Arguello, Bernard Ghanem

The task of inverting real images into StyleGAN's latent space to manipulate their attributes has been extensively studied. However, existing GAN inversion methods struggle to balance high reconstruction quality, effecti…

Computational EfficiencyState Space Models

G3DST: Generalizing 3D Style Transfer with Neural Radiance Fields across Scenes and Styles

2024-08-24 · Adil Meric, Umut Kocasari, Matthias Nießner, Barbara Roessle

Neural Radiance Fields (NeRF) have emerged as a powerful tool for creating highly detailed and photorealistic scenes. Existing methods for NeRF-based 3D style transfer need extensive per-scene optimization for single or …

NeRFStyle Transfer