Search papers, labs, and topics across Lattice.
This report details a two-stage, training-free approach for the MeViS-Text track of the 8th LSVOS Challenge, focusing on localizing and segmenting objects in videos based on natural-language expressions. The first stage employs Gemini-3.1 Pro to break down video events into instance-level targets, selecting key frames and generating descriptions, while the second stage utilizes the SAM3-agent to create pixel-level seed masks and track them through the video. The method achieved a third-place ranking in the challenge, demonstrating competitive performance with scores across multiple metrics, including a J&F score of 0.761.
Achieving third place in a competitive challenge without task-specific training highlights the potential of training-free solutions in video segmentation tasks.
This report presents a two-stage, training-free solution for the MeViS-Text track of the 8th LSVOS Challenge. The task requires a model to localize and segment the object specified by a natural-language expression throughout a video. Such expressions often depend on temporal cues, including actions, interactions, directions, and relative positions. Our first stage uses Gemini-3.1 Pro via API to decompose a video-level event into instance-level targets, select a key frame for each target, and generate a discriminative description aligned with that frame. In the second stage, SAM3-agent produces a pixel-level seed mask on the selected frame, and the SAM3 video tracker propagates the mask bidirectionally through the video. Valid instances are grounded and propagated independently before their frame-wise masks are merged. All local SAM3 processing runs on a single NVIDIA GeForce RTX 4090 without task-specific training or model ensembling. Our method ranked third on the challenge test set, obtaining J&F, J, F, N-acc., T-acc., and Final scores of 0.761, 0.7367, 0.7852, 0.8333, 0.9755, and 0.856593, respectively.