CVMar 23

Learning Trajectory-Aware Multimodal Large Language Models for Video Reasoning Segmentation

arXiv:2603.2148867.6h-index: 12Has Code
AI Analysis

This addresses the challenge of segmenting video objects based on human instructions for applications in video analysis, though it appears incremental as it builds upon existing MLLM approaches.

The paper tackles the problem of video reasoning segmentation by proposing TrajSeg, a framework that uses bidirectional text-trajectory alignment in Multimodal Large Language Models to improve object trajectory perception, resulting in outperforming all existing methods on all metrics in experiments.

The prosperity of Multimodal Large Language Models (MLLMs) has stimulated the demand for video reasoning segmentation, which aims to segment video objects based on human instructions. Previous studies rely on unidirectional and implicit text-trajectory alignment, which struggles with trajectory perception when faced with severe video dynamics. In this work, we propose TrajSeg, a simple and unified framework built upon MLLMs. Concretely, we introduce bidirectional text-trajectory alignment, where MLLMs accept grounding-intended (text-to-trajectory) and captioning-intended (trajectory-to-text) instructions. This way, MLLMs can benefit from enhanced correspondence and better perceive object trajectories in videos. The mask generation from trajectories is achieved via a frame-level content integration (FCI) module and a unified mask decoder. The former adapts the MLLM-parsed trajectory-level token to frame-specific information. The latter unifies segmentation for all frames into a single structure, enabling the proposed framework to be simplified and end-to-end trainable. Extensive experiments on referring and reasoning video segmentation datasets demonstrate the effectiveness of TrajSeg, which outperforms all video reasoning segmentation methods on all metrics. The code will be publicly available at https://github.com/haodi19/TrajSeg.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes