paper-with-me

Papers

3D Object Tracking with Transformer

2021-10-28 · Yubo Cui, Zheng Fang, Jiayao Shan, Zuoxu Gu, Sifan Zhou

Feature fusion and similarity computation are two core problems in 3D object tracking, especially for object tracking using sparse and disordered point clouds. Feature fusion could make similarity computing more efficient by including target object information. However, most existing LiDAR-based approaches directly use the extracted point cloud feature to compute similarity while ignoring the attention changes of object regions during tracking. In this paper, we propose a feature fusion network based on transformer architecture. Benefiting from the self-attention mechanism, the transformer encoder captures the inter- and intra- relations among different regions of the point cloud. By using cross-attention, the transformer decoder fuses features and includes more target cues into the current point cloud feature to compute the region attentions, which makes the similarity computing more efficient. Based on this feature fusion network, we propose an end-to-end point cloud object tracking framework, a simple yet effective method for 3D object tracking using point clouds. Comprehensive experimental results on the KITTI dataset show that our method achieves new state-of-the-art performance. Code is available at: https://github.com/3bobo/lttr.

📄 PDF Abstract BibTeX arXiv:2110.14921

Code (1)

3bobo/lttr 공식 구현 pytorch

Tasks

3D Object TrackingDecoderObjectObject Tracking

Similar Papers 제목 키워드 기반

Transformers in Single Object Tracking: An Experimental Survey

2023-02-23 · IEEE Access 2023 7 · Janani Thangavel, Thanikasalam Kokul, Amirthalingam Ramanan, Subha Fernando

Single-object tracking is a well-known and challenging research topic in computer vision. Over the last two decades, numerous researchers have proposed various algorithms to solve this problem and achieved promising resu…

Computational EfficiencyObjectObject TrackingSurvey

Transformer Meets Tracker: Exploiting Temporal Context for Robust Visual Tracking

2021-03-22 · CVPR 2021 1 · Ning Wang, Wengang Zhou, Jie Wang, Houqaing Li

In video object tracking, there exist rich temporal contexts among successive frames, which have been largely overlooked in existing trackers. In this work, we bridge the individual video frames and explore the temporal …

DecoderObjectObject TrackingVideo Object Tracking+2

Heterogeneous Graph Transformer for Multiple Tiny Object Tracking in RGB-T Videos

2024-12-14 · Qingyu Xu, Longguang Wang, Weidong Sheng, Yingqian Wang 외

Tracking multiple tiny objects is highly challenging due to their weak appearance and limited features. Existing multi-object tracking algorithms generally focus on single-modality scenes, and overlook the complementary …

Multi-Object TrackingMultiple Object TrackingObjectObject Tracking

Global Tracking Transformers

2022-03-24 · CVPR 2022 1 · Xingyi Zhou, Tianwei Yin, Vladlen Koltun, Philipp Krähenbühl

We present a novel transformer-based architecture for global multi-object tracking. Our network takes a short sequence of frames as input and produces global trajectories for all objects. The core component is a global t…

Multi-Object TrackingObjectObject Tracking

Exploring Point-BEV Fusion for 3D Point Cloud Object Tracking with Transformer

2022-08-10 · Zhipeng Luo, Changqing Zhou, Liang Pan, Gongjie Zhang 외

With the prevalence of LiDAR sensors in autonomous driving, 3D object tracking has received increasing attention. In a point cloud sequence, 3D object tracking aims to predict the location and orientation of an object in…

3D Object TrackingAutonomous DrivingObjectObject Tracking+1