MLLMs能从视觉编码器恢复物体方向,但难以有效利用。
Why MLLMs Struggle to Determine Object Orientations

- 通过线性回归测试编码器特征中的方向信息可恢复性
- 编码器特征中方向信息准确率超过90%(100个物体类别)
- 方向信息分散在数万维特征中,可能影响模型利用效率
多模态大语言模型(MLLM)在需要推理图像中二维物体方向的任务上表现不佳,已有研究认为问题源于视觉编码器。本文设计了受控实验,检验旋转信息是否可从编码器表示中恢复。分别使用LLaVA OneVision和Qwen2.5-VL-7B-Instruct的SigLIP与ViT特征,以及LLaVA 1.5和1.6中基于自然背景的旋转前景补丁的CLIP特征,进行测试。假设为方向信息未保留在编码器嵌入中,通过训练线性回归器从嵌入预测物体方向。结果表明,方向信息可被准确恢复:简单线性模型在100个物体类别上实现高精度预测。这推翻了“失败源于编码器”的主流假设。尽管方向信息存在,但其分布分散于数万维特征中,可能导致MLLM难以有效利用,具体原因尚需进一步研究。
原文摘要 · Abstract (English)
Multimodal Large Language Models (MLLMs) struggle with tasks that require reasoning about 2D object orientation in images, as documented in prior work. Tong et al. and Nichols et al. hypothesize that these failures originate in the visual encoder, since commonly used encoders such as CLIP and SigLIP are trained for image-text semantic alignment rather than geometric reasoning. We design a controlled empirical protocol to test this claim by measuring whether rotations can be recovered from encoder representations. In particular, we examine SigLIP and ViT features from LLaVA OneVision and Qwen2.5-VL-7B-Instruct models, respectively, using full images, and examine CLIP representations in LLaVA 1.5 and 1.6 using rotated foreground patches against natural background images. Our null hypothesis is that orientation information is not preserved in the encoder embeddings and we test this by training linear regressors to predict object orientation from encoded features. Contrary to the hypothesis, we find that orientation information is recoverable from encoder representations: simple linear models accurately predict object orientations from embeddings. This contradicts the assumption that MLLM orientation failures originate in the visual encoder. Having rejected the accepted hypothesis that MLLMs struggle with 2D orientation tasks because of visual encoder limitations, we still don't know why they fail. Although a full explanation is beyond the scope of this paper, we show that although present, orientation information is spread diffusely across tens of thousands of features. This may or may not be while MLLMs fail to exploit the available orientation information.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。