paper-with-me

Papers

MBPTrack: Improving 3D Point Cloud Tracking with Memory Networks and Box Priors

2023-03-09 · ICCV 2023 1 · Tian-Xing Xu, Yuan-Chen Guo, Yu-Kun Lai, Song-Hai Zhang

3D single object tracking has been a crucial problem for decades with numerous applications such as autonomous driving. Despite its wide-ranging use, this task remains challenging due to the significant appearance variation caused by occlusion and size differences among tracked targets. To address these issues, we present MBPTrack, which adopts a Memory mechanism to utilize past information and formulates localization in a coarse-to-fine scheme using Box Priors given in the first frame. Specifically, past frames with targetness masks serve as an external memory, and a transformer-based module propagates tracked target cues from the memory to the current frame. To precisely localize objects of all sizes, MBPTrack first predicts the target center via Hough voting. By leveraging box priors given in the first frame, we adaptively sample reference points around the target center that roughly cover the target of different sizes. Then, we obtain dense feature maps by aggregating point features into the reference points, where localization can be performed more effectively. Extensive experiments demonstrate that MBPTrack achieves state-of-the-art performance on KITTI, nuScenes and Waymo Open Dataset, while running at 50 FPS on a single RTX3090 GPU.

📄 PDF Abstract BibTeX arXiv:2303.05071

Code (0)

등록된 구현이 없습니다.

Tasks

3D Single Object TrackingAutonomous DrivingGPUObject Tracking

Similar Papers 제목 키워드 기반

SeqTrack3D: Exploring Sequence Information for Robust 3D Point Cloud Tracking

2024-02-26 · Yu Lin, Zhiheng Li, Yubo Cui, Zheng Fang

3D single object tracking (SOT) is an important and challenging task for the autonomous driving and mobile robotics. Most existing methods perform tracking between two consecutive frames while ignoring the motion pattern…

3D Single Object TrackingAutonomous DrivingObject Tracking

Point Cloud Compression with Sibling Context and Surface Priors

2022-05-02 · Zhili Chen, Zian Qian, Sukai Wang, Qifeng Chen

We present a novel octree-based multi-level framework for large-scale point cloud compression, which can organize sparse and unstructured point clouds in a memory-efficient way. In this framework, we propose a new entrop…

TrackAgent: 6D Object Tracking via Reinforcement Learning

2023-07-28 · Konstantin Röhrl, Dominik Bauer, Timothy Patten, Markus Vincze

Tracking an object's 6D pose, while either the object itself or the observing camera is moving, is important for many robotics and augmented reality applications. While exploiting temporal priors eases this problem, obje…

ObjectObject Trackingreinforcement-learningReinforcement Learning+1

Model-free Vehicle Tracking and State Estimation in Point Cloud Sequences

2021-03-10 · Ziqi Pang, Zhichao Li, Naiyan Wang

Estimating the states of surrounding traffic participants stays at the core of autonomous driving. In this paper, we study a novel setting of this problem: model-free single-object tracking (SOT), which takes the object …

Autonomous DrivingMulti-Object TrackingObject TrackingOptical Flow Estimation+2

Point Cloud Completion Guided by Prior Knowledge via Causal Inference

2023-05-28 · Songxue Gao, Chuanqi Jiao, Ruidong Chen, Weijie Wang 외

Point cloud completion aims to recover raw point clouds captured by scanners from partial observations caused by occlusion and limited view angles. This makes it hard to recover details because the global feature is unli…

Causal InferenceContrastive LearningPoint Cloud Completion