Adaptive Instance Normalization

Adaptive Instance Normalization was a great read. Here the authors argue that instance normalization is indeed style normalization.

With that in mind, they provide a faster and more versatile approach to neural style transfer.

My take: GitHub - ariG23498/AdaIN-TF: Minimal Implementation of AdaIN with TensorFlow

1 Like

Built a hugging face space for this project.
Link: https://huggingface.co/spaces/ariG23498/nst
Worked on it with @Ritwik_Raha.