paper-with-me

홈 › Papers

SCHEMA: State CHangEs MAtter for Procedure Planning in Instructional Videos

2024-03-03 · Yulei Niu, Wenliang Guo, Long Chen, Xudong Lin, Shih-Fu Chang

We study the problem of procedure planning in instructional videos, which aims to make a goal-oriented sequence of action steps given partial visual state observations. The motivation of this problem is to learn a structured and plannable state and action space. Recent works succeeded in sequence modeling of steps with only sequence-level annotations accessible during training, which overlooked the roles of states in the procedures. In this work, we point out that State CHangEs MAtter (SCHEMA) for procedure planning in instructional videos. We aim to establish a more structured state space by investigating the causal relations between steps and states in procedures. Specifically, we explicitly represent each step as state changes and track the state changes in procedures. For step representation, we leveraged the commonsense knowledge in large language models (LLMs) to describe the state changes of steps via our designed chain-of-thought prompting. For state change tracking, we align visual state observations with language state descriptions via cross-modal contrastive learning, and explicitly model the intermediate states of the procedure using LLM-generated state descriptions. Experiments on CrossTask, COIN, and NIV benchmark datasets demonstrate that our proposed SCHEMA model achieves state-of-the-art performance and obtains explainable visualizations.

📄 PDF Abstract BibTeX arXiv:2403.01599

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Differentiable Learning of Lifted Action Schemas for Classical Planning

2026-05-13 · Jonas Reiter, Jakob Elias Gebler, Hector Geffner arxiv

Classical planners can effectively solve very large deterministic MDPs represented in STRIPS or PDDL where states are sets of atoms over objects and relations, and lifted action schemas add or delete these atoms. This co…

Transforming Shape Schemas with Composable Property-Graph Queries (Extended Version)

2026-06-12 · Philipp Seifer, Daniel Hernández, Ralf Lämmel, Steffen Staab arxiv

Property graphs may be constrained by schemas that inform both query engines and human users about the shape of valid data, enforcing a contract between data provider and consumer. Composable property-graph queries trans…

Lifted Sequential Planning with Lazy Constraint Generation Solvers

2023-07-17 · Anubhav Singh, Miquel Ramirez, Nir Lipovetzky, Peter J. Stuckey

This paper studies the possibilities made open by the use of Lazy Clause Generation (LCG) based approaches to Constraint Programming (CP) for tackling sequential classical planning. We propose a novel CP model based on s…

valid

Precise Task Formalization Matters in Winograd Schema Evaluations

2020-10-08 · EMNLP 2020 11 · Haokun Liu, William Huang, Dhara A. Mungra, Samuel R. Bowman

Performance on the Winograd Schema Challenge (WSC), a respected English commonsense reasoning benchmark, recently rocketed from chance accuracy to 89% on the SuperGLUE leaderboard, with relatively little corroborating ev…

Language ModelingLanguage ModellingMultiple-choice

Survive the Schema Changes: Integration of Unmanaged Data Using Deep Learning

2020-10-15 · Zijie Wang, Lixi Zhou, Amitabh Das, Valay Dave 외

Data is the king in the age of AI. However data integration is often a laborious task that is hard to automate. Schema change is one significant obstacle to the automation of the end-to-end data integration process. Alth…

Data IntegrationDeep Learning