Submitted by OraOraP t3_121kxlt in deeplearning
OraOraP OP t1_jdufnll wrote
Reply to comment by mikonvergence in Using Stable Diffusion's training method for Reverse engineering? by OraOraP
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 t1_jdufvlv wrote
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.
Viewing a single comment thread. View all comments