Can't make an Omelette without Breaking some Eggs: Plausible Action Anticipation using Large Video-Language Models
Himangi Mittal, Nakul Agarwal, Shao-Yuan Lo, Kwonjoon Lee
TL;DR
This work tackles the problem of action anticipation with an emphasis on plausibility, introducing PlausiVL, a large video-language model that leverages a Q-former-based visual encoder to align video features with an LLM. It introduces two objective functions—$L_{plau}$, which uses counterfactuals generated from temporal and verb-noun constraints to learn temporally plausible futures, and $L_{rep}$, which imposes a long-horizon penalty to reduce repetition and increase diversity. The combination of these losses yields more temporally accurate and diverse plausible action sequences, demonstrated on Ego4D and EPIC-Kitchens-100 with clear gains over strong baselines. This approach enhances the realism and usefulness of predicted futures for real-world decision-making and planning in AI systems.
Abstract
We introduce PlausiVL, a large video-language model for anticipating action sequences that are plausible in the real-world. While significant efforts have been made towards anticipating future actions, prior approaches do not take into account the aspect of plausibility in an action sequence. To address this limitation, we explore the generative capability of a large video-language model in our work and further, develop the understanding of plausibility in an action sequence by introducing two objective functions, a counterfactual-based plausible action sequence learning loss and a long-horizon action repetition loss. We utilize temporal logical constraints as well as verb-noun action pair logical constraints to create implausible/counterfactual action sequences and use them to train the model with plausible action sequence learning loss. This loss helps the model to differentiate between plausible and not plausible action sequences and also helps the model to learn implicit temporal cues crucial for the task of action anticipation. The long-horizon action repetition loss puts a higher penalty on the actions that are more prone to repetition over a longer temporal window. With this penalization, the model is able to generate diverse, plausible action sequences. We evaluate our approach on two large-scale datasets, Ego4D and EPIC-Kitchens-100, and show improvements on the task of action anticipation.
