Powers of layers for image-to-image translation
Hugo Touvron, Matthijs Douze, Matthieu Cord, Herv\'e J\'egou

TL;DR
This paper introduces a residual block-based architecture operating in the latent space for unpaired image-to-image translation, enabling flexible, parameter-efficient transformations like style transfer and denoising.
Contribution
It presents a novel iterative residual block approach in the latent space that simplifies training and allows modulation of transformation strength, outperforming CycleGAN in some cases.
Findings
Comparable or better performance than CycleGAN
Fewer parameters needed for similar tasks
Flexible control over transformation strength
Abstract
We propose a simple architecture to address unpaired image-to-image translation tasks: style or class transfer, denoising, deblurring, deblocking, etc. We start from an image autoencoder architecture with fixed weights. For each task we learn a residual block operating in the latent space, which is iteratively called until the target domain is reached. A specific training schedule is required to alleviate the exponentiation effect of the iterations. At test time, it offers several advantages: the number of weight parameters is limited and the compositional design allows one to modulate the strength of the transformation with the number of iterations. This is useful, for instance, when the type or amount of noise to suppress is not known in advance. Experimentally, we provide proofs of concepts showing the interest of our method for many transformations. The performance of our model is…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Advanced Image Processing Techniques · Digital Media Forensic Detection
MethodsConvolution · PatchGAN · GAN Least Squares Loss · Tanh Activation · Cycle Consistency Loss · *Communicated@Fast*How Do I Communicate to Expedia? · Instance Normalization · Batch Normalization · HuMan(Expedia)||How do I get a human at Expedia? · Residual Connection
