paper-with-me

Papers

Lost in Space? Vision-Language Models Struggle with Relative Camera Pose Estimation

2026-01-29 · Ken Deng, Yifu Qiu, Yoni Kasten, Shay B. Cohen, Yftah Ziser arxiv

We study whether vision-language models (VLMs) can solve relative camera pose estimation (RCPE) from image pairs, a direct test of multi-view spatial reasoning. We cast RCPE as a discrete verbal classification task and introduce \texttt{VRRPI-Bench}, built from real RGB-D frames with object-centric camera motion, and \texttt{VRRPI-Diag}, which isolates individual motion degrees of freedom. Humans (0.91) and specialized geometric pipelines such as LoFTR (0.99) solve the task reliably, yet the best VLM reaches only 0.66 and most others remain near random. Our analyses show that this gap is not basic spatial competence: strong VLMs are near ceiling on single-image benchmarks, but most remain near random once reasoning must span views. They are unstable under source-target reversal (best 59.7\% consistency) and remain weak even in simplified single-DoF settings, especially on optical-axis motions such as roll and depth translation (GPT-5: 0.46 on roll). These failures are useful: they localize concrete missing capabilities, namely cross-view correspondence, view-consistent reasoning, and projective camera-motion understanding, making RCPE a targeted diagnostic for improving multi-view spatial reasoning in VLMs.

📄 PDF Abstract BibTeX arXiv:2601.22228

Code (0)

등록된 구현이 없습니다.

Tasks

Camera Pose EstimationSpatial Reasoning

Similar Papers 제목 키워드 기반

Large Vision-Language Models Get Lost in Attention

2026-05-07 · Gongli Xi, Ye Tian, Mengyu Yang, Huahui Yi 외 arxiv

Despite the rapid evolution of training paradigms, the decoder backbone of large vision--language models (LVLMs) remains fundamentally rooted in the residual-connection Transformer architecture. Therefore, deciphering th…

Lost in Embeddings: Information Loss in Vision-Language Models

2025-09-15 · Wenyan Li, Raphael Tang, Chengzu Li, Caiqi Zhang 외 arxiv

Vision--language models (VLMs) often process visual inputs through a pretrained vision encoder, followed by a projection into the language model's embedding space via a connector component. While crucial for modality fus…

Absolute Triangulation Algorithms for Space Exploration

2022-05-24 · Sebastien Henry, John A. Christian

Images are an important source of information for spacecraft navigation and for three-dimensional reconstruction of observed space objects. Both of these applications take the form of a triangulation problem when the cam…

Mitigating Position Bias in Transformers via Layer-Specific Positional Embedding Scaling

2026-06-26 · Changze Lv, Zhenghua Wang, Yiran Ding, Yixin Wu 외 arxiv

Large Language Models (LLMs) still struggle with the ``lost-in-the-middle'' problem, where critical information located in the middle of long-context inputs is often underrepresented or lost. While existing methods attem…

Lost in Multilinguality: Dissecting Cross-lingual Factual Inconsistency in Transformer Language Models

2025-04-05 · Mingyang Wang, Heike Adel, Lukas Lange, Yihong Liu 외

Multilingual language models (MLMs) store factual knowledge across languages but often struggle to provide consistent responses to semantically equivalent prompts in different languages. While previous studies point out …