Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Matching Anything by Segmenting Anything

About

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/

Siyuan Li, Lei Ke, Martin Danelljan, Luigi Piccinelli, Mattia Segu, Luc Van Gool, Fisher Yu• 2024

Related benchmarks

TaskDatasetResultRank
Video Instance SegmentationYouTube-VIS 2019 (val)
AP51.8
567
Multi-Object TrackingDanceTrack (test)
HOTA0.508
355
Multi-Object TrackingSportsMOT (test)
HOTA72.8
199
Multi-Object TrackingBDD100K (val)
mIDF155.8
70
Multi-Object TrackingTAO (val)
AssocA45
40
Object TrackingTAO
TETA46.3
22
Multi-Object TrackingTAO 1.0 (val)
Base TETA34.9
14
Multi-Object Tracking and SegmentationBDD MOTS (val)
mIDF149.7
11
Multi-Object TrackingOpen-vocabulary MOT benchmark (test)
Base TETA47
6
Multi-Object Tracking and SegmentationBDD MOTS (test)
mIDF149.7
6
Showing 10 of 10 rows

Other info

Code

Follow for update