You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Outstanding Work!
I have a question regarding the performance of the VAE in your CCM Diffusion model. As far as I understand, VAE typically struggle to reconstruct precise CCM. Since the performance of the VAE sets the upper limit for the quality of the CCM Diffusion, it follows that the CCM produced by the diffusion process might not be perfectly accurate.
However, I noticed that the CRM module manages to output accurate meshes. This raises a couple of questions:
Is there a specific trick or method you used during training to enable the CRM to refine and correct the inaccuracies in the CCM?
How does the CRM achieve such high accuracy in the final mesh outputs despite the initial limitations of the VAE?
I would greatly appreciate any insights or details you could provide on these points. Thank you for your time and for sharing your work with the community.
The text was updated successfully, but these errors were encountered:
You're correct that Variational Autoencoders (VAEs) often struggle with precise reconstruction, leading to minor numerical disturbances in the outputs. To address this, we employed a specific strategy during both training and testing phases: we introduced small noise perturbations to the input images and CCMs. This approach helps our model become more resilient to minor inconsistencies.
Outstanding Work!
I have a question regarding the performance of the VAE in your CCM Diffusion model. As far as I understand, VAE typically struggle to reconstruct precise CCM. Since the performance of the VAE sets the upper limit for the quality of the CCM Diffusion, it follows that the CCM produced by the diffusion process might not be perfectly accurate.
However, I noticed that the CRM module manages to output accurate meshes. This raises a couple of questions:
I would greatly appreciate any insights or details you could provide on these points. Thank you for your time and for sharing your work with the community.
The text was updated successfully, but these errors were encountered: