arXiv:2609.07738cs.CVcs.AI2026-09

无需模板的3D点云追踪框架,效率提升50%且实时运行。

TFTrack: A Template-Free Framework for Efficient 3D Point Cloud Tracking

论文配图:TFTrack: A Template-Free Framework for Efficient 3D Point Cloud Tracking
图 1 · 摘自论文原文
  • 摒弃模板配对,仅用前一帧框中心和尺寸引导当前追踪。
  • 在KITTI和nuScenes上达到顶尖性能,功耗降低50%,速度达120 FPS。
  • 适合自动驾驶等嵌入式系统,为高效点云追踪提供新范式。

基于激光雷达的3D单目标追踪对机器人感知与导航至关重要,旨在稀疏点云中跨帧定位动态物体。现有方法多沿用2D视觉中的孪生追踪范式,依赖高成本双输入设计及复杂的模板先验运动建模,制约效率。我们深入分析发现:(i) 模板机制冗余,因前一帧边界框中心已包含足够历史上下文;(ii) 复杂运动建模非必要,几何对齐即可提供充分运动先验。基于此,我们提出首个无模板追踪框架TFTrack。该框架消除模板搜索配对,直接在当前帧上操作,仅依赖前一帧的边界框中心与尺寸作为先验。我们在此框架下实现三种变体:TFTrack-Voxel、TFTrack-Pillar和TFTrack-Point,以探索不同3D表示在统一架构下的表现,兼顾稀疏与密集场景灵活性。在KITTI与nuScenes基准上的大量实验表明,TFTrack性能媲美领先模板追踪器,同时减少约50%的浮点运算量(FLOPs),运行速度达约120 FPS。通过简化过度复杂的运动中心设计,TFTrack建立了一种新的极简主义范式,推动嵌入式机器人系统(如自动驾驶)实现实时、低资源部署。代码已开源:https://github.com/tftrack-anonymous/TFTrack/tree/main。

原文摘要 · Abstract (English)

LiDAR-based 3D Single Object Tracking (3D SOT) is critical for robotic perception and navigation and aims to localize dynamic objects across frames in sparse point clouds. Existing methods, rooted in the Siamese tracking paradigm from 2D vision, rely on costly dual-input designs and excessive motion modeling guided by template priors, hindering their efficiency. Our in-depth analysis reveals: (i) the template paradigm is redundant, as the previous bounding box center encodes sufficient historical context; (ii) complex motion modeling is unnecessary, as geometric alignment provides adequate motion priors. Based on the above findings, we propose the first Template-Free Tracking framework (TFTrack). The novel framework eliminates the need for template-search pairings and operates directly on the current frame guided solely by the prior bounding box center and size. We instantiate this paradigm into three variants: TFTrack-Voxel, TFTrack-Pillar, and TFTrack-Point, to explore different 3D representations under a unified framework, ensuring flexibility across sparse and dense scenes. Extensive experiments on KITTI and nuScenes benchmarks show that TFTrack is competitive with leading template-based trackers, while reducing FLOPs by approximately 50% and running at approximately 120 FPS. By simplifying overcomplicated motion-centric designs, TFTrack establishes a new minimalist paradigm for efficient 3D point cloud tracking, paving the way for real-time and resource-efficient deployment in embedded robotic systems, such as autonomous vehicles. The code is available at https://github.com/tftrack-anonymous/TFTrack/tree/main.

3D追踪点云处理自动驾驶高效算法

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。