The Progression of Transformers from Language to Vision to MOT: A Literature Review on Multi-Object Tracking with Transformers
Abhi Kamboj
TL;DR
This review tracks the trajectory of transformer architectures from language to vision and finally to multi-object tracking, highlighting pivotal models like ViT, DETR, and Deformable DETR. It emphasizes that, despite significant advances in vision and object recognition, state-of-the-art MOT is still largely dominated by non-transformer methods due to efficiency and data considerations. The survey catalogs transformer-based MOT efforts (e.g., TransTrack, Trackformer, MOTR) and contrasts them with strong non-transformer trackers (SORT, ByteTrack, StrongSORT), underscoring the ongoing research space for integrating tracking-specific temporal structure into transformer frameworks. Overall, the work maps the potential of track/query-focused transformer designs while acknowledging their current practical limitations and the field’s active development.
Abstract
The transformer neural network architecture allows for autoregressive sequence-to-sequence modeling through the use of attention layers. It was originally created with the application of machine translation but has revolutionized natural language processing. Recently, transformers have also been applied across a wide variety of pattern recognition tasks, particularly in computer vision. In this literature review, we describe major advances in computer vision utilizing transformers. We then focus specifically on Multi-Object Tracking (MOT) and discuss how transformers are increasingly becoming competitive in state-of-the-art MOT works, yet still lag behind traditional deep learning methods.
