This style transfer idea, though eye candy and sometimes impressive, seems to be the core application of deep learning these days. François Chollet tweeted something like that two years ago about the prisma app (yes it was 2015). He back then anticipated many other killer apps behind the corner but it seems not much had materialized. It's 2017 now and people are still super excited about yet another style transfer ne…
I understand your position, but it comes from a false assumption that this is just about images. This is a demo that uses images as a way to "wow" the audience. However, the kind of network used here (GAN) can be used in domains other than images (text, financial data). Imagine if you trained a network to generate fraudulent financial data and another to become an expert at catching fraud, each feeding back into the…
Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
101–110 of 146 posts
Re: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
#102Very cool. What's the max resolution (on a 12GB GPU)?
Re: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
#103Earlier quoted context omitted.
Agreed with the first paragraph, but I think this sort of behavior is normal for most disciplines. That is, it's not CS looking like psychology or sociology, it's normal for CS to do this. I think we're seeing a similar thing right now in biology with CRISPR.
FWIW, CRISPR isn't a great analogy. It's a well understood mechanism, and not really all that different from standard genome editing techniques like restriction enzymes, zinc-finger nucleases, etc. It's new and flashy and super powerful -- and the applications of CRISPR are still being discovered -- but the mechanism is understood and simple.
Re: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
#104I've only recently started reading about deep neural networks, and the thing that strikes me the most about the literature is the lack of mathematics . Open a NIPS paper from 2010 or so, and you'll see extremely dense mathematics: nonparametrics, variational approximation, sampling theory, riemannian geometry. But from my (admittedly small) sampling of the convnet / RNN literature there really doesn't seem to be much…
Re: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
#105Current title: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks Current link: https://junyanz.github.io/CycleGAN/ Previous title: Berkeley's software turns paintings into photos, horses into zebras, and more Previous link: https://github.com/junyanz/CycleGAN/ The previous title, which was based on the repo description of the previous link, was much more informative to me.
Re: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
#106Very cool. What's the max resolution (on a 12GB GPU)?
I'm curious too, since the max resolution appears to be 220x220 on a 2GB GPU in my testing. If that is a linear relationship, it seems like it would be ~ 1080x1080 for a 12GB GPU.
Re: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
#107Re: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
#108I've only recently started reading about deep neural networks, and the thing that strikes me the most about the literature is the lack of mathematics . Open a NIPS paper from 2010 or so, and you'll see extremely dense mathematics: nonparametrics, variational approximation, sampling theory, riemannian geometry. But from my (admittedly small) sampling of the convnet / RNN literature there really doesn't seem to be much…
So what we're seeing is these fields pre-deep learning were mathematical disciplines making steady progress on well-understood foundations. Then deep learning came in, was exceptionally effective at problems that had been difficult to crack, and people shifted focus because it seems weird to be diddling around with incremental gains on techniques that are significantly less effective. What this created though, was a…
In some respects this is good, in other respects it's awful.
Re: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
#109Current title: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks Current link: https://junyanz.github.io/CycleGAN/ Previous title: Berkeley's software turns paintings into photos, horses into zebras, and more Previous link: https://github.com/junyanz/CycleGAN/ The previous title, which was based on the repo description of the previous link, was much more informative to me.
Re: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
#110My one takeaway from this is that the future will be a scary place. This is impressive work, so please don't take that as a knock against this phenomenal work. This shows that computers soon will have the ability to fool our senses so well that we may not even believe reality when it is right in front of us. Some of the pictures, when I was just viewing them (before reading captions or titles) looked real. I was asto…