CVMar 13, 2024

ActionDiffusion: An Action-aware Diffusion Model for Procedure Planning in Instructional Videos

arXiv:2403.08591v28 citationsh-index: 32WACV
AI Analysis

This addresses the problem of generating coherent action sequences in instructional videos for AI systems, representing an incremental improvement by focusing on temporal dependencies.

The paper tackles procedure planning in instructional videos by introducing ActionDiffusion, a diffusion model that incorporates temporal inter-dependencies between actions, resulting in outperforming previous state-of-the-art methods on most metrics across three benchmark datasets.

We present ActionDiffusion -- a novel diffusion model for procedure planning in instructional videos that is the first to take temporal inter-dependencies between actions into account in a diffusion model for procedure planning. This approach is in stark contrast to existing methods that fail to exploit the rich information content available in the particular order in which actions are performed. Our method unifies the learning of temporal dependencies between actions and denoising of the action plan in the diffusion process by projecting the action information into the noise space. This is achieved 1) by adding action embeddings in the noise masks in the noise-adding phase and 2) by introducing an attention mechanism in the noise prediction network to learn the correlations between different action steps. We report extensive experiments on three instructional video benchmark datasets (CrossTask, Coin, and NIV) and show that our method outperforms previous state-of-the-art methods on all metrics on CrossTask and NIV and all metrics except accuracy on Coin dataset. We show that by adding action embeddings into the noise mask the diffusion model can better learn action temporal dependencies and increase the performances on procedure planning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes