paper-with-me

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 computational complexity of their attention blocks. This paper proposes an efficient self and mixed attention transformer-based architecture for lightweight tracking. The proposed backbone utilizes the separable mixed attention transformers to fuse the template and search regions during feature extraction to generate superior feature encoding. Our prediction head performs global contextual modeling of the encoded features by leveraging efficient self-attention blocks for robust target state estimation. With these contributions, the proposed lightweight tracker deploys a transformer-based backbone and head module concurrently for the first time. Our ablation study testifies to the effectiveness of the proposed combination of backbone and head modules. Simulations show that our Separable Self and Mixed Attention-based Tracker, SMAT, surpasses the performance of related lightweight trackers on GOT10k, TrackingNet, LaSOT, NfS30, UAV123, and AVisT datasets, while running at 37 fps on CPU, 158 fps on GPU, and having 3.8M parameters. For example, it significantly surpasses the closely related trackers E.T.Track and MixFormerV2-S on GOT10k-test by a margin of 7.9% and 5.8%, respectively, in the AO metric. The tracker code and model is available at https://github.com/goutamyg/SMAT

📄 PDF Abstract BibTeX arXiv:2309.03979

Code (1)

goutamyg/smat 공식 구현 pytorch

Tasks

CPUGPUObject TrackingState EstimationVisual Object Tracking

Methods 이 논문이 사용한 방법론

AO This study proposes an efficient metaheuristic algorithm called the Artemisinin Optimization (AO) algorithm. This algorithm draws inspiration from the process of artemisinin…

Similar Papers 제목 키워드 기반

Separable Self-attention for Mobile Vision Transformers

2022-06-06 · Sachin Mehta, Mohammad Rastegari

Mobile vision transformers (MobileViT) can achieve state-of-the-art performance across several mobile vision tasks, including classification and detection. Though these models have fewer parameters, they have high latenc…

Image ClassificationObject Detection

Hierarchical Separable Video Transformer for Snapshot Compressive Imaging

2024-07-16 · Ping Wang, Yulun Zhang, Lishun Wang, Xin Yuan

Transformers have achieved the state-of-the-art performance on solving the inverse problem of Snapshot Compressive Imaging (SCI) for video, whose ill-posedness is rooted in the mixed degradation of spatial masking and te…

Inductive BiasLong-range modeling

CamoFormer: Masked Separable Attention for Camouflaged Object Detection

2022-12-10 · Bowen Yin, Xuying Zhang, Qibin Hou, Bo-Yuan Sun 외

How to identify and segment camouflaged objects from the background is challenging. Inspired by the multi-head self-attention in Transformers, we present a simple masked separable attention (MSA) for camouflaged object d…

DecoderObjectobject-detectionObject Detection

SepViT: Separable Vision Transformer

2022-03-29 · Wei Li, Xing Wang, Xin Xia, Jie Wu 외

Vision Transformers have witnessed prevailing success in a series of vision tasks. However, these Transformers often rely on extensive computational costs to achieve high performance, which is burdensome to deploy on res…

Instance Segmentationobject-detectionObject Detection

SMMix: Self-Motivated Image Mixing for Vision Transformers

2022-12-26 · ICCV 2023 1 · Mengzhao Chen, Mingbao Lin, Zhihang Lin, Yuxin Zhang 외

CutMix is a vital augmentation strategy that determines the performance and generalization ability of vision transformers (ViTs). However, the inconsistency between the mixed images and the corresponding labels harms its…