CVJul 10, 2022

SRRT: Exploring Search Region Regulation for Visual Object Tracking

arXiv:2207.04438v48 citationsh-index: 105
Originality Highly original
AI Analysis

This addresses a key limitation in visual object tracking for applications like surveillance and autonomous systems, offering a novel paradigm with measurable gains.

The paper tackles the problem of inflexible fixed-size search regions in visual object tracking, which can fail in cases like fast motion or distractor interference, and proposes SRRT, a tracking paradigm that dynamically adjusts the search region, achieving improvements such as 4.6% and 3.1% AUC gains on the LaSOT benchmark compared to SiamRPN++ and TransT.

The dominant trackers generate a fixed-size rectangular region based on the previous prediction or initial bounding box as the model input, i.e., search region. While this manner obtains promising tracking efficiency, a fixed-size search region lacks flexibility and is likely to fail in some cases, e.g., fast motion and distractor interference. Trackers tend to lose the target object due to the limited search region or experience interference from distractors due to the excessive search region. Drawing inspiration from the pattern humans track an object, we propose a novel tracking paradigm, called Search Region Regulation Tracking (SRRT) that applies a small eyereach when the target is captured and zooms out the search field when the target is about to be lost. SRRT applies a proposed search region regulator to estimate an optimal search region dynamically for each frame, by which the tracker can flexibly respond to transient changes in the location of object occurrences. To adapt the object's appearance variation during online tracking, we further propose a lockingstate determined updating strategy for reference frame updating. The proposed SRRT is concise without bells and whistles, yet achieves evident improvements and competitive results with other state-of-the-art trackers on eight benchmarks. On the large-scale LaSOT benchmark, SRRT improves SiamRPN++ and TransT with absolute gains of 4.6% and 3.1% in terms of AUC. The code and models will be released.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes