Live data from Hacker News

Playing Around with Noise as Targets

samcoope.com

1–10 of 10 posts

Re: Playing Around with Noise as Targets

#5
post #2

Thanks for posting this. This looks like something genuinely new. Going to look into it.

I didn't read the referenced 2017 paper yet, but mapping the training data to noise (gaussian and/or other) is exactly what the RevNet paper does, with the advantage of deterministic reversibility such that the trained RevNet is also generative (without having to do gradient descent for each generated image)

Re: Playing Around with Noise as Targets

#7
post #2

Thanks for posting this. This looks like something genuinely new. Going to look into it.

I didn't read the referenced 2017 paper yet, but mapping the training data to noise (gaussian and/or other) is exactly what the RevNet paper does, with the advantage of deterministic reversibility such that the trained RevNet is also generative (without having to do gradient descent for each generated image)

The intro to the paper has a nice comparison to other similar methods (generative and non-generative) and the blog post linked in this article by inFERNCe https://www.inference.vc/unsupervised-learning-by-predicting... has a nice comparison at the end to different unsupervised methods and where this method adds novelty (or doesn't!)

Re: Playing Around with Noise as Targets

#9
post #3

Can someone please ELI5 what this does and why/where it is/can be useful?

His stated purpose was image compression (although I didn’t see evidence that it worked). If the distribution encoded by the is smaller than your image, then you can send the small set of model parameters (instead of the image) and then use the model to reconstruct the target image.

Re: Playing Around with Noise as Targets

#10

Earlier quoted context omitted.

I didn't read the referenced 2017 paper yet, but mapping the training data to noise (gaussian and/or other) is exactly what the RevNet paper does, with the advantage of deterministic reversibility such that the trained RevNet is also generative (without having to do gradient descent for each generated image)

The intro to the paper has a nice comparison to other similar methods (generative and non-generative) and the blog post linked in this article by inFERNCe https://www.inference.vc/unsupervised-learning-by-predicting... has a nice comparison at the end to different unsupervised methods and where this method adds novelty (or doesn't!)

>has a nice comparison at the end to different unsupervised methods

I don't see the comparisons at the end of the inFERENCe link?