The next step is "turning pencil drawings into photos" and using it to fabricate evidence on grand scale. Why bother catching politicians doing something when you can just draw them in? Will wreak havoc on societies with weak politics/reporting culture.
This will hurt journalists reporting on facts more than it will hurt targets of smear campaigns. Journalist: "Here is a compromising photo of a politician." Politician: "Here are 1M photos of every politician doing every imaginable illegal act. Prove that your one photo is not similarly fabricated."
Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
71–80 of 146 posts
Re: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
#72Why is it that Neural Net-based ML only seems to be claiming results with images and natural language? Maybe I'm out of the loop, but I haven't seen anything demonstrating results on "data" – the kinds of challenges that are actually valuable to businesses. Why is that? Are those just less sexy / more proprietary in nature, or is there something about those challenges that make NN's less useful to them?
Examples are the whole Predictive Maintenance sector, the medical sector (Computer Aided Diagnosis) or insurance companies which use NN to for all kind of analyses.
Re: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
#73I'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…
What this created though, was a clean break from a field with a theoretical foundation like what we expect in CS usually, to an empirical foundation, like what we see in psychology, sociology, medicine etc. The theory will eventually catch up, but the fact that "it works" really trumps having a full understanding of why it works (at least for now).
Re: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
#74Why is it that Neural Net-based ML only seems to be claiming results with images and natural language? Maybe I'm out of the loop, but I haven't seen anything demonstrating results on "data" – the kinds of challenges that are actually valuable to businesses. Why is that? Are those just less sexy / more proprietary in nature, or is there something about those challenges that make NN's less useful to them?
Re: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
#75Why is it that Neural Net-based ML only seems to be claiming results with images and natural language? Maybe I'm out of the loop, but I haven't seen anything demonstrating results on "data" – the kinds of challenges that are actually valuable to businesses. Why is that? Are those just less sexy / more proprietary in nature, or is there something about those challenges that make NN's less useful to them?
Second, there is also the peer reviewing problem. You are still trying to explain a very abstract concept to your peers in a paper which is usually limited to 6 or 8 pages. Text and images make for very graspable examples in such a short paper. That's the reason why some other data with a spatial prior is not used as often, like time series or EEG-data.
So, there is a combination of those two elements at play.
Re: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
#76Current 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
#77This has also been making the rounds, Deep Photo Style Transfer: https://github.com/luanfujun/deep-photo-styletransfer
https://github.com/luanfujun/deep-photo-styletransfer/issues...
Re: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
#78it feels like there's a new deep learning paper each week, ever so slightly bringing me closer to an existential nervous breakdown.
I started buying AI textbooks circa 2010 anticipating something was about to change dramatically. Sadly, I didn't work through the books like I had planned at all. Lacked the discipline to come home and work through them at the time. I really regret it now as things are blowing up and, as you said, it seems like every week there is something new and interesting
Re: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
#79I'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…
Effectively, deep nets are good at tricking human visual cortex, so I'm not sure theres a deeper mathematical reason they work well, in the same way that the reason mp3 compression works so well is that they tested it against human hearing.
But yes, all deep learning is based on gradient descent which is a greedy heuristic algorithm and it's not a priori apparent it should do anything interesting. But it does.