Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about Chapter 19: e3nn on trajectory prediction #242

Open
jipq6175 opened this issue Jun 20, 2023 · 1 comment
Open

Question about Chapter 19: e3nn on trajectory prediction #242

jipq6175 opened this issue Jun 20, 2023 · 1 comment

Comments

@jipq6175
Copy link

Hello, thank you so much for the book and tutorials.
I have a question re: ch.19 (./applied/e3nn_traj.ipynb).

The baseline model was trained to predict the coordinates of the next time frame $x(t+1)$ but the equivariant model was trained to predict the distance vector, $dx(t) = x(t+1) - x(t)$. It might not be a fair comparison.. since $P(x(t+1) | x(t))$ differs from $P(dx(t) | x(t))$ and the later might be easier to approximate?

I further tried using a simple MLP (of course not equivariant) for distance vector prediction and the performance was on par with the equivariant model, in terms of center of mass and individual particle coordinate.

MLP prediction vs truth:
mlp_corr

MLP trajectory comparison on the test set
mlp_traj

Additionally, the e3nn model had reduced performance when trained to predict $x(t+1)$.
e3nn_pos_traj

Say, if one only has data to perform position prediction, with data available at $x(t)$ and $x(t+T)$ where $T$ is a large time interval, it might still be challenging for e3nn to predict $P(x(t+T) | x(t))$..?

I wonder what your thoughts are on this?

Thanks a lot!

@whitead
Copy link
Owner

whitead commented Jun 20, 2023

Can you take a look @SamCox822? She would know better than me on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants