SAM2S is now SurgSLOT

August 19, 2026 · View on GitHub

This project has been renamed. SAM2S is released as SurgSLOT: Segment Anything in Surgical Videos via Semantic Long-term Tracking. Code, checkpoints, and the benchmark are available at → github.com/jinlab-imvr/SurgSLOT This repository is kept only as a pointer to the new one and is no longer updated.

Code Project Page arXiv Checkpoints

Where everything moved

Code (SurgSLOT-SAM2 and SurgSLOT-SAM3)https://github.com/jinlab-imvr/SurgSLOT
Checkpointshttps://huggingface.co/HeverLaw/SurgSLOT
Project pagehttps://jinlab-imvr.github.io/SurgSLOT/
Paperhttps://arxiv.org/abs/2511.16618 (same arXiv entry)

Issues and questions should be opened in the SurgSLOT repository.

What SurgSLOT is

SurgSLOT is a promptable surgical video segmentation framework that equips both SAM 2 and SAM 3 with semantic long-term tracking. A user specifies the target with a first-frame visual prompt, and the model tracks it throughout the video, recovering the target after long disappearances instead of drifting to visually similar distractors. It is developed together with iSurg, a generalization-oriented surgical segmentation benchmark unifying 16 datasets across six procedure types.

Compared with the earlier SAM2S preprint, the released version adds the SAM 3 backbone, the extended iSurg benchmark, and the semantic-driven long-term memory (SLM) module. See the SurgSLOT README for installation, training, evaluation, and full results.

Overview

Architecture

Citation

@article{liu2025surgslot,
  title   = {SurgSLOT: Segment Anything in Surgical Videos via Semantic Long-term Tracking},
  author  = {Haofeng Liu and Ziyue Wang and Sudhanshu Mishra and Mingqi Gao and
             Guanyi Qin and Chang Han Low and Alex Y. W. Kong and Zhu Zhuo and
             Huazhu Fu and Joseph S. Ng and Yueming Jin},
  journal = {arXiv preprint arXiv:2511.16618},
  year    = {2025}
}