CVJul 2, 2024

FlowTrack: Point-level Flow Network for 3D Single Object Tracking

arXiv:2407.01959v12 citationsh-index: 9
Originality Incremental advance
AI Analysis

This work addresses tracking challenges in mobile robotics and autonomous driving by enhancing motion estimation, though it appears incremental with specific gains.

The paper tackled the problem of 3D single object tracking by proposing FlowTrack, a point-level flow network that captures local motion details and integrates multi-frame information, achieving improvements of 5.9% on KITTI and 2.9% on NuScenes.

3D single object tracking (SOT) is a crucial task in fields of mobile robotics and autonomous driving. Traditional motion-based approaches achieve target tracking by estimating the relative movement of target between two consecutive frames. However, they usually overlook local motion information of the target and fail to exploit historical frame information effectively. To overcome the above limitations, we propose a point-level flow method with multi-frame information for 3D SOT task, called FlowTrack. Specifically, by estimating the flow for each point in the target, our method could capture the local motion details of target, thereby improving the tracking performance. At the same time, to handle scenes with sparse points, we present a learnable target feature as the bridge to efficiently integrate target information from past frames. Moreover, we design a novel Instance Flow Head to transform dense point-level flow into instance-level motion, effectively aggregating local motion information to obtain global target motion. Finally, our method achieves competitive performance with improvements of 5.9% on the KITTI dataset and 2.9% on NuScenes. The code will be made publicly available soon.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes