Neural Style Transfer Network Project

Download my project.

The research of style transfer expands a lot in recent years due to the evolution of Convolutional Neural Networks. In this report, we build a neural style transfer network based on a pre-trained VGG-19 model that will capture the style and content from the image. Choosing some specific pre-trained layer from the CNN model and then applying gradient descent, the blending of image style and image content makes this neural network an artist. There are three major improvements based on the current image style transfer paper. The first idea developed from the paper is utilizing a blurred version of the content image as the initial inputs. Secondly, we preprocessed images before taking them into the different choice of CNN layers from the paper. And lastly, the noise of the output image has been optimized.

Linjun Huang
Linjun Huang
PhD Candidate of Statistics

I am currently a Statistics PhD student at University of Illinois Urbana-Champaign. I obtained my Master’s in Statistics at Columbia University. Previously, I was at UC Davis where I studied Applied Mathematics.