ICASSP 2026poster0 citations

LIGHTWEIGHT RGB-T TRACKING WITH MOBILE VISION TRANSFORMERS

Mahdi Falaki

Abstract

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.

BibTeX
@inproceedings{icassp2026_lightweightrgbtt,
  title = {LIGHTWEIGHT RGB-T TRACKING WITH MOBILE VISION TRANSFORMERS},
  author = {Mahdi Falaki},
  booktitle = {ICASSP 2026},
  year = {2026}
}