中文
相关论文

相关论文: DetFlowTrack: 3D Multi-object Tracking based on Si…

200 篇论文

In this paper, we propose a new joint object detection and tracking (JoDT) framework for 3D object detection and tracking based on camera and LiDAR sensors. The proposed method, referred to as 3D DetecTrack, enables the detector and tracker…

计算机视觉与模式识别 · 计算机科学 2021-12-16 Junho Koh , Jaekyum Kim , Jinhyuk Yoo , Yecheol Kim , Dongsuk Kum , Jun Won Choi

Multi-Object Tracking (MOT) aims to maintain stable and uninterrupted trajectories for each target. Most state-of-the-art approaches first detect objects in each frame and then implement data association between new detections and existing…

计算机视觉与模式识别 · 计算机科学 2024-02-21 Fei Wang , Ruohui Zhang , Chenglin Chen , Min Yang , Yun Bai

Accurate and reliable tracking of multiple moving objects in 3D space is an essential component of urban scene understanding. This is a challenging task because it requires the assignment of detections in the current frame to the predicted…

计算机视觉与模式识别 · 计算机科学 2020-08-13 Johannes Pöschmann , Tim Pfeifer , Peter Protzel

We tackle the problem of estimating optical flow from a monocular camera in the context of autonomous driving. We build on the observation that the scene is typically composed of a static background, as well as a relatively small number of…

计算机视觉与模式识别 · 计算机科学 2016-08-24 Min Bai , Wenjie Luo , Kaustav Kundu , Raquel Urtasun

3D multi-object tracking and trajectory prediction are two crucial modules in autonomous driving systems. Generally, the two tasks are handled separately in traditional paradigms and a few methods have started to explore modeling these two…

计算机视觉与模式识别 · 计算机科学 2024-07-01 Jiaheng Zhuang , Guoan Wang , Siyu Zhang , Xiyang Wang , Hangning Zhou , Ziyao Xu , Chi Zhang , Zhiheng Li

Multi-object tracking (MOT) methods have seen a significant boost in performance recently, due to strong interest from the research community and steadily improving object detection methods. The majority of tracking methods follow the…

计算机视觉与模式识别 · 计算机科学 2024-05-01 Chang Won Lee , Steven L. Waslander

Current approaches in Multiple Object Tracking (MOT) rely on the spatio-temporal coherence between detections combined with object appearance to match objects from consecutive frames. In this work, we explore MOT using object appearances as…

计算机视觉与模式识别 · 计算机科学 2022-10-10 Andreu Girbau , Ferran Marqués , Shin'ichi Satoh

In the field of autonomous driving, self-training is widely applied to mitigate distribution shifts in LiDAR-based 3D object detectors. This eliminates the need for expensive, high-quality labels whenever the environment changes (e.g.,…

计算机视觉与模式识别 · 计算机科学 2021-10-19 Christian Fruhwirth-Reisinger , Michael Opitz , Horst Possegger , Horst Bischof

Mobile autonomy relies on the precise perception of dynamic environments. Robustly tracking moving objects in 3D world thus plays a pivotal role for applications like trajectory prediction, obstacle avoidance, and path planning. While most…

计算机视觉与模式识别 · 计算机科学 2024-03-14 Zhijun Pan , Fangqiang Ding , Hantao Zhong , Chris Xiaoxuan Lu

The complex dynamicity of open-world objects presents non-negligible challenges for multi-object tracking (MOT), often manifested as severe deformations, fast motion, and occlusions. Most methods that solely depend on coarse-grained object…

计算机视觉与模式识别 · 计算机科学 2024-03-19 Guangze Zheng , Shijie Lin , Haobo Zuo , Changhong Fu , Jia Pan

In this project, we implement a multiple object tracker, following the tracking-by-detection paradigm, as an extension of an existing method. It works by modelling the movement of objects by solving the filtering problem, and associating…

计算机视觉与模式识别 · 计算机科学 2017-10-03 Samuel Murray

Object detection and multiple object tracking (MOT) are essential components of self-driving systems. Accurate detection and uncertainty quantification are both critical for onboard modules, such as perception, prediction, and planning, to…

计算机视觉与模式识别 · 计算机科学 2024-02-01 Sanbao Su , Songyang Han , Yiming Li , Zhili Zhang , Chen Feng , Caiwen Ding , Fei Miao

Multiple-object tracking and segmentation (MOTS) is a novel computer vision task that aims to jointly perform multiple object tracking (MOT) and instance segmentation. In this work, we present PointTrack++, an effective on-line framework…

计算机视觉与模式识别 · 计算机科学 2020-07-06 Zhenbo Xu , Wei Zhang , Xiao Tan , Wei Yang , Xiangbo Su , Yuchen Yuan , Hongwu Zhang , Shilei Wen , Errui Ding , Liusheng Huang

Data association is a knotty problem for 2D Multiple Object Tracking due to the object occlusion. However, in 3D space, data association is not so hard. Only with a 3D Kalman Filter, the online object tracker can associate the detections…

计算机视觉与模式识别 · 计算机科学 2023-06-09 Jiawei He , Lue Fan , Yuqi Wang , Yuntao Chen , Zehao Huang , Naiyan Wang , Zhaoxiang Zhang

Accurate and consistent 3D tracking from multiple cameras is a key component in a vision-based autonomous driving system. It involves modeling 3D dynamic objects in complex scenes across multiple cameras. This problem is inherently…

计算机视觉与模式识别 · 计算机科学 2022-05-03 Tianyuan Zhang , Xuanyao Chen , Yue Wang , Yilun Wang , Hang Zhao

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,…

计算机视觉与模式识别 · 计算机科学 2023-08-21 Xuesong Chen , Shaoshuai Shi , Chao Zhang , Benjin Zhu , Qiang Wang , Ka Chun Cheung , Simon See , Hongsheng Li

Many query-based approaches for 3D Multi-Object Tracking (MOT) adopt the tracking-by-attention paradigm, utilizing track queries for identity-consistent detection and object queries for identity-agnostic track spawning.…

计算机视觉与模式识别 · 计算机科学 2024-12-16 Shuxiao Ding , Lukas Schneider , Marius Cordts , Juergen Gall

Scene flow estimation determines a scene's 3D motion field, by predicting the motion of points in the scene, especially for aiding tasks in autonomous driving. Many networks with large-scale point clouds as input use voxelization to create…

计算机视觉与模式识别 · 计算机科学 2024-01-30 Qingwen Zhang , Yi Yang , Heng Fang , Ruoyu Geng , Patric Jensfelt

Tracking a time-varying indefinite number of objects in a video sequence over time remains a challenge despite recent advances in the field. Most existing approaches are not able to properly handle multi-object tracking challenges such as…

计算机视觉与模式识别 · 计算机科学 2022-10-10 Tianyu Zhu , Markus Hiller , Mahsa Ehsanpour , Rongkai Ma , Tom Drummond , Ian Reid , Hamid Rezatofighi

In Multiple Object Tracking, objects often exhibit non-linear motion of acceleration and deceleration, with irregular direction changes. Tacking-by-detection (TBD) trackers with Kalman Filter motion prediction work well in…

计算机视觉与模式识别 · 计算机科学 2024-03-21 Weiyi Lv , Yuhang Huang , Ning Zhang , Ruei-Sung Lin , Mei Han , Dan Zeng