-
Notifications
You must be signed in to change notification settings - Fork 54
Description
I'm reading your paper on learned deformations.
Could you please check if my following understanding is correct?
In Geo-FNO, the input mesh is regarded as coming from some probability distribution. By sampling this probability distribution, we generate training data on different meshes. The neural network
Also, I have the following questions:
-
In equation (12) is
$|\mathcal{T}^i|$ the volume/area of the mesh? Why is it in the denominator? Why is it necessary while going from (11) to (12) by approximating the integral? A simple approximation of the integral wouldn't have it in the denominator... -
What exactly is
$\rho_a(x)$ ? -
I'm looking at the definition of
$\phi^{-1}_a$ here and it doesn't seem that anything special is done to make sure that the output of$\phi^{-1}_a$ is uniform. It seems to learn to produce uniform output as a result of training. Is this correct?
Thanks,
-Nachiket