Hi @zhengkw18 , nice work! About Causal-rCM, I have the following questions:
- Is Causal-rCM missing the DMD-1-like forward-KL cooperative term in DMD? More specifically, the contribution of rCM is to replace the forward-KL term in DMD-1, originally implemented via ODE regression, with sCM using JVP. However, it seems that the causal version of DMD no longer includes this term.
- Also, regarding APT2 in your figure, are the only two differences as follows: (1) Causal-rCM replaces the GAN in APT2 with DMD; and (2) Causal-rCM can support sCM? In addition, do you know where I can find an open-source implementation of APT2? Do you think causal-rCM-style DMD is better than APT2-style GAN?
Hi @zhengkw18 , nice work! About Causal-rCM, I have the following questions: