paper-with-me

Papers

MixFormerV2: Efficient Fully Transformer Tracking

2023-05-25 · NeurIPS 2023 11 · Yutao Cui, Tianhui Song, Gangshan Wu, LiMin Wang

Transformer-based trackers have achieved strong accuracy on the standard benchmarks. However, their efficiency remains an obstacle to practical deployment on both GPU and CPU platforms. In this paper, to overcome this issue, we propose a fully transformer tracking framework, coined as \emph{MixFormerV2}, without any dense convolutional operation and complex score prediction module. Our key design is to introduce four special prediction tokens and concatenate them with the tokens from target template and search areas. Then, we apply the unified transformer backbone on these mixed token sequence. These prediction tokens are able to capture the complex correlation between target template and search area via mixed attentions. Based on them, we can easily predict the tracking box and estimate its confidence score through simple MLP heads. To further improve the efficiency of MixFormerV2, we present a new distillation-based model reduction paradigm, including dense-to-sparse distillation and deep-to-shallow distillation. The former one aims to transfer knowledge from the dense-head based MixViT to our fully transformer tracker, while the latter one is used to prune some layers of the backbone. We instantiate two types of MixForemrV2, where the MixFormerV2-B achieves an AUC of 70.6\% on LaSOT and an AUC of 57.4\% on TNL2k with a high GPU speed of 165 FPS, and the MixFormerV2-S surpasses FEAR-L by 2.7\% AUC on LaSOT with a real-time CPU speed.

📄 PDF Abstract BibTeX arXiv:2305.15896

Code (1)

mcg-nju/mixformerv2 공식 구현 pytorch

Tasks

CPUGPU

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Separable Self and Mixed Attention Transformers for Efficient Object Tracking

2023-09-07 · Goutam Yelluru Gopal, Maria A. Amer

The deployment of transformers for visual object tracking has shown state-of-the-art results on several benchmarks. However, the transformer-based models are under-utilized for Siamese lightweight tracking due to the com…

CPUGPUObject TrackingState Estimation+1

Lightweight Full-Convolutional Siamese Tracker

2023-10-09 · Yunfeng Li, Bo wang, Xueyi Wu, Zhuoyan Liu 외

Although single object trackers have achieved advanced performance, their large-scale models hinder their application on limited resources platforms. Moreover, existing lightweight trackers only achieve a balance between…

Improving Accuracy and Generalization for Efficient Visual Tracking

2024-11-28 · Ram Zaveri, Shivang Patel, Yu Gu, Gianfranco Doretto

Efficient visual trackers overfit to their training distributions and lack generalization abilities, resulting in them performing well on their respective in-distribution (ID) test sets and not as well on out-of-distribu…

CPUTest-time AdaptationVisual Tracking

FreqMixFormerV2: Lightweight Frequency-aware Mixed Transformer for Human Skeleton Action Recognition

2024-12-29 · Wenhan Wu, Pengfei Wang, Chen Chen, Aidong Lu

Transformer-based human skeleton action recognition has been developed for years. However, the complexity and high parameter count demands of these models hinder their practical applications, especially in resource-const…

Action Recognition

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