paper-with-me

Papers

LoReTrack: Efficient and Accurate Low-Resolution Transformer Tracking

2024-05-27 · Shaohua Dong, Yunhe Feng, Qing Yang, Yuewei Lin, Heng Fan

High-performance Transformer trackers have shown excellent results, yet they often bear a heavy computational load. Observing that a smaller input can immediately and conveniently reduce computations without changing the model, an easy solution is to adopt the low-resolution input for efficient Transformer tracking. Albeit faster, this hurts tracking accuracy much due to information loss in low resolution tracking. In this paper, we aim to mitigate such information loss to boost the performance of the low-resolution Transformer tracking via dual knowledge distillation from a frozen high-resolution (but not a larger) Transformer tracker. The core lies in two simple yet effective distillation modules, comprising query-key-value knowledge distillation (QKV-KD) and discrimination knowledge distillation (Disc-KD), across resolutions. The former, from the global view, allows the low-resolution tracker to inherit the features and interactions from the high-resolution tracker, while the later, from the target-aware view, enhances the target-background distinguishing capacity via imitating discriminative regions from its high-resolution counterpart. With the dual knowledge distillation, our Low-Resolution Transformer Tracker (LoReTrack) enjoys not only high efficiency owing to reduced computation but also enhanced accuracy by distilling knowledge from the high-resolution tracker. In extensive experiments, LoReTrack with a 256x256 resolution consistently improves baseline with the same resolution, and shows competitive or even better results compared to 384x384 high-resolution Transformer tracker, while running 52% faster and saving 56% MACs. Moreover, LoReTrack is resolution-scalable. With a 128x128 resolution, it runs 25 fps on a CPU with 64.9%/46.4% SUC scores on LaSOT/LaSOText, surpassing all other CPU real-time trackers. Code will be released.

📄 PDF Abstract BibTeX arXiv:2405.17660

Code (1)

ShaohuaDong2021/LoReTrack 공식 구현 pytorch

Tasks

CPUKnowledge DistillationVisual Object Tracking

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
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…
Adam 설명 없음
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Event Stream-based Visual Object Tracking: A High-Resolution Benchmark Dataset and A Novel Baseline

2023-09-26 · CVPR 2024 1 · Xiao Wang, Shiao Wang, Chuanming Tang, Lin Zhu 외

Tracking using bio-inspired event cameras has drawn more and more attention in recent years. Existing works either utilize aligned RGB and event data for accurate tracking or directly learn an event-based tracker. The fi…

Knowledge DistillationObject TrackingTransfer LearningVisual Object Tracking+1

DELTA: Dense Efficient Long-range 3D Tracking for any video

2024-10-31 · Tuan Duc Ngo, Peiye Zhuang, Chuang Gan, Evangelos Kalogerakis 외

Tracking dense 3D motion from monocular videos remains challenging, particularly when aiming for pixel-level precision over long sequences. We introduce DELTA, a novel method that efficiently tracks every pixel in 3D spa…

Motion Estimation

Tracking Urbanization in Developing Regions with Remote Sensing Spatial-Temporal Super-Resolution

2022-04-04 · Yutong He, William Zhang, Chenlin Meng, Marshall Burke 외

Automated tracking of urban development in areas where construction information is not available became possible with recent advancements in machine learning and remote sensing. Unfortunately, these solutions perform bes…

Image Super-ResolutionObject TrackingSuper-ResolutionTime Series+1

Efficient Joint Detection and Multiple Object Tracking with Spatially Aware Transformer

2022-11-09 · Siddharth Sagar Nijhawan, Leo Hoshikawa, Atsushi Irie, Masakazu Yoshimura 외

We propose a light-weight and highly efficient Joint Detection and Tracking pipeline for the task of Multi-Object Tracking using a fully-transformer architecture. It is a modified version of TransTrack, which overcomes t…

Multi-Object TrackingMultiple Object TrackingObject Tracking

Dynamic High Resolution Deformable Articulated Tracking

2017-11-21 · Aaron Walsman, Weilin Wan, Tanner Schmidt, Dieter Fox

The last several years have seen significant progress in using depth cameras for tracking articulated objects such as human bodies, hands, and robotic manipulators. Most approaches focus on tracking skeletal parameters o…

GPUPose EstimationVocal Bursts Intensity Prediction