How can it possibly know what was in the white areas of the library? Is there a residual image? Seems impossible that it guesses correctly.
It doesn't guess "correctly" at all. Zoom in on the image, and focus on the filled-in areas, they look really blurry. It just doesn't look very bad from a birds-eye view.
Deep image prior 'learns' on just one image
41–50 of 235 posts
Re: Deep image prior 'learns' on just one image
#42Earlier quoted context omitted.
is the structure of these CNNs learned or designed? Do they run some kind of optimizer to learn the optimal CNN structure or does some person sit down and pick structures to include in it?
Convolutional layers are designed, by and large, and they're mostly the same everywhere. Yann Le Cun came up with them in the mid-90's, but their academic origins go back to at least the 50's and 60's.
Re: Deep image prior 'learns' on just one image
#43Can someone break this down for this layman?
Instead of looking for patterns from itself on others images (training data) it starts with noise and deforms such noise based on patterns found on itself and favors deformations closer to the input image; eventually reaching something close to the input image without the noise (cause the noise it's pattern-less or at least weak enough to die over stronger patterns)
Re: Deep image prior 'learns' on just one image
#44Wow: "In this work, we show that, contrary to expectations, a great deal of image statistics are captured by the structure of a convolutional image generator rather than by any learned capability. This is particularly true for the statistics required to solve various image restoration problems, where the image prior is required to integrate information lost in the degradation processes. To show this, we apply untrain…
In my view this also sheds some light on the GAN's and their ability to generate "real looking images". Perhaps there is much less to generating "real looking images" then everyone attributes. E.g. in this work, the network clearly knows exactly nothing about the world and generates good looking in-paint.
Re: Deep image prior 'learns' on just one image
#45Wow: "In this work, we show that, contrary to expectations, a great deal of image statistics are captured by the structure of a convolutional image generator rather than by any learned capability. This is particularly true for the statistics required to solve various image restoration problems, where the image prior is required to integrate information lost in the degradation processes. To show this, we apply untrain…
Re: Deep image prior 'learns' on just one image
#46Can someone break this down for this layman?
The structure of convolutional neural nets specifies much of the prior knowledge necessary for learning. In other words, the design of these neural nets makes a lot of correct assumptions about the nature of images (stationarity of pixel statistics, locality of pixel dependencies, and so on).
I wonder if anyone has looked at what Mumford-Shaw implications would look like projected onto a CNN?
Re: Deep image prior 'learns' on just one image
#47Re: Deep image prior 'learns' on just one image
#48Re: Deep image prior 'learns' on just one image
#49Wow: "In this work, we show that, contrary to expectations, a great deal of image statistics are captured by the structure of a convolutional image generator rather than by any learned capability. This is particularly true for the statistics required to solve various image restoration problems, where the image prior is required to integrate information lost in the degradation processes. To show this, we apply untrain…