paper-with-me

홈 › Papers

Timestamp-Supervised Action Segmentation from the Perspective of Clustering

2022-12-22 · Dazhao Du, Enhan Li, Lingyu Si, Fanjiang Xu, Fuchun Sun

Video action segmentation under timestamp supervision has recently received much attention due to lower annotation costs. Most existing methods generate pseudo-labels for all frames in each video to train the segmentation model. However, these methods suffer from incorrect pseudo-labels, especially for the semantically unclear frames in the transition region between two consecutive actions, which we call ambiguous intervals. To address this issue, we propose a novel framework from the perspective of clustering, which includes the following two parts. First, pseudo-label ensembling generates incomplete but high-quality pseudo-label sequences, where the frames in ambiguous intervals have no pseudo-labels. Second, iterative clustering iteratively propagates the pseudo-labels to the ambiguous intervals by clustering, and thus updates the pseudo-label sequences to train the model. We further introduce a clustering loss, which encourages the features of frames within the same action segment more compact. Extensive experiments show the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2212.11694

Code (1)

ddz16/TSASPC 공식 구현 pytorch

Tasks

Action SegmentationClusteringPseudo LabelSegmentation

Similar 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 tra…

Action SegmentationSegmentationTemporal Action SegmentationWeakly Supervised Action Localization

Reducing the Label Bias for Timestamp Supervised Temporal Action Segmentation

2023-01-01 · CVPR 2023 1 · Kaiyuan Liu, Yunheng Li, Shenglan Liu, Chenwei Tan 외

Timestamp supervised temporal action segmentation (TSTAS) is more cost-effective than fully supervised counterparts. However, previous approaches suffer from severe label bias due to over-reliance on sparse timestamp…

Action SegmentationTemporal Action Segmentation

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

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

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