paper-with-me

Papers

ParkPredict+: Multimodal Intent and Motion Prediction for Vehicles in Parking Lots with CNN and Transformer

2022-04-17 · Xu Shen, Matthew Lacayo, Nidhir Guggilla, Francesco Borrelli

The problem of multimodal intent and trajectory prediction for human-driven vehicles in parking lots is addressed in this paper. Using models designed with CNN and Transformer networks, we extract temporal-spatial and contextual information from trajectory history and local bird's eye view (BEV) semantic images, and generate predictions about intent distribution and future trajectory sequences. Our methods outperform existing models in accuracy, while allowing an arbitrary number of modes, encoding complex multi-agent scenarios, and adapting to different parking maps. To train and evaluate our method, we present the first public 4K video dataset of human driving in parking lots with accurate annotation, high frame rate, and rich traffic scenarios.

📄 PDF Abstract BibTeX arXiv:2204.10777

Code (1)

xushenlz/parksim 공식 구현 pytorch

Tasks

4kmotion predictionTrajectory Prediction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

ParkPredict: Motion and Intent Prediction of Vehicles in Parking Lots

2020-04-21 · Xu Shen, Ivo Batkovic, Vijay Govindarajan, Paolo Falcone 외

We investigate the problem of predicting driver behavior in parking lots, an environment which is less structured than typical road networks and features complex, interactive maneuvers in a compact space. Using the CARLA…

Intention Enhanced Diffusion Model for Multimodal Pedestrian Trajectory Prediction

2025-08-06 · Yu Liu, Zhijie Liu, Xiao Ren, You-Fu Li 외 arxiv

Predicting pedestrian motion trajectories is critical for path planning and motion control of autonomous vehicles. However, accurately forecasting crowd trajectories remains a challenging task due to the inherently multi…

Trajectory PredictionAutonomous Vehicles

Motion Transformer with Global Intention Localization and Local Movement Refinement

2022-09-27 · Shaoshuai Shi, Li Jiang, Dengxin Dai, Bernt Schiele

Predicting multimodal future behavior of traffic participants is essential for robotic vehicles to make safe decisions. Existing works explore to directly predict future trajectories based on latent features or utilize d…

motion predictionPredictionTrajectory Prediction

Hierarchical Motion Encoder-Decoder Network for Trajectory Forecasting

2021-11-26 · Qifan Xue, Shengyi Li, Xuanpeng Li, Jingwen Zhao 외

Trajectory forecasting plays a pivotal role in the field of intelligent vehicles or social robots. Recent works focus on modeling spatial social impacts or temporal motion attentions, but neglect inherent properties of m…

DecoderPredictionTrajectory ForecastingTrajectory Prediction

Intention-Aware Diffusion Model for Pedestrian Trajectory Prediction

2025-08-10 · Yu Liu, Zhijie Liu, Xiao Ren, You-Fu Li 외 arxiv

Predicting pedestrian motion trajectories is critical for the path planning and motion control of autonomous vehicles. Recent diffusion-based models have shown promising results in capturing the inherent stochasticity of…

Trajectory PredictionAutonomous Vehicles