paper-with-me

Papers

TrajectoryFormer: 3D Object Tracking Transformer with Predictive Trajectory Hypotheses

2023-06-09 · ICCV 2023 1 · Xuesong Chen, Shaoshuai Shi, Chao Zhang, Benjin Zhu, Qiang Wang, Ka Chun Cheung, Simon See, Hongsheng Li

3D multi-object tracking (MOT) is vital for many applications including autonomous driving vehicles and service robots. With the commonly used tracking-by-detection paradigm, 3D MOT has made important progress in recent years. However, these methods only use the detection boxes of the current frame to obtain trajectory-box association results, which makes it impossible for the tracker to recover objects missed by the detector. In this paper, we present TrajectoryFormer, a novel point-cloud-based 3D MOT framework. To recover the missed object by detector, we generates multiple trajectory hypotheses with hybrid candidate boxes, including temporally predicted boxes and current-frame detection boxes, for trajectory-box association. The predicted boxes can propagate object's history trajectory information to the current frame and thus the network can tolerate short-term miss detection of the tracked objects. We combine long-term object motion feature and short-term object appearance feature to create per-hypothesis feature embedding, which reduces the computational overhead for spatial-temporal encoding. Additionally, we introduce a Global-Local Interaction Module to conduct information interaction among all hypotheses and models their spatial relations, leading to accurate estimation of hypotheses. Our TrajectoryFormer achieves state-of-the-art performance on the Waymo 3D MOT benchmarks. Code is available at https://github.com/poodarchu/EFG .

📄 PDF Abstract BibTeX arXiv:2306.05888

Code (1)

poodarchu/efg 공식 구현 pytorch

Tasks

3D Multi-Object Tracking3D Object TrackingAutonomous DrivingMulti-Object TrackingObjectObject Tracking

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Global Tracking Transformers

2022-03-24 · CVPR 2022 1 · Xingyi Zhou, Tianwei Yin, Vladlen Koltun, Philipp Krähenbühl

We present a novel transformer-based architecture for global multi-object tracking. Our network takes a short sequence of frames as input and produces global trajectories for all objects. The core component is a global t…

Multi-Object TrackingObjectObject Tracking

Safe Trajectory Tracking in Uncertain Environments

2020-01-30 · Ivo Batkovic, Mohammad Ali, Paolo Falcone, Mario Zanon

In Model Predictive Control (MPC) formulations of trajectory tracking problems, infeasible reference trajectories and a-priori unknown constraints can lead to cumbersome designs, aggressive tracking, and loss of recursiv…

Model Predictive Control

SOTFormer: A Minimal Transformer for Unified Object Tracking and Trajectory Prediction

2025-11-14 · Zhongping Dong, Pengyang Yu, Shuangjian Li, Liming Chen 외 arxiv

Accurate single-object tracking and short-term motion forecasting remain challenging under occlusion, scale variation, and temporal drift, which disrupt the temporal coherence required for real-time perception. We introd…

Trajectory PredictionMotion ForecastingObject DetectionObject Tracking

Towards Multi-Object Nonprehensile Transportation via Shared Teleoperation: A Framework Based on Virtual Object Model Predictive Control

2026-04-08 · Xinyang Fan, Zhaoyang Chen, Shu Xin, Yi Ren 외 arxiv

Multi-object nonprehensile transportation in teleoperation demands simultaneous trajectory tracking and tray orientation control. Existing methods often struggle with model dependency, uncertain parameters, and multi-obj…

Trajectory Planning

GMPC: Geometric Model Predictive Control for Wheeled Mobile Robot Trajectory Tracking

2024-03-12 · Jiawei Tang, Shuang Wu, Bo Lan, Yahui Dong 외

The configuration of most robotic systems lies in continuous transformation groups. However, in mobile robot trajectory tracking, many recent works still naively utilize optimization methods for elements in vector space …

Model Predictive Control