paper-with-me

홈 › Papers

StyleFlow For Content-Fixed Image to Image Translation

2022-07-05 · Weichen Fan, Jinghuan Chen, Jiabin Ma, Jun Hou, Shuai Yi

Image-to-image (I2I) translation is a challenging topic in computer vision. We divide this problem into three tasks: strongly constrained translation, normally constrained translation, and weakly constrained translation. The constraint here indicates the extent to which the content or semantic information in the original image is preserved. Although previous approaches have achieved good performance in weakly constrained tasks, they failed to fully preserve the content in both strongly and normally constrained tasks, including photo-realism synthesis, style transfer, and colorization, etc. To achieve content-preserving transfer in strongly constrained and normally constrained tasks, we propose StyleFlow, a new I2I translation model that consists of normalizing flows and a novel Style-Aware Normalization (SAN) module. With the invertible network structure, StyleFlow first projects input images into deep feature space in the forward pass, while the backward pass utilizes the SAN module to perform content-fixed feature transformation and then projects back to image space. Our model supports both image-guided translation and multi-modal synthesis. We evaluate our model in several I2I translation benchmarks, and the results show that the proposed model has advantages over previous methods in both strongly constrained and normally constrained tasks.

📄 PDF Abstract BibTeX arXiv:2207.01909

Code (1)

weepiess/StyleFlow-Content-Fixed-I2I 공식 구현 pytorch

Tasks

ColorizationImage-to-Image TranslationStyle TransferTranslation

Methods 이 논문이 사용한 방법론

Normalizing Flows Normalizing Flows are a method for constructing complex distributions by transforming a probability density through a series of invertible mappings. By repeatedly applying…

Similar Papers 제목 키워드 기반

StyleFlow: Disentangle Latent Representations via Normalizing Flow for Unsupervised Text Style Transfer

2022-12-19 · Kangchen Zhu, Zhiliang Tian, Ruifeng Luo, Xiaoguang Mao

Text style transfer aims to alter the style of a sentence while preserving its content. Due to the lack of parallel corpora, most recent work focuses on unsupervised methods and often uses cycle construction to train mod…

Data AugmentationDecoderDisentanglementSentence+3

StyleFlow: Attribute-conditioned Exploration of StyleGAN-Generated Images using Conditional Continuous Normalizing Flows

2020-08-06 · Rameen Abdal, Peihao Zhu, Niloy Mitra, Peter Wonka

High-quality, diverse, and photorealistic images can now be generated by unconditional GANs (e.g., StyleGAN). However, limited options exist to control the generation process using (semantic) attributes, while still pres…

Attribute

Grounding Free-Form Instructions for Fashion Complementary Image Generation

2026-08-24 · Matteo Attimonelli, Claudio Pomo, Alessandro De Bellis, Danilo Danese 외 arxiv

Fashion complementary image generation (CIG) aims to create garments that stylistically match a seed item based on user intent, making it a natural multimodal grounding problem where models must interpret language in vis…

Image Generation

Adapting Text-to-Image Generation with Feature Difference Instruction for Generic Image Restoration

2025-01-01 · CVPR 2025 1 · Chao Wang, Hehe Fan, Huichen Yang, Sarvnaz Karimi 외

Diffusion-based Text-to-Image (T2I) models have demonstrated significant potential in image restoration. However, existing models continue to grapple with challenges such as complex training and prompt design. We int…

Image GenerationImage RestorationText to Image GenerationText-to-Image Generation

Unpaired Image-to-Image Translation with Content Preserving Perspective: A Review

2025-02-11 · Mehran Safayani, Behnaz Mirzapour, Hanieh aghaebrahimiyan, Nasrin Salehi 외

Image-to-image translation (I2I) transforms an image from a source domain to a target domain while preserving source content. Most computer vision applications are in the field of image-to-image translation, such as styl…

Image SegmentationImage-to-Image TranslationSemantic SegmentationStyle Transfer+2