中文
相关论文

相关论文: ByteTrackV2: 2D and 3D Multi-Object Tracking by As…

200 篇论文

Multi-object tracking (MOT) endeavors to precisely estimate the positions and identities of multiple objects over time. The prevailing approach, tracking-by-detection (TbD), first detects objects and then links detections, resulting in a…

计算机视觉与模式识别 · 计算机科学 2024-12-09 Lorenzo Vaquero , Yihong Xu , Xavier Alameda-Pineda , Victor M. Brea , Manuel Mucientes

The research on multi-object tracking (MOT) is essentially to solve for the data association assignment, the core of which is to design the association cost as discriminative as possible. Generally speaking, the match ambiguities caused by…

计算机视觉与模式识别 · 计算机科学 2017-11-09 Xiao Zhou , Peilin Jiang , Fei Wang

Multiple object tracking (MOT) has been successfully investigated in computer vision. However, MOT for the videos captured by unmanned aerial vehicles (UAV) is still challenging due to small object size, blurred object appearance, and very…

计算机视觉与模式识别 · 计算机科学 2023-08-16 Mufeng Yao , Jiaqi Wang , Jinlong Peng , Mingmin Chi , Chao Liu

We investigate the application of ByteTrack in the realm of multiple object tracking. ByteTrack, a simple tracking algorithm, enables the simultaneous tracking of multiple objects by strategically incorporating detections with a low…

计算机视觉与模式识别 · 计算机科学 2023-12-07 Linh Van Ma , Muhammad Ishfaq Hussain , JongHyun Park , Jeongbae Kim , Moongu Jeon

Multiobject tracking (MOT) is an important task in applications including autonomous driving, ocean sciences, and aerospace surveillance. Traditional MOT methods are model-based and combine sequential Bayesian estimation with data…

机器学习 · 计算机科学 2026-01-14 Shaoxiu Wei , Mingchao Liang , Florian Meyer

Tracking 3D objects is an important task in autonomous driving. Classical Kalman Filtering based methods are still the most popular solutions. However, these methods require handcrafted designs in motion modeling and can not benefit from…

计算机视觉与模式识别 · 计算机科学 2023-08-21 Lubing Zhou , Xiaoli Meng , Yiluan Guo , Jiong Yang

Robust multi-object tracking (MOT) is a prerequisite fora safe deployment of self-driving cars. Tracking objects, however, remains a highly challenging problem, especially in cluttered autonomous driving scenes in which objects tend to…

计算机视觉与模式识别 · 计算机科学 2020-08-20 Wei-Chih Hung , Henrik Kretzschmar , Tsung-Yi Lin , Yuning Chai , Ruichi Yu , Ming-Hsuan Yang , Dragomir Anguelov

Multiple Object Tracking (MOT) detects the trajectories of multiple objects given an input video. It has become more and more important for various research and industry areas, such as cell tracking for biomedical research and human…

计算机视觉与模式识别 · 计算机科学 2021-10-11 Lijun Wang , Yanting Zhu , Jue Shi , Xiaodan Fan

Multi-object tracking (MOT) at low frame rates can reduce computational, storage and power overhead to better meet the constraints of edge devices. Many existing MOT methods suffer from significant performance degradation in low-frame-rate…

计算机视觉与模式识别 · 计算机科学 2023-09-13 Yiheng Liu , Junta Wu , Yi Fu

Tracking 3D objects accurately and consistently is crucial for autonomous vehicles, enabling more reliable downstream tasks such as trajectory prediction and motion planning. Based on the substantial progress in object detection in recent…

计算机视觉与模式识别 · 计算机科学 2023-08-15 Shuxiao Ding , Eike Rehder , Lukas Schneider , Marius Cordts , Juergen Gall

3D multi-object tracking (MOT) is essential to applications such as autonomous driving. Recent work focuses on developing accurate systems giving less attention to computational cost and system complexity. In contrast, this work proposes a…

计算机视觉与模式识别 · 计算机科学 2020-08-19 Xinshuo Weng , Jianren Wang , David Held , Kris Kitani

A reliable and accurate 3D tracking framework is essential for predicting future locations of surrounding objects and planning the observer's actions in numerous applications such as autonomous driving. We propose a framework that can…

计算机视觉与模式识别 · 计算机科学 2021-03-15 Hou-Ning Hu , Yung-Hsu Yang , Tobias Fischer , Trevor Darrell , Fisher Yu , Min Sun

The main challenge of Multiple Object Tracking (MOT) is the efficiency in associating indefinite number of objects between video frames. Standard motion estimators used in tracking, e.g., Long Short Term Memory (LSTM), only deal with single…

计算机视觉与模式识别 · 计算机科学 2019-05-08 Jimuyang Zhang , Sanping Zhou , Jinjun Wang , Dong Huang

Multi-object tracking (MOT) is a challenging practical problem for vision based applications. Most recent approaches for MOT use precomputed detections from models such as Faster RCNN, performing fine-tuning of bounding boxes and…

计算机视觉与模式识别 · 计算机科学 2020-11-10 Parthesh Soni , Falak Shah , Nisarg Vyas

Effective tracking of surrounding traffic participants allows for an accurate state estimation as a necessary ingredient for prediction of future behavior and therefore adequate planning of the ego vehicle trajectory. One approach for…

机器人学 · 计算机科学 2024-06-04 Patrick Palmer , Martin Krüger , Richard Altendorfer , Torsten Bertram

LiDAR-based 3D single object tracking (3D SOT) is a critical task in robotics and autonomous systems. Existing methods typically follow frame-wise motion estimation or a sequence-based paradigm. However, the two-frame methods are efficient…

计算机视觉与模式识别 · 计算机科学 2026-03-17 BaiChen Fan , Yuanxi Cui , Jian Li , Qin Wang , Shibo Zhao , Muqing Cao , Sifan Zhou

The main challenge of Multi-Object Tracking~(MOT) lies in maintaining a continuous trajectory for each target. Existing methods often learn reliable motion patterns to match the same target between adjacent frames and discriminative…

计算机视觉与模式识别 · 计算机科学 2023-04-18 Zheng Qin , Sanping Zhou , Le Wang , Jinghai Duan , Gang Hua , Wei Tang

Multi-object tracking is a cornerstone capability of any robotic system. The quality of tracking is largely dependent on the quality of the detector used. In many applications, such as autonomous vehicles, it is preferable to over-detect…

计算机视觉与模式识别 · 计算机科学 2023-02-08 Tara Sadjadpour , Jie Li , Rares Ambrus , Jeannette Bohg

We propose FutrTrack, a modular camera-LiDAR multi-object tracking framework that builds on existing 3D detectors by introducing a transformer-based smoother and a fusion-driven tracker. Inspired by query-based tracking frameworks,…

计算机视觉与模式识别 · 计算机科学 2025-12-17 Martha Teiko Teye , Ori Maoz , Matthias Rottmann

In recent years, the joint detection-and-tracking paradigm has been a very popular way of tackling the multi-object tracking (MOT) task. Many of the methods following this paradigm use the object center keypoint for detection. However, we…

计算机视觉与模式识别 · 计算机科学 2023-04-14 Jacob Meilleur , Guillaume-Alexandre Bilodeau