English

SAMTok: Representing Any Mask with Two Words

Computer Vision and Pattern Recognition 2026-01-23 v1

Abstract

Pixel-wise capabilities are essential for building interactive intelligent systems. However, pixel-wise multi-modal LLMs (MLLMs) remain difficult to scale due to complex region-level encoders, specialized segmentation decoders, and incompatible training objectives. To address these challenges, we present SAMTok, a discrete mask tokenizer that converts any region mask into two special tokens and reconstructs the mask using these tokens with high fidelity. By treating masks as new language tokens, SAMTok enables base MLLMs (such as the QwenVL series) to learn pixel-wise capabilities through standard next-token prediction and simple reinforcement learning, without architectural modifications and specialized loss design. SAMTok builds on SAM2 and is trained on 209M diverse masks using a mask encoder and residual vector quantizer to produce discrete, compact, and information-rich tokens. With 5M SAMTok-formatted mask understanding and generation data samples, QwenVL-SAMTok attains state-of-the-art or comparable results on region captioning, region VQA, grounded conversation, referring segmentation, scene graph parsing, and multi-round interactive segmentation. We further introduce a textual answer-matching reward that enables efficient reinforcement learning for mask generation, delivering substantial improvements on GRES and GCG benchmarks. Our results demonstrate a scalable and straightforward paradigm for equipping MLLMs with strong pixel-wise capabilities. Our code and models are available.

Keywords

Cite

@article{arxiv.2601.16093,
  title  = {SAMTok: Representing Any Mask with Two Words},
  author = {Yikang Zhou and Tao Zhang and Dengxian Gong and Yuanzheng Wu and Ye Tian and Haochen Wang and Haobo Yuan and Jiacong Wang and Lu Qi and Hao Fei and Anran Wang and Zhuochen Wang and Yujing Wang and Cheng Chen and Shunping Ji and Xiangtai Li},
  journal= {arXiv preprint arXiv:2601.16093},
  year   = {2026}
}

Comments

27 pages, 11 figures

R2 v1 2026-07-01T09:16:04.917Z