paper-with-me

Papers

Imagining The Road Ahead: Multi-Agent Trajectory Prediction via Differentiable Simulation

2021-04-22 · Adam Scibior, Vasileios Lioutas, Daniele Reda, Peyman Bateni, Frank Wood

We develop a deep generative model built on a fully differentiable simulator for multi-agent trajectory prediction. Agents are modeled with conditional recurrent variational neural networks (CVRNNs), which take as input an ego-centric birdview image representing the current state of the world and output an action, consisting of steering and acceleration, which is used to derive the subsequent agent state using a kinematic bicycle model. The full simulation state is then differentiably rendered for each agent, initiating the next time step. We achieve state-of-the-art results on the INTERACTION dataset, using standard neural architectures and a standard variational training objective, producing realistic multi-modal predictions without any ad-hoc diversity-inducing losses. We conduct ablation studies to examine individual components of the simulator, finding that both the kinematic bicycle model and the continuous feedback from the birdview image are crucial for achieving this level of performance. We name our model ITRA, for "Imagining the Road Ahead".

📄 PDF Abstract BibTeX arXiv:2104.11212

Code (1)

inverted-ai/torchdrivesim pytorch

Tasks

Autonomous DrivingDiversitySelf-Driving CarsTrajectory Prediction

Similar Papers 제목 키워드 기반

Pathdreamer: A World Model for Indoor Navigation

2021-05-18 · ICCV 2021 10 · Jing Yu Koh, Honglak Lee, Yinfei Yang, Jason Baldridge 외

People navigating in unfamiliar buildings take advantage of myriad visual, spatial and semantic cues to efficiently achieve their navigation goals. Towards equipping computational agents with similar capabilities, we int…

modelSemantic SegmentationVision and Language Navigation

WorldMAP: Bootstrapping Vision-Language Navigation Trajectory Prediction with Generative World Models

2026-04-09 · Hongjin Chen, Shangyun Jiang, Tonghua Su, Chen Gao 외 arxiv

Vision-language models (VLMs) and generative world models are opening new opportunities for embodied navigation. VLMs are increasingly used as direct planners or trajectory predictors, while world models support look-ahe…

Vision-Language NavigationTrajectory Prediction

Beyond Thinking: Imagining in 360$^\circ$ for Humanoid Visual Search

2026-05-09 · Jingdong Zhang, Yizhou Wang, Zhengzhong Tu, Xin Li 외 arxiv

Humanoid Visual Search (HVS) requires agents to actively explore immersive 360$^\circ$ environments. While prior methods treat this as a monolithic task relying on cumulative, multi-turn Chain-of-Thought (CoT) reasoning,…

MAXS: Meta-Adaptive Exploration with LLM Agents

2026-01-14 · Jian Zhang, Zhiyuan Wang, Zhangqi Wang, Yu He 외 arxiv

Large Language Model (LLM) Agents exhibit inherent reasoning abilities through the collaboration of multiple tools. However, during agent inference, existing methods often suffer from (i) locally myopic generation, due t…

Computational Efficiency

Safe Reinforcement Learning by Imagining the Near Future

2022-02-15 · NeurIPS 2021 12 · Garrett Thomas, Yuping Luo, Tengyu Ma

Safe reinforcement learning is a promising path toward applying reinforcement learning algorithms to real-world problems, where suboptimal behaviors may lead to actual negative consequences. In this work, we focus on the…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+2