Matching Anything by Segmenting Anything
Siyuan Li, Lei Ke, Martin Danelljan, Luigi Piccinelli, Mattia Segu, Luc Van Gool, Fisher Yu
TL;DR
This work introduces MASA, a universal, SAM-driven framework that learns cross-domain, instance-level object association from unlabeled images to enable zero-shot tracking of any detected objects. By generating dense instance proposals with SAM and training a contrastive, instance-aware representation via two-view augmentations, MASA achieves strong cross-domain generalization without video annotations. The MASA adapter extends frozen segmentation/detection backbones, distilling SAM's localization priors and learning discriminative embeddings, and can be used to detect, segment, and track everything in a unified pipeline. Across MOT/MOTS benchmarks and open-world tasks, MASA delivers state-of-the-art or competitive zero-shot performance, highlighting its potential for robust, domain-agnostic tracking in real-world scenarios.
Abstract
The robust association of the same objects across video frames in complex scenes is crucial for many applications, especially Multiple Object Tracking (MOT). Current methods predominantly rely on labeled domain-specific video datasets, which limits the cross-domain generalization of learned similarity embeddings. We propose MASA, a novel method for robust instance association learning, capable of matching any objects within videos across diverse domains without tracking labels. Leveraging the rich object segmentation from the Segment Anything Model (SAM), MASA learns instance-level correspondence through exhaustive data transformations. We treat the SAM outputs as dense object region proposals and learn to match those regions from a vast image collection. We further design a universal MASA adapter which can work in tandem with foundational segmentation or detection models and enable them to track any detected objects. Those combinations present strong zero-shot tracking ability in complex domains. Extensive tests on multiple challenging MOT and MOTS benchmarks indicate that the proposed method, using only unlabeled static images, achieves even better performance than state-of-the-art methods trained with fully annotated in-domain video sequences, in zero-shot association. Project Page: https://matchinganything.github.io/
