Small Object Tracking in LiDAR Point Cloud: Learning the Target-awareness Prototype and Fine-grained Search Region
Shengjing Tian, Yinan Han, Xiuping Liu, Xiantong Zhao
TL;DR
This work tackles small object tracking in LiDAR point clouds, where sparse foreground points and convolution-induced feature erosion hinder accurate localization. It introduces a Siamese framework augmented with Target-awareness Prototype Mining (TAPM) and Regional Grid Subdivision (RGS): TAPM reconstructs a target-aware prototype from the full feature space using a masked decoder and self-attention, while RGS upsamples the BEV feature map with a ViT-based transformer and pixel shuffle to recover fine-grained details. The method is trained with a composite loss including focal, regression, and Chamfer-distance terms to align prototype interpolation with the true target, and evaluated on KITTI and nuScenes with scaling experiments to simulate small objects. Results show improved small-object tracking performance, particularly for pedestrians, and robustness to scale changes, while maintaining performance on normal-sized targets. The approach advances practical LiDAR perception where reliably locating small objects is critical for navigation and safety.
Abstract
Single Object Tracking in LiDAR point cloud is one of the most essential parts of environmental perception, in which small objects are inevitable in real-world scenarios and will bring a significant barrier to the accurate location. However, the existing methods concentrate more on exploring universal architectures for common categories and overlook the challenges that small objects have long been thorny due to the relative deficiency of foreground points and a low tolerance for disturbances. To this end, we propose a Siamese network-based method for small object tracking in the LiDAR point cloud, which is composed of the target-awareness prototype mining (TAPM) module and the regional grid subdivision (RGS) module. The TAPM module adopts the reconstruction mechanism of the masked decoder to learn the prototype in the feature space, aiming to highlight the presence of foreground points that will facilitate the subsequent location of small objects. Through the above prototype is capable of accentuating the small object of interest, the positioning deviation in feature maps still leads to high tracking errors. To alleviate this issue, the RGS module is proposed to recover the fine-grained features of the search region based on ViT and pixel shuffle layers. In addition, apart from the normal settings, we elaborately design a scaling experiment to evaluate the robustness of the different trackers on small objects. Extensive experiments on KITTI and nuScenes demonstrate that our method can effectively improve the tracking performance of small targets without affecting normal-sized objects.
