paper-with-me

홈 › Papers

Circle-RoPE: Cone-like Decoupled Rotary Positional Embedding for Large Vision-Language Models

2025-05-22 · Chengcheng Wang, Jianyuan Guo, Hongguang Li, Yuchuan Tian, Ying Nie, Chang Xu, Kai Han

Rotary Position Embedding (RoPE) is a widely adopted technique for encoding relative positional information in large language models (LLMs). However, when extended to large vision-language models (LVLMs), its variants introduce unintended cross-modal positional biases. Specifically, they enforce relative positional dependencies between text token indices and image tokens, causing spurious alignments. This issue arises because image tokens representing the same content but located at different spatial positions are assigned distinct positional biases, leading to inconsistent cross-modal associations. To address this, we propose Per-Token Distance (PTD) - a simple yet effective metric for quantifying the independence of positional encodings across modalities. Informed by this analysis, we introduce Circle-RoPE, a novel encoding scheme that maps image token indices onto a circular trajectory orthogonal to the linear path of text token indices, forming a cone-like structure. This configuration ensures that each text token maintains an equal distance to all image tokens, reducing artificial cross-modal biases while preserving intra-image spatial information. To further enhance performance, we propose a staggered layer strategy that applies different RoPE variants across layers. This design leverages the complementary strengths of each RoPE variant, thereby enhancing the model's overall performance. Our experimental results demonstrate that our method effectively preserves spatial information from images while reducing relative positional bias, offering a more robust and flexible positional encoding framework for LVLMs. The code is available at https://github.com/lose4578/CircleRoPE.

📄 PDF Abstract BibTeX arXiv:2505.16416

Code (1)

lose4578/circlerope 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Clifford Algebraic Rotor Embeddings : Maybe embeddings should start to CARE

2025-11-11 · Sameeksha Sriram, Ayush Paliwal, Alexander S. Ecker, Chase van de Geijn arxiv

Rotary Positional Embeddings (RoPE) have demonstrated exceptional performance as a positional encoding method, consistently outperforming their baselines. While recent work has sought to extend RoPE to higher-dimensional…

A Random Matrix Theory Perspective on the Learning Dynamics of Multi-head Latent Attention

2025-07-12 · Nandan Kumar Jha, Brandon Reagen arxiv

In this work, we study how multi-head latent attention (MLA), a popular strategy for compressing key/value memory, affects a transformer's internal capacity during pretraining. Using a lightweight suite of Marchenko-Past…

A New Weighting Scheme for Fan-beam and Circle Cone-beam CT Reconstructions

2021-01-06 · Wei Wang, Xiang-Gen Xia, Chuanjiang He, Zemin Ren 외

In this paper, we first present an arc based algorithm for fan-beam computed tomography (CT) reconstruction via applying Katsevich's helical CT formula to 2D fan-beam CT reconstruction. Then, we propose a new weighting f…

ARCComputed Tomography (CT)CT ReconstructionSSIM

Rotary Outliers and Rotary Offset Features in Large Language Models

2025-03-03 · André Jonasson

Transformer-based Large Language Models (LLMs) rely on positional encodings to provide sequence position information to their attention mechanism. Rotary Positional Encodings (RoPE), which encode relative position by rot…

Position

Rotary Position Encodings for Graphs

2025-09-26 · Isaac Reid, Arijit Sehanobish, Cederik Höfs, Bruno Mlodozeniec 외 arxiv

We study the extent to which rotary position encodings (RoPE), a recent transformer position encoding algorithm broadly adopted in large language models (LLMs) and vision transformers (ViTs), can be applied to graph-stru…

Graph Learning