paper-with-me

홈 › Papers

Transformer Tracking

2021-03-29 · CVPR 2021 1 · Xin Chen, Bin Yan, Jiawen Zhu, Dong Wang, Xiaoyun Yang, Huchuan Lu

Correlation acts as a critical role in the tracking field, especially in recent popular Siamese-based trackers. The correlation operation is a simple fusion manner to consider the similarity between the template and the search region. However, the correlation operation itself is a local linear matching process, leading to lose semantic information and fall into local optimum easily, which may be the bottleneck of designing high-accuracy tracking algorithms. Is there any better feature fusion method than correlation? To address this issue, inspired by Transformer, this work presents a novel attention-based feature fusion network, which effectively combines the template and search region features solely using attention. Specifically, the proposed method includes an ego-context augment module based on self-attention and a cross-feature augment module based on cross-attention. Finally, we present a Transformer tracking (named TransT) method based on the Siamese-like feature extraction backbone, the designed attention-based fusion mechanism, and the classification and regression head. Experiments show that our TransT achieves very promising results on six challenging datasets, especially on large-scale LaSOT, TrackingNet, and GOT-10k benchmarks. Our tracker runs at approximatively 50 fps on GPU. Code and models are available at https://github.com/chenxin-dlut/TransT.

📄 PDF Abstract BibTeX arXiv:2103.15436

Code (1)

chenxin-dlut/TransT 공식 구현 pytorch

Tasks

GPUObject TrackingVideo Object TrackingVisual Object TrackingVisual Tracking

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

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

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

Efficient Visual Tracking with Exemplar Transformers

2021-12-17 · Philippe Blatter, Menelaos Kanakis, Martin Danelljan, Luc van Gool

The design of more complex and powerful neural network models has significantly advanced the state-of-the-art in visual object tracking. These advances can be attributed to deeper networks, or the introduction of new bui…

CPUObject TrackingVideo Object TrackingVisual Object Tracking+1

PTTR: Relational 3D Point Cloud Object Tracking with Transformer

2021-12-06 · CVPR 2022 1 · Changqing Zhou, Zhipeng Luo, Yueru Luo, Tianrui Liu 외

In a point cloud sequence, 3D object tracking aims to predict the location and orientation of an object in the current search point cloud given a template point cloud. Motivated by the success of transformers, we propose…

3D Object TrackingObjectObject TrackingPoint Tracking+1

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