paper-with-me

홈 › Papers

Rethink Arbitrary Style Transfer with Transformer and Contrastive Learning

2024-04-21 · Zhanjie Zhang, Jiakai Sun, Guangyuan Li, Lei Zhao, Quanwei Zhang, Zehua Lan, Haolin Yin, Wei Xing, Huaizhong Lin, Zhiwen Zuo

Arbitrary style transfer holds widespread attention in research and boasts numerous practical applications. The existing methods, which either employ cross-attention to incorporate deep style attributes into content attributes or use adaptive normalization to adjust content features, fail to generate high-quality stylized images. In this paper, we introduce an innovative technique to improve the quality of stylized images. Firstly, we propose Style Consistency Instance Normalization (SCIN), a method to refine the alignment between content and style features. In addition, we have developed an Instance-based Contrastive Learning (ICL) approach designed to understand the relationships among various styles, thereby enhancing the quality of the resulting stylized images. Recognizing that VGG networks are more adept at extracting classification features and need to be better suited for capturing style features, we have also introduced the Perception Encoder (PE) to capture style features. Extensive experiments demonstrate that our proposed method generates high-quality stylized images and effectively prevents artifacts compared with the existing state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2404.13584

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningStyle Transfer

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
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$…
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…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Instance Normalization Instance Normalization (also known as contrast normalization) is a normalization layer where: $$ y_{tijk} = \frac{x_{tijk} - \mu_{ti}}{\sqrt{\sigma_{ti}^2 +…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

A Unified Arbitrary Style Transfer Framework via Adaptive Contrastive Learning

2023-03-09 · Yuxin Zhang, Fan Tang, WeiMing Dong, Haibin Huang 외

We present Unified Contrastive Arbitrary Style Transfer (UCAST), a novel style representation learning and transfer framework, which can fit in most existing arbitrary image style transfer models, e.g., CNN-based, ViT-ba…

Contrastive LearningRepresentation LearningStyle Transfer

Domain Enhanced Arbitrary Image Style Transfer via Contrastive Learning

2022-05-19 · Yuxin Zhang, Fan Tang, WeiMing Dong, Haibin Huang 외

In this work, we tackle the challenging problem of arbitrary image style transfer using a novel style feature representation learning method. A suitable style representation, as a key component in image stylization tasks…

Contrastive LearningImage StylizationRepresentation LearningStyle Transfer

Bridging Text and Image for Artist Style Transfer via Contrastive Learning

2024-10-12 · Zhi-Song Liu, Li-Wen Wang, Jun Xiao, Vicky Kalogeiton

Image style transfer has attracted widespread attention in the past few years. Despite its remarkable results, it requires additional style images available as references, making it less flexible and inconvenient. Using …

Contrastive LearningState Space ModelsStyle Transfer

Name Your Style: An Arbitrary Artist-aware Image Style Transfer

2022-02-28 · Zhi-Song Liu, Li-Wen Wang, Wan-Chi Siu, Vicky Kalogeiton

Image style transfer has attracted widespread attention in the past few years. Despite its remarkable results, it requires additional style images available as references, making it less flexible and inconvenient. Using …

Style Transfer

Total Style Transfer with a Single Feed-Forward Network

2019-05-01 · ICLR 2019 5 · Minseong Kim, Hyun-Chul Choi

Recent image style transferring methods achieved arbitrary stylization with input content and style images. To transfer the style of an arbitrary image to a content image, these methods used a feed-forward network with a…

DecoderStyle Transfer