Date:

Image Parameterizations

Neural networks trained to classify images have a remarkable — and surprising! — capacity to generate images.
Techniques such as DeepDream , style transfer, and feature visualization leverage this capacity as a powerful tool for exploring the inner workings of neural networks, and to fuel a small artistic movement based on neural art.

All these techniques work in roughly the same way.
Neural networks used in computer vision have a rich internal representation of the images they look at.
We can use this representation to describe the properties we want an image to have (e.g. style), and then optimize the input image to have those properties.
This kind of optimization is possible because the networks are differentiable with respect to their inputs: we can slightly tweak the image to better fit the desired properties, and then iteratively apply such tweaks in gradient descent.

Differentiable Parameterizations

1:
As long as an
image para­meter­ization
is differ­entiable, we can back­propagate
( )
through it.

Post Views: 26

Latest stories

Read More

LEAVE A REPLY

Please enter your comment!
Please enter your name here