paper-with-me

Papers

Temporal Action Segmentation from Timestamp Supervision

2021-03-11 · CVPR 2021 1 · Zhe Li, Yazan Abu Farha, Juergen Gall

Temporal action segmentation approaches have been very successful recently. However, annotating videos with frame-wise labels to train such models is very expensive and time consuming. While weakly supervised methods trained using only ordered action lists require less annotation effort, the performance is still worse than fully supervised approaches. In this paper, we propose to use timestamp supervision for the temporal action segmentation task. Timestamps require a comparable annotation effort to weakly supervised approaches, and yet provide a more supervisory signal. To demonstrate the effectiveness of timestamp supervision, we propose an approach to train a segmentation model using only timestamps annotations. Our approach uses the model output and the annotated timestamps to generate frame-wise labels by detecting the action changes. We further introduce a confidence loss that forces the predicted probabilities to monotonically decrease as the distance to the timestamps increases. This ensures that all and not only the most distinctive frames of an action are learned during training. The evaluation on four datasets shows that models trained with timestamps annotations achieve comparable performance to the fully supervised approaches.

📄 PDF Abstract BibTeX arXiv:2103.06669

Code (1)

ZheLi2020/TimestampActionSeg 공식 구현 pytorch

Tasks

Action SegmentationSegmentationTemporal Action SegmentationWeakly Supervised Action Localization

Similar Papers 제목 키워드 기반

A Generalized & Robust Framework For Timestamp Supervision in Temporal Action Segmentation

2022-07-20 · Rahul Rahaman, Dipika Singhania, Alexandre Thiery, Angela Yao

In temporal action segmentation, Timestamp supervision requires only a handful of labelled frames per video sequence. For unlabelled frames, previous works rely on assigning hard labels, and performance rapidly collapses…

Action SegmentationTAGTemporal Action Segmentation

Timestamp-Supervised Action Segmentation with Graph Convolutional Networks

2022-06-30 · Hamza Khan, Sanjay Haresh, Awais Ahmed, Shakeeb Siddiqui 외

We introduce a novel approach for temporal activity segmentation with timestamp supervision. Our main contribution is a graph convolutional network, which is learned in an end-to-end manner to exploit both frame features…

Action SegmentationSegmentation

Turning to a Teacher for Timestamp Supervised Temporal Action Segmentation

2022-07-02 · Yang Zhao, Yan Song

Temporal action segmentation in videos has drawn much attention recently. Timestamp supervision is a cost-effective way for this task. To obtain more information to optimize the model, the existing method generated pseud…

Action SegmentationModel OptimizationSegmentationTemporal Action Segmentation

Robust Action Segmentation from Timestamp Supervision

2022-10-12 · Yaser Souri, Yazan Abu Farha, Emad Bahrami, Gianpiero Francesca 외

Action segmentation is the task of predicting an action label for each frame of an untrimmed video. As obtaining annotations to train an approach for action segmentation in a fully supervised way is expensive, various ap…

Action SegmentationSegmentation

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

2022-09-01 · Nadine Behrmann, S. Alireza Golestaneh, Zico Kolter, Juergen Gall 외

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 predic…

Action SegmentationDecoderTemporal Action SegmentationTranslation