paper-with-me

Papers

TrafficBots V1.5: Traffic Simulation via Conditional VAEs and Transformers with Relative Pose Encoding

2024-06-16 · Zhejun Zhang, Christos Sakaridis, Luc van Gool

In this technical report we present TrafficBots V1.5, a baseline method for the closed-loop simulation of traffic agents. TrafficBots V1.5 achieves baseline-level performance and a 3rd place ranking in the Waymo Open Sim Agents Challenge (WOSAC) 2024. It is a simple baseline that combines TrafficBots, a CVAE-based multi-agent policy conditioned on each agent's individual destination and personality, and HPTR, the heterogeneous polyline transformer with relative pose encoding. To improve the performance on the WOSAC leaderboard, we apply scheduled teacher-forcing at the training time and we filter the sampled scenarios at the inference time. The code is available at https://github.com/zhejz/TrafficBotsV1.5.

📄 PDF Abstract BibTeX arXiv:2406.10898

Code (1)

zhejz/trafficbotsv1.5 공식 구현 pytorch

Similar Papers 제목 키워드 기반

TrafficBots: Towards World Models for Autonomous Driving Simulation and Motion Prediction

2023-03-07 · Zhejun Zhang, Alexander Liniger, Dengxin Dai, Fisher Yu 외

Data-driven simulation has become a favorable way to train and test autonomous driving algorithms. The idea of replacing the actual environment with a learned simulator has also been explored in model-based reinforcement…

Autonomous DrivingAutonomous VehiclesModel-based Reinforcement Learningmotion prediction

Drivetrain simulation using variational autoencoders

2025-01-29 · Pallavi Sharma, Jorge-Humberto Urrea-Quintero, Bogdan Bogdan, Adrian-Dumitru Ciotec 외

This work proposes variational autoencoders (VAEs) to predict a vehicle's jerk from a given torque demand, addressing the limitations of sparse real-world datasets. Specifically, we implement unconditional and conditiona…

Learning Conditional Variational Autoencoders with Missing Covariates

2022-03-02 · Siddharth Ramchandran, Gleb Tikhonov, Otto Lönnroth, Pekka Tiikkainen 외

Conditional variational autoencoders (CVAEs) are versatile deep generative models that extend the standard VAE framework by conditioning the generative model with auxiliary covariates. The original CVAE model assumes tha…

Missing ValuesVariational Inference

Multimodal Probabilistic Model-Based Planning for Human-Robot Interaction

2017-10-25 · Edward Schmerling, Karen Leung, Wolf Vollprecht, Marco Pavone

This paper presents a method for constructing human-robot interaction policies in settings where multimodality, i.e., the possibility of multiple highly distinct futures, plays a critical role in decision making. We are …

Decision Making

f-VAEs: Improve VAEs with Conditional Flows

2018-09-16 · Jianlin Su, Guang Wu

In this paper, we integrate VAEs and flow-based generative models successfully and get f-VAEs. Compared with VAEs, f-VAEs generate more vivid images, solved the blurred-image problem of VAEs. Compared with flow-based mod…