paper-with-me

홈 › Papers

Transformer Networks for Trajectory Forecasting

2020-03-18 · Francesco Giuliari, Irtiza Hasan, Marco Cristani, Fabio Galasso

Most recent successes on forecasting the people motion are based on LSTM models and all most recent progress has been achieved by modelling the social interaction among people and the people interaction with the scene. We question the use of the LSTM models and propose the novel use of Transformer Networks for trajectory forecasting. This is a fundamental switch from the sequential step-by-step processing of LSTMs to the only-attention-based memory mechanisms of Transformers. In particular, we consider both the original Transformer Network (TF) and the larger Bidirectional Transformer (BERT), state-of-the-art on all natural language processing tasks. Our proposed Transformers predict the trajectories of the individual people in the scene. These are "simple" model because each person is modelled separately without any complex human-human nor scene interaction terms. In particular, the TF model without bells and whistles yields the best score on the largest and most challenging trajectory forecasting benchmark of TrajNet. Additionally, its extension which predicts multiple plausible future trajectories performs on par with more engineered techniques on the 5 datasets of ETH + UCY. Finally, we show that Transformers may deal with missing observations, as it may be the case with real sensor data. Code is available at https://github.com/FGiuliari/Trajectory-Transformer.

📄 PDF Abstract BibTeX arXiv:2003.08111

Code (1)

FGiuliari/Trajectory-Transformer 공식 구현 pytorch

Tasks

Trajectory ForecastingTrajectory Prediction

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Residual Connection 설명 없음
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…
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…

Similar Papers 제목 키워드 기반

Uncertainty-aware State Space Transformer for Egocentric 3D Hand Trajectory Forecasting

2023-07-17 · ICCV 2023 1 · Wentao Bao, Lele Chen, Libing Zeng, Zhong Li 외

Hand trajectory forecasting from egocentric views is crucial for enabling a prompt understanding of human intentions when interacting with AR/VR systems. However, existing methods handle this problem in a 2D image space …

3D Human Pose TrackingTrajectory ForecastingTrajectory PredictionVisual Prompt Tuning

Hierarchical Light Transformer Ensembles for Multimodal Trajectory Forecasting

2024-03-26 · Adrien Lafage, Mathieu Barbier, Gianni Franchi, David Filliat

Accurate trajectory forecasting is crucial for the performance of various systems, such as advanced driver-assistance systems and self-driving vehicles. These forecasts allow us to anticipate events that lead to collisio…

Motion ForecastingTrajectory ForecastingUncertainty Quantification

Egocentric Human Trajectory Forecasting with a Wearable Camera and Multi-Modal Fusion

2021-11-01 · Jianing Qiu, Lipeng Chen, Xiao Gu, Frank P. -W. Lo 외

In this paper, we address the problem of forecasting the trajectory of an egocentric camera wearer (ego-person) in crowded spaces. The trajectory forecasting ability learned from the data of different camera wearers walk…

DecoderTrajectory Forecasting

TrackGPT -- A generative pre-trained transformer for cross-domain entity trajectory forecasting

2024-01-29 · Nicholas Stroh

The forecasting of entity trajectories at future points in time is a critical capability gap in applications across both Commercial and Defense sectors. Transformers, and specifically Generative Pre-trained Transformer (…

Time SeriesTrajectory Forecasting

Under the Hood of Transformer Networks for Trajectory Forecasting

2022-03-22 · Luca Franco, Leonardo Placidi, Francesco Giuliari, Irtiza Hasan 외

Transformer Networks have established themselves as the de-facto state-of-the-art for trajectory forecasting but there is currently no systematic study on their capability to model the motion patterns of people, without …

Trajectory Forecasting