English

MFT: Long-Term Tracking of Every Pixel

Computer Vision and Pattern Recognition 2023-11-13 v2

Abstract

We propose MFT -- Multi-Flow dense Tracker -- a novel method for dense, pixel-level, long-term tracking. The approach exploits optical flows estimated not only between consecutive frames, but also for pairs of frames at logarithmically spaced intervals. It selects the most reliable sequence of flows on the basis of estimates of its geometric accuracy and the probability of occlusion, both provided by a pre-trained CNN. We show that MFT achieves competitive performance on the TAP-Vid benchmark, outperforming baselines by a significant margin, and tracking densely orders of magnitude faster than the state-of-the-art point-tracking methods. The method is insensitive to medium-length occlusions and it is robustified by estimating flow with respect to the reference frame, which reduces drift.

Keywords

Cite

@article{arxiv.2305.12998,
  title  = {MFT: Long-Term Tracking of Every Pixel},
  author = {Michal Neoral and Jonáš Šerých and Jiří Matas},
  journal= {arXiv preprint arXiv:2305.12998},
  year   = {2023}
}

Comments

accepted to WACV 2024. Code at https://github.com/serycjon/MFT

R2 v1 2026-06-28T10:41:22.515Z