EffOWT: Transfer Visual Language Models to Open-World Tracking Efficiently and Effectively
Bingyang Wang, Kaer Huang, Bin Li, Yiqiang Yan, Lihe Zhang, Huchuan Lu, You He
TL;DR
EffOWT addresses the inefficiency of full fine-tuning and the suboptimality of zero-shot transfer when adapting Visual Language Models to Open-World Tracking. It introduces a compact, independent side network that runs in parallel with a frozen VLM backbone, augmented by a Hybrid Side Network that blends CNN locality with Transformer processing and a multi-scale feature fusion module; Sparse Interactions on the MLP further reduces computation. Empirically, EffOWT delivers a 5.5% absolute gain on the OWTA metric for unknown categories, while updating only 1.3% of parameters and achieving a 36.4% memory saving compared to full fine-tuning, outperforming state-of-the-art Open-World Tracking methods. The approach provides a practical, scalable baseline for efficient transfer of VLMs to OWT, with strong generalization to unseen categories and robust performance on known classes.
Abstract
Open-World Tracking (OWT) aims to track every object of any category, which requires the model to have strong generalization capabilities. Trackers can improve their generalization ability by leveraging Visual Language Models (VLMs). However, challenges arise with the fine-tuning strategies when VLMs are transferred to OWT: full fine-tuning results in excessive parameter and memory costs, while the zero-shot strategy leads to sub-optimal performance. To solve the problem, EffOWT is proposed for efficiently transferring VLMs to OWT. Specifically, we build a small and independent learnable side network outside the VLM backbone. By freezing the backbone and only executing backpropagation on the side network, the model's efficiency requirements can be met. In addition, EffOWT enhances the side network by proposing a hybrid structure of Transformer and CNN to improve the model's performance in the OWT field. Finally, we implement sparse interactions on the MLP, thus reducing parameter updates and memory costs significantly. Thanks to the proposed methods, EffOWT achieves an absolute gain of 5.5% on the tracking metric OWTA for unknown categories, while only updating 1.3% of the parameters compared to full fine-tuning, with a 36.4% memory saving. Other metrics also demonstrate obvious improvement.
