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

Alleviating Over-segmentation Errors by Detecting Action Boundaries

About

We propose an effective framework for the temporal action segmentation task, namely an Action Segment Refinement Framework (ASRF). Our model architecture consists of a long-term feature extractor and two branches: the Action Segmentation Branch (ASB) and the Boundary Regression Branch (BRB). The long-term feature extractor provides shared features for the two branches with a wide temporal receptive field. The ASB classifies video frames with action classes, while the BRB regresses the action boundary probabilities. The action boundaries predicted by the BRB refine the output from the ASB, which results in a significant performance improvement. Our contributions are three-fold: (i) We propose a framework for temporal action segmentation, the ASRF, which divides temporal action segmentation into frame-wise action classification and action boundary regression. Our framework refines frame-level hypotheses of action classes using predicted action boundaries. (ii) We propose a loss function for smoothing the transition of action probabilities, and analyze combinations of various loss functions for temporal action segmentation. (iii) Our framework outperforms state-of-the-art methods on three challenging datasets, offering an improvement of up to 13.7% in terms of segmental edit distance and up to 16.1% in terms of segmental F1 score. Our code will be publicly available soon.

Yuchi Ishikawa, Seito Kasai, Yoshimitsu Aoki, Hirokatsu Kataoka• 2020

Related benchmarks

TaskDatasetResultRank
Action Segmentation50Salads
Edit Distance79.3
114
Action SegmentationBreakfast
F1@1074.3
107
Temporal action segmentation50Salads
Accuracy84.5
106
Temporal action segmentationGTEA
F1 Score @ 10% Threshold90.1
99
Temporal action segmentationBreakfast
Accuracy67.6
96
Action SegmentationGTEA
F1@10%89.4
39
Action SegmentationGTEA (test)
F1@10%89.4
25
Action SegmentationGTEA
F1@1089.4
23
Temporal action segmentation50 Salads 65
F1@1084.9
22
Temporal action segmentationBreakfast 40
F1@1074.3
19
Showing 10 of 15 rows

Other info

Code

Follow for update