Circle-RoPE: Cone-like Decoupled Rotary Positional Embedding for Vision-Language Models
Abstract
Lay Summary
Many AI systems can answer questions about images, but they must connect words in a question to the right parts of a picture. A hidden difficulty is how the system represents position. Common methods convert image patches and words into a single ordered list, which can make some image regions seem artificially closer to a word simply because of how the list is arranged, not because they are truly relevant. This can hurt tasks that require spatial understanding, such as finding something “high on” an object. We introduce Circle-RoPE, a new way to represent positions for vision-language models. Instead of forcing image patches and words into the same line, it places image patches in a circular spatial layout and separates text from images geometrically. This gives every word a more balanced positional relationship to the whole image while preserving the image’s own layout. As a result, the model can rely more on visual meaning and less on accidental ordering, improving visual reasoning and spatial grounding across benchmarks.