Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Rethinking MLLM Itself as a Segmenter with a Single Segmentation Token

About

Recent segmentation methods leveraging Multi-modal Large Language Models (MLLMs) have shown reliable object-level segmentation and enhanced spatial perception. However, almost all previous methods predominantly rely on specialist mask decoders to interpret masks from generated segmentation-related embeddings and visual features, or incorporate multiple additional tokens to assist. This paper aims to investigate whether and how we can unlock segmentation from MLLM itSELF with 1 segmentation Embedding (SELF1E) while achieving competitive results, which eliminates the need for external decoders. To this end, our approach targets the fundamental limitation of resolution reduction in pixel-shuffled image features from MLLMs. First, we retain image features at their original uncompressed resolution, and refill them with residual features extracted from MLLM-processed compressed features, thereby improving feature precision. Subsequently, we integrate pixel-unshuffle operations on image features with and without LLM processing, respectively, to unleash the details of compressed features and amplify the residual features under uncompressed resolution, which further enhances the resolution of refilled features. Moreover, we redesign the attention mask with dual perception pathways, i.e., image-to-image and image-to-segmentation, enabling rich feature interaction between pixels and the segmentation token. Comprehensive experiments across multiple segmentation tasks validate that SELF1E achieves performance competitive with specialist mask decoder-based methods, demonstrating the feasibility of decoder-free segmentation in MLLMs. Project page: https://github.com/ANDYZAQ/SELF1E.

Anqi Zhang, Xiaokang Ji, Guangyu Gao, Jianbo Jiao, Chi Harold Liu, Yunchao Wei• 2026

Related benchmarks

TaskDatasetResultRank
Referring Expression SegmentationRefCOCO (testA)
cIoU86.2
257
Referring Expression SegmentationRefCOCO+ (testA)
cIoU84.2
230
Referring Expression SegmentationRefCOCO+ (val)
cIoU80.2
223
Semantic segmentationADE20K A-150
mIoU50.2
217
Referring Expression SegmentationRefCOCO (testB)
cIoU83.4
213
Referring Expression SegmentationRefCOCO (val)
cIoU84.7
212
Referring Expression SegmentationRefCOCO+ (testB)
cIoU77
210
Semantic segmentationPascal Context 59
mIoU64.6
204
Reasoning SegmentationReasonSeg (val)
gIoU65.9
193
Reasoning SegmentationReasonSeg (test)
gIoU65.7
145
Showing 10 of 17 rows

Other info

Follow for update