Is 'Right' Right? Enhancing Object Orientation Understanding in Multimodal Large Language Models through Egocentric Instruction Tuning
Ji Hyeok Jung, Eun Tae Kim, Seoyeon Kim, Joo Ho Lee, Bumsoo Kim, Buru Chang
TL;DR
This paper tackles the problem that multimodal LLMs (MLLMs) struggle to interpret object orientation due to inconsistent training annotations. It introduces Egocentric Instruction Tuning, which aligns orientation understanding with the user’s egocentric perspective by creating a consistent eight-class annotation scheme and generating LLaVA-style instruction data with three complementary response types. Complementing this method, EgoOrientBench provides a large-scale, cross-domain benchmark across three tasks to evaluate orientation understanding. Experimental results show that egocentric instruction tuning significantly improves orientation comprehension while preserving overall MLLM performance, and ablation studies reveal the contribution and synergy of each data type. The work demonstrates practical benefits for real-world applications such as pedestrian direction prediction and spatial reasoning, advancing safer and more user-aligned multimodal AI systems.
Abstract
Multimodal large language models (MLLMs) act as essential interfaces, connecting humans with AI technologies in multimodal applications. However, current MLLMs face challenges in accurately interpreting object orientation in images due to inconsistent orientation annotations in training data, hindering the development of a coherent orientation understanding. To overcome this, we propose egocentric instruction tuning, which aligns MLLMs' orientation understanding with the user's perspective, based on a consistent annotation standard derived from the user's egocentric viewpoint. We first generate egocentric instruction data that leverages MLLMs' ability to recognize object details and applies prior knowledge for orientation understanding. Using this data, we perform instruction tuning to enhance the model's capability for accurate orientation interpretation. In addition, we introduce EgoOrientBench, a benchmark that evaluates MLLMs' orientation understanding across three tasks using images collected from diverse domains. Experimental results on this benchmark show that egocentric instruction tuning significantly improves orientation understanding without compromising overall MLLM performance. The instruction data and benchmark dataset are available on our project page at https://github.com/jhCOR/EgoOrientBench.
