Thank you for the review (Part 2)
Responses to the reviewer’s other questions and requests:
- “motivation of using tokenization (compared with using the actual values as in most of existing work in Appendix B) is not very clear” + “What’s the motivation of using a small vocabulary compared with using the actual values as in most of existing work (as in Appendix B)?” - Our motivation stems from the impressive results we’ve seen from applying discrete sequence models in other continuous domains, for instance Paella [1], Stable Diffusion [2] Parti [3], and GAIA-1 [4]. We share the intuition behind these works that sacrificing a small amount of resolution (e.g. a few centimeters in our case as reported in Figure 12 and Figure 13) can be well worth the expressiveness and stability of the categorical distribution compared to a mixture-of-x parameterization, for instance. Empirically, this tradeoff appears to be well worth exploring, as our method outperforms all prior work based on diffusion, VAEs, and mixture-of-x modeling on the WOMD sim agents benchmark [(see our note above)](https://openreview.net/forum?id=Z59Rb5bPPP¬eId=VvSB6yXfHY).
- “Improvements in Table 1 seem quite small. Can you show standard deviations for the results?” We would like to highlight that for the mADE and ADE reported in Table 1, the increase in performance due to intra-timestep conditioning and tokenization regularization is quite significant, improving by 6% and 2.3% respectively. We additionally quantify the performance gap due to these modeling choices in Figure 9 and Figure 10 which show significant improvements when intra-timestep coupling is taken into account. Finally, trajeglish improves on interaction metrics by 4.4% over all prior work on the official WOMD sim agents benchmark, a large jump in performance over all prior work [(see our note above)](https://openreview.net/forum?id=Z59Rb5bPPP¬eId=VvSB6yXfHY).
- “it is unclear if this baseline really can achieve similar performance as Wayformer / MultiPath++ as the authors did not give further details) and it is hard for one to assess if they are really strong baselines” - In [our note above](https://openreview.net/forum?id=Z59Rb5bPPP¬eId=VvSB6yXfHY), we report results on the WOMD sim agents benchmark which features an official submission for Wayformer as well as a submission based on MultiPath++. Trajeglish improves over Wayformer by 9.2%, and MultiPath++ by 5.4%. We hope these direct comparisons are convincing for the reviewer. We are also updating our draft to include more details about our implementation of the “no-intra” and “marginal” baselines referenced in Table 1.
- “motivation of having a model that take order into account is not very convincing” - We note that the focus of our work is on how we apply discrete sequence modeling to multi-agent trajectories, and less about the design of our encoder for scene context. We are aware of prior work that studies how to adjust the attention mechanism to maintain permutation equivariance while still leveraging tracking information, such as AgentFormer [5]. However, we find we are able to achieve state of the art performance for traffic modeling by simply randomizing the order during training, so we reserve the improvement of our architecture for encoding scene context for later work.
[1] “A Novel Sampling Scheme for Text- and Image-Conditional Image Synthesis in Quantized Latent Spaces”, Rampas et al, 2023.\
[2] “High-Resolution Image Synthesis with Latent Diffusion Models”, Rombach et al, 2021.\
[3] “Scaling Autoregressive Models for Content-Rich Text-to-Image Generation”, Yu et al, 2022.\
[4] “GAIA-1: A Generative World Model for Autonomous Driving”, Hu et al, 2023.\
[5] “AgentFormer: Agent-Aware Transformers for Socio-Temporal Multi-Agent Forecasting”, Yuan et al, 2021.