paper-with-me

홈 › Papers

Activity Grammars for Temporal Action Segmentation

2023-12-07 · NeurIPS 2023 11 · Dayoung Gong, Joonseok Lee, Deunsol Jung, Suha Kwak, Minsu Cho

Sequence prediction on temporal data requires the ability to understand compositional structures of multi-level semantics beyond individual and contextual properties. The task of temporal action segmentation, which aims at translating an untrimmed activity video into a sequence of action segments, remains challenging for this reason. This paper addresses the problem by introducing an effective activity grammar to guide neural predictions for temporal action segmentation. We propose a novel grammar induction algorithm that extracts a powerful context-free grammar from action sequence data. We also develop an efficient generalized parser that transforms frame-level probability distributions into a reliable sequence of actions according to the induced grammar with recursive rules. Our approach can be combined with any neural network for temporal action segmentation to enhance the sequence prediction and discover its compositional structure. Experimental results demonstrate that our method significantly improves temporal action segmentation in terms of both performance and interpretability on two standard benchmarks, Breakfast and 50 Salads.

📄 PDF Abstract BibTeX arXiv:2312.04266

Code (1)

gongda0e/kari 공식 구현 pytorch

Tasks

Action SegmentationSegmentationTemporal Action Segmentation

Similar Papers 제목 키워드 기반

Temporal Action Segmentation with High-level Complex Activity Labels

2021-08-15 · Guodong Ding, Angela Yao

The temporal action segmentation task segments videos temporally and predicts action labels for all frames. Fully supervising such a segmentation model requires dense frame-wise action annotations, which are expensive an…

Action RecognitionAction SegmentationActivity RecognitionSegmentation+2

Long-Tail Temporal Action Segmentation with Group-wise Temporal Logit Adjustment

2024-08-19 · Zhanzhong Pang, Fadime Sener, Shrinivas Ramasubramanian, Angela Yao

Procedural activity videos often exhibit a long-tailed action distribution due to varying action frequencies and durations. However, state-of-the-art temporal action segmentation methods overlook the long tail and fail t…

Action SegmentationSegmentationTemporal Action Segmentation

Parsing Videos of Actions with Segmental Grammars

2014-06-01 · CVPR 2014 6 · Hamed Pirsiavash, Deva Ramanan

Real-world videos of human activities exhibit temporal structure at various scales; long videos are typically composed out of multiple action instances, where each instance is itself composed of sub-actions with variable…

Generalized Earley Parser: Bridging Symbolic Grammars and Sequence Data for Future Prediction

2018-06-09 · ICML 2018 7 · Siyuan Qi, Baoxiong Jia, Song-Chun Zhu

Future predictions on sequence data (e.g., videos or audios) require the algorithms to capture non-Markovian and compositional properties of high-level semantics. Context-free grammars are natural choices to capture such…

Activity PredictionFuture prediction

From Stochastic Grammar to Bayes Network: Probabilistic Parsing of Complex Activity

2014-06-01 · CVPR 2014 6 · Nam N. Vo, Aaron F. Bobick

We propose a probabilistic method for parsing a temporal sequence such as a complex activity defined as composition of sub-activities/actions. The temporal structure of the high-level activity is represented by a string-…