3D Single Object Tracking
22 papers with code • 0 benchmarks • 1 datasets
3D tracking of a single object, based on an initial 3D bounding box, provided to the tracker. 3D single object tracking is commonly performed using point cloud data from Lidars, as it provides valuable depth information, which is lost in camera images. However, irregular point cloud structure and an increasing point sparsity with distance makes Lidar-based 3D single object tracking a nontrivial task.
Benchmarks
These leaderboards are used to track progress in 3D Single Object Tracking
Libraries
Use these libraries to find 3D Single Object Tracking models and implementationsMost implemented papers
Box-Aware Feature Enhancement for Single Object Tracking on Point Clouds
Current 3D single object tracking approaches track the target based on a feature comparison between the target template and the search area.
VPIT: Real-time Embedded Single Object 3D Tracking Using Voxel Pseudo Images
In this paper, we propose a novel voxel-based 3D single object tracking (3D SOT) method called Voxel Pseudo Image Tracking (VPIT).
GLT-T: Global-Local Transformer Voting for 3D Single Object Tracking in Point Clouds
Technically, a global-local transformer (GLT) module is employed to integrate object- and patch-aware prior into seed point features to effectively form strong feature representation for geometric positions of the seed points, thus providing more robust and accurate cues for offset learning.
Variational Voxel Pseudo Image Tracking
Uncertainty estimation is an important task for critical problems, such as robotics and autonomous driving, because it allows creating statistically better perception models and signaling the model's certainty in its predictions to the decision method or a human supervisor.
OSP2B: One-Stage Point-to-Box Network for 3D Siamese Tracking
By integrating the derived classification scores with the center-ness scores, the resulting network can effectively suppress interference proposals and further mitigate task misalignment.
M3SOT: Multi-frame, Multi-field, Multi-space 3D Single Object Tracking
3D Single Object Tracking (SOT) stands a forefront task of computer vision, proving essential for applications like autonomous driving.
PillarTrack: Redesigning Pillar-based Transformer Network for Single Object Tracking on Point Clouds
LiDAR-based 3D single object tracking (3D SOT) is a critical issue in robotics and autonomous driving.
PTT: Point-Track-Transformer Module for 3D Single Object Tracking in Point Clouds
Our code is open-sourced for the robotics community at https://github. com/shanjiayao/PTT.
Beyond 3D Siamese Tracking: A Motion-Centric Paradigm for 3D Single Object Tracking in Point Clouds
3D single object tracking (3D SOT) in LiDAR point clouds plays a crucial role in autonomous driving.
A Lightweight and Detector-free 3D Single Object Tracker on Point Clouds
Recent works on 3D single object tracking treat the task as a target-specific 3D detection task, where an off-the-shelf 3D detector is commonly employed for the tracking.