SAM-MT has been introduced—an innovative framework for interactive multi-target video segmentation built on the SAM2 architecture. The model allows for the simultaneous tracking of multiple objects through simple clicks, maintaining high processing speeds and low video memory consumption.


What Happened
Developers have presented SAM-MT, which achieves performance exceeding 36 FPS while tracking 10 targets on an RTX A6000 GPU. The framework utilizes two key architectural solutions: decoupled masked attention to prevent interference between masks of different objects, and sparse memory for efficient temporal modeling without accumulating redundant data.
Context
Existing segmentation models, such as SAM2, face scalability issues: computational complexity and latency increase proportionally to the number of tracked objects. SAM-MT addresses this problem by implementing a query-driven approach, which allows it to maintain efficiency comparable to single-object segmentation, even in multi-object scenes.
Why It Matters for the Industry
For the AI and computer vision industry, SAM-MT represents a significant step toward the industrial application of multi-target segmentation. It lowers the barrier to entry for creating complex tracking systems and opens possibilities for developing scalable video analytics tools capable of operating in real-time on edge devices and autonomous systems.
Why It Matters for Users
For end-users and developers, this means the emergence of faster and "smarter" tooling. It is now possible to segment multiple objects simultaneously in complex or crowded scenes in real-time, without waiting for lengthy sequential processing of each object individually.
Sources
- SAM-MT: Real-Time Interactive Multi-Target Video Segmentation
- FudanCVL/SAM-MT GitHub Repository
- SAM-MT on Hugging Face
Author
Look at AI, Editorial Staff
