Skip to content

HamadYA/SAM3_Tracking_Zoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAM3 Tracking Zoo

A unified benchmark and re-implementation of SAM2-era trackers on SAM3

arXiv License Status

SAM3 Tracking Zoo is a unified benchmark and codebase for adapting SAM2-era tracking methods to the SAM3 backbone, providing consistent implementations, standardized inference, and fair evaluation across multiple benchmarks.

Repository Structure

baseline/        - SAM3 baseline tracker
DAM4SAM-3/       - DAM4SAM adapted to SAM3
SAMURAI-3/       - SAMURAI adapted to SAM3
HiM2SAM-3/       - HiM2SAM adapted to SAM3
SAMITE-3/        - SAMITE adapted to SAM3
SAM3Long/        - SAM2Long adapted to SAM3

Each directory contains:

  • Model implementation
  • Inference scripts for all supported datasets

Included Trackers (SAM2 → SAM3 Adaptations)

Tracker Origin (SAM2) Description
baseline SAM3 SAM3 tracker.
DAM4SAM-3 DAM4SAM DAM4SAM applied to SAM3.
SAMURAI-3 SAMURAI SAMURAI applied to SAM3.
HiM2SAM-3 HiM2SAM HiM2SAM applied to SAM3.
SAMITE-3 SAMITE SAMITE applied to SAM3.
SAM3Long SAM2Long SAM2Long applied to SAM3.

Inference

All trackers include standardized inference scripts covering 10 benchmarks.

Supported Datasets:

Setup

  • Update dataset paths in config.yaml for each tracker

Running

Example:

python run_lasot.py

Results

Performance table

Acknowledgment

This project builds upon a number of high-quality open-source tracking methods developed during the SAM2 era. We sincerely thank the authors of SAM2, DAM4SAM, SAMURAI, HiM2SAM, SAMITE, and SAM2Long for making their code and models publicly available. Their contributions have been essential for enabling systematic re-implementation, comparison, and analysis under the SAM3 backbone.

All adapted trackers in this repository are faithful re-implementations on top of SAM3, following the original designs as closely as possible while using a unified inference and evaluation pipeline.

Paper and Citation (Coming Soon)

We are currently preparing a paper that describes the SAM3 Tracking Zoo, including methodological details, design choices, and a comprehensive experimental analysis. The paper will be released on arXiv.

Once the paper is available:

  • A citation section will be added to this repository
  • Full tracking results and logs will be released for reproducibility If you use this repository in your research, please consider citing our forthcoming paper when it becomes available.

Project Status

  • ✅ Core SAM3 adaptations implemented
  • ✅ Unified inference across 10 benchmarks
  • 🚧 Paper under preparation (arXiv)
  • 🚧 Full result logs and scripts to be released

License

This project is released under the Apache 2.0 License.

Citation

Citation information will be added upon paper release.

About

This repository contains the implementation of SAM3 trackers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages