Oryx MLLM: On-Demand Spatial-Temporal Understanding at Arbitrary Resolution
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Text-based Visual Question Answering | TextVQA | Accuracy78.3 | 496 | |
| OCR Evaluation | OCRBench | Score746 | 296 | |
| Multi-discipline Multimodal Understanding | MMMU | Accuracy56.1 | 266 | |
| Video Question Answering | NExT-QA (test) | Accuracy85 | 204 | |
| Diagram Question Answering | AI2D | AI2D Accuracy83.2 | 196 | |
| Video Understanding | VideoMME | -- | 192 | |
| Multi-discipline Multimodal Understanding | MMMU (val) | Accuracy43.9 | 167 | |
| Text-based Visual Question Answering | TextVQA (val) | Accuracy75 | 146 | |
| Long Video Understanding | LongVideoBench (val) | Accuracy56.3 | 139 | |
| 3D Question Answering | ScanQA (val) | CIDEr74.3 | 133 |