Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Unified Fully and Timestamp Supervised Temporal Action Segmentation via Sequence to Sequence Translation

About

This paper introduces a unified framework for video action segmentation via sequence to sequence (seq2seq) translation in a fully and timestamp supervised setup. In contrast to current state-of-the-art frame-level prediction methods, we view action segmentation as a seq2seq translation task, i.e., mapping a sequence of video frames to a sequence of action segments. Our proposed method involves a series of modifications and auxiliary loss functions on the standard Transformer seq2seq translation model to cope with long input sequences opposed to short output sequences and relatively few videos. We incorporate an auxiliary supervision signal for the encoder via a frame-wise loss and propose a separate alignment decoder for an implicit duration prediction. Finally, we extend our framework to the timestamp supervised setting via our proposed constrained k-medoids algorithm to generate pseudo-segmentations. Our proposed framework performs consistently on both fully and timestamp supervised settings, outperforming or competing state-of-the-art on several datasets. Our code is publicly available at https://github.com/boschresearch/UVAST.

Nadine Behrmann, S. Alireza Golestaneh, Zico Kolter, Juergen Gall, Mehdi Noroozi• 2022

Related benchmarks

TaskDatasetResultRank
Action Segmentation50Salads
Edit Distance83.9
114
Action SegmentationBreakfast
F1@1087.6
107
Temporal action segmentation50Salads
Accuracy87.4
106
Temporal action segmentationGTEA
F1 Score @ 10% Threshold91.3
99
Action SegmentationGTEA
F1@10%96.9
39
Action SegmentationGTEA (test)
F1@10%92.7
25
Action SegmentationGTEA
F1@1092.7
23
Temporal action segmentation50 Salads 65
F1@1089.1
22
Temporal action segmentationBreakfast 40
F1@1076.9
19
Temporal action segmentationGTEA 23
F1@10%92.7
19
Showing 10 of 14 rows

Other info

Code

Follow for update