The reviewed record of science sign in
Pith

arxiv: 2508.04107 · v3 · pith:NP2ACPVR · submitted 2025-08-06 · cs.CV · cs.AI

Unlocking the Potential of MLLMs in Referring Expression Segmentation via a Light-weight Mask Decoder

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:NP2ACPVRrecord.jsonopen to challenge →

classification cs.CV cs.AI
keywords mllmsvisualencoderfeaturefeaturesmaskcostdecoder
0
0 comments X
read the original abstract

Reference Expression Segmentation (RES) aims to segment image regions specified by referring expressions and has become popular with the rise of multimodal large models (MLLMs). While MLLMs excel in semantic understanding, their token-generation paradigm struggles with pixel-level dense prediction. Existing RES methods either couple MLLMs with the parameter-heavy Segment Anything Model (SAM) with 632M network parameters or adopt SAM-free lightweight pipelines that sacrifice accuracy. To address the trade-off between performance and cost, we specifically propose MLLMSeg, a novel framework that fully exploits the inherent visual detail features encoded in the MLLM vision encoder without introducing an extra visual encoder. Besides, we propose a detail-enhanced and semantic-consistent feature fusion module (DSFF) that fully integrates the detail-related visual feature with the semantic-related feature output by the large language model (LLM) of MLLM. Finally, we establish a light-weight mask decoder with only 34M network parameters that optimally leverages detailed spatial features from the visual encoder and semantic features from the LLM to achieve precise mask prediction. Extensive experiments demonstrate that our method generally surpasses both SAM-based and SAM-free competitors, striking a better balance between performance and cost. Code is available at https://github.com/jcwang0602/MLLMSeg.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 4 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. SetCon: Towards Open-Ended Referring Segmentation via Set-Level Concept Prediction

    cs.CV 2026-05 unverdicted novelty 7.0

    SetCon achieves state-of-the-art open-ended referring segmentation by using LVLM-generated set-level concepts for joint mask decoding, with gains increasing for multi-target cases on image and video benchmarks.

  2. Qwen3-VL-Seg: Unlocking Open-World Referring Segmentation with Vision-Language Grounding

    cs.CV 2026-05 unverdicted novelty 7.0

    Qwen3-VL-Seg decodes MLLM bounding boxes into pixel-level referring segmentation via a lightweight box-guided mask decoder, new SA1B-ORS training data, and ORS-Bench evaluation, showing strong open-world performance.

  3. VPTracker: Global Vision-Language Tracking via Visual Prompt

    cs.CV 2025-12 conditional novelty 7.0

    VPTracker enables global object tracking in videos by using multimodal large language models with location-aware visual prompts to search entire images while reducing distractions from similar objects.

  4. MIRAGE: Benchmarking and Aligning Multi-Instance Image Editing

    cs.CV 2026-04 unverdicted novelty 6.0

    MIRAGE introduces a benchmark for multi-instance image editing and a training-free framework that uses vision-language parsing and parallel regional denoising to achieve precise edits without altering backgrounds.