Skip to content

Latest commit

 

History

History

visual_tracking

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

List for public implementation of various algorithms

1) Pubilc Datasets and Challenges

2) Pioneers and Experts

[👍Martin Danelljan] [VIS Lab People]

3) Blogs and Videos

4) Papers and Sources Codes

▶ Survey

▶ Optical Flow

▶ Siamese Based

▶ CF Based

▶ Subfield

▶ Point Based

Point tracking is a new field with a few notable works released around the same time.

  • PIPs(ECCV2022 Oral)(arxiv2022.04) Particle Video Revisited: Tracking Through Occlusions Using Point Trajectories [paper link][arxiv link][project link][code|official][Carnegie Mellon University][It was an inspiration for the work TAPIR]

  • 👍OmniMotion(ICCV2023 Oral, Best Student Paper)(arxiv2023.06) Tracking Everything Everywhere All at Once [paper link][arxiv link][project link][code|official][Cornell University + Google Research + UC Berkeley][It doesn't perform as well as TAPIR and is substantially slower, but it provides pseudo-3D reconstructions, and could potentially be used on top of TAPIR tracks to further improve performance.]

  • TAPIR(ICCV2023)(arxiv2023.06) TAPIR: Tracking Any Point with per-frame Initialization and temporal Refinement [paper link][arxiv link][project link][code|official][Google DeepMind + University of Oxford]

  • MFT(WACV2024)(arxiv2023.05) MFT: Long-Term Tracking of Every Pixel [paper link][arxiv link][project link][code|official][Czech Technical University in Prague][Multi-Flow Tracking hypothesizes many flow fields between different pairs of frames and scores them; multiple hypotheses leads to improved robustness.]

  • LEAP-VO(CVPR2024)(arxiv2024.01) LEAP-VO: Long-term Effective Any Point Tracking for Visual Odometry [paper link][arxiv link][project link][code|official][TU Munich + Munich Center for Machine Learning + MPI for Intelligent Systems + Microsoft][Tracking + Visual Odometry, Long-term Effective Any Point Tracking (LEAP)]

  • 👍CoTracker(ECCV2024)(arxiv2023.07) CoTracker: It is Better to Track Together [paper link][arxiv link][project link][code|official][Meta AI + Visual Geometry Group, University of Oxford]

  • 👍DINO-Tracker(ECCV2024)(arxiv2024.03) DINO-Tracker: Taming DINO for Self-Supervised Point Tracking in a Single Video [paper link][arxiv link][project link][code|official][Weizmann Institute of Science, Israel]

  • BootsTAP(arxiv2024.02) BootsTAP: Bootstrapped Training for Tracking-Any-Point [arxiv link][project link][code|official][Google DeepMind + University of Oxford][It is based on the TAPIR]

  • **** [paper link][arxiv link][project link][code|official]