Hacker News new | ask | show | jobs
by dennisgorelik 2623 days ago
> getting the black hole picture out of the trained model regardless of how it was trained

Did they try to feed random noise into their trained image builder?

I suspect that the output of that trained image builder is always the same "black hole", even with random noise as an input.

1 comments

Probably not with random noise. With random noise there is literally no connection between pixels. With any actual picture there are connections. Like for instance a pixel is more likely to be the value of its neighbor or nearly so than any random value. This follows from the fact that the pictures are of actual objects with physical properties that determine the value of the pixel that maps to them. Most of the image can be characterized by continuous gradients with occasional edges.

I think if you trained with random noise you would get random noise output.