paper-with-me

홈 › Papers

StyTr$^2$: Image Style Transfer with Transformers

2021-05-30 · Yingying Deng, Fan Tang, WeiMing Dong, Chongyang Ma, Xingjia Pan, Lei Wang, Changsheng Xu

The goal of image style transfer is to render an image with artistic features guided by a style reference while maintaining the original content. Owing to the locality in convolutional neural networks (CNNs), extracting and maintaining the global information of input images is difficult. Therefore, traditional neural style transfer methods face biased content representation. To address this critical issue, we take long-range dependencies of input images into account for image style transfer by proposing a transformer-based approach called StyTr$^2$. In contrast with visual transformers for other vision tasks, StyTr$^2$ contains two different transformer encoders to generate domain-specific sequences for content and style, respectively. Following the encoders, a multi-layer transformer decoder is adopted to stylize the content sequence according to the style sequence. We also analyze the deficiency of existing positional encoding methods and propose the content-aware positional encoding (CAPE), which is scale-invariant and more suitable for image style transfer tasks. Qualitative and quantitative experiments demonstrate the effectiveness of the proposed StyTr$^2$ compared with state-of-the-art CNN-based and flow-based approaches. Code and models are available at https://github.com/diyiiyiii/StyTR-2.

📄 PDF Abstract BibTeX arXiv:2105.14576

Code (4)

diyiiyiii/StyTR-2 공식 구현 pytorch
2023-MindSpore-1/ms-code-7/tree/main/StyTr-2 mindspore
DarshanDeshpande/research-paper-implementations/tree/main/tensorflow/stytr2 tf
mszpc/StyTR-2-mindspore mindspore

Tasks

DecoderStyle Transfer

Similar Papers 제목 키워드 기반

StyTr2: Image Style Transfer With Transformers

2022-01-01 · CVPR 2022 1 · Yingying Deng, Fan Tang, WeiMing Dong, Chongyang Ma 외

The goal of image style transfer is to render an image with artistic features guided by a style reference while maintaining the original content. Owing to the locality in convolutional neural networks (CNNs), extract…

DecoderStyle Transfer

Mamba-ST: State Space Model for Efficient Style Transfer

2024-09-16 · IEEE/CVF Winter Conference on Applications of Computer Vision (WACV) 2025 2 · Filippo Botti, Alex Ergasti, Leonardo Rossi, Tomaso Fontanini 외

The goal of style transfer is, given a content image and a style source, generating a new image preserving the content but with the artistic representation of the style source. Most of the state-of-the-art architectures …

MambaStyle Transfer

Edge Enhanced Image Style Transfer via Transformers

2023-01-02 · Chiyu Zhang, Jun Yang, Zaiyan Dai, Peng Cao

In recent years, arbitrary image style transfer has attracted more and more attention. Given a pair of content and style images, a stylized one is hoped that retains the content from the former while catching style patte…

Style Transfer

QwenStyle: Content-Preserving Style Transfer with Qwen-Image-Edit

2026-01-08 · Shiwen Zhang, Haibin Huang, Chi Zhang, Xuelong Li arxiv

Content-Preserving Style transfer, given content and style references, remains challenging for Diffusion Transformers (DiTs) due to its internal entangled content and style features. In this technical report, we propose …

Continual LearningStyle Transfer

Fine-Grained Image Style Transfer with Visual Transformers

2022-10-11 · Jianbo Wang, Huan Yang, Jianlong Fu, Toshihiko Yamasaki 외

With the development of the convolutional neural network, image style transfer has drawn increasing attention. However, most existing approaches adopt a global feature transformation to transfer style patterns into conte…

Style Transfer