paper-with-me

Papers

SMART: Simultaneous Multi-Agent Recurrent Trajectory Prediction

2020-07-26 · ECCV 2020 8 · Sriram N. N, Buyu Liu, Francesco Pittaluga, Manmohan Chandraker

We propose advances that address two key challenges in future trajectory prediction: (i) multimodality in both training data and predictions and (ii) constant time inference regardless of number of agents. Existing trajectory predictions are fundamentally limited by lack of diversity in training data, which is difficult to acquire with sufficient coverage of possible modes. Our first contribution is an automatic method to simulate diverse trajectories in the top-view. It uses pre-existing datasets and maps as initialization, mines existing trajectories to represent realistic driving behaviors and uses a multi-agent vehicle dynamics simulator to generate diverse new trajectories that cover various modes and are consistent with scene layout constraints. Our second contribution is a novel method that generates diverse predictions while accounting for scene semantics and multi-agent interactions, with constant-time inference independent of the number of agents. We propose a convLSTM with novel state pooling operations and losses to predict scene-consistent states of multiple agents in a single forward pass, along with a CVAE for diversity. We validate our proposed multi-agent trajectory prediction approach by training and testing on the proposed simulated dataset and existing real datasets of traffic scenes. In both cases, our approach outperforms SOTA methods by a large margin, highlighting the benefits of both our diverse dataset simulation and constant-time diverse trajectory prediction methods.

📄 PDF Abstract BibTeX arXiv:2007.13078

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityMotion ForecastingPredictionTrajectory ForecastingTrajectory Prediction

Methods 이 논문이 사용한 방법론

cVAE 설명 없음
Sigmoid Activation 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Tanh Activation 설명 없음
ConvLSTM ConvLSTM is a type of recurrent neural network for spatio-temporal prediction that has convolutional structures in both the input-to-state and state-to-state transitions. The…

Similar Papers 제목 키워드 기반

Trajectory Planning for UAV-Based Smart Farming Using Imitation-Based Triple Deep Q-Learning

2025-12-21 · Wencan Mao, Quanxi Zhou, Tomas Couso Coddou, Manabu Tsukada 외 arxiv

Unmanned aerial vehicles (UAVs) have emerged as a promising auxiliary platform for smart agriculture, capable of simultaneously performing weed detection, recognition, and data collection from wireless sensors. However, …

Multi-agent Reinforcement LearningTrajectory Planning

Multi-task Recurrent Neural Networks to Simultaneously Infer Mode and Purpose in GPS Trajectories

2021-10-23 · Ali Yazdizadeh, Arash Kalatian, Zachary Patterson, Bilal Farooq

Multi-task learning is assumed as a powerful inference method, specifically, where there is a considerable correlation between multiple tasks, predicting them in an unique framework may enhance prediction results. This r…

Multi-Task Learning

Synergistic Multi-Agent Framework with Trajectory Learning for Knowledge-Intensive Tasks

2024-07-13 · Shengbin Yue, Siyuan Wang, Wei Chen, Xuanjing Huang 외

Recent advancements in Large Language Models (LLMs) have led to significant breakthroughs in various natural language processing tasks. However, generating factually consistent responses in knowledge-intensive scenarios …

HallucinationNavigate

The Trajectron: Probabilistic Multi-Agent Trajectory Modeling With Dynamic Spatiotemporal Graphs

2018-10-14 · ICCV 2019 10 · Boris Ivanovic, Marco Pavone

Developing safe human-robot interaction systems is a necessary step towards the widespread integration of autonomous agents in society. A key component of such systems is the ability to reason about the many potential fu…

Decision MakingMotion ForecastingTrajectory ForecastingTrajectory Modeling+1

IMR: Iterative Mode-World Weighted Regression for Multi-Agent Trajectory Prediction

2026-07-06 · Honglin Wang, Shiyao Pan, Yun-Fu Liu arxiv

Multi-agent motion prediction is essential for automated vehicles to understand the intentions of surrounding vehicles. However, previous prediction-based and anchor-based methods have limitations in mode diversity and p…

Trajectory PredictionMotion Forecasting