Category Archives: neural networks
Randomizing neural style transfer
I have noticed that I prefer the original neural-style over the faster variants like texture-nets and fast-neural-style. One reason is that neural-style allows more control and more immediate feedback when working on images; this applies when one is not interested in developing reusable filters but working a individual images and developing …
Learning multiple styles at the same time?
New innovative GAN implementations are published every week. A particularly interesting one is CycleGAN, which promises to learn to do transformations, similar to what pix2pix does, but without needing pairs of corresponding images. In other words, it claims to be able to transform horses to zebras using a training set consisting …
Seeing beoynd the edges of the image
In an earlier post, http://liipetti.net/erratic/2016/11/25/imaginary-landscapes-using-pix2pix/, I experimented with pix2pix, a versatile new package for training a model, using a conditional GAN architecture, to do various image transforms. In that earlier post, I also ventured beyond an image transform in which the content of the image is kept spatially similar, namely adding what is …
Neural networks, style transfer and artistic process
Imaginary landscapes using pix2pix
Pix2pix is a brand-new tool which is intended to allow application-independent training of any kind of image transform. All that is needed is a dataset containing image pairs, A and B, and one can train a network to transform to either direction. Possible applications include colorization, segmentation, line drawing to …
Artistic workflow with neural style transfer
Life of Adam after paradise
Neural style transfer after the first year
How neural-style works?
I have, in many of my posts, described my experiments using and mis-using neural-style. Some of my experiments can be rather hard to understand in detail unless the reader has a basic understanding how neural-style works. So this post will try to bridge that gap, without going into the mathematical …