核心概念
PillarTrack is a pillar-based 3D single object tracking framework that improves tracking performance while enhancing inference speed. It introduces a Pyramid-type Encoding Pillar Feature Encoder (PE-PFE) and a modality-aware Transformer-based backbone to effectively capture the geometric information in point clouds.
摘要
The paper proposes PillarTrack, a pillar-based 3D single object tracking framework, to address the issues in existing point-based 3D SOT methods.
Key highlights:
- PE-PFE: A Pyramid-type Encoding Pillar Feature Encoder design to encode the point coordinates of each pillar, reducing numerical differences between input channels and enabling better network optimization.
- Modality-aware Transformer-based Backbone: A backbone design that allocates more computational resources to the early stages to effectively capture the geometric information in raw point clouds, in contrast to image-centric backbone designs.
- Activation Function Selection: The use of LeakyReLU activation function is shown to better preserve negative value ranges in point cloud data compared to ReLU or GELU.
- Extensive experiments on the KITTI and nuScenes datasets demonstrate that PillarTrack achieves state-of-the-art performance while enabling real-time tracking speed.
The authors hope that their work can encourage the community to rethink existing 3D SOT tracker designs and leverage the advantages of pillar-based representations.
統計資料
The 3D bounding box is represented as B = {b = [x,y,z,h,w,l,θ]T ∈R1×7}, where x,y,z indicate the object's center, h,w,l denote its size, and θ is the object's heading angle.
引述
"Pillar representation is dense and ordered, facilitating seamless integration with advanced 2D image-based techniques without much modification."
"The compact nature of the pillar representation reduces computational overhead while maintaining a desirable trade-off between performance and speed."
"Pillar representation is deployment-friendly, making it highly suitable for resource-limited devices like mobile robots or drones."