paper-with-me

홈 › Papers

Better, Stronger, Faster: Tackling the Trilemma in MLLM-based Segmentation with Simultaneous Textual Mask Prediction

2025-11-29 · Jiazhen Liu, Mingkuan Feng, Long Chen arxiv

Integrating segmentation into Multimodal Large Language Models (MLLMs) presents a core trilemma: simultaneously preserving dialogue ability, achieving high segmentation performance, and ensuring fast inference. Prevailing paradigms are forced into a compromise. Embedding prediction methods introduce a conflicting pixel-level objective that degrades the MLLM's general dialogue abilities. The alternative, next-token prediction, reframes segmentation as an autoregressive task, which preserves dialogue but forces a trade-off between poor segmentation performance with sparse outputs or prohibitive inference speeds with rich ones. We resolve this trilemma with all-mask prediction, a novel paradigm that decouples autoregressive dialogue generation from non-autoregressive mask prediction. We present STAMP: Simultaneous Textual All-Mask Prediction, an MLLM that embodies this paradigm. After generating a textual response, STAMP predicts an entire segmentation mask in a single forward pass by treating it as a parallel "fill-in-the-blank" task over image patches. This design maintains the MLLM's dialogue ability by avoiding conflicting objectives, enables high segmentation performance by leveraging rich, bidirectional spatial context for all mask tokens, and achieves exceptional speed. Extensive experiments show that STAMP significantly outperforms state-of-the-art methods across multiple segmentation benchmarks, providing a solution that excels in dialogue, segmentation, and speed without compromise.

📄 PDF Abstract BibTeX arXiv:2512.00395

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue Generation

Similar Papers 제목 키워드 기반

Better, Stronger, Faster, and Broader: Structured All-Mask Prediction for MLLM-Based Segmentation

2026-08-03 · Jiazhen Liu, Mingkuan Feng, Long Chen hf

MLLM-based segmentation faces a core segmentation trilemma: high segmentation performance, preserved dialogue ability, and fast inference. Embedding-prediction methods may disrupt language modeling through pixel-level ob…

Instruction Following

Tackling the Generative Learning Trilemma with Denoising Diffusion GANs

2021-12-15 · ICLR 2022 4 · Zhisheng Xiao, Karsten Kreis, Arash Vahdat

A wide variety of deep generative models has been developed in the past decade. Yet, these models often struggle with simultaneously addressing three key requirements including: high sample quality, mode coverage, and fa…

DiversityImage Generation

ExpVG: Investigating the Design Space of Visual Grounding in Multimodal Large Language Model

2025-08-11 · Weitai Kang, Weiming Zhuang, Zhizhong Li, Yan Yan 외 arxiv

Fine-grained multimodal capability in Multimodal Large Language Models (MLLMs) has emerged as a critical research direction, particularly for tackling the visual grounding (VG) problem. Despite the strong performance ach…

Visual Grounding

The Defense Trilemma: Why Prompt Injection Defense Wrappers Fail?

2026-04-07 · Manish Bhatt, Sarthak Munshi, Vineeth Sai Narajala, Idan Habler 외 arxiv

We prove that no continuous, utility-preserving wrapper defense-a function $D: X\to X$ that preprocesses inputs before the model sees them-can make all outputs strictly safe for a language model with connected prompt spa…

Magnifier Prompt: Tackling Multimodal Hallucination via Extremely Simple Instructions

2024-10-15 · Yuhan Fu, Ruobing Xie, Jiazhen Liu, Bangxiang Lan 외

Hallucinations in multimodal large language models (MLLMs) hinder their practical applications. To address this, we propose a Magnifier Prompt (MagPrompt), a simple yet effective method to tackle hallucinations in MLLMs …

Hallucination