paper-with-me

Papers

Gradient-based Trajectory Optimization with Parallelized Differentiable Traffic Simulation

2024-12-21 · Sanghyun Son, Laura Zheng, Brian Clipp, Connor Greenwell, Sujin Philip, Ming C. Lin

We present a parallelized differentiable traffic simulator based on the Intelligent Driver Model (IDM), a car-following framework that incorporates driver behavior as key variables. Our vehicle simulator efficiently models vehicle motion, generating trajectories that can be supervised to fit real-world data. By leveraging its differentiable nature, IDM parameters are optimized using gradient-based methods. With the capability to simulate up to 2 million vehicles in real time, the system is scalable for large-scale trajectory optimization. We show that we can use the simulator to filter noise in the input trajectories (trajectory filtering), reconstruct dense trajectories from sparse ones (trajectory reconstruction), and predict future trajectories (trajectory prediction), with all generated trajectories adhering to physical laws. We validate our simulator and algorithm on several datasets including NGSIM and Waymo Open Dataset. The code is publicly available at: https://github.com/SonSang/diffidm.

📄 PDF Abstract BibTeX arXiv:2412.16750

Code (1)

sonsang/diffidm 공식 구현 pytorch

Tasks

Trajectory Prediction

Similar Papers 제목 키워드 기반

STAMP: Differentiable Task and Motion Planning via Stein Variational Gradient Descent

2023-10-03 · Yewon Lee, Andrew Z. Li, Philip Huang, Eric Heiden 외

Planning for sequential robotics tasks often requires integrated symbolic and geometric reasoning. TAMP algorithms typically solve these problems by performing a tree search over high-level task sequences while checking …

Bayesian InferenceGPUImitation LearningMotion Planning+2

Differentiable Hybrid Traffic Simulation

2022-10-14 · Sanghyun Son, Yi-Ling Qiao, Jason Sewall, Ming C. Lin

We introduce a novel differentiable hybrid traffic simulator, which simulates traffic using a hybrid model of both macroscopic and microscopic models and can be directly integrated into a neural network for traffic contr…

Ultra-fast Traffic Nowcasting and Control via Differentiable Agent-based Simulation

2026-03-26 · Fumiyasu Makinoshima, Yuya Yamaguchi, Eigo Segawa, Koichiro Niinuma 외 arxiv

Traffic digital twins, which inform policymakers of effective interventions based on large-scale, high-fidelity computational models calibrated to real-world traffic, hold promise for addressing societal challenges in ou…

Differentiable Particle Optimization for Fast Sequential Manipulation

2025-10-09 · Lucas Chen, Shrutheesh Raman Iyer, Zachary Kingston arxiv

Sequential robot manipulation tasks require finding collision-free trajectories that satisfy geometric constraints across multiple object interactions in potentially high-dimensional configuration spaces. Solving these p…

Robot Manipulation

DiffTORI: Differentiable Trajectory Optimization for Deep Reinforcement and Imitation Learning

2024-02-08 · Weikang Wan, Ziyu Wang, YuFei Wang, Zackory Erickson 외

This paper introduces DiffTORI, which utilizes Differentiable Trajectory Optimization as the policy representation to generate actions for deep Reinforcement and Imitation learning. Trajectory optimization is a powerful …

Imitation Learning