Continued Response for Reviewer YBX1
**Q. Theoretical analysis of DxMI**
* We agree that theoretical analysis of our MaxEnt IRL problem would be very interesting. However, direct analysis of DxMI may be highly challenging because our EBM and diffusion model comprise deep neural networks.
* Conducting theoretical analysis in a more restricted setting might be more feasible while still providing valuable insights.
* To the best of our knowledge, there is not many theoretical results for MaxEnt IRL. Previous works [5,6] offered convergence guarantees for MaxEnt IRL in a discrete state-action space. While their results do not directly apply to DxMI due to algorithmic and other differences, their results suggest that similar analysis could be conducted on DxMI under suitable assumptions.
* Please consider that the main focus of this paper is to present a practical algorithm that is empirically scalable and effective. We believe providing theoretical analysis that rationalizes the empirical results in the paper is an important future work.
* We will add a paragraph describing the theoretical results from [5,6] in our Related Work section. We will also mention the difficulty of theoretical analysis in our limitations section.
[5] Renard et al., Convergence of a model-free entropy-regularized inverse reinforcement learning algorithm, arxiv, 2024.
[6] Zeng et al., Maximum-Likelihood Inverse Reinforcement Learning with Finite-Time Guarantees, NeurIPS 2022.
**Q. Can the DxMI approach be extended to other families of generative models, e.g., bridge-matching diffusion models?**
* Thanks for the interesting suggestion. We do believe the value-based learning presented in DxMI can be extended to other types of generative modeling problems, such as finding a bridge between distributions.
**Q. How do you expect this approach to scale to more complex datasets or higher-dimensional spaces? Will the sample efficiency gains be more or less pronounced?**
* Currently, we do not see a particular obstacle that prevents DxMI from scaling to larger datasets. We believe DxMI is at least as scalable as GANs, which have already demonstrated its feasiblity in a very high-dimensional datasets. As an empirical evidence, we will add LSUN Bedroom 256x256 experiments in the updated manuscript.
**Q. How sensitive are the results to hyperparameters of DxMI/DxDP, such as the coefficient on the entropy term? What strategies did you use to tune these?**
* DxMI is not sensitive to the entropy regularization coefficient $\tau$, which can be safely set to 0.01 or 0.1. This insensitivity arises because the energy, which competes with the entropy, is regularized by the coefficient $\gamma$ to maintain a narrow range of values close to zero.
* We provide the guide for hyperparameter tuning in Appendix B.
* Probably the most critical hyperparameter is learning rates, for which we assign a larger value for the energy and a smaller value for the diffusion model. This is included in Appendix B.
Thank you once more for your insightful feedback. We hope our responses have addressed your concerns. Please feel free to reach out if you have any further questions or need additional information.
Best regards,
Authors.