paper-with-me

Papers

Deciphering Movement: Unified Trajectory Generation Model for Multi-Agent

2024-05-27 · Yi Xu, Yun Fu

Understanding multi-agent behavior is critical across various fields. The conventional approach involves analyzing agent movements through three primary tasks: trajectory prediction, imputation, and spatial-temporal recovery. Considering the unique input formulation and constraint of these tasks, most existing methods are tailored to address only one specific task. However, in real-world applications, these scenarios frequently occur simultaneously. Consequently, methods designed for one task often fail to adapt to others, resulting in performance drops. To overcome this limitation, we propose a Unified Trajectory Generation model, UniTraj, that processes arbitrary trajectories as masked inputs, adaptable to diverse scenarios. Specifically, we introduce a Ghost Spatial Masking (GSM) module embedded within a Transformer encoder for spatial feature extraction. We further extend recent successful State Space Models (SSMs), particularly the Mamba model, into a Bidirectional Temporal Mamba to effectively capture temporal dependencies. Additionally, we incorporate a Bidirectional Temporal Scaled (BTS) module to comprehensively scan trajectories while maintaining the temporal missing relationships within the sequence. We curate and benchmark three practical sports game datasets, Basketball-U, Football-U, and Soccer-U, for evaluation. Extensive experiments demonstrate the superior performance of our model. To the best of our knowledge, this is the first work that addresses this unified problem through a versatile generative framework, thereby enhancing our understanding of multi-agent movement. Our datasets, code, and model weights are available at https://github.com/colorfulfuture/UniTraj-pytorch.

📄 PDF Abstract BibTeX arXiv:2405.17680

Code (1)

colorfulfuture/unitraj-pytorch 공식 구현 pytorch

Tasks

ImputationMambaState Space ModelsTrajectory Prediction

Methods 이 논문이 사용한 방법론

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…
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…
Adam 설명 없음
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

CityTrajBench: A Unified Benchmark for City-Scale Vehicle Trajectory Generation

2026-06-01 · Shibo Zhu, Xiaodan Shi, Dayin Chen, Yuntian Chen 외 arxiv

Urban trajectory generation is a fundamental task for transportation simulation, urban planning, and mobility analytics. However, systematic comparison across trajectory generation methods remains difficult because exist…

ProDMPs: A Unified Perspective on Dynamic and Probabilistic Movement Primitives

2022-10-04 · Ge Li, Zeqi Jin, Michael Volpp, Fabian Otto 외

Movement Primitives (MPs) are a well-known concept to represent and generate modular trajectories. MPs can be broadly categorized into two types: (a) dynamics-based approaches that generate smooth trajectories from any i…

Numerical Integration

UniTraj: Learning a Universal Trajectory Foundation Model from Billion-Scale Worldwide Traces

2024-11-06 · Yuanshao Zhu, James Jianqiao Yu, Xiangyu Zhao, Xuetao Wei 외

Human trajectory modeling is essential for deciphering movement patterns and supporting advanced applications across various domains. However, existing methods are often tailored to specific tasks and regions, resulting …

SpecificityTrajectory Modeling

FRMD: Fast Robot Motion Diffusion with Consistency-Distilled Movement Primitives for Smooth Action Generation

2025-03-03 · Xirui Shi, Jun Jin

We consider the problem of using diffusion models to generate fast, smooth, and temporally consistent robot motions. Although diffusion models have demonstrated superior performance in robot learning due to their task sc…

Action GenerationDenoisingImage GenerationMotion Generation

ATI: Any Trajectory Instruction for Controllable Video Generation

2025-05-28 · Angtian Wang, Haibin Huang, Jacob Zhiyuan Fang, Yiding Yang 외

We propose a unified framework for motion control in video generation that seamlessly integrates camera movement, object-level translation, and fine-grained local motion using trajectory-based inputs. In contrast to prio…

Image to Video GenerationVideo Generation