Olympus: A Universal Task Router for Computer Vision Tasks
Yuanze Lin, Yunsheng Li, Dongdong Chen, Weijian Xu, Ronald Clark, Philip H. S. Torr
TL;DR
Olympus addresses the challenge of unifying diverse vision tasks across images, video, and 3D content without training massive generative models. It uses a Multimodal LLM as a controller to route tasks to external specialist modules via explicit routing tokens, enabling single-instruction chains of actions. The authors introduce OlympusInstruct and OlympusBench, with 446.3K training and 49.6K evaluation samples across 20 tasks, and demonstrate routing accuracy of 94.75% and chain-of-action precision of 91.82%, competitive with leading MLLMs on standard benchmarks. The modular routing approach offers scalability and flexibility for incorporating new tasks and models while keeping training costs manageable.
Abstract
We introduce Olympus, a new approach that transforms Multimodal Large Language Models (MLLMs) into a unified framework capable of handling a wide array of computer vision tasks. Utilizing a controller MLLM, Olympus delegates over 20 specialized tasks across images, videos, and 3D objects to dedicated modules. This instruction-based routing enables complex workflows through chained actions without the need for training heavy generative models. Olympus easily integrates with existing MLLMs, expanding their capabilities with comparable performance. Experimental results demonstrate that Olympus achieves an average routing accuracy of 94.75% across 20 tasks and precision of 91.82% in chained action scenarios, showcasing its effectiveness as a universal task router that can solve a diverse range of computer vision tasks. Project page: http://yuanze-lin.me/Olympus_page/
