StyTr$^2$: Image Style Transfer with Transformers
Yingying Deng, Fan Tang, Weiming Dong, Chongyang Ma and, Xingjia Pan, Lei Wang, Changsheng Xu

TL;DR
StyTr$^2$ introduces a transformer-based method for image style transfer that effectively captures global information and long-range dependencies, outperforming CNN-based approaches in maintaining content and style fidelity.
Contribution
The paper proposes a novel transformer architecture with domain-specific encoders and a content-aware positional encoding for improved style transfer.
Findings
Outperforms state-of-the-art CNN-based methods
Effectively captures global image features
Demonstrates superior style transfer quality
Abstract
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. In contrast with visual transformers for other vision tasks, StyTr 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis
