paper-with-me

Papers

Learning Spatio-Temporal Transformer for Visual Tracking

2021-03-31 · ICCV 2021 10 · Bin Yan, Houwen Peng, Jianlong Fu, Dong Wang, Huchuan Lu

In this paper, we present a new tracking architecture with an encoder-decoder transformer as the key component. The encoder models the global spatio-temporal feature dependencies between target objects and search regions, while the decoder learns a query embedding to predict the spatial positions of the target objects. Our method casts object tracking as a direct bounding box prediction problem, without using any proposals or predefined anchors. With the encoder-decoder transformer, the prediction of objects just uses a simple fully-convolutional network, which estimates the corners of objects directly. The whole method is end-to-end, does not need any postprocessing steps such as cosine window and bounding box smoothing, thus largely simplifying existing tracking pipelines. The proposed tracker achieves state-of-the-art performance on five challenging short-term and long-term benchmarks, while running at real-time speed, being 6x faster than Siam R-CNN. Code and models are open-sourced at https://github.com/researchmm/Stark.

📄 PDF Abstract BibTeX arXiv:2103.17154

Code (1)

researchmm/Stark 공식 구현 pytorch

Tasks

DecoderObject 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 설명 없음
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음

Similar Papers 제목 키워드 기반

ACTrack: Adding Spatio-Temporal Condition for Visual Object Tracking

2024-02-27 · Yushan Han, Kaer Huang

Efficiently modeling spatio-temporal relations of objects is a key challenge in visual object tracking (VOT). Existing methods track by appearance-based similarity or long-term relation modeling, resulting in rich tempor…

ObjectObject TrackingVisual Object Tracking

Autoregressive Queries for Adaptive Tracking with Spatio-TemporalTransformers

2024-03-15 · Jinxia Xie, Bineng Zhong, Zhiyi Mo, Shengping Zhang 외

The rich spatio-temporal information is crucial to capture the complicated target appearance variations in visual tracking. However, most top-performing tracking algorithms rely on many hand-crafted components for spatio…

Visual Object TrackingVisual Tracking

Autoregressive Queries for Adaptive Tracking with Spatio-Temporal Transformers

2024-01-01 · CVPR 2024 1 · Jinxia Xie, Bineng Zhong, Zhiyi Mo, Shengping Zhang 외

The rich spatio-temporal information is crucial to capture the complicated target appearance variations in visual tracking. However most top-performing tracking algorithms rely on many hand-crafted components for spa…

Visual Tracking

Enhanced Transformer-Based Tracking for Skiing Events: Overcoming Multi-Camera Challenges, Scale Variations and Rapid Motion -- SkiTB Visual Tracking Challenge 2025

2025-02-26 · Akhil Penta, Vaibhav Adwani, Ankush Chopra

Accurate skier tracking is essential for performance analysis, injury prevention, and optimizing training strategies in alpine sports. Traditional tracking methods often struggle with occlusions, dynamic movements, and v…

Visual Tracking

Explicit Visual Prompts for Visual Object Tracking

2024-01-06 · Liangtao Shi, Bineng Zhong, Qihua Liang, Ning li 외

How to effectively exploit spatio-temporal information is crucial to capture target appearance changes in visual tracking. However, most deep learning-based trackers mainly focus on designing a complicated appearance mod…

ObjectObject TrackingVisual Object TrackingVisual Tracking