paper-with-me

Papers

Masked Diffusion with Task-awareness for Procedure Planning in Instructional Videos

2023-09-14 · Fen Fang, Yun Liu, Ali Koksal, Qianli Xu, Joo-Hwee Lim

A key challenge with procedure planning in instructional videos lies in how to handle a large decision space consisting of a multitude of action types that belong to various tasks. To understand real-world video content, an AI agent must proficiently discern these action types (e.g., pour milk, pour water, open lid, close lid, etc.) based on brief visual observation. Moreover, it must adeptly capture the intricate semantic relation of the action types and task goals, along with the variable action sequences. Recently, notable progress has been made via the integration of diffusion models and visual representation learning to address the challenge. However, existing models employ rudimentary mechanisms to utilize task information to manage the decision space. To overcome this limitation, we introduce a simple yet effective enhancement - a masked diffusion model. The introduced mask acts akin to a task-oriented attention filter, enabling the diffusion/denoising process to concentrate on a subset of action types. Furthermore, to bolster the accuracy of task classification, we harness more potent visual representation learning techniques. In particular, we learn a joint visual-text embedding, where a text embedding is generated by prompting a pre-trained vision-language model to focus on human actions. We evaluate the method on three public datasets and achieve state-of-the-art performance on multiple metrics. Code is available at https://github.com/ffzzy840304/Masked-PDPP.

📄 PDF Abstract BibTeX arXiv:2309.07409

Code (1)

ffzzy840304/masked-pdpp 공식 구현 pytorch

Tasks

AI AgentDenoisingLanguage ModellingRepresentation Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Masked Temporal Interpolation Diffusion for Procedure Planning in Instructional Videos

2025-07-04 · Yufan Zhou, Zhaobo Qi, Lingshuai Lin, Junqi Jing 외 arxiv

In this paper, we address the challenge of procedure planning in instructional videos, aiming to generate coherent and task-aligned action sequences from start and end visual observations. Previous work has mainly relied…

Variational Masked Diffusion Models

2025-10-27 · Yichi Zhang, Alex Schwing, Zhizhen Zhao arxiv

Masked diffusion models have recently emerged as a flexible framework for discrete generative modeling. However, a key limitation of standard masked diffusion is its inability to effectively capture dependencies among to…

MarDini: Masked Autoregressive Diffusion for Video Generation at Scale

2024-10-26 · Haozhe Liu, Shikun Liu, Zijian Zhou, Mengmeng Xu 외

We introduce MarDini, a new family of video diffusion models that integrate the advantages of masked auto-regression (MAR) into a unified diffusion model (DM) framework. Here, MAR handles temporal planning, while DM focu…

Image to Video GenerationVideo Generation

Accelerated Sampling from Masked Diffusion Models via Entropy Bounded Unmasking

2025-05-30 · Heli Ben-Hamu, Itai Gat, Daniel Severo, Niklas Nolte 외

Recent masked diffusion models (MDMs) have shown competitive performance compared to autoregressive models (ARMs) for language modeling. While most literature has focused on performance enhancing sampling procedures, eff…

Language ModelingLanguage ModellingMath

CLAD: Constrained Latent Action Diffusion for Vision-Language Procedure Planning

2025-03-09 · Lei Shi, Andreas Bulling

We propose CLAD -- a Constrained Latent Action Diffusion model for vision-language procedure planning in instructional videos. Procedure planning is the challenging task of predicting intermediate actions given a visual …