MASSeg : 2nd Technical Report for 4th PVUW MOSE Track
Xuqiang Cao, Linnan Zhao, Jiaxuan Zhao, Fang Liu, Puhua Chen, Wenping Ma
TL;DR
The paper tackles robust pixel-level video object segmentation under challenging MOSE conditions such as occlusion and small object instances. It introduces MASSeg, a transformer-based VOS method built on the SAM2 framework, augmented with a mask output scaling mechanism and trained on the enhanced MOSE+ dataset. A multi-task loss $ \mathcal{L}_{total} = \lambda_1 \mathcal{L}_{CE} + \lambda_2 \mathcal{L}_{Dice} + \lambda_3 \mathcal{L}_{Sim} + \lambda_4 \mathcal{L}_{MaskIoU} $, frame-consistent/inconsistent data augmentations, and an inference-time mask confidence control strategy are key components, with ablations showing progressive gains leading to a final J&F of 0.8628 on MOSE. The approach achieves 2nd place in the PVUW CVPR 2025 MOSE track, demonstrating improved robustness and generalization for real-world VOS tasks.
Abstract
Complex video object segmentation continues to face significant challenges in small object recognition, occlusion handling, and dynamic scene modeling. This report presents our solution, which ranked second in the MOSE track of CVPR 2025 PVUW Challenge. Based on an existing segmentation framework, we propose an improved model named MASSeg for complex video object segmentation, and construct an enhanced dataset, MOSE+, which includes typical scenarios with occlusions, cluttered backgrounds, and small target instances. During training, we incorporate a combination of inter-frame consistent and inconsistent data augmentation strategies to improve robustness and generalization. During inference, we design a mask output scaling strategy to better adapt to varying object sizes and occlusion levels. As a result, MASSeg achieves a J score of 0.8250, F score of 0.9007, and a J&F score of 0.8628 on the MOSE test set.
