paper-with-me

Papers

HiMTok: Learning Hierarchical Mask Tokens for Image Segmentation with Large Multimodal Model

2025-03-17 · Tao Wang, Changxu Cheng, Lingfeng Wang, Senda Chen, Wuyue Zhao

The remarkable performance of large multimodal models (LMMs) has attracted significant interest from the image segmentation community. To align with the next-token-prediction paradigm, current LMM-driven segmentation methods either use object boundary points to represent masks or introduce special segmentation tokens, whose hidden states are decoded by a segmentation model requiring the original image as input. However, these approaches often suffer from inadequate mask representation and complex architectures, limiting the potential of LMMs. In this work, we propose the Hierarchical Mask Tokenizer (HiMTok), which represents segmentation masks with up to 32 tokens and eliminates the need for the original image during mask de-tokenization. HiMTok allows for compact and coarse-to-fine mask representations, aligning well with the LLM next-token-prediction paradigm and facilitating the direct acquisition of segmentation capabilities. We develop a 3-stage training recipe for progressive learning of segmentation and visual capabilities, featuring a hierarchical mask loss for effective coarse-to-fine learning. Additionally, we enable bidirectional information flow, allowing conversion between bounding boxes and mask tokens to fully leverage multi-task training potential. Extensive experiments demonstrate that our method achieves state-of-the-art performance across various segmentation tasks,while also enhancing visual grounding and maintaining overall visual understanding.

📄 PDF Abstract BibTeX arXiv:2503.13026

Code (1)

yayafengzi/LMM-HiMTok 공식 구현 pytorch

Tasks

Image SegmentationSegmentationSemantic SegmentationVisual Grounding

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

MixMAE: Mixed and Masked Autoencoder for Efficient Pretraining of Hierarchical Vision Transformers

2022-05-26 · CVPR 2023 1 · Jihao Liu, Xin Huang, Jinliang Zheng, Yu Liu 외

In this paper, we propose Mixed and Masked AutoEncoder (MixMAE), a simple but efficient pretraining method that is applicable to various hierarchical Vision Transformers. Existing masked image modeling (MIM) methods for …

Image ClassificationObject DetectionRepresentation LearningSemantic Segmentation

TokenSeg: Efficient 3D Medical Image Segmentation via Hierarchical Visual Token Compression

2026-01-08 · Sen Zeng, Hong Zhou, Zheng Zhu, Yang Liu arxiv

Three-dimensional medical image segmentation is a fundamental yet computationally demanding task due to the cubic growth of voxel processing and the redundant computation on homogeneous regions. To address these limitati…

Medical Image Segmentation

Hierarchical Masked Autoregressive Models with Low-Resolution Token Pivots

2025-05-26 · Guangting Zheng, Yehao Li, Yingwei Pan, Jiajun Deng 외

Autoregressive models have emerged as a powerful generative paradigm for visual generation. The current de-facto standard of next token prediction commonly operates over a single-scale sequence of dense image tokens, and…

Image GenerationText to Image GenerationText-to-Image Generation

Customized SAM 2 for Referring Remote Sensing Image Segmentation

2025-03-10 · Fu Rong, Meng Lan, Qian Zhang, Lefei Zhang

Referring Remote Sensing Image Segmentation (RRSIS) aims to segment target objects in remote sensing (RS) images based on textual descriptions. Although Segment Anything Model 2 (SAM 2) has shown remarkable performance i…

Image SegmentationSegmentationSemantic Segmentation

Learning Hierarchical Image Segmentation For Recognition and By Recognition

2022-10-01 · Tsung-Wei Ke, Sangwoo Mo, Stella X. Yu

Large vision and language models learned directly through image-text associations often lack detailed visual substantiation, whereas image segmentation tasks are treated separately from recognition, supervisedly learned …

Computational Efficiencyimage-classificationImage ClassificationImage Segmentation+3