OST: Efficient One-stream Network for 3D Single Object Tracking in Point Clouds
Xiantong Zhao, Yinan Han, Shengjing Tian, Jian Liu, Xiuping Liu
TL;DR
This work tackles 3D single object tracking in LiDAR point clouds, addressing the inefficiency and limited instance discrimination of Siamese trackers by introducing a one-stream architecture. The proposed Template-aware Transformer Module (TTM) and Multi-scale Feature Aggregation (MFA) fuse template information into search features and balance spatial with semantic cues, enabling robust tracking across seen and unseen categories with lower computational cost. Empirical results on KITTI and nuScenes show strong class-specific performance and notable gains in class-agnostic settings, supported by comprehensive ablations that validate design choices. The method offers practical benefits for real-time autonomous systems by combining efficient feature learning with template-guided discrimination.
Abstract
Although recent Siamese network-based trackers have achieved impressive perceptual accuracy for single object tracking in LiDAR point clouds, they usually utilized heavy correlation operations to capture category-level characteristics only, and overlook the inherent merit of arbitrariness in contrast to multiple object tracking. In this work, we propose a radically novel one-stream network with the strength of the instance-level encoding, which avoids the correlation operations occurring in previous Siamese network, thus considerably reducing the computational effort. In particular, the proposed method mainly consists of a Template-aware Transformer Module (TTM) and a Multi-scale Feature Aggregation (MFA) module capable of fusing spatial and semantic information. The TTM stitches the specified template and the search region together and leverages an attention mechanism to establish the information flow, breaking the previous pattern of independent \textit{extraction-and-correlation}. As a result, this module makes it possible to directly generate template-aware features that are suitable for the arbitrary and continuously changing nature of the target, enabling the model to deal with unseen categories. In addition, the MFA is proposed to make spatial and semantic information complementary to each other, which is characterized by reverse directional feature propagation that aggregates information from shallow to deep layers. Extensive experiments on KITTI and nuScenes demonstrate that our method has achieved considerable performance not only for class-specific tracking but also for class-agnostic tracking with less computation and higher efficiency.
