Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Hands-On Image Generation with TensorFlow

You're reading from  Hands-On Image Generation with TensorFlow

Product type Book
Published in Dec 2020
Publisher Packt
ISBN-13 9781838826789
Pages 306 pages
Edition 1st Edition
Languages
Author (1):
Soon Yau Cheong Soon Yau Cheong
Profile icon Soon Yau Cheong

Table of Contents (15) Chapters

Preface Section 1: Fundamentals of Image Generation with TensorFlow
Chapter 1: Getting Started with Image Generation Using TensorFlow Chapter 2: Variational Autoencoder Chapter 3: Generative Adversarial Network Section 2: Applications of Deep Generative Models
Chapter 4: Image-to-Image Translation Chapter 5: Style Transfer Chapter 6: AI Painter Section 3: Advanced Deep Generative Techniques
Chapter 7: High Fidelity Face Generation Chapter 8: Self-Attention for Image Generation Chapter 9: Video Synthesis Chapter 10: Road Ahead Other Books You May Enjoy

Arbitrary style transfer in real time

In this section, we will learn how to implement a network that could perform arbitrary style transfer in real time. We have already learned how to use a feed-forward network for faster inference and that solves the real-time part. We have also learned how to use conditional instance normalization to transfer a fixed number of styles. Now, we will learn one further normalization technique that allows for any arbitrary style, and then we are good to go in terms of implementing the code.

Implementing adaptive instance normalization

Like CIN, AdaIN is also instance normalization, meaning that the mean and standard deviation are calculated across (H, W) per image, and per channel, as opposed to batch normalization, which calculates across (N, H, W). In CIN, the gammas and betas are trainable variables, and they learn the means and variances that are needed for different styles. In AdaIN, gammas and betas are replaced by standard deviations and...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}