MS-TCN++: Multi-Stage Temporal Convolutional Network for Action Segmentation

16 Jun 2020  ·  Shijie Li, Yazan Abu Farha, Yun Liu, Ming-Ming Cheng, Juergen Gall ·

With the success of deep learning in classifying short trimmed videos, more attention has been focused on temporally segmenting and classifying activities in long untrimmed videos. State-of-the-art approaches for action segmentation utilize several layers of temporal convolution and temporal pooling. Despite the capabilities of these approaches in capturing temporal dependencies, their predictions suffer from over-segmentation errors. In this paper, we propose a multi-stage architecture for the temporal action segmentation task that overcomes the limitations of the previous approaches. The first stage generates an initial prediction that is refined by the next ones. In each stage we stack several layers of dilated temporal convolutions covering a large receptive field with few parameters. While this architecture already performs well, lower layers still suffer from a small receptive field. To address this limitation, we propose a dual dilated layer that combines both large and small receptive fields. We further decouple the design of the first stage from the refining stages to address the different requirements of these stages. Extensive evaluation shows the effectiveness of the proposed model in capturing long-range dependencies and recognizing action segments. Our models achieve state-of-the-art results on three datasets: 50Salads, Georgia Tech Egocentric Activities (GTEA), and the Breakfast dataset.

PDF Abstract

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Action Segmentation 50 Salads MS-TCN++(sh) F1@10% 78.7 # 23
Edit 70.7 # 23
Acc 82.2 # 20
F1@25% 76.6 # 22
F1@50% 68.3 # 22
Action Segmentation 50 Salads MS-TCN++ F1@10% 80.7 # 20
Edit 74.3 # 19
Acc 83.7 # 17
F1@25% 78.5 # 20
F1@50% 70.1 # 20
Action Segmentation Assembly101 MS-TCN++ MoF 37.1 # 5
F1@10% 31.6 # 5
F1@25% 27.8 # 5
F1@50% 20.6 # 5
Edit 30.7 # 3
Action Segmentation Breakfast MS-TCN++(I3D) (sh) F1@10% 63.3 # 25
F1@50% 44.5 # 25
Acc 67.3 # 25
Edit 64.9 # 25
F1@25% 57.7 # 25
Action Segmentation Breakfast MS-TCN++ (I3D) F1@10% 64.1 # 24
F1@50% 45.9 # 24
Acc 67.6 # 23
Edit 65.6 # 24
F1@25% 58.6 # 24
Action Segmentation GTEA MS-TCN++ F1@10% 88.8 # 17
F1@50% 76.0 # 17
Acc 80.1 # 10
Edit 83.5 # 20
F1@25% 85.7 # 20
Action Segmentation GTEA MS-TCN++(sh) F1@10% 88.2 # 20
F1@50% 75.9 # 18
Acc 79.7 # 14
Edit 83.0 # 21
F1@25% 86.2 # 19

Methods