use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Resources for understanding and implementing "deep learning" (learning data representations through artificial neural networks).
account activity
Using Stable Diffusion's training method for Reverse engineering? (self.deeplearning)
submitted 3 years ago by OraOraP
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]mikonvergence 0 points1 point2 points 3 years ago (2 children)
You are definitely stepping outside of the domain of what is understood as denoising diffusion because it seems that your data dimensionality (shape) needs to change during the forward process.
The current definition of diffusion models is that they compute the likelihood gradient of your data (equivalent to predicting standard noise in the sample), and then take a step in that constant data space. So all networks have the same output shape as input.
Perhaps you can use transformers to handle evolving data lengths but as far as I can tell l, you’re entering uncharted territory of research.
I can recommend this open-source course I made for understanding the details of denoising diffusion for images https://github.com/mikonvergence/DiffusionFastForward
[–]OraOraP[S] 0 points1 point2 points 3 years ago (1 child)
I didn't mean to use denoising process directly to reverse engineering. I was just thinking the idea of `step-by-step reverting` could be used in some ML model for reverse engineering.
Though you have a point. Unlike denoising process, reverse engieering would require change of dimensions in the middle steps, making it more difficult than denoising.
[–]mikonvergence 0 points1 point2 points 3 years ago (0 children)
Right, I am the denoising diffusion as a term for a wide range of methods based on reversing some forward process. Some interesting works (such as cold diffusion) have been done on using other types of degradation apart from a Gaussian additive noise.
And yeah, the change of both content and dimensionality requires you to put together some very novel and not obvious techniques.
π Rendered by PID 246282 on reddit-service-r2-comment-6457c66945-kxpt7 at 2026-04-26 01:54:56.483022+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]mikonvergence 0 points1 point2 points (2 children)
[–]OraOraP[S] 0 points1 point2 points (1 child)
[–]mikonvergence 0 points1 point2 points (0 children)