# Real-time tracker with fast recovery from target loss

**Authors:** Alessandro Bay, Panagiotis Sidiropoulos, Eduard Vazquez, Michele, Sasdelli

arXiv: 1902.04570 · 2019-02-14

## TL;DR

This paper presents an enhanced real-time tracking algorithm that improves robustness to target loss by using feature map confidence estimates and a failure mode for quick recovery, maintaining real-time performance.

## Contribution

The paper introduces a novel method that leverages feature map confidence to detect target loss and employs a failure mode for rapid recovery, improving robustness without extra computational cost.

## Key findings

- Effective recovery from target loss demonstrated on multiple datasets
- Maintains real-time tracking performance
- Validates the correlation between feature map confidence and tracking accuracy

## Abstract

In this paper, we introduce a variation of a state-of-the-art real-time tracker (CFNet), which adds to the original algorithm robustness to target loss without a significant computational overhead. The new method is based on the assumption that the feature map can be used to estimate the tracking confidence more accurately. When the confidence is low, we avoid updating the object's position through the feature map; instead, the tracker passes to a single-frame failure mode, during which the patch's low-level visual content is used to swiftly update the object's position, before recovering from the target loss in the next frame. The experimental evidence provided by evaluating the method on several tracking datasets validates both the theoretical assumption that the feature map is associated to tracking confidence, and that the proposed implementation can achieve target recovery in multiple scenarios, without compromising the real-time performance.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.04570/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1902.04570/full.md

## References

23 references — full list in the complete paper: https://tomesphere.com/paper/1902.04570/full.md

---
Source: https://tomesphere.com/paper/1902.04570