Using Left and Right Brains Together: Towards Vision and Language Planning
Jun Cen, Chenfei Wu, Xiao Liu, Shengming Yin, Yixuan Pei, Jinglong Yang, Qifeng Chen, Nan Duan, Jianguo Zhang
TL;DR
The paper addresses the gap in current large multi-modal models that plan primarily in the language domain by introducing Visual-Language Planning (VLP), which performs concurrent vision planning via video generation and language planning via LLMs before final decision-making. By parallelizing both planning streams and integrating them through a dedicated decision maker, VLP enhances context-aware task execution across vision-language, vision-only, and language-only tasks. The approach is validated on open-domain video QA, video captioning, autonomous driving, and robotics datasets, with ablations showing the contributions of vision planning, language planning, and the decision-making module. This work suggests a path toward more human-like, multi-modal reasoning, while also highlighting the importance of video-generation quality in planning effectiveness.
Abstract
Large Language Models (LLMs) and Large Multi-modality Models (LMMs) have demonstrated remarkable decision masking capabilities on a variety of tasks. However, they inherently operate planning within the language space, lacking the vision and spatial imagination ability. In contrast, humans utilize both left and right hemispheres of the brain for language and visual planning during the thinking process. Therefore, we introduce a novel vision-language planning framework in this work to perform concurrent visual and language planning for tasks with inputs of any form. Our framework incorporates visual planning to capture intricate environmental details, while language planning enhances the logical coherence of the overall system. We evaluate the effectiveness of our framework across vision-language tasks, vision-only tasks, and language-only tasks. The results demonstrate the superior performance of our approach, indicating that the integration of visual and language planning yields better contextually aware task execution.
