paper-with-me

Papers

Oryx MLLM: On-Demand Spatial-Temporal Understanding at Arbitrary Resolution

2024-09-19 · Zuyan Liu, Yuhao Dong, Ziwei Liu, Winston Hu, Jiwen Lu, Yongming Rao

Visual data comes in various forms, ranging from small icons of just a few pixels to long videos spanning hours. Existing multi-modal LLMs usually standardize these diverse visual inputs to a fixed resolution for visual encoders and yield similar numbers of tokens for LLMs. This approach is non-optimal for multimodal understanding and inefficient for processing inputs with long and short visual contents. To solve the problem, we propose Oryx, a unified multimodal architecture for the spatial-temporal understanding of images, videos, and multi-view 3D scenes. Oryx offers an on-demand solution to seamlessly and efficiently process visual inputs with arbitrary spatial sizes and temporal lengths through two core innovations: 1) a pre-trained OryxViT model that can encode images at any resolution into LLM-friendly visual representations; 2) a dynamic compressor module that supports 1x to 16x compression on visual tokens by request. These design features enable Oryx to accommodate extremely long visual contexts, such as videos, with lower resolution and high compression while maintaining high recognition precision for tasks like document understanding with native resolution and no compression. Beyond the architectural improvements, enhanced data curation and specialized training on long-context retrieval and spatial-aware data help Oryx achieve strong capabilities in image, video, and 3D multimodal understanding simultaneously. Our work is open-sourced at https://github.com/Oryx-mllm/Oryx.

📄 PDF Abstract BibTeX arXiv:2409.12961

Code (1)

oryx-mllm/oryx 공식 구현 pytorch

Tasks

document understandingVideo Question Answering

Similar Papers 제목 키워드 기반

STI-Bench: Are MLLMs Ready for Precise Spatial-Temporal World Understanding?

2025-03-31 · Yun Li, Yiming Zhang, Tao Lin, Xiangrui Liu 외

The use of Multimodal Large Language Models (MLLMs) as an end-to-end solution for Embodied AI and Autonomous Driving has become a prevailing trend. While MLLMs have been extensively studied for visual semantic understand…

Autonomous Driving

Holistic Autonomous Driving Understanding by Bird's-Eye-View Injected Multi-Modal Large Models

2024-01-02 · CVPR 2024 1 · Xinpeng Ding, Jinahua Han, Hang Xu, Xiaodan Liang 외

The rise of multimodal large language models (MLLMs) has spurred interest in language-based driving tasks. However, existing research typically focuses on limited tasks and often omits key multi-view and temporal informa…

Autonomous Driving

MLLM-4D: Towards Visual-based Spatial-Temporal Intelligence

2026-02-28 · Xingyilang Yin, Chengzhengxu Li, Jiahao Chang, Chi-Man Pun 외 arxiv

Humans are born with vision-based 4D spatial-temporal intelligence, which enables us to perceive and reason about the evolution of 3D space over time from purely visual inputs. Despite its importance, this capability rem…

Spatial4D-Bench: A Versatile 4D Spatial Intelligence Benchmark

2025-12-31 · Pan Wang, Yang Liu, Guile Wu, Eduardo R. Corral-Soto 외 arxiv

4D spatial intelligence involves perceiving and processing how objects move or change over time. Humans naturally possess 4D spatial intelligence, supporting a broad spectrum of spatial reasoning abilities. To what exten…

Scene UnderstandingAction RecognitionSpatial Reasoning

Incentivizing Temporal-Awareness in Egocentric Video Understanding Models

2026-03-28 · Zhiyang Xu, Tian Qin, Bowen Jin, Zhengfeng Lai 외 arxiv

Multimodal large language models (MLLMs) have recently shown strong performance in visual understanding, yet they often lack temporal awareness, particularly in egocentric settings where reasoning depends on the correct …

Reinforcement Learning