paper-with-me

Papers

ITstyler: Image-optimized Text-based Style Transfer

2023-01-26 · Yunpeng Bai, Jiayue Liu, Chao Dong, Chun Yuan

Text-based style transfer is a newly-emerging research topic that uses text information instead of style image to guide the transfer process, significantly extending the application scenario of style transfer. However, previous methods require extra time for optimization or text-image paired data, leading to limited effectiveness. In this work, we achieve a data-efficient text-based style transfer method that does not require optimization at the inference stage. Specifically, we convert text input to the style space of the pre-trained VGG network to realize a more effective style swap. We also leverage CLIP's multi-modal embedding space to learn the text-to-style mapping with the image dataset only. Our method can transfer arbitrary new styles of text input in real-time and synthesize high-quality artistic images.

📄 PDF Abstract BibTeX arXiv:2301.10916

Code (0)

등록된 구현이 없습니다.

Tasks

Style 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…
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$…
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…
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…
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 제목 키워드 기반

GIST: Towards Photorealistic Style Transfer via Multiscale Geometric Representations

2024-12-03 · Renan A. Rojas-Gomez, Minh N. Do

State-of-the-art Style Transfer methods often leverage pre-trained encoders optimized for discriminative tasks, which may not be ideal for image synthesis. This can result in significant artifacts and loss of photorealis…

Image GenerationStyle Transfer

Uncorrelated Feature Encoding for Faster Image Style Transfer

2018-07-04 · Minseong Kim, Jongju Shin, Myung-Cheol Roh, Hyun-Chul Choi

Recent fast style transfer methods use a pre-trained convolutional neural network as a feature encoder and a perceptual loss network. Although the pre-trained network is used to generate responses of receptive fields eff…

image-classificationImage ClassificationStyle Transfer

SpectralCLIP: Preventing Artifacts in Text-Guided Style Transfer from a Spectral Perspective

2023-03-16 · Zipeng Xu, Songlong Xing, Enver Sangineto, Nicu Sebe

Owing to the power of vision-language foundation models, e.g., CLIP, the area of image synthesis has seen recent important advances. Particularly, for style transfer, CLIP enables transferring more general and abstract s…

Image GenerationStyle Transfer

StyleMesh: Style Transfer for Indoor 3D Scene Reconstructions

2021-12-02 · CVPR 2022 1 · Lukas Höllein, Justin Johnson, Matthias Nießner

We apply style transfer on mesh reconstructions of indoor scenes. This enables VR applications like experiencing 3D environments painted in the style of a favorite artist. Style transfer typically operates on 2D images, …

Style Transfer

GenText: Unsupervised Artistic Text Generation via Decoupled Font and Texture Manipulation

2022-07-20 · Qirui Huang, Bin Fu, Aozhong zhang, Yu Qiao

Automatic artistic text generation is an emerging topic which receives increasing attention due to its wide applications. The artistic text can be divided into three components, content, font, and texture, respectively. …

Style TransferText GenerationText Style Transfer