Avishi Gupta, Vaseem Naazleen, Shivangi Tomar.
Neural style transfer is an optimization technique takes two images
- A content image .
- A style reference image (such as an artwork by a famous painter) and blend them together so the output image looks like the content image, but “painted” in the style of the style reference image.
- Gatys et al(A Neural Algorithm of Artistic Style) introduced a way to use Convolutional Neural Network (CNN) to separate and recombine the image content and style of natural images by extracting image representations from response layers in VGG networks.
The below shows how style transfer looks :
- A - Content Image
- B, C, D, E, F - Stylized Images (Style Image at Right corner)