Diff-MM: Exploring Pre-trained Text-to-Image Generation Model for Unified Multi-modal Object Tracking
Shiyu Xuan, Zechao Li, Jinhui Tang
TL;DR
Diff-MM introduces a unified multi-modal object tracker that leverages the pre-trained Stable Diffusion UNet as a tracking feature extractor. Through a parallel feature extraction pipeline (PFE) and multi-modal sub-module tuning (MST), it handles RGB-N/D/T/E inputs with a single parameter set, avoiding architectural changes to the UNet. Two-stage training jointly fine-tunes RGB and RGB-N features and then incorporates auxiliary modalities via a cloned encoder/middle block, while freezing the UNet and head. The method achieves strong, consistent gains across RGB-N/D/T/E benchmarks (e.g., 8.3% AUC on TNL2K and 4.9% higher F-score on DepthTrack), demonstrating the practical value of diffusion priors for cross-modal tracking with limited multi-modal data.
Abstract
Multi-modal object tracking integrates auxiliary modalities such as depth, thermal infrared, event flow, and language to provide additional information beyond RGB images, showing great potential in improving tracking stabilization in complex scenarios. Existing methods typically start from an RGB-based tracker and learn to understand auxiliary modalities only from training data. Constrained by the limited multi-modal training data, the performance of these methods is unsatisfactory. To alleviate this limitation, this work proposes a unified multi-modal tracker Diff-MM by exploiting the multi-modal understanding capability of the pre-trained text-to-image generation model. Diff-MM leverages the UNet of pre-trained Stable Diffusion as a tracking feature extractor through the proposed parallel feature extraction pipeline, which enables pairwise image inputs for object tracking. We further introduce a multi-modal sub-module tuning method that learns to gain complementary information between different modalities. By harnessing the extensive prior knowledge in the generation model, we achieve a unified tracker with uniform parameters for RGB-N/D/T/E tracking. Experimental results demonstrate the promising performance of our method compared with recently proposed trackers, e.g., its AUC outperforms OneTracker by 8.3% on TNL2K.
