Search papers, labs, and topics across Lattice.
This paper introduces Language-Aware Planning (LAP), a novel approach for procedure planning in instructional videos that leverages language descriptions to improve action sequence prediction. LAP uses a finetuned Vision Language Model (VLM) to translate visual observations into text descriptions, predict actions, and extract text embeddings, which are then used in a diffusion model for planning. Experiments on CrossTask, Coin, and NIV datasets demonstrate that LAP achieves state-of-the-art performance, highlighting the benefits of incorporating language information for disambiguating visually similar actions.
By translating visual observations into language, LAP achieves state-of-the-art procedure planning by disambiguating visually similar actions, outperforming vision-only methods.
Procedure planning requires a model to predict a sequence of actions that transform a start visual observation into a goal in instructional videos. While most existing methods rely primarily on visual observations as input, they often struggle with the inherent ambiguity where different actions can appear visually similar. In this work, we argue that language descriptions offer a more distinctive representation in the latent space for procedure planning. We introduce Language-Aware Planning (LAP), a novel method that leverages the expressiveness of language to bridge visual observation and planning. LAP uses a finetuned Vision Language Model (VLM) to translate visual observations into text descriptions and to predict actions and extract text embeddings. These text embeddings are more distinctive than visual embeddings and are used in a diffusion model for planning action sequences. We evaluate LAP on three procedure planning benchmarks: CrossTask, Coin, and NIV. LAP achieves new state-of-the-art performance across multiple metrics and time horizons by large margin, demonstrating the significant advantage of language-aware planning.