SOTAVerified

Universal Segmentation at Arbitrary Granularity with Language Instruction

2023-12-04CVPR 2024Code Available2· sign in to hype

Yong liu, Cairong Zhang, Yitong Wang, Jiahao Wang, Yujiu Yang, Yansong Tang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

This paper aims to achieve universal segmentation of arbitrary semantic level. Despite significant progress in recent years, specialist segmentation approaches are limited to specific tasks and data distribution. Retraining a new model for adaptation to new scenarios or settings takes expensive computation and time cost, which raises the demand for versatile and universal segmentation model that can cater to various granularity. Although some attempts have been made for unifying different segmentation tasks or generalization to various scenarios, limitations in the definition of paradigms and input-output spaces make it difficult for them to achieve accurate understanding of content at arbitrary granularity. To this end, we present UniLSeg, a universal segmentation model that can perform segmentation at any semantic level with the guidance of language instructions. For training UniLSeg, we reorganize a group of tasks from original diverse distributions into a unified data format, where images with texts describing segmentation targets as input and corresponding masks are output. Combined with a automatic annotation engine for utilizing numerous unlabeled data, UniLSeg achieves excellent performance on various tasks and settings, surpassing both specialist and unified segmentation models.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
RefCOCOg-testUniLSeg-20Overall IoU79.47Unverified
RefCOCOg-testUniLSeg-100Overall IoU80.54Unverified
RefCOCOg-valUniLSeg-20Overall IoU78.41Unverified
RefCOCOg-valUniLSeg-100Overall IoU79.27Unverified
RefCOCO testAUniLSeg-100Overall IoU78.29Unverified
RefCOCO testAUniLSeg-20Overall IoU77.02Unverified
RefCOCO+ test BUniLSeg-100Overall IoU68.15Unverified
RefCOCO+ test BUniLSeg-20Overall IoU66.99Unverified
RefCoCo valUniLSeg-100Overall IoU73.18Unverified
RefCoCo valUniLSeg-20Overall IoU72.7Unverified
RefCoCo valUniLSeg-100Overall IoU81.74Unverified
Refer-YouTube-VOS (2021 public validation)UniLSeg-100J&F64.9Unverified

Reproductions