paper-with-me

Papers

Joint Spatial-Temporal and Appearance Modeling with Transformer for Multiple Object Tracking

2022-05-31 · Peng Dai, Yiqiang Feng, Renliang Weng, ChangShui Zhang

The recent trend in multiple object tracking (MOT) is heading towards leveraging deep learning to boost the tracking performance. In this paper, we propose a novel solution named TransSTAM, which leverages Transformer to effectively model both the appearance features of each object and the spatial-temporal relationships among objects. TransSTAM consists of two major parts: (1) The encoder utilizes the powerful self-attention mechanism of Transformer to learn discriminative features for each tracklet; (2) The decoder adopts the standard cross-attention mechanism to model the affinities between the tracklets and the detections by taking both spatial-temporal and appearance features into account. TransSTAM has two major advantages: (1) It is solely based on the encoder-decoder architecture and enjoys a compact network design, hence being computationally efficient; (2) It can effectively learn spatial-temporal and appearance features within one model, hence achieving better tracking accuracy. The proposed method is evaluated on multiple public benchmarks including MOT16, MOT17, and MOT20, and it achieves a clear performance improvement in both IDF1 and HOTA with respect to previous state-of-the-art approaches on all the benchmarks. Our code is available at \url{https://github.com/icicle4/TranSTAM}.

📄 PDF Abstract BibTeX arXiv:2205.15495

Code (1)

icicle4/transtam 공식 구현 pytorch

Tasks

DecoderMultiple Object TrackingObject Tracking

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Position-Wise Feed-Forward Layer 설명 없음
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…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

JointTuner: Appearance-Motion Adaptive Joint Training for Customized Video Generation

2025-03-31 · Fangda Chen, Shanshan Zhao, Chuanfu Xu, Long Lan

Recent text-to-video advancements have enabled coherent video synthesis from prompts and expanded to fine-grained control over appearance and motion. However, existing methods either suffer from concept interference due …

Video Generation

RSCaMa: Remote Sensing Image Change Captioning with State Space Model

2024-04-29 · Chenyang Liu, Keyan Chen, Bowen Chen, Haotian Zhang 외

Remote Sensing Image Change Captioning (RSICC) aims to describe surface changes between multi-temporal remote sensing images in language, including the changed object categories, locations, and dynamics of changing objec…

DecoderMamba

Towards Robust Video Instance Segmentation with Temporal-Aware Transformer

2023-01-20 · Zhenghao Zhang, Fangtao Shao, Zuozhuo Dai, Siyu Zhu

Most existing transformer based video instance segmentation methods extract per frame features independently, hence it is challenging to solve the appearance deformation problem. In this paper, we observe the temporal in…

DecoderInstance SegmentationSemantic SegmentationVideo Instance Segmentation

Graph Convolutional Tracking

2019-06-01 · CVPR 2019 6 · Junyu. Gao, Tianzhu Zhang, Changsheng Xu

Tracking by siamese networks has achieved favorable performance in recent years. However, most of existing siamese methods do not take full advantage of spatial-temporal target appearance modeling under different context…

Visual Tracking

Revisiting the Spatial and Temporal Modeling for Few-shot Action Recognition

2023-01-19 · Jiazheng Xing, Mengmeng Wang, Yong liu, Boyu Mu

Spatial and temporal modeling is one of the most core aspects of few-shot action recognition. Most previous works mainly focus on long-term temporal relation modeling based on high-level spatial representations, without …

Action RecognitionFew-Shot action recognitionFew Shot Action Recognition