iKUN: Speak to Trackers without Retraining
Yunhao Du, Cheng Lei, Zhicheng Zhao, Fei Su
TL;DR
This paper tackles referring multi-object tracking by decoupling the referring component from the tracker through an insertable module, iKUN. It introduces a Knowledge Unification Module (KUM) to adapt visual features under textual guidance, a Neural Kalman Filter (NKF) to dynamically adjust process and observation noise, and a test-time similarity calibration to handle open-set long-tail descriptions, achieving substantial gains on Refer-KITTI and Refer-Dance. The approach is plug-and-play with off-the-shelf trackers, offering improved accuracy (e.g., higher HOTA, DetA, and AssA) and reduced training costs, along with a new Refer-Dance dataset to advance RMOT research.
Abstract
Referring multi-object tracking (RMOT) aims to track multiple objects based on input textual descriptions. Previous works realize it by simply integrating an extra textual module into the multi-object tracker. However, they typically need to retrain the entire framework and have difficulties in optimization. In this work, we propose an insertable Knowledge Unification Network, termed iKUN, to enable communication with off-the-shelf trackers in a plug-and-play manner. Concretely, a knowledge unification module (KUM) is designed to adaptively extract visual features based on textual guidance. Meanwhile, to improve the localization accuracy, we present a neural version of Kalman filter (NKF) to dynamically adjust process noise and observation noise based on the current motion status. Moreover, to address the problem of open-set long-tail distribution of textual descriptions, a test-time similarity calibration method is proposed to refine the confidence score with pseudo frequency. Extensive experiments on Refer-KITTI dataset verify the effectiveness of our framework. Finally, to speed up the development of RMOT, we also contribute a more challenging dataset, Refer-Dance, by extending public DanceTrack dataset with motion and dressing descriptions. The codes and dataset are available at https://github.com/dyhBUPT/iKUN.
