SAM-MT: Real-Time Interactive Multi-Target Video Segmentation

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, quick

Summary

SAM-MT is a novel model designed for real-time interactive multi-target video segmentation, building upon Segment Anything 2 (SAM2). Traditional video object segmentation (VOS) methods struggle with multi-target scenarios, experiencing reduced frame rates and increased latency as the number of objects grows. SAM-MT addresses this by transforming SAM2 into an interactive framework that decouples latency from the target count. It achieves real-time performance, delivering over 36 FPS for 10 targets, comparable to single-target baselines, while preserving SAM2's robust segmentation capabilities. The model employs explicit queries for individual targets, a shared global context, decoupled masked attention to prevent cross-target interference, and sparse memory for stable temporal evolution, alongside specialized strategies for occlusion handling and overlap prevention.

Key takeaway

For Computer Vision Engineers developing real-time interactive video applications, SAM-MT offers a solution to the performance bottlenecks of multi-target segmentation. You can now implement robust multi-object tracking and segmentation without the typical latency increase associated with more targets. Consider integrating SAM-MT, built on SAM2, to achieve over 36 FPS for 10 targets, ensuring your systems remain responsive and scalable.

Key insights

SAM-MT enables real-time multi-target video segmentation by decoupling latency from target count using explicit queries and shared context.

Principles

Method

SAM-MT uses explicit queries for individual targets, a shared global context, decoupled masked attention for identity distinction, and sparse memory for temporal stability, plus occlusion/overlap strategies.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.