Single-modality tracking (RGB-only) struggles under low illumination, weather, and occlusion. Multimodal tracking addresses this by combining complementary cues. While Vision Transformer-based trackers achieve strong accuracy, they are often too large for real-time. We propose a lightweight RGB-T tracker built on MobileViT with a progressive fusion framework that models intra- and inter-modal interactions using separable mixed attention. This design delivers compact, effective features for accurate localization, with under 4M parameters and real-time performance of 25.7 FPS on the CPU and 122 FPS on the GPU, supporting embedded and mobile platforms. To the best of our knowledge, this is the first MobileViT-based multimodal tracker. Model code and weights are available in the GitHub repository.
Cite
@article{arxiv.2506.19154,
title = {Lightweight RGB-T Tracking with Mobile Vision Transformers},
author = {Mahdi Falaki and Maria A. Amer},
journal= {arXiv preprint arXiv:2506.19154},
year = {2026}
}
Comments
Accepted for publication in ICASSP 2026. Implementation Code Available