Refining Action Segmentation With Hierarchical Video Representations

ICCV 2021  ·  Hyemin Ahn, Dongheui Lee ·

In this paper, we propose Hierarchical Action Segmentation Refiner (HASR), which can refine temporal action segmentation results from various models by understanding the overall context of a given video in a hierarchical way. When a backbone model for action segmentation estimates how the given video can be segmented, our model extracts segment-level representations based on frame-level features, and extracts a video-level representation based on the segment-level representations. Based on these hierarchical representations, our model can refer to the overall context of the entire video, and predict how the segment labels that are out of context should be corrected. Our HASR can be plugged into various action segmentation models (MS-TCN, SSTDA, ASRF), and improve the performance of state-of-the-art models based on three challenging datasets (GTEA, 50Salads, and Breakfast). For example, in 50Salads dataset, the segmental edit score improves from 67.9% to 77.4% (MS-TCN), from 75.8% to 77.3% (SSTDA), from 79.3% to 81.0% (ASRF). In addition, our model can refine the segmentation result from the unseen backbone model, which was not referred to when training HASR. This generalization performance would make HASR be an effective tool for boosting up the existing approaches for temporal action segmentation. Our code is available at https://github.com/cotton-ahn/HASR_iccv2021.

PDF Abstract

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Action Segmentation 50 Salads ASRF + HASR F1@10% 86.6 # 11
Edit 81.0 # 12
Acc 83.9 # 16
F1@25% 85.7 # 11
F1@50% 78.5 # 12
Action Segmentation Breakfast ASRF + HASR F1@10% 74.7 # 15
F1@50% 57.0 # 13
Acc 69.4 # 19
Edit 71.9 # 18
F1@25% 69.5 # 14
Action Segmentation GTEA SSTDA + HASR F1@10% 90.9 # 10
F1@50% 76.4 # 15
Acc 78.7 # 17
Edit 87.5 # 9
F1@25% 88.6 # 13
Action Segmentation GTEA ASRF + HASR F1@10% 89.2 # 16
F1@50% 74.8 # 19
Acc 76.9 # 22
Edit 84.5 # 15
F1@25% 87.2 # 16

Methods