従来の短期追跡と比較して、長期追跡はより多くの課題を提起し、現実的なアプリケーションにはるかに近くなります。ただし、行われた作業はほとんどなく、パフォーマンスも制限されています。この作業では、提案されたスキミングおよび閲覧モジュールに基づいた、新規の堅牢でリアルタイムの長期追跡フレームワークを提示します。閲覧モジュールは、一連の候補提案を生成する有効なバウンディングボックスリグレッサーと、信頼スコアで最適な候補を推測するための堅牢なターゲット検証で構成されます。このスコアに基づいて、トラッカーは追跡対象が存在するかどうかを判断し、次のフレームでそれぞれローカル検索またはグローバル検索の追跡戦略を選択します。画像全体のグローバル検索を高速化するため、多数のスライディングウィンドウから最も可能性の高い領域を効率的に選択するための斬新なスキミングモジュールが設計されています。 VOT-2018長期およびOxUvA長期ベンチマークに関する多数の実験結果は、提案された方法が最高のパフォーマンスを達成し、リアルタイムで実行されることを示しています。ソースコードはhttps://github.com/iiau-tracker/SPLTで入手できます。
Compared with traditional short-term tracking, long-term tracking poses more challenges and is much closer to realistic applications. However, few works have been done and their performance have also been limited. In this work, we present a novel robust and real-time long-term tracking framework based on the proposed skimming and perusal modules. The perusal module consists of an effective bounding box regressor to generate a series of candidate proposals and a robust target verifier to infer the optimal candidate with its confidence score. Based on this score, our tracker determines whether the tracked object being present or absent, and then chooses the tracking strategies of local search or global search respectively in the next frame. To speed up the image-wide global search, a novel skimming module is designed to efficiently choose the most possible regions from a large number of sliding windows. Numerous experimental results on the VOT-2018 long-term and OxUvA long-term benchmarks demonstrate that the proposed method achieves the best performance and runs in real-time. The source codes are available at https://github.com/iiau-tracker/SPLT.