Task navigator: Decomposing complex tasks for multimodal large language models

Abstract

Inspired by the remarkable progress achieved by recent Large Language Models (LLMs), Multimodal Large Language Models (MLLMs) take LLMs as their brains, and have achieved surprising results in many downstream tasks by training on a large amount of task-specific data. However, when faced with complex tasks that require the collaboration of multiple capabilities, existing MLLMs recollect training data and retrain the model, ignoring the systematic utilization of LLMs and their possessed capabilities learned in downstream tasks. Inspired by the way humans tackle complex questions, in this paper, we propose a novel framework called Task Navigator. In our framework, LLMs act as navigators to chart a viable path for solving complex tasks and guide MLLMs through the process step by step. Specifically, LLMs iteratively break down sub-problems and refine them to be more reasonable and answerable, which …

Publication
In CVPR

本文提出一种名为 Task Navigator 的框架,利用大语言模型作为导航器,将复杂多模态任务逐步分解为更易处理的子问题,并引导多模态大语言模型按步骤求解。该方法无需重新训练模型,而是系统化地调用 MLLM 已有的多种能力,如 OCR、识别、推理等,从而提升复杂任务的处理效果。作者还构建了包含数学推理、嵌入式文本问答和视觉规划等任务的基准,验证了框架的有效性。