paper-with-me

Papers

FIRM: Fine-Grained Intra-Token Representation of Masks for Remote Sensing Reasoning Segmentation

2026-08-14 · Weidong Tang, Kaiyu Li, Yikai Wang, Yanan Wu, Haotian Gan, Shihong Wang, Xiangyong Cao arxiv

Reasoning segmentation requires multimodal large language models (MLLMs) to translate implicit instructions into precise pixel-level masks. MLLMs encode an image as visual tokens, each of which merges a group of image patches. In remote sensing images, small targets, thin structures, and adjacent instances can occupy different parts of the same visual token. Assigning a single binary mask label to such a token loses its internal spatial structure, causing nearby targets to merge and object boundaries to become coarse. To bridge this representational gap, we introduce FIRM, a Fine-grained Intra-token Representation of Masks. For each visual token, FIRM predicts a mask code that specifies an $r\times r$ binary sub-cell pattern rather than a single foreground/background label. Given a target identified by the MLLM, the complete grid of mask codes is predicted in one mask pass. Fixed lookup converts the predicted codes into a discrete sub-cell mask, while marginalizing the code distribution yields a soft structural field. To further recover fine-grained boundaries within each sub-cell, we introduce a lightweight continuous renderer that refines this field using pre-merge visual features and image details. Across five reasoning and referring segmentation benchmarks on satellite and UAV images, FIRM achieves leading results, including $70.5/80.5$ gIoU/cIoU on LaSeRS and a $3.0$-point average gain on EarthReason. These results demonstrate the value of explicitly representing intra-token mask patterns for fine-grained MLLM segmentation.

📄 PDF Abstract BibTeX arXiv:2608.13980

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Time-Shifted Token Scheduling for Symbolic Music Generation

2025-09-28 · Ting-Kang Wang, Chih-Pin Tan, Yi-Hsuan Yang arxiv

Symbolic music generation faces a fundamental trade-off between efficiency and quality. Fine-grained tokenizations achieve strong coherence but incur long sequences and high complexity, while compact tokenizations improv…

Music Generation

Reinforcing Language Agents via Policy Optimization with Action Decomposition

2024-05-23 · Muning Wen, Ziyu Wan, Weinan Zhang, Jun Wang 외

Language models as intelligent agents push the boundaries of sequential decision-making agents but struggle with limited knowledge of environmental dynamics and exponentially huge action space. Recent efforts like GLAM a…

Sequential Decision Making

TokenBinder: Text-Video Retrieval with One-to-Many Alignment Paradigm

2024-09-30 · Bingqing Zhang, Zhuo Cao, Heming Du, Xin Yu 외

Text-Video Retrieval (TVR) methods typically match query-candidate pairs by aligning text and video features in coarse-grained, fine-grained, or combined (coarse-to-fine) manners. However, these frameworks predominantly …

RetrievalVideo Retrieval

H3Former: Hypergraph-based Semantic-Aware Aggregation via Hyperbolic Hierarchical Contrastive Loss for Fine-Grained Visual Classification

2025-11-13 · Yongji Zhang, Siqi Li, Kuiyang Huang, Yue Gao 외 arxiv

Fine-Grained Visual Classification (FGVC) remains a challenging task due to subtle inter-class differences and large intra-class variations. Existing approaches typically rely on feature-selection mechanisms or region-pr…

ITSELF: Attention Guided Fine-Grained Alignment for Vision-Language Retrieval

2026-01-03 · Tien-Huy Nguyen, Huu-Loc Tran, Thanh Duc Ngo arxiv

Vision Language Models (VLMs) have rapidly advanced and show strong promise for text-based person search (TBPS), a task that requires capturing fine-grained relationships between images and text to distinguish individual…

Person Search