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

Unfair comparison with previous work #1

Closed
Kguo-cs opened this issue Oct 25, 2021 · 2 comments
Closed

Unfair comparison with previous work #1

Kguo-cs opened this issue Oct 25, 2021 · 2 comments

Comments

@Kguo-cs
Copy link

Kguo-cs commented Oct 25, 2021

I think your comparison is unfair. Previous work like PEC_net only generate one trajectory based on the best of 20 destinations for computing Min_ade. However, you generate 20 trajectories based on the best of 20 destinations and then choose the best ade. I evaluate your model like PEC-net. The ade reuslt is: 13.297966124938515 (rsample) and 10.666338165054066(mean).

@JoeHEZHAO
Copy link
Owner

Thanks for your interest.

PECNET is a good work and it samples 20 destinations using their well-trained CVAE, whereas this work retrieves the same amount of destinations via only doing near-nest neighbor. There is no sampling from a learned neural network on destinations, and thus sampling is focused on the other 11 trajectory points from the learned model.

Note in the paper we said, "...which decouples the goal inference from subsequent trajectory sampling and therefore reprioritizes the sampling on the overall trajectories."

@JoeHEZHAO
Copy link
Owner

I assume there is no further question. Feel free to reopen it.

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