paper-with-me

Papers

Beyond Sequential Distance: Inter-Modal Distance Invariant Position Encoding

2026-03-11 · Lin Chen, Bolin Ni, Qi Yang, Zili Wang, Kun Ding, Ying Wang, Houwen Peng, Shiming Xiang arxiv

Despite the remarkable capabilities of Multimodal Large Language Models (MLLMs), they still suffer from visual fading in long-context scenarios. Specifically, the attention to visual tokens diminishes as the text sequence lengthens, leading to text generation detached from visual constraints. We attribute this degradation to the inherent inductive bias of Multimodal RoPE, which penalizes inter-modal attention as the distance between visual and text tokens increases. To address this, we propose inter-modal Distance Invariant Position Encoding (DIPE), a simple but effective mechanism that disentangles position encoding based on modality interactions. DIPE retains the natural relative positioning for intra-modal interactions to preserve local structure, while enforcing an anchored perceptual proximity for inter-modal interactions. This strategy effectively mitigates the inter-modal distance-based penalty, ensuring that visual signals remain perceptually consistent regardless of the context length. Experimental results demonstrate that by integrating DIPE with Multimodal RoPE, the model maintains stable visual grounding in long-context scenarios, significantly alleviating visual fading while preserving performance on standard short-context benchmarks. Code is available at https://github.com/lchen1019/DIPE.

📄 PDF Abstract BibTeX arXiv:2603.10863

Code (0)

등록된 구현이 없습니다.

Tasks

Visual GroundingText Generation

Similar Papers 제목 키워드 기반

Teaching Metric Distance to Autoregressive Multimodal Foundational Models

2025-03-04 · Jiwan Chung, Saejin Kim, Yongrae Jo, Jaewoo Park 외

As large language models expand beyond natural language to domains such as mathematics, multimodal understanding, and embodied agents, tokens increasingly reflect metric relationships rather than purely linguistic meanin…

Image GenerationVisual Grounding

MLAS: Metric Learning on Attributed Sequences

2020-11-08 · Zhongfang Zhuang, Xiangnan Kong, Elke Rundensteiner, Jihane Zouaoui 외

Distance metric learning has attracted much attention in recent years, where the goal is to learn a distance metric based on user feedback. Conventional approaches to metric learning mainly focus on learning the Mahalano…

AttributeMetric Learning

Sequential and Shared-Memory Parallel Algorithms for Partitioned Local Depths

2023-07-31 · Aditya Devarakonda, Grey Ballard

In this work, we design, analyze, and optimize sequential and shared-memory parallel algorithms for partitioned local depths (PaLD). Given a set of data points and pairwise distances, PaLD is a method for identifying str…

CPUTriplet

SeqPE: Transformer with Sequential Position Encoding

2025-06-16 · Huayang Li, Yahui Liu, Hongyu Sun, Deng Cai 외

Since self-attention layers in Transformers are permutation invariant by design, positional encodings must be explicitly incorporated to enable spatial understanding. However, fixed-size lookup tables used in traditional…

image-classificationImage ClassificationKnowledge DistillationLanguage Modeling+3

On the Distance from Calibration in Sequential Prediction

2024-02-12 · Mingda Qiao, Letian Zheng

We study a sequential binary prediction setting where the forecaster is evaluated in terms of the calibration distance, which is defined as the $L_1$ distance between the predicted values and the set of predictions that …

Prediction