Summarize the Past to Predict the Future: Natural Language Descriptions of Context Boost Multimodal Object Interaction Anticipation
Razvan-George Pasca, Alexey Gavryushin, Muhammad Hamza, Yen-Ling Kuo, Kaichun Mo, Luc Van Gool, Otmar Hilliges, Xi Wang
TL;DR
This work tackles short-term object interaction anticipation in egocentric video by incorporating language-derived action context. It introduces TransFusion, a multimodal transformer that fuses language summaries of past actions with the current frame to predict next-active objects, their verbs/nouns, and time-to-contact. The approach leverages captioning models, hand-object detectors, and salient-object cues to build compact action-context sequences, which are then embedded via a SBERT language encoder and fused with visual features in a transformer-based fusion module. Across Ego4D and EPIC-KITCHENS-100, TransFusion yields substantial improvements over state-of-the-art methods, especially on long-tail classes, and demonstrates that language-based context can surpass purely visual cues with similar computational budgets. The results highlight the generalization power of language-informed context for video reasoning and point to future extensions incorporating motion cues and longer-horizon scenarios.
Abstract
We study object interaction anticipation in egocentric videos. This task requires an understanding of the spatio-temporal context formed by past actions on objects, coined action context. We propose TransFusion, a multimodal transformer-based architecture. It exploits the representational power of language by summarizing the action context. TransFusion leverages pre-trained image captioning and vision-language models to extract the action context from past video frames. This action context together with the next video frame is processed by the multimodal fusion module to forecast the next object interaction. Our model enables more efficient end-to-end learning. The large pre-trained language models add common sense and a generalisation capability. Experiments on Ego4D and EPIC-KITCHENS-100 show the effectiveness of our multimodal fusion model. They also highlight the benefits of using language-based context summaries in a task where vision seems to suffice. Our method outperforms state-of-the-art approaches by 40.4% in relative terms in overall mAP on the Ego4D test set. We validate the effectiveness of TransFusion via experiments on EPIC-KITCHENS-100. Video and code are available at https://eth-ait.github.io/transfusion-proj/.
