physicsnemo icon indicating copy to clipboard operation
physicsnemo copied to clipboard

🚀[FEA]: CorrDiff training/inference without regression

Open jleinonen opened this issue 1 year ago • 3 comments

Is this a new feature, an improvement, or a change to existing functionality?

New Feature

How would you describe the priority of this feature request

Medium

Please provide a clear description of problem you would like to solve.

For comparison purposes it would be good to have the ability to train CorrDiff with a plain diffusion model without regression.

Describe any alternatives you have considered

It's possible to do this by plugging in a "regression" model that returns all zeros but this is a rather hacky solution.

jleinonen avatar Apr 30 '24 14:04 jleinonen

@jleinonen Can you provide more context - If we dont need a regression step, wouldn't this be like training a diffusion model which Modulus already supports a AI researcher from doing?

ram-cherukuri avatar Apr 30 '24 14:04 ram-cherukuri

@jleinonen Can you provide more context - If we dont need a regression step, wouldn't this be like training a diffusion model which Modulus already supports a AI researcher from doing?

@ram-cherukuri We have an example for a diffusion model but it doesn't have nearly all the functionality that the CorrDiff code has now. Whereas disabling the regression step in the CorrDiff codebase should be a matter of a few simple changes according to @mnabian.

jleinonen avatar Apr 30 '24 14:04 jleinonen